Exemple #1
0
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget catoolgui.reqImport
			this.Name = "catoolgui.reqImport";
			this.Title = global::Mono.Unix.Catalog.GetString ("Import Request");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Internal child catoolgui.reqImport.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.reqChooser = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select a Request"), ((global::Gtk.FileChooserAction)(0)));
			this.reqChooser.Name = "reqChooser";
			w1.Add (this.reqChooser);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(w1 [this.reqChooser]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Internal child catoolgui.reqImport.ActionArea
			global::Gtk.HButtonBox w3 = this.ActionArea;
			w3.Name = "dialog1_ActionArea";
			w3.Spacing = 10;
			w3.BorderWidth = ((uint)(5));
			w3.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 w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3 [this.buttonCancel]));
			w4.Expand = false;
			w4.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 w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3 [this.buttonOk]));
			w5.Position = 1;
			w5.Expand = false;
			w5.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 194;
			this.DefaultHeight = 74;
			this.Show ();
			this.buttonCancel.Clicked += new global::System.EventHandler (this.OnButtonCancelClicked);
			this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
		}
Exemple #2
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));
     this.AllowGrow      = false;
     this.DefaultWidth   = 550;
     this.DefaultHeight  = 330;
     // 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.image3      = new global::Gtk.Image();
     this.image3.Name = "image3";
     this.vbox3.Add(this.image3);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.image3]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.button8              = new global::Gtk.Button();
     this.button8.CanFocus     = true;
     this.button8.Name         = "button8";
     this.button8.UseUnderline = true;
     this.button8.Label        = global::Mono.Unix.Catalog.GetString("Close");
     this.hbox2.Add(this.button8);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.button8]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.filechooserbutton2      = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select A File"), ((global::Gtk.FileChooserAction)(0)));
     this.filechooserbutton2.Name = "filechooserbutton2";
     this.hbox2.Add(this.filechooserbutton2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.filechooserbutton2]));
     w3.Position = 2;
     this.vbox3.Add(this.hbox2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox2]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.DeleteEvent     += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.button8.Clicked += new global::System.EventHandler(this.OnButtonCloseClicked);
     this.filechooserbutton2.SelectionChanged += new global::System.EventHandler(this.OnFilechooserbutton2SelectionChanged);
 }
Exemple #3
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget SDVMMR.OpenFile
     this.Name           = "SDVMMR.OpenFile";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child SDVMMR.OpenFile.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.filechooserbutton1      = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select a File"), ((global::Gtk.FileChooserAction)(0)));
     this.filechooserbutton1.Name = "filechooserbutton1";
     w1.Add(this.filechooserbutton1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(w1[this.filechooserbutton1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Internal child SDVMMR.OpenFile.ActionArea
     global::Gtk.HButtonBox w3 = this.ActionArea;
     w3.Name        = "dialog1_ActionArea";
     w3.Spacing     = 10;
     w3.BorderWidth = ((uint)(5));
     w3.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 w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3[this.buttonCancel]));
     w4.Expand = false;
     w4.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 w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3[this.buttonOk]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     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 superiorpics.DialogSettings
     this.Name = "superiorpics.DialogSettings";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal = true;
     // Internal child superiorpics.DialogSettings.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.saveDir = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select a File"), ((global::Gtk.FileChooserAction)(2)));
     this.saveDir.Name = "saveDir";
     w1.Add (this.saveDir);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(w1 [this.saveDir]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Internal child superiorpics.DialogSettings.ActionArea
     global::Gtk.HButtonBox w3 = this.ActionArea;
     w3.Name = "dialog1_ActionArea";
     w3.Spacing = 10;
     w3.BorderWidth = ((uint)(5));
     w3.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 w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3 [this.buttonCancel]));
     w4.Expand = false;
     w4.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 w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3 [this.buttonOk]));
     w5.Position = 1;
     w5.Expand = false;
     w5.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Debugger.Soft.Unity.GeneralOptionsPanel
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Debugger.Soft.Unity.GeneralOptionsPanel";
     // Container child MonoDevelop.Debugger.Soft.Unity.GeneralOptionsPanel.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.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Editor Location");
     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.unityChooser      = new global::Gtk.FileChooserButton(global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Browse to the Unity editor"), ((global::Gtk.FileChooserAction)(0)));
     this.unityChooser.Name = "unityChooser";
     this.hbox1.Add(this.unityChooser);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.unityChooser]));
     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.buildCB               = new global::Gtk.CheckButton();
     this.buildCB.CanFocus      = true;
     this.buildCB.Name          = "buildCB";
     this.buildCB.Label         = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("_Build project in MonoDevelop");
     this.buildCB.DrawIndicator = true;
     this.buildCB.UseUnderline  = true;
     this.vbox1.Add(this.buildCB);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.buildCB]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Exemple #6
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget AssetImporter.AddinItems.AssetItemWidget
     global::Stetic.BinContainer.Attach(this);
     this.HeightRequest = 60;
     this.Name          = "AssetImporter.AddinItems.AssetItemWidget";
     // Container child AssetImporter.AddinItems.AssetItemWidget.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(1)), ((uint)(3)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.AssetPathChooser      = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select Asset File"), ((global::Gtk.FileChooserAction)(0)));
     this.AssetPathChooser.Name = "AssetPathChooser";
     this.table1.Add(this.AssetPathChooser);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.AssetPathChooser]));
     w1.LeftAttach  = ((uint)(1));
     w1.RightAttach = ((uint)(3));
     w1.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.AssetPreviewImage = new global::Gtk.Image();
     this.AssetPreviewImage.WidthRequest  = 50;
     this.AssetPreviewImage.HeightRequest = 50;
     this.AssetPreviewImage.Name          = "AssetPreviewImage";
     this.vbox3.Add(this.AssetPreviewImage);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.AssetPreviewImage]));
     w2.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.AssetResolutionLabel      = new global::Gtk.Label();
     this.AssetResolutionLabel.Name = "AssetResolutionLabel";
     this.vbox3.Add(this.AssetResolutionLabel);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.AssetResolutionLabel]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     this.table1.Add(this.vbox3);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.vbox3]));
     w4.XOptions = ((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 BangSharp.Client.ImageSelectorWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "BangSharp.Client.ImageSelectorWidget";
     // Container child BangSharp.Client.ImageSelectorWidget.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.chooser = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select an avatar image"), ((global::Gtk.FileChooserAction)(0)));
     this.chooser.Name = "chooser";
     this.table1.Add (this.chooser);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.chooser]));
     w1.TopAttach = ((uint)(1));
     w1.BottomAttach = ((uint)(2));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.clearButton = new global::Gtk.Button ();
     this.clearButton.CanFocus = true;
     this.clearButton.Name = "clearButton";
     this.clearButton.UseStock = true;
     this.clearButton.UseUnderline = true;
     this.clearButton.Label = "gtk-clear";
     this.table1.Add (this.clearButton);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.clearButton]));
     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.image = new global::Gtk.Image ();
     this.image.Name = "image";
     this.table1.Add (this.image);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.image]));
     w3.RightAttach = ((uint)(2));
     w3.XOptions = ((global::Gtk.AttachOptions)(0));
     w3.YOptions = ((global::Gtk.AttachOptions)(0));
     this.Add (this.table1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.clearButton.Clicked += new global::System.EventHandler (this.OnClearButtonClicked);
     this.chooser.SelectionChanged += new global::System.EventHandler (this.OnChooserSelectionChanged);
 }
 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.filechooserbutton1      = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select A File"), ((global::Gtk.FileChooserAction)(0)));
     this.filechooserbutton1.Name = "filechooserbutton1";
     this.vbox1.Add(this.filechooserbutton1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.filechooserbutton1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.formsimage1      = new global::GtkForms.FormsImage();
     this.formsimage1.Name = "formsimage1";
     this.vbox1.Add(this.formsimage1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.formsimage1]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.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 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.filechooserbutton1 = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select A File"), ((global::Gtk.FileChooserAction)(0)));
     this.filechooserbutton1.Name = "filechooserbutton1";
     this.vbox1.Add (this.filechooserbutton1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.filechooserbutton1]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.formsimage1 = new global::GtkForms.FormsImage ();
     this.formsimage1.Name = "formsimage1";
     this.vbox1.Add (this.formsimage1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.formsimage1]));
     w2.Position = 1;
     w2.Expand = false;
     w2.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);
 }
Exemple #10
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Font Whiz");
     this.Icon           = new global::Gdk.Pixbuf(global::System.IO.Path.Combine(global::System.AppDomain.CurrentDomain.BaseDirectory, "./icon.png"));
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox1 = new global::Gtk.VBox();
     this.vbox1.WidthRequest = 200;
     this.vbox1.Name         = "vbox1";
     this.vbox1.Spacing      = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame4            = new global::Gtk.Frame();
     this.frame4.Name       = "frame4";
     this.frame4.ShadowType = ((global::Gtk.ShadowType)(2));
     // Container child frame4.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)(2));
     this.GtkAlignment3.RightPadding  = ((uint)(12));
     this.GtkAlignment3.BottomPadding = ((uint)(2));
     // Container child GtkAlignment3.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.installedfontsradiobutton               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Installed Fonts"));
     this.installedfontsradiobutton.CanFocus      = true;
     this.installedfontsradiobutton.Name          = "installedfontsradiobutton";
     this.installedfontsradiobutton.DrawIndicator = true;
     this.installedfontsradiobutton.UseUnderline  = true;
     this.installedfontsradiobutton.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vbox3.Add(this.installedfontsradiobutton);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.installedfontsradiobutton]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.fromfileradiobutton               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("From File"));
     this.fromfileradiobutton.CanFocus      = true;
     this.fromfileradiobutton.Name          = "fromfileradiobutton";
     this.fromfileradiobutton.DrawIndicator = true;
     this.fromfileradiobutton.UseUnderline  = true;
     this.fromfileradiobutton.Group         = this.installedfontsradiobutton.Group;
     this.vbox3.Add(this.fromfileradiobutton);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.fromfileradiobutton]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     this.GtkAlignment3.Add(this.vbox3);
     this.frame4.Add(this.GtkAlignment3);
     this.GtkLabel2           = new global::Gtk.Label();
     this.GtkLabel2.Name      = "GtkLabel2";
     this.GtkLabel2.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Source</b>");
     this.GtkLabel2.UseMarkup = true;
     this.frame4.LabelWidget  = this.GtkLabel2;
     this.vbox1.Add(this.frame4);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame4]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     w5.Padding  = ((uint)(4));
     // Container child vbox1.Gtk.Box+BoxChild
     this.installedfontsframe            = new global::Gtk.Frame();
     this.installedfontsframe.Name       = "installedfontsframe";
     this.installedfontsframe.ShadowType = ((global::Gtk.ShadowType)(2));
     // Container child installedfontsframe.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)(2));
     this.GtkAlignment1.RightPadding  = ((uint)(12));
     this.GtkAlignment1.BottomPadding = ((uint)(2));
     // Container child GtkAlignment1.Gtk.Container+ContainerChild
     this.installedfontscombobox      = global::Gtk.ComboBox.NewText();
     this.installedfontscombobox.Name = "installedfontscombobox";
     this.GtkAlignment1.Add(this.installedfontscombobox);
     this.installedfontsframe.Add(this.GtkAlignment1);
     this.GtkLabel3                       = new global::Gtk.Label();
     this.GtkLabel3.Name                  = "GtkLabel3";
     this.GtkLabel3.LabelProp             = global::Mono.Unix.Catalog.GetString("<b>Installed Fonts</b>");
     this.GtkLabel3.UseMarkup             = true;
     this.installedfontsframe.LabelWidget = this.GtkLabel3;
     this.vbox1.Add(this.installedfontsframe);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.installedfontsframe]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     w8.Padding  = ((uint)(4));
     // Container child vbox1.Gtk.Box+BoxChild
     this.fromfileframe            = new global::Gtk.Frame();
     this.fromfileframe.Sensitive  = false;
     this.fromfileframe.Name       = "fromfileframe";
     this.fromfileframe.ShadowType = ((global::Gtk.ShadowType)(2));
     // Container child fromfileframe.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)(2));
     this.GtkAlignment2.RightPadding  = ((uint)(12));
     this.GtkAlignment2.BottomPadding = ((uint)(2));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.fontfilechooserbutton      = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select a File"), ((global::Gtk.FileChooserAction)(0)));
     this.fontfilechooserbutton.Name = "fontfilechooserbutton";
     this.GtkAlignment2.Add(this.fontfilechooserbutton);
     this.fromfileframe.Add(this.GtkAlignment2);
     this.GtkLabel5                 = new global::Gtk.Label();
     this.GtkLabel5.Name            = "GtkLabel5";
     this.GtkLabel5.LabelProp       = global::Mono.Unix.Catalog.GetString("<b>From File</b>");
     this.GtkLabel5.UseMarkup       = true;
     this.fromfileframe.LabelWidget = this.GtkLabel5;
     this.vbox1.Add(this.fromfileframe);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.fromfileframe]));
     w11.Position = 2;
     w11.Expand   = false;
     w11.Fill     = false;
     w11.Padding  = ((uint)(4));
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(2));
     // 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));
     this.GtkAlignment.TopPadding    = ((uint)(2));
     this.GtkAlignment.RightPadding  = ((uint)(12));
     this.GtkAlignment.BottomPadding = ((uint)(2));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.sizelabel1           = new global::Gtk.Label();
     this.sizelabel1.Name      = "sizelabel1";
     this.sizelabel1.LabelProp = global::Mono.Unix.Catalog.GetString("Size:");
     this.hbox7.Add(this.sizelabel1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.sizelabel1]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.sizespinbutton          = new global::Gtk.SpinButton(0, 100, 1);
     this.sizespinbutton.CanFocus = true;
     this.sizespinbutton.Name     = "sizespinbutton";
     this.sizespinbutton.Adjustment.PageIncrement = 10;
     this.sizespinbutton.ClimbRate = 1;
     this.sizespinbutton.Numeric   = true;
     this.sizespinbutton.Value     = 8;
     this.hbox7.Add(this.sizespinbutton);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.sizespinbutton]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     this.vbox4.Add(this.hbox7);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox7]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.antialiasingcheckbutton               = new global::Gtk.CheckButton();
     this.antialiasingcheckbutton.CanFocus      = true;
     this.antialiasingcheckbutton.Name          = "antialiasingcheckbutton";
     this.antialiasingcheckbutton.Label         = global::Mono.Unix.Catalog.GetString("Anti-aliasing");
     this.antialiasingcheckbutton.DrawIndicator = true;
     this.antialiasingcheckbutton.UseUnderline  = true;
     this.vbox4.Add(this.antialiasingcheckbutton);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.antialiasingcheckbutton]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Font Colour:");
     this.hbox2.Add(this.label4);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label4]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.fontcolorbutton          = new global::Gtk.ColorButton();
     this.fontcolorbutton.CanFocus = true;
     this.fontcolorbutton.Events   = ((global::Gdk.EventMask)(784));
     this.fontcolorbutton.Name     = "fontcolorbutton";
     this.hbox2.Add(this.fontcolorbutton);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.fontcolorbutton]));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     this.vbox4.Add(this.hbox2);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2]));
     w18.Position = 2;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox4.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("Background Colour:");
     this.vbox4.Add(this.label5);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label5]));
     w19.Position = 3;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.transparentbackgroundcheckbutton               = new global::Gtk.CheckButton();
     this.transparentbackgroundcheckbutton.CanFocus      = true;
     this.transparentbackgroundcheckbutton.Name          = "transparentbackgroundcheckbutton";
     this.transparentbackgroundcheckbutton.Label         = global::Mono.Unix.Catalog.GetString("Transparent");
     this.transparentbackgroundcheckbutton.Active        = true;
     this.transparentbackgroundcheckbutton.DrawIndicator = true;
     this.transparentbackgroundcheckbutton.UseUnderline  = true;
     this.hbox6.Add(this.transparentbackgroundcheckbutton);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.transparentbackgroundcheckbutton]));
     w20.Position = 0;
     // Container child hbox6.Gtk.Box+BoxChild
     this.backgroundcolorbutton           = new global::Gtk.ColorButton();
     this.backgroundcolorbutton.Sensitive = false;
     this.backgroundcolorbutton.CanFocus  = true;
     this.backgroundcolorbutton.Events    = ((global::Gdk.EventMask)(784));
     this.backgroundcolorbutton.Name      = "backgroundcolorbutton";
     this.hbox6.Add(this.backgroundcolorbutton);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.backgroundcolorbutton]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     this.vbox4.Add(this.hbox6);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox6]));
     w22.Position = 4;
     w22.Expand   = false;
     w22.Fill     = false;
     this.GtkAlignment.Add(this.vbox4);
     this.frame1.Add(this.GtkAlignment);
     this.GtkLabel11           = new global::Gtk.Label();
     this.GtkLabel11.Name      = "GtkLabel11";
     this.GtkLabel11.LabelProp = global::Mono.Unix.Catalog.GetString("<b>General</b>");
     this.GtkLabel11.UseMarkup = true;
     this.frame1.LabelWidget   = this.GtkLabel11;
     this.vbox1.Add(this.frame1);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame1]));
     w25.PackType = ((global::Gtk.PackType)(1));
     w25.Position = 3;
     this.hbox1.Add(this.vbox1);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox1]));
     w26.Position = 0;
     w26.Expand   = false;
     w26.Padding  = ((uint)(4));
     // 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.outputframe            = new global::Gtk.Frame();
     this.outputframe.Name       = "outputframe";
     this.outputframe.ShadowType = ((global::Gtk.ShadowType)(2));
     // Container child outputframe.Gtk.Container+ContainerChild
     this.GtkAlignment8               = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment8.Name          = "GtkAlignment8";
     this.GtkAlignment8.LeftPadding   = ((uint)(12));
     this.GtkAlignment8.TopPadding    = ((uint)(2));
     this.GtkAlignment8.RightPadding  = ((uint)(12));
     this.GtkAlignment8.BottomPadding = ((uint)(2));
     // Container child GtkAlignment8.Gtk.Container+ContainerChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.previewbutton              = new global::Gtk.Button();
     this.previewbutton.CanFocus     = true;
     this.previewbutton.Name         = "previewbutton";
     this.previewbutton.UseUnderline = true;
     this.previewbutton.Label        = global::Mono.Unix.Catalog.GetString("Preview");
     this.vbox6.Add(this.previewbutton);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.previewbutton]));
     w27.Position = 0;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.previewimage      = new global::Gtk.Image();
     this.previewimage.Name = "previewimage";
     this.hbox3.Add(this.previewimage);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.previewimage]));
     w28.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.frame2            = new global::Gtk.Frame();
     this.frame2.Name       = "frame2";
     this.frame2.ShadowType = ((global::Gtk.ShadowType)(2));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment9              = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment9.Name         = "GtkAlignment9";
     this.GtkAlignment9.LeftPadding  = ((uint)(12));
     this.GtkAlignment9.RightPadding = ((uint)(12));
     // Container child GtkAlignment9.Gtk.Container+ContainerChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.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("Width:");
     this.hbox4.Add(this.label1);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label1]));
     w29.Position = 0;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.labelWidth      = new global::Gtk.Label();
     this.labelWidth.Name = "labelWidth";
     this.hbox4.Add(this.labelWidth);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.labelWidth]));
     w30.PackType = ((global::Gtk.PackType)(1));
     w30.Position = 1;
     w30.Expand   = false;
     w30.Fill     = false;
     this.vbox5.Add(this.hbox4);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox4]));
     w31.Position = 0;
     w31.Expand   = false;
     w31.Fill     = false;
     // Container child vbox5.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.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Height:");
     this.hbox5.Add(this.label2);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label2]));
     w32.Position = 0;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.labelHeight      = new global::Gtk.Label();
     this.labelHeight.Name = "labelHeight";
     this.hbox5.Add(this.labelHeight);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.labelHeight]));
     w33.PackType = ((global::Gtk.PackType)(1));
     w33.Position = 1;
     w33.Expand   = false;
     w33.Fill     = false;
     this.vbox5.Add(this.hbox5);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox5]));
     w34.Position = 1;
     w34.Expand   = false;
     w34.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox8         = new global::Gtk.HBox();
     this.hbox8.Name    = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Cell Size:");
     this.hbox8.Add(this.label3);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.label3]));
     w35.Position = 0;
     w35.Expand   = false;
     w35.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.labelCellSize      = new global::Gtk.Label();
     this.labelCellSize.Name = "labelCellSize";
     this.hbox8.Add(this.labelCellSize);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.labelCellSize]));
     w36.PackType = ((global::Gtk.PackType)(1));
     w36.Position = 1;
     w36.Expand   = false;
     w36.Fill     = false;
     this.vbox5.Add(this.hbox8);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox8]));
     w37.Position = 2;
     w37.Expand   = false;
     w37.Fill     = false;
     this.GtkAlignment9.Add(this.vbox5);
     this.frame2.Add(this.GtkAlignment9);
     this.GtkLabel10           = new global::Gtk.Label();
     this.GtkLabel10.Name      = "GtkLabel10";
     this.GtkLabel10.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Details</b>");
     this.GtkLabel10.UseMarkup = true;
     this.frame2.LabelWidget   = this.GtkLabel10;
     this.hbox3.Add(this.frame2);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.frame2]));
     w40.Position = 1;
     w40.Expand   = false;
     w40.Fill     = false;
     w40.Padding  = ((uint)(4));
     this.vbox6.Add(this.hbox3);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox3]));
     w41.Position = 1;
     // Container child vbox6.Gtk.Box+BoxChild
     this.generatebutton              = new global::Gtk.Button();
     this.generatebutton.Sensitive    = false;
     this.generatebutton.CanFocus     = true;
     this.generatebutton.Name         = "generatebutton";
     this.generatebutton.UseUnderline = true;
     this.generatebutton.Label        = global::Mono.Unix.Catalog.GetString("Save");
     this.vbox6.Add(this.generatebutton);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.generatebutton]));
     w42.PackType = ((global::Gtk.PackType)(1));
     w42.Position = 2;
     w42.Expand   = false;
     w42.Fill     = false;
     this.GtkAlignment8.Add(this.vbox6);
     this.outputframe.Add(this.GtkAlignment8);
     this.GtkLabel14              = new global::Gtk.Label();
     this.GtkLabel14.Name         = "GtkLabel14";
     this.GtkLabel14.LabelProp    = global::Mono.Unix.Catalog.GetString("<b>Output</b>");
     this.GtkLabel14.UseMarkup    = true;
     this.outputframe.LabelWidget = this.GtkLabel14;
     this.vbox2.Add(this.outputframe);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.outputframe]));
     w45.PackType = ((global::Gtk.PackType)(1));
     w45.Position = 0;
     w45.Padding  = ((uint)(4));
     this.hbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
     w46.Position = 1;
     w46.Padding  = ((uint)(4));
     this.Add(this.hbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 826;
     this.DefaultHeight = 523;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget UberDespatch.CarrierInterlinkWindow
     this.Name           = "UberDespatch.CarrierInterlinkWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Interlink Settings");
     this.Icon           = new global::Gdk.Pixbuf(global::System.IO.Path.Combine(global::System.AppDomain.CurrentDomain.BaseDirectory, "./Icons/png/Interlink.png"));
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(8));
     // Container child UberDespatch.CarrierInterlinkWindow.Gtk.Container+ContainerChild
     this.CarrierLayout         = new global::Gtk.VBox();
     this.CarrierLayout.Name    = "CarrierLayout";
     this.CarrierLayout.Spacing = 6;
     // Container child CarrierLayout.Gtk.Box+BoxChild
     this.APIFrame             = new global::Gtk.Frame();
     this.APIFrame.Name        = "APIFrame";
     this.APIFrame.ShadowType  = ((global::Gtk.ShadowType)(0));
     this.APIFrame.BorderWidth = ((uint)(8));
     // Container child APIFrame.Gtk.Container+ContainerChild
     this.APIAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.APIAlignment.Name        = "APIAlignment";
     this.APIAlignment.LeftPadding = ((uint)(12));
     // Container child APIAlignment.Gtk.Container+ContainerChild
     this.APILayout         = new global::Gtk.VBox();
     this.APILayout.Name    = "APILayout";
     this.APILayout.Spacing = 6;
     // Container child APILayout.Gtk.Box+BoxChild
     this.CarrierImage      = new global::Gtk.Image();
     this.CarrierImage.Name = "CarrierImage";
     this.APILayout.Add(this.CarrierImage);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.APILayout[this.CarrierImage]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child APILayout.Gtk.Box+BoxChild
     this.InputLayout         = new global::Gtk.HBox();
     this.InputLayout.Name    = "InputLayout";
     this.InputLayout.Spacing = 6;
     // Container child InputLayout.Gtk.Box+BoxChild
     this.InputLabel = new global::Gtk.Label();
     this.InputLabel.WidthRequest   = 200;
     this.InputLabel.Name           = "InputLabel";
     this.InputLabel.LabelProp      = global::Mono.Unix.Catalog.GetString("Input");
     this.InputLabel.Wrap           = true;
     this.InputLabel.SingleLineMode = true;
     this.InputLayout.Add(this.InputLabel);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.InputLayout[this.InputLabel]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child InputLayout.Gtk.Box+BoxChild
     this.InputFileChooser = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select Downloads Folder"), ((global::Gtk.FileChooserAction)(2)));
     this.InputFileChooser.TooltipMarkup = "The location were DPD csv input files are to be saved, this should match the sett" +
                                           "ings on DPD.";
     this.InputFileChooser.Name = "InputFileChooser";
     this.InputLayout.Add(this.InputFileChooser);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.InputLayout[this.InputFileChooser]));
     w3.Position = 1;
     // Container child InputLayout.Gtk.Box+BoxChild
     this.InputFilenameEntry = new global::Gtk.Entry();
     this.InputFilenameEntry.TooltipMarkup = "The filename for the DPD input file. This should match the setting on DPD. ";
     this.InputFilenameEntry.CanFocus      = true;
     this.InputFilenameEntry.Name          = "InputFilenameEntry";
     this.InputFilenameEntry.IsEditable    = true;
     this.InputFilenameEntry.InvisibleChar = '•';
     this.InputLayout.Add(this.InputFilenameEntry);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.InputLayout[this.InputFilenameEntry]));
     w4.Position = 2;
     this.APILayout.Add(this.InputLayout);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.APILayout[this.InputLayout]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child APILayout.Gtk.Box+BoxChild
     this.OutputLayout         = new global::Gtk.HBox();
     this.OutputLayout.Name    = "OutputLayout";
     this.OutputLayout.Spacing = 6;
     // Container child OutputLayout.Gtk.Box+BoxChild
     this.OutputLabel = new global::Gtk.Label();
     this.OutputLabel.WidthRequest   = 200;
     this.OutputLabel.Name           = "OutputLabel";
     this.OutputLabel.LabelProp      = global::Mono.Unix.Catalog.GetString("Output");
     this.OutputLabel.Wrap           = true;
     this.OutputLabel.SingleLineMode = true;
     this.OutputLayout.Add(this.OutputLabel);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.OutputLayout[this.OutputLabel]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child OutputLayout.Gtk.Box+BoxChild
     this.OutputFileChooser = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select Downloads Folder"), ((global::Gtk.FileChooserAction)(2)));
     this.OutputFileChooser.TooltipMarkup = "The location were DPD csv output files are to be saved, this should match the set" +
                                            "tings on DPD.";
     this.OutputFileChooser.Name = "OutputFileChooser";
     this.OutputLayout.Add(this.OutputFileChooser);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.OutputLayout[this.OutputFileChooser]));
     w7.Position = 1;
     // Container child OutputLayout.Gtk.Box+BoxChild
     this.OutputFilenameEntry = new global::Gtk.Entry();
     this.OutputFilenameEntry.TooltipMarkup = "The filename for the DPD output file. This should match the setting on DPD. ";
     this.OutputFilenameEntry.CanFocus      = true;
     this.OutputFilenameEntry.Name          = "OutputFilenameEntry";
     this.OutputFilenameEntry.IsEditable    = true;
     this.OutputFilenameEntry.InvisibleChar = '•';
     this.OutputLayout.Add(this.OutputFilenameEntry);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.OutputLayout[this.OutputFilenameEntry]));
     w8.Position = 2;
     this.APILayout.Add(this.OutputLayout);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.APILayout[this.OutputLayout]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     this.APIAlignment.Add(this.APILayout);
     this.APIFrame.Add(this.APIAlignment);
     this.CarrierLabel           = new global::Gtk.Label();
     this.CarrierLabel.Name      = "CarrierLabel";
     this.CarrierLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Interlink Settings</b>");
     this.CarrierLabel.UseMarkup = true;
     this.APIFrame.LabelWidget   = this.CarrierLabel;
     this.CarrierLayout.Add(this.APIFrame);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.CarrierLayout[this.APIFrame]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child CarrierLayout.Gtk.Box+BoxChild
     this.TemplateFrame            = new global::Gtk.Frame();
     this.TemplateFrame.Name       = "TemplateFrame";
     this.TemplateFrame.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child TemplateFrame.Gtk.Container+ContainerChild
     this.TemplateAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.TemplateAlignment.Name        = "TemplateAlignment";
     this.TemplateAlignment.LeftPadding = ((uint)(12));
     // Container child TemplateAlignment.Gtk.Container+ContainerChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.TemplateTextView = new global::Gtk.TextView();
     this.TemplateTextView.TooltipMarkup = "Enter the template used by DPD here. {Tags} will be replaced with order data.";
     this.TemplateTextView.CanFocus      = true;
     this.TemplateTextView.Name          = "TemplateTextView";
     this.TemplateTextView.AcceptsTab    = false;
     this.TemplateTextView.LeftMargin    = 4;
     this.TemplateTextView.RightMargin   = 4;
     this.GtkScrolledWindow.Add(this.TemplateTextView);
     this.TemplateAlignment.Add(this.GtkScrolledWindow);
     this.TemplateFrame.Add(this.TemplateAlignment);
     this.TemplateLabel             = new global::Gtk.Label();
     this.TemplateLabel.Name        = "TemplateLabel";
     this.TemplateLabel.LabelProp   = global::Mono.Unix.Catalog.GetString("<b>Template</b>");
     this.TemplateLabel.UseMarkup   = true;
     this.TemplateFrame.LabelWidget = this.TemplateLabel;
     this.CarrierLayout.Add(this.TemplateFrame);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.CarrierLayout[this.TemplateFrame]));
     w16.Position = 1;
     // Container child CarrierLayout.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 w17 = ((global::Gtk.Box.BoxChild)(this.MainControlsLayout[this.MainControlsSpacerAlignment]));
     w17.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 w18 = new global::Gtk.Image();
     w18.Pixbuf = new global::Gdk.Pixbuf(global::System.IO.Path.Combine(global::System.AppDomain.CurrentDomain.BaseDirectory, "./Icons/png/no-small.png"));
     this.CancelButton.Image = w18;
     this.MainControlsLayout.Add(this.CancelButton);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.MainControlsLayout[this.CancelButton]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.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 w20 = new global::Gtk.Image();
     w20.Pixbuf = new global::Gdk.Pixbuf(global::System.IO.Path.Combine(global::System.AppDomain.CurrentDomain.BaseDirectory, "./Icons/png/apply-small.png"));
     this.ConfirmButton.Image = w20;
     this.MainControlsLayout.Add(this.ConfirmButton);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.MainControlsLayout[this.ConfirmButton]));
     w21.Position = 2;
     w21.Expand   = false;
     w21.Fill     = false;
     this.CarrierLayout.Add(this.MainControlsLayout);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.CarrierLayout[this.MainControlsLayout]));
     w22.Position = 2;
     w22.Expand   = false;
     w22.Fill     = false;
     this.Add(this.CarrierLayout);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 635;
     this.DefaultHeight = 326;
     this.Show();
     this.CancelButton.Released  += new global::System.EventHandler(this.OnCancelButtonReleased);
     this.ConfirmButton.Released += new global::System.EventHandler(this.OnConfirmButtonReleased);
 }
	protected virtual void Build ()
	{
		global::Stetic.Gui.Initialize (this);
		// Widget MainWindow
		this.WidthRequest = 570;
		this.HeightRequest = 355;
		this.Name = "MainWindow";
		this.Title = "MonoBrick Remote";
		this.Icon = global::Gdk.Pixbuf.LoadFromResource ("PCRemote.monobrickIcon64.png");
		this.TypeHint = ((global::Gdk.WindowTypeHint)(7));
		this.WindowPosition = ((global::Gtk.WindowPosition)(3));
		this.Resizable = false;
		this.AllowGrow = false;
		this.Gravity = ((global::Gdk.Gravity)(5));
		// Container child MainWindow.Gtk.Container+ContainerChild
		this.vbox4 = new global::Gtk.VBox ();
		this.vbox4.Name = "vbox4";
		this.vbox4.Spacing = 6;
		// Container child vbox4.Gtk.Box+BoxChild
		this.image4 = new global::Gtk.Image ();
		this.image4.Name = "image4";
		this.image4.Xalign = 0F;
		this.image4.Yalign = 0F;
		this.image4.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("PCRemote.header.png");
		this.vbox4.Add (this.image4);
		global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.image4]));
		w1.Position = 0;
		w1.Expand = false;
		w1.Fill = false;
		// Container child vbox4.Gtk.Box+BoxChild
		this.Pages = new global::Gtk.Notebook ();
		this.Pages.CanFocus = true;
		this.Pages.Name = "Pages";
		this.Pages.CurrentPage = 1;
		this.Pages.EnablePopup = true;
		this.Pages.TabPos = ((global::Gtk.PositionType)(1));
		this.Pages.ShowBorder = false;
		this.Pages.BorderWidth = ((uint)(6));
		// Container child Pages.Gtk.Notebook+NotebookChild
		this.connectionContainer = new global::Gtk.Fixed ();
		this.connectionContainer.Name = "connectionContainer";
		this.connectionContainer.HasWindow = false;
		// Container child connectionContainer.Gtk.Fixed+FixedChild
		this.brickNameFrame = new global::Gtk.Frame ();
		this.brickNameFrame.WidthRequest = 220;
		this.brickNameFrame.HeightRequest = 85;
		this.brickNameFrame.Name = "brickNameFrame";
		// Container child brickNameFrame.Gtk.Container+ContainerChild
		this.table15 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
		this.table15.WidthRequest = 0;
		this.table15.Name = "table15";
		// Container child table15.Gtk.Table+TableChild
		this.label38 = new global::Gtk.Label ();
		this.label38.Name = "label38";
		this.label38.LabelProp = "Name: ";
		this.table15.Add (this.label38);
		global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table15 [this.label38]));
		w2.XPadding = ((uint)(3));
		w2.YPadding = ((uint)(2));
		w2.XOptions = ((global::Gtk.AttachOptions)(4));
		w2.YOptions = ((global::Gtk.AttachOptions)(4));
		// Container child table15.Gtk.Table+TableChild
		this.setNameButton = new global::Gtk.Button ();
		this.setNameButton.CanFocus = true;
		this.setNameButton.Name = "setNameButton";
		this.setNameButton.UseUnderline = true;
		this.setNameButton.Yalign = 1F;
		this.setNameButton.Label = "Set Name";
		this.table15.Add (this.setNameButton);
		global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table15 [this.setNameButton]));
		w3.TopAttach = ((uint)(1));
		w3.BottomAttach = ((uint)(2));
		w3.XPadding = ((uint)(5));
		w3.YOptions = ((global::Gtk.AttachOptions)(4));
		// Container child table15.Gtk.Table+TableChild
		this.setNameEntry = new global::Gtk.Entry ();
		this.setNameEntry.WidthRequest = 25;
		this.setNameEntry.CanFocus = true;
		this.setNameEntry.Name = "setNameEntry";
		this.setNameEntry.Text = "Name...";
		this.setNameEntry.IsEditable = true;
		this.setNameEntry.MaxLength = 15;
		this.setNameEntry.InvisibleChar = '●';
		this.table15.Add (this.setNameEntry);
		global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table15 [this.setNameEntry]));
		w4.TopAttach = ((uint)(1));
		w4.BottomAttach = ((uint)(2));
		w4.LeftAttach = ((uint)(1));
		w4.RightAttach = ((uint)(2));
		w4.XPadding = ((uint)(12));
		w4.XOptions = ((global::Gtk.AttachOptions)(4));
		w4.YOptions = ((global::Gtk.AttachOptions)(0));
		// Container child table15.Gtk.Table+TableChild
		this.showBrickNameLabel = new global::Gtk.Label ();
		this.showBrickNameLabel.WidthRequest = 125;
		this.showBrickNameLabel.Name = "showBrickNameLabel";
		this.showBrickNameLabel.LabelProp = "Some Name";
		this.table15.Add (this.showBrickNameLabel);
		global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table15 [this.showBrickNameLabel]));
		w5.LeftAttach = ((uint)(1));
		w5.RightAttach = ((uint)(2));
		w5.XPadding = ((uint)(3));
		w5.XOptions = ((global::Gtk.AttachOptions)(4));
		w5.YOptions = ((global::Gtk.AttachOptions)(4));
		this.brickNameFrame.Add (this.table15);
		this.brickNameLabel = new global::Gtk.Label ();
		this.brickNameLabel.Name = "brickNameLabel";
		this.brickNameLabel.LabelProp = "<b>Brick Name</b>";
		this.brickNameLabel.UseMarkup = true;
		this.brickNameFrame.LabelWidget = this.brickNameLabel;
		this.connectionContainer.Add (this.brickNameFrame);
		global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.connectionContainer [this.brickNameFrame]));
		w7.X = 260;
		w7.Y = 10;
		// Container child connectionContainer.Gtk.Fixed+FixedChild
		this.connecionFrame = new global::Gtk.Frame ();
		this.connecionFrame.WidthRequest = 220;
		this.connecionFrame.HeightRequest = 240;
		this.connecionFrame.Name = "connecionFrame";
		// Container child connecionFrame.Gtk.Container+ContainerChild
		this.vbox5 = new global::Gtk.VBox ();
		this.vbox5.Name = "vbox5";
		// Container child vbox5.Gtk.Box+BoxChild
		this.table5 = new global::Gtk.Table (((uint)(6)), ((uint)(2)), false);
		this.table5.Name = "table5";
		this.table5.ColumnSpacing = ((uint)(4));
		this.table5.BorderWidth = ((uint)(2));
		// Container child table5.Gtk.Table+TableChild
		this.bluetoothRadiobutton = new global::Gtk.RadioButton ("Bluetooth");
		this.bluetoothRadiobutton.CanFocus = true;
		this.bluetoothRadiobutton.Name = "bluetoothRadiobutton";
		this.bluetoothRadiobutton.DrawIndicator = true;
		this.bluetoothRadiobutton.UseUnderline = true;
		this.bluetoothRadiobutton.Group = new global::GLib.SList (global::System.IntPtr.Zero);
		this.table5.Add (this.bluetoothRadiobutton);
		global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table5 [this.bluetoothRadiobutton]));
		w8.TopAttach = ((uint)(1));
		w8.BottomAttach = ((uint)(2));
		w8.XOptions = ((global::Gtk.AttachOptions)(4));
		w8.YOptions = ((global::Gtk.AttachOptions)(4));
		// Container child table5.Gtk.Table+TableChild
		this.comportCombobox = global::Gtk.ComboBox.NewText ();
		this.comportCombobox.WidthRequest = 110;
		this.comportCombobox.HeightRequest = 30;
		this.comportCombobox.Name = "comportCombobox";
		this.table5.Add (this.comportCombobox);
		global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table5 [this.comportCombobox]));
		w9.TopAttach = ((uint)(1));
		w9.BottomAttach = ((uint)(2));
		w9.LeftAttach = ((uint)(1));
		w9.RightAttach = ((uint)(2));
		w9.XOptions = ((global::Gtk.AttachOptions)(4));
		w9.YOptions = ((global::Gtk.AttachOptions)(4));
		// Container child table5.Gtk.Table+TableChild
		this.hbuttonbox13 = new global::Gtk.HButtonBox ();
		this.hbuttonbox13.Name = "hbuttonbox13";
		this.table5.Add (this.hbuttonbox13);
		global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table5 [this.hbuttonbox13]));
		w10.LeftAttach = ((uint)(1));
		w10.RightAttach = ((uint)(2));
		w10.XOptions = ((global::Gtk.AttachOptions)(4));
		w10.YOptions = ((global::Gtk.AttachOptions)(4));
		// Container child table5.Gtk.Table+TableChild
		this.hbuttonbox14 = new global::Gtk.HButtonBox ();
		this.hbuttonbox14.Name = "hbuttonbox14";
		this.table5.Add (this.hbuttonbox14);
		global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table5 [this.hbuttonbox14]));
		w11.TopAttach = ((uint)(2));
		w11.BottomAttach = ((uint)(3));
		w11.LeftAttach = ((uint)(1));
		w11.RightAttach = ((uint)(2));
		w11.XOptions = ((global::Gtk.AttachOptions)(4));
		w11.YOptions = ((global::Gtk.AttachOptions)(4));
		// Container child table5.Gtk.Table+TableChild
		this.ipAddressLabel = new global::Gtk.Label ();
		this.ipAddressLabel.WidthRequest = 80;
		this.ipAddressLabel.Name = "ipAddressLabel";
		this.ipAddressLabel.Xalign = 1F;
		this.ipAddressLabel.LabelProp = "Address: ";
		this.ipAddressLabel.Justify = ((global::Gtk.Justification)(2));
		this.table5.Add (this.ipAddressLabel);
		global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table5 [this.ipAddressLabel]));
		w12.TopAttach = ((uint)(4));
		w12.BottomAttach = ((uint)(5));
		w12.XOptions = ((global::Gtk.AttachOptions)(4));
		w12.YOptions = ((global::Gtk.AttachOptions)(4));
		// Container child table5.Gtk.Table+TableChild
		this.ipEntry = new global::Gtk.Entry ();
		this.ipEntry.WidthRequest = 110;
		this.ipEntry.CanFocus = true;
		this.ipEntry.Name = "ipEntry";
		this.ipEntry.Text = "192.168.1.43";
		this.ipEntry.IsEditable = true;
		this.ipEntry.InvisibleChar = '●';
		this.table5.Add (this.ipEntry);
		global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table5 [this.ipEntry]));
		w13.TopAttach = ((uint)(4));
		w13.BottomAttach = ((uint)(5));
		w13.LeftAttach = ((uint)(1));
		w13.RightAttach = ((uint)(2));
		w13.XOptions = ((global::Gtk.AttachOptions)(4));
		w13.YOptions = ((global::Gtk.AttachOptions)(4));
		// Container child table5.Gtk.Table+TableChild
		this.networkRadiobutton = new global::Gtk.RadioButton ("Network");
		this.networkRadiobutton.CanFocus = true;
		this.networkRadiobutton.Name = "networkRadiobutton";
		this.networkRadiobutton.DrawIndicator = true;
		this.networkRadiobutton.UseUnderline = true;
		this.networkRadiobutton.Group = this.bluetoothRadiobutton.Group;
		this.table5.Add (this.networkRadiobutton);
		global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table5 [this.networkRadiobutton]));
		w14.TopAttach = ((uint)(2));
		w14.BottomAttach = ((uint)(3));
		w14.XOptions = ((global::Gtk.AttachOptions)(4));
		w14.YOptions = ((global::Gtk.AttachOptions)(4));
		// Container child table5.Gtk.Table+TableChild
		this.portLabel = new global::Gtk.Label ();
		this.portLabel.Name = "portLabel";
		this.portLabel.LabelProp = "Port:";
		this.portLabel.Justify = ((global::Gtk.Justification)(2));
		this.table5.Add (this.portLabel);
		global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table5 [this.portLabel]));
		w15.TopAttach = ((uint)(5));
		w15.BottomAttach = ((uint)(6));
		w15.XOptions = ((global::Gtk.AttachOptions)(4));
		w15.YOptions = ((global::Gtk.AttachOptions)(4));
		// Container child table5.Gtk.Table+TableChild
		this.portSpinbutton = new global::Gtk.SpinButton (0, 49152, 1);
		this.portSpinbutton.WidthRequest = 110;
		this.portSpinbutton.CanFocus = true;
		this.portSpinbutton.Name = "portSpinbutton";
		this.portSpinbutton.Adjustment.PageIncrement = 10;
		this.portSpinbutton.ClimbRate = 1;
		this.portSpinbutton.Numeric = true;
		this.portSpinbutton.Value = 1500;
		this.table5.Add (this.portSpinbutton);
		global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table5 [this.portSpinbutton]));
		w16.TopAttach = ((uint)(5));
		w16.BottomAttach = ((uint)(6));
		w16.LeftAttach = ((uint)(1));
		w16.RightAttach = ((uint)(2));
		w16.XOptions = ((global::Gtk.AttachOptions)(4));
		w16.YOptions = ((global::Gtk.AttachOptions)(4));
		// Container child table5.Gtk.Table+TableChild
		this.USBRadiobutton = new global::Gtk.RadioButton ("USB");
		this.USBRadiobutton.CanFocus = true;
		this.USBRadiobutton.Name = "USBRadiobutton";
		this.USBRadiobutton.DrawIndicator = true;
		this.USBRadiobutton.UseUnderline = true;
		this.USBRadiobutton.Group = this.bluetoothRadiobutton.Group;
		this.table5.Add (this.USBRadiobutton);
		global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table5 [this.USBRadiobutton]));
		w17.XOptions = ((global::Gtk.AttachOptions)(4));
		w17.YOptions = ((global::Gtk.AttachOptions)(4));
		// Container child table5.Gtk.Table+TableChild
		this.waitForConnectioncheckbutton = new global::Gtk.CheckButton ();
		this.waitForConnectioncheckbutton.CanFocus = true;
		this.waitForConnectioncheckbutton.Name = "waitForConnectioncheckbutton";
		this.waitForConnectioncheckbutton.Label = "Wait for connection";
		this.waitForConnectioncheckbutton.DrawIndicator = true;
		this.waitForConnectioncheckbutton.UseUnderline = true;
		this.table5.Add (this.waitForConnectioncheckbutton);
		global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table5 [this.waitForConnectioncheckbutton]));
		w18.TopAttach = ((uint)(3));
		w18.BottomAttach = ((uint)(4));
		w18.RightAttach = ((uint)(2));
		w18.XOptions = ((global::Gtk.AttachOptions)(0));
		w18.YOptions = ((global::Gtk.AttachOptions)(4));
		this.vbox5.Add (this.table5);
		global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.table5]));
		w19.Position = 0;
		w19.Expand = false;
		w19.Fill = false;
		// Container child vbox5.Gtk.Box+BoxChild
		this.hbox17 = new global::Gtk.HBox ();
		this.hbox17.Name = "hbox17";
		this.hbox17.Spacing = 6;
		// Container child hbox17.Gtk.Box+BoxChild
		this.connectButton = new global::Gtk.Button ();
		this.connectButton.CanFocus = true;
		this.connectButton.Name = "connectButton";
		this.connectButton.UseUnderline = true;
		this.connectButton.Label = "Connect";
		this.hbox17.Add (this.connectButton);
		global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox17 [this.connectButton]));
		w20.Position = 0;
		w20.Expand = false;
		w20.Fill = false;
		w20.Padding = ((uint)(17));
		// Container child hbox17.Gtk.Box+BoxChild
		this.disconnectButton = new global::Gtk.Button ();
		this.disconnectButton.WidthRequest = 95;
		this.disconnectButton.HeightRequest = 25;
		this.disconnectButton.CanFocus = true;
		this.disconnectButton.Name = "disconnectButton";
		this.disconnectButton.UseUnderline = true;
		this.disconnectButton.Label = "Disconnect";
		this.hbox17.Add (this.disconnectButton);
		global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox17 [this.disconnectButton]));
		w21.Position = 1;
		w21.Expand = false;
		w21.Fill = false;
		this.vbox5.Add (this.hbox17);
		global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox17]));
		w22.Position = 1;
		w22.Expand = false;
		w22.Fill = false;
		w22.Padding = ((uint)(10));
		this.connecionFrame.Add (this.vbox5);
		this.connectionLabel = new global::Gtk.Label ();
		this.connectionLabel.Name = "connectionLabel";
		this.connectionLabel.LabelProp = "<b>Connection</b>";
		this.connectionLabel.UseMarkup = true;
		this.connecionFrame.LabelWidget = this.connectionLabel;
		this.connectionContainer.Add (this.connecionFrame);
		global::Gtk.Fixed.FixedChild w24 = ((global::Gtk.Fixed.FixedChild)(this.connectionContainer [this.connecionFrame]));
		w24.X = 20;
		w24.Y = 10;
		// Container child connectionContainer.Gtk.Fixed+FixedChild
		this.deviceInfoFrame = new global::Gtk.Frame ();
		this.deviceInfoFrame.WidthRequest = 220;
		this.deviceInfoFrame.HeightRequest = 155;
		this.deviceInfoFrame.Name = "deviceInfoFrame";
		// Container child deviceInfoFrame.Gtk.Container+ContainerChild
		this.vbox2 = new global::Gtk.VBox ();
		this.vbox2.Name = "vbox2";
		this.vbox2.Homogeneous = true;
		this.vbox2.BorderWidth = ((uint)(1));
		// Container child vbox2.Gtk.Box+BoxChild
		this.hbox18 = new global::Gtk.HBox ();
		this.hbox18.WidthRequest = 30;
		this.hbox18.Name = "hbox18";
		this.hbox18.Spacing = 6;
		// Container child hbox18.Gtk.Box+BoxChild
		this.label15 = new global::Gtk.Label ();
		this.label15.Name = "label15";
		this.label15.Xpad = 4;
		this.label15.Ypad = 2;
		this.label15.LabelProp = "Firmware version:";
		this.hbox18.Add (this.label15);
		global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox18 [this.label15]));
		w25.Position = 0;
		w25.Expand = false;
		w25.Fill = false;
		// Container child hbox18.Gtk.Box+BoxChild
		this.hbuttonbox7 = new global::Gtk.HButtonBox ();
		this.hbuttonbox7.Name = "hbuttonbox7";
		this.hbox18.Add (this.hbuttonbox7);
		global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox18 [this.hbuttonbox7]));
		w26.Position = 1;
		// Container child hbox18.Gtk.Box+BoxChild
		this.firmwareLabel = new global::Gtk.Label ();
		this.firmwareLabel.Name = "firmwareLabel";
		this.firmwareLabel.LabelProp = "1.06";
		this.hbox18.Add (this.firmwareLabel);
		global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox18 [this.firmwareLabel]));
		w27.Position = 2;
		w27.Padding = ((uint)(6));
		this.vbox2.Add (this.hbox18);
		global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox18]));
		w28.Position = 0;
		w28.Expand = false;
		w28.Fill = false;
		// Container child vbox2.Gtk.Box+BoxChild
		this.hbox19 = new global::Gtk.HBox ();
		this.hbox19.Name = "hbox19";
		this.hbox19.Spacing = 6;
		// Container child hbox19.Gtk.Box+BoxChild
		this.label14 = new global::Gtk.Label ();
		this.label14.Name = "label14";
		this.label14.Xpad = 4;
		this.label14.Xalign = 0F;
		this.label14.Yalign = 0F;
		this.label14.LabelProp = "Free Flash:";
		this.hbox19.Add (this.label14);
		global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox19 [this.label14]));
		w29.Position = 0;
		w29.Expand = false;
		w29.Fill = false;
		w29.Padding = ((uint)(2));
		// Container child hbox19.Gtk.Box+BoxChild
		this.hbuttonbox10 = new global::Gtk.HButtonBox ();
		this.hbuttonbox10.WidthRequest = 2;
		this.hbuttonbox10.Name = "hbuttonbox10";
		this.hbox19.Add (this.hbuttonbox10);
		global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox19 [this.hbuttonbox10]));
		w30.Position = 1;
		// Container child hbox19.Gtk.Box+BoxChild
		this.freeFlashLabel = new global::Gtk.Label ();
		this.freeFlashLabel.Name = "freeFlashLabel";
		this.freeFlashLabel.LabelProp = "123456 bytes";
		this.hbox19.Add (this.freeFlashLabel);
		global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox19 [this.freeFlashLabel]));
		w31.Position = 2;
		w31.Padding = ((uint)(12));
		this.vbox2.Add (this.hbox19);
		global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox19]));
		w32.Position = 1;
		w32.Expand = false;
		w32.Fill = false;
		// Container child vbox2.Gtk.Box+BoxChild
		this.hbox20 = new global::Gtk.HBox ();
		this.hbox20.Name = "hbox20";
		this.hbox20.Spacing = 6;
		// Container child hbox20.Gtk.Box+BoxChild
		this.label20 = new global::Gtk.Label ();
		this.label20.Name = "label20";
		this.label20.Xpad = 4;
		this.label20.Ypad = 4;
		this.label20.LabelProp = "Addr:";
		this.hbox20.Add (this.label20);
		global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox20 [this.label20]));
		w33.Position = 0;
		w33.Expand = false;
		w33.Fill = false;
		w33.Padding = ((uint)(2));
		// Container child hbox20.Gtk.Box+BoxChild
		this.hbuttonbox18 = new global::Gtk.HButtonBox ();
		this.hbuttonbox18.Name = "hbuttonbox18";
		this.hbox20.Add (this.hbuttonbox18);
		global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox20 [this.hbuttonbox18]));
		w34.Position = 1;
		// Container child hbox20.Gtk.Box+BoxChild
		this.bluetoothAddressLabel = new global::Gtk.Label ();
		this.bluetoothAddressLabel.Name = "bluetoothAddressLabel";
		this.bluetoothAddressLabel.Xalign = 1F;
		this.bluetoothAddressLabel.LabelProp = "45:45:45:45:45:45";
		this.hbox20.Add (this.bluetoothAddressLabel);
		global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox20 [this.bluetoothAddressLabel]));
		w35.Position = 2;
		w35.Expand = false;
		w35.Padding = ((uint)(13));
		this.vbox2.Add (this.hbox20);
		global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox20]));
		w36.Position = 2;
		w36.Expand = false;
		w36.Fill = false;
		// Container child vbox2.Gtk.Box+BoxChild
		this.hbox21 = new global::Gtk.HBox ();
		this.hbox21.Name = "hbox21";
		this.hbox21.Spacing = 6;
		// Container child hbox21.Gtk.Box+BoxChild
		this.label16 = new global::Gtk.Label ();
		this.label16.Name = "label16";
		this.label16.Xpad = 4;
		this.label16.LabelProp = "Battery:";
		this.hbox21.Add (this.label16);
		global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hbox21 [this.label16]));
		w37.Position = 0;
		w37.Expand = false;
		w37.Fill = false;
		w37.Padding = ((uint)(2));
		// Container child hbox21.Gtk.Box+BoxChild
		this.hbuttonbox15 = new global::Gtk.HButtonBox ();
		this.hbuttonbox15.Name = "hbuttonbox15";
		this.hbox21.Add (this.hbuttonbox15);
		global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox21 [this.hbuttonbox15]));
		w38.Position = 1;
		// Container child hbox21.Gtk.Box+BoxChild
		this.batteryProgressbar = new global::Gtk.ProgressBar ();
		this.batteryProgressbar.WidthRequest = 120;
		this.batteryProgressbar.Name = "batteryProgressbar";
		this.batteryProgressbar.Text = "4567 mV";
		this.hbox21.Add (this.batteryProgressbar);
		global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox21 [this.batteryProgressbar]));
		w39.Position = 2;
		// Container child hbox21.Gtk.Box+BoxChild
		this.hbuttonbox17 = new global::Gtk.HButtonBox ();
		this.hbuttonbox17.Name = "hbuttonbox17";
		this.hbox21.Add (this.hbuttonbox17);
		global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox21 [this.hbuttonbox17]));
		w40.Position = 3;
		this.vbox2.Add (this.hbox21);
		global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox21]));
		w41.Position = 3;
		w41.Expand = false;
		w41.Fill = false;
		this.deviceInfoFrame.Add (this.vbox2);
		this.deviceInformationLabel = new global::Gtk.Label ();
		this.deviceInformationLabel.Name = "deviceInformationLabel";
		this.deviceInformationLabel.LabelProp = "<b>Device Infomation</b>";
		this.deviceInformationLabel.UseMarkup = true;
		this.deviceInfoFrame.LabelWidget = this.deviceInformationLabel;
		this.connectionContainer.Add (this.deviceInfoFrame);
		global::Gtk.Fixed.FixedChild w43 = ((global::Gtk.Fixed.FixedChild)(this.connectionContainer [this.deviceInfoFrame]));
		w43.X = 260;
		w43.Y = 95;
		this.Pages.Add (this.connectionContainer);
		global::Gtk.Notebook.NotebookChild w44 = ((global::Gtk.Notebook.NotebookChild)(this.Pages [this.connectionContainer]));
		w44.TabFill = false;
		// Notebook tab
		this.brickLabel = new global::Gtk.Label ();
		this.brickLabel.Name = "brickLabel";
		this.brickLabel.LabelProp = "Brick";
		this.Pages.SetTabLabel (this.connectionContainer, this.brickLabel);
		this.brickLabel.ShowAll ();
		// Container child Pages.Gtk.Notebook+NotebookChild
		this.sensorContainer = new global::Gtk.Fixed ();
		this.sensorContainer.Name = "sensorContainer";
		this.sensorContainer.HasWindow = false;
		// Container child sensorContainer.Gtk.Fixed+FixedChild
		this.frame1 = new global::Gtk.Frame ();
		this.frame1.WidthRequest = 225;
		this.frame1.HeightRequest = 90;
		this.frame1.Name = "frame1";
		// Container child frame1.Gtk.Container+ContainerChild
		this.vbox1 = new global::Gtk.VBox ();
		this.vbox1.Name = "vbox1";
		this.vbox1.Homogeneous = true;
		// 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.sensor1Combobox = global::Gtk.ComboBox.NewText ();
		this.sensor1Combobox.AppendText ("NXT Light Inactive Pct");
		this.sensor1Combobox.WidthRequest = 205;
		this.sensor1Combobox.HeightRequest = 30;
		this.sensor1Combobox.Name = "sensor1Combobox";
		this.sensor1Combobox.Active = 0;
		this.hbox1.Add (this.sensor1Combobox);
		global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.sensor1Combobox]));
		w45.Position = 0;
		w45.Expand = false;
		w45.Fill = false;
		w45.Padding = ((uint)(5));
		this.vbox1.Add (this.hbox1);
		global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
		w46.Position = 0;
		w46.Expand = false;
		w46.Fill = false;
		// Container child vbox1.Gtk.Box+BoxChild
		this.hbox2 = new global::Gtk.HBox ();
		this.hbox2.Name = "hbox2";
		this.hbox2.Spacing = 8;
		// Container child hbox2.Gtk.Box+BoxChild
		this.readSensor1Button = new global::Gtk.Button ();
		this.readSensor1Button.WidthRequest = 60;
		this.readSensor1Button.CanFocus = true;
		this.readSensor1Button.Name = "readSensor1Button";
		this.readSensor1Button.UseUnderline = true;
		this.readSensor1Button.Label = "Read";
		this.hbox2.Add (this.readSensor1Button);
		global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.readSensor1Button]));
		w47.Position = 0;
		w47.Expand = false;
		w47.Fill = false;
		w47.Padding = ((uint)(4));
		// Container child hbox2.Gtk.Box+BoxChild
		this.sensor1ValueEntry = new global::Gtk.Entry ();
		this.sensor1ValueEntry.WidthRequest = 130;
		this.sensor1ValueEntry.CanFocus = true;
		this.sensor1ValueEntry.Name = "sensor1ValueEntry";
		this.sensor1ValueEntry.IsEditable = false;
		this.sensor1ValueEntry.InvisibleChar = '●';
		this.hbox2.Add (this.sensor1ValueEntry);
		global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.sensor1ValueEntry]));
		w48.Position = 1;
		// Container child hbox2.Gtk.Box+BoxChild
		this.hbuttonbox11 = new global::Gtk.HButtonBox ();
		this.hbuttonbox11.Name = "hbuttonbox11";
		this.hbox2.Add (this.hbuttonbox11);
		global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.hbuttonbox11]));
		w49.Position = 2;
		this.vbox1.Add (this.hbox2);
		global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
		w50.Position = 1;
		w50.Expand = false;
		w50.Fill = false;
		this.frame1.Add (this.vbox1);
		this.GtkLabel10 = new global::Gtk.Label ();
		this.GtkLabel10.Name = "GtkLabel10";
		this.GtkLabel10.LabelProp = "<b>Sensor 1</b>";
		this.GtkLabel10.UseMarkup = true;
		this.frame1.LabelWidget = this.GtkLabel10;
		this.sensorContainer.Add (this.frame1);
		global::Gtk.Fixed.FixedChild w52 = ((global::Gtk.Fixed.FixedChild)(this.sensorContainer [this.frame1]));
		w52.X = 20;
		w52.Y = 10;
		// Container child sensorContainer.Gtk.Fixed+FixedChild
		this.frame2 = new global::Gtk.Frame ();
		this.frame2.WidthRequest = 225;
		this.frame2.HeightRequest = 90;
		this.frame2.Name = "frame2";
		// Container child frame2.Gtk.Container+ContainerChild
		this.vbox12 = new global::Gtk.VBox ();
		this.vbox12.Name = "vbox12";
		this.vbox12.Homogeneous = true;
		// Container child vbox12.Gtk.Box+BoxChild
		this.hbox22 = new global::Gtk.HBox ();
		this.hbox22.Name = "hbox22";
		this.hbox22.Spacing = 6;
		// Container child hbox22.Gtk.Box+BoxChild
		this.sensor2Combobox = global::Gtk.ComboBox.NewText ();
		this.sensor2Combobox.AppendText ("NXT Light Inactive Pct");
		this.sensor2Combobox.WidthRequest = 205;
		this.sensor2Combobox.HeightRequest = 30;
		this.sensor2Combobox.Name = "sensor2Combobox";
		this.sensor2Combobox.Active = 0;
		this.hbox22.Add (this.sensor2Combobox);
		global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.hbox22 [this.sensor2Combobox]));
		w53.Position = 0;
		w53.Expand = false;
		w53.Fill = false;
		w53.Padding = ((uint)(5));
		this.vbox12.Add (this.hbox22);
		global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.hbox22]));
		w54.Position = 0;
		w54.Expand = false;
		w54.Fill = false;
		// Container child vbox12.Gtk.Box+BoxChild
		this.hbox23 = new global::Gtk.HBox ();
		this.hbox23.Name = "hbox23";
		this.hbox23.Spacing = 8;
		// Container child hbox23.Gtk.Box+BoxChild
		this.readSensor2Button = new global::Gtk.Button ();
		this.readSensor2Button.WidthRequest = 60;
		this.readSensor2Button.CanFocus = true;
		this.readSensor2Button.Name = "readSensor2Button";
		this.readSensor2Button.UseUnderline = true;
		this.readSensor2Button.Label = "Read";
		this.hbox23.Add (this.readSensor2Button);
		global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.hbox23 [this.readSensor2Button]));
		w55.Position = 0;
		w55.Expand = false;
		w55.Fill = false;
		w55.Padding = ((uint)(4));
		// Container child hbox23.Gtk.Box+BoxChild
		this.sensor2ValueEntry = new global::Gtk.Entry ();
		this.sensor2ValueEntry.WidthRequest = 130;
		this.sensor2ValueEntry.CanFocus = true;
		this.sensor2ValueEntry.Name = "sensor2ValueEntry";
		this.sensor2ValueEntry.IsEditable = false;
		this.sensor2ValueEntry.InvisibleChar = '●';
		this.hbox23.Add (this.sensor2ValueEntry);
		global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.hbox23 [this.sensor2ValueEntry]));
		w56.Position = 1;
		// Container child hbox23.Gtk.Box+BoxChild
		this.hbuttonbox9 = new global::Gtk.HButtonBox ();
		this.hbuttonbox9.Name = "hbuttonbox9";
		this.hbox23.Add (this.hbuttonbox9);
		global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox23 [this.hbuttonbox9]));
		w57.Position = 2;
		this.vbox12.Add (this.hbox23);
		global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.hbox23]));
		w58.Position = 1;
		w58.Expand = false;
		w58.Fill = false;
		this.frame2.Add (this.vbox12);
		this.GtkLabel12 = new global::Gtk.Label ();
		this.GtkLabel12.Name = "GtkLabel12";
		this.GtkLabel12.LabelProp = "<b>Sensor 2</b>";
		this.GtkLabel12.UseMarkup = true;
		this.frame2.LabelWidget = this.GtkLabel12;
		this.sensorContainer.Add (this.frame2);
		global::Gtk.Fixed.FixedChild w60 = ((global::Gtk.Fixed.FixedChild)(this.sensorContainer [this.frame2]));
		w60.X = 20;
		w60.Y = 100;
		// Container child sensorContainer.Gtk.Fixed+FixedChild
		this.frame3 = new global::Gtk.Frame ();
		this.frame3.WidthRequest = 225;
		this.frame3.HeightRequest = 90;
		this.frame3.Name = "frame3";
		// Container child frame3.Gtk.Container+ContainerChild
		this.vbox13 = new global::Gtk.VBox ();
		this.vbox13.Name = "vbox13";
		this.vbox13.Homogeneous = true;
		// Container child vbox13.Gtk.Box+BoxChild
		this.hbox24 = new global::Gtk.HBox ();
		this.hbox24.Name = "hbox24";
		this.hbox24.Spacing = 6;
		// Container child hbox24.Gtk.Box+BoxChild
		this.sensor3Combobox = global::Gtk.ComboBox.NewText ();
		this.sensor3Combobox.AppendText ("NXT Light Inactive Pct");
		this.sensor3Combobox.WidthRequest = 205;
		this.sensor3Combobox.HeightRequest = 30;
		this.sensor3Combobox.Name = "sensor3Combobox";
		this.sensor3Combobox.Active = 0;
		this.hbox24.Add (this.sensor3Combobox);
		global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.hbox24 [this.sensor3Combobox]));
		w61.Position = 0;
		w61.Expand = false;
		w61.Fill = false;
		w61.Padding = ((uint)(5));
		this.vbox13.Add (this.hbox24);
		global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.hbox24]));
		w62.Position = 0;
		w62.Expand = false;
		w62.Fill = false;
		// Container child vbox13.Gtk.Box+BoxChild
		this.hbox25 = new global::Gtk.HBox ();
		this.hbox25.Name = "hbox25";
		this.hbox25.Spacing = 8;
		// Container child hbox25.Gtk.Box+BoxChild
		this.readSensor3Button = new global::Gtk.Button ();
		this.readSensor3Button.WidthRequest = 60;
		this.readSensor3Button.CanFocus = true;
		this.readSensor3Button.Name = "readSensor3Button";
		this.readSensor3Button.UseUnderline = true;
		this.readSensor3Button.Label = "Read";
		this.hbox25.Add (this.readSensor3Button);
		global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.hbox25 [this.readSensor3Button]));
		w63.Position = 0;
		w63.Expand = false;
		w63.Fill = false;
		w63.Padding = ((uint)(4));
		// Container child hbox25.Gtk.Box+BoxChild
		this.sensor3ValueEntry = new global::Gtk.Entry ();
		this.sensor3ValueEntry.WidthRequest = 130;
		this.sensor3ValueEntry.CanFocus = true;
		this.sensor3ValueEntry.Name = "sensor3ValueEntry";
		this.sensor3ValueEntry.IsEditable = false;
		this.sensor3ValueEntry.InvisibleChar = '●';
		this.hbox25.Add (this.sensor3ValueEntry);
		global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.hbox25 [this.sensor3ValueEntry]));
		w64.Position = 1;
		// Container child hbox25.Gtk.Box+BoxChild
		this.hbuttonbox12 = new global::Gtk.HButtonBox ();
		this.hbuttonbox12.Name = "hbuttonbox12";
		this.hbox25.Add (this.hbuttonbox12);
		global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.hbox25 [this.hbuttonbox12]));
		w65.Position = 2;
		this.vbox13.Add (this.hbox25);
		global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.hbox25]));
		w66.Position = 1;
		w66.Expand = false;
		w66.Fill = false;
		this.frame3.Add (this.vbox13);
		this.GtkLabel14 = new global::Gtk.Label ();
		this.GtkLabel14.Name = "GtkLabel14";
		this.GtkLabel14.LabelProp = "<b>Sensor 3</b>";
		this.GtkLabel14.UseMarkup = true;
		this.frame3.LabelWidget = this.GtkLabel14;
		this.sensorContainer.Add (this.frame3);
		global::Gtk.Fixed.FixedChild w68 = ((global::Gtk.Fixed.FixedChild)(this.sensorContainer [this.frame3]));
		w68.X = 255;
		w68.Y = 10;
		// Container child sensorContainer.Gtk.Fixed+FixedChild
		this.frame4 = new global::Gtk.Frame ();
		this.frame4.WidthRequest = 225;
		this.frame4.HeightRequest = 90;
		this.frame4.Name = "frame4";
		// Container child frame4.Gtk.Container+ContainerChild
		this.vbox14 = new global::Gtk.VBox ();
		this.vbox14.Name = "vbox14";
		this.vbox14.Homogeneous = true;
		// Container child vbox14.Gtk.Box+BoxChild
		this.hbox26 = new global::Gtk.HBox ();
		this.hbox26.Name = "hbox26";
		this.hbox26.Spacing = 6;
		// Container child hbox26.Gtk.Box+BoxChild
		this.sensor4Combobox = global::Gtk.ComboBox.NewText ();
		this.sensor4Combobox.AppendText ("NXT Light Inactive Pct");
		this.sensor4Combobox.WidthRequest = 205;
		this.sensor4Combobox.HeightRequest = 30;
		this.sensor4Combobox.Name = "sensor4Combobox";
		this.sensor4Combobox.Active = 0;
		this.hbox26.Add (this.sensor4Combobox);
		global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.hbox26 [this.sensor4Combobox]));
		w69.Position = 0;
		w69.Expand = false;
		w69.Fill = false;
		w69.Padding = ((uint)(5));
		this.vbox14.Add (this.hbox26);
		global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.hbox26]));
		w70.Position = 0;
		w70.Expand = false;
		w70.Fill = false;
		// Container child vbox14.Gtk.Box+BoxChild
		this.hbox27 = new global::Gtk.HBox ();
		this.hbox27.Name = "hbox27";
		this.hbox27.Spacing = 8;
		// Container child hbox27.Gtk.Box+BoxChild
		this.readSensor4Button = new global::Gtk.Button ();
		this.readSensor4Button.WidthRequest = 60;
		this.readSensor4Button.CanFocus = true;
		this.readSensor4Button.Name = "readSensor4Button";
		this.readSensor4Button.UseUnderline = true;
		this.readSensor4Button.Label = "Read";
		this.hbox27.Add (this.readSensor4Button);
		global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.hbox27 [this.readSensor4Button]));
		w71.Position = 0;
		w71.Expand = false;
		w71.Fill = false;
		w71.Padding = ((uint)(4));
		// Container child hbox27.Gtk.Box+BoxChild
		this.sensor4ValueEntry = new global::Gtk.Entry ();
		this.sensor4ValueEntry.WidthRequest = 130;
		this.sensor4ValueEntry.CanFocus = true;
		this.sensor4ValueEntry.Name = "sensor4ValueEntry";
		this.sensor4ValueEntry.IsEditable = false;
		this.sensor4ValueEntry.InvisibleChar = '●';
		this.hbox27.Add (this.sensor4ValueEntry);
		global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.hbox27 [this.sensor4ValueEntry]));
		w72.Position = 1;
		// Container child hbox27.Gtk.Box+BoxChild
		this.hbuttonbox8 = new global::Gtk.HButtonBox ();
		this.hbuttonbox8.Name = "hbuttonbox8";
		this.hbox27.Add (this.hbuttonbox8);
		global::Gtk.Box.BoxChild w73 = ((global::Gtk.Box.BoxChild)(this.hbox27 [this.hbuttonbox8]));
		w73.Position = 2;
		this.vbox14.Add (this.hbox27);
		global::Gtk.Box.BoxChild w74 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.hbox27]));
		w74.Position = 1;
		w74.Expand = false;
		w74.Fill = false;
		this.frame4.Add (this.vbox14);
		this.GtkLabel17 = new global::Gtk.Label ();
		this.GtkLabel17.Name = "GtkLabel17";
		this.GtkLabel17.LabelProp = "<b>Sensor 4</b>";
		this.GtkLabel17.UseMarkup = true;
		this.frame4.LabelWidget = this.GtkLabel17;
		this.sensorContainer.Add (this.frame4);
		global::Gtk.Fixed.FixedChild w76 = ((global::Gtk.Fixed.FixedChild)(this.sensorContainer [this.frame4]));
		w76.X = 255;
		w76.Y = 100;
		// Container child sensorContainer.Gtk.Fixed+FixedChild
		this.frame16 = new global::Gtk.Frame ();
		this.frame16.WidthRequest = 460;
		this.frame16.HeightRequest = 70;
		this.frame16.Name = "frame16";
		// Container child frame16.Gtk.Container+ContainerChild
		this.hbox11 = new global::Gtk.HBox ();
		this.hbox11.Name = "hbox11";
		this.hbox11.Spacing = 6;
		// Container child hbox11.Gtk.Box+BoxChild
		this.vbox20 = new global::Gtk.VBox ();
		this.vbox20.Name = "vbox20";
		this.vbox20.Spacing = 6;
		this.vbox20.BorderWidth = ((uint)(2));
		// Container child vbox20.Gtk.Box+BoxChild
		this.fixed6 = new global::Gtk.Fixed ();
		this.fixed6.Name = "fixed6";
		this.fixed6.HasWindow = false;
		this.vbox20.Add (this.fixed6);
		global::Gtk.Box.BoxChild w77 = ((global::Gtk.Box.BoxChild)(this.vbox20 [this.fixed6]));
		w77.Position = 0;
		w77.Expand = false;
		w77.Fill = false;
		// Container child vbox20.Gtk.Box+BoxChild
		this.hbox28 = new global::Gtk.HBox ();
		this.hbox28.Name = "hbox28";
		this.hbox28.Spacing = 6;
		// Container child hbox28.Gtk.Box+BoxChild
		this.readSensorTogglebutton = new global::Gtk.Button ();
		this.readSensorTogglebutton.WidthRequest = 40;
		this.readSensorTogglebutton.CanFocus = true;
		this.readSensorTogglebutton.Name = "readSensorTogglebutton";
		this.readSensorTogglebutton.UseUnderline = true;
		this.readSensorTogglebutton.Label = "Poll";
		this.hbox28.Add (this.readSensorTogglebutton);
		global::Gtk.Box.BoxChild w78 = ((global::Gtk.Box.BoxChild)(this.hbox28 [this.readSensorTogglebutton]));
		w78.Position = 0;
		w78.Expand = false;
		w78.Fill = false;
		// Container child hbox28.Gtk.Box+BoxChild
		this.pollOptionsCombobox = global::Gtk.ComboBox.NewText ();
		this.pollOptionsCombobox.WidthRequest = 80;
		this.pollOptionsCombobox.Name = "pollOptionsCombobox";
		this.hbox28.Add (this.pollOptionsCombobox);
		global::Gtk.Box.BoxChild w79 = ((global::Gtk.Box.BoxChild)(this.hbox28 [this.pollOptionsCombobox]));
		w79.Position = 1;
		w79.Expand = false;
		w79.Fill = false;
		// Container child hbox28.Gtk.Box+BoxChild
		this.setSensorLogNameButton = new global::Gtk.Button ();
		this.setSensorLogNameButton.WidthRequest = 130;
		this.setSensorLogNameButton.CanFocus = true;
		this.setSensorLogNameButton.Name = "setSensorLogNameButton";
		this.setSensorLogNameButton.Label = null;
		this.hbox28.Add (this.setSensorLogNameButton);
		global::Gtk.Box.BoxChild w80 = ((global::Gtk.Box.BoxChild)(this.hbox28 [this.setSensorLogNameButton]));
		w80.Position = 2;
		// Container child hbox28.Gtk.Box+BoxChild
		this.sensorLogCheckbutton = new global::Gtk.CheckButton ();
		this.sensorLogCheckbutton.WidthRequest = 50;
		this.sensorLogCheckbutton.CanFocus = true;
		this.sensorLogCheckbutton.Name = "sensorLogCheckbutton";
		this.sensorLogCheckbutton.Label = "Save";
		this.sensorLogCheckbutton.DrawIndicator = true;
		this.sensorLogCheckbutton.UseUnderline = true;
		this.hbox28.Add (this.sensorLogCheckbutton);
		global::Gtk.Box.BoxChild w81 = ((global::Gtk.Box.BoxChild)(this.hbox28 [this.sensorLogCheckbutton]));
		w81.PackType = ((global::Gtk.PackType)(1));
		w81.Position = 3;
		this.vbox20.Add (this.hbox28);
		global::Gtk.Box.BoxChild w82 = ((global::Gtk.Box.BoxChild)(this.vbox20 [this.hbox28]));
		w82.Position = 1;
		w82.Expand = false;
		w82.Fill = false;
		// Container child vbox20.Gtk.Box+BoxChild
		this.fixed8 = new global::Gtk.Fixed ();
		this.fixed8.Name = "fixed8";
		this.fixed8.HasWindow = false;
		this.vbox20.Add (this.fixed8);
		global::Gtk.Box.BoxChild w83 = ((global::Gtk.Box.BoxChild)(this.vbox20 [this.fixed8]));
		w83.Position = 2;
		w83.Expand = false;
		w83.Fill = false;
		this.hbox11.Add (this.vbox20);
		global::Gtk.Box.BoxChild w84 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.vbox20]));
		w84.Position = 0;
		// Container child hbox11.Gtk.Box+BoxChild
		this.table3 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
		this.table3.Name = "table3";
		// Container child table3.Gtk.Table+TableChild
		this.readSensor1checkbutton = new global::Gtk.CheckButton ();
		this.readSensor1checkbutton.CanFocus = true;
		this.readSensor1checkbutton.Name = "readSensor1checkbutton";
		this.readSensor1checkbutton.Label = "S1";
		this.readSensor1checkbutton.DrawIndicator = true;
		this.readSensor1checkbutton.UseUnderline = true;
		this.table3.Add (this.readSensor1checkbutton);
		global::Gtk.Table.TableChild w85 = ((global::Gtk.Table.TableChild)(this.table3 [this.readSensor1checkbutton]));
		w85.YOptions = ((global::Gtk.AttachOptions)(4));
		// Container child table3.Gtk.Table+TableChild
		this.readSensor2checkbutton = new global::Gtk.CheckButton ();
		this.readSensor2checkbutton.CanFocus = true;
		this.readSensor2checkbutton.Name = "readSensor2checkbutton";
		this.readSensor2checkbutton.Label = "S2";
		this.readSensor2checkbutton.DrawIndicator = true;
		this.readSensor2checkbutton.UseUnderline = true;
		this.table3.Add (this.readSensor2checkbutton);
		global::Gtk.Table.TableChild w86 = ((global::Gtk.Table.TableChild)(this.table3 [this.readSensor2checkbutton]));
		w86.TopAttach = ((uint)(1));
		w86.BottomAttach = ((uint)(2));
		w86.YOptions = ((global::Gtk.AttachOptions)(4));
		// Container child table3.Gtk.Table+TableChild
		this.readSensor3checkbutton = new global::Gtk.CheckButton ();
		this.readSensor3checkbutton.CanFocus = true;
		this.readSensor3checkbutton.Name = "readSensor3checkbutton";
		this.readSensor3checkbutton.Label = "S3";
		this.readSensor3checkbutton.DrawIndicator = true;
		this.readSensor3checkbutton.UseUnderline = true;
		this.table3.Add (this.readSensor3checkbutton);
		global::Gtk.Table.TableChild w87 = ((global::Gtk.Table.TableChild)(this.table3 [this.readSensor3checkbutton]));
		w87.LeftAttach = ((uint)(1));
		w87.RightAttach = ((uint)(2));
		w87.YOptions = ((global::Gtk.AttachOptions)(4));
		// Container child table3.Gtk.Table+TableChild
		this.readSensor4checkbutton = new global::Gtk.CheckButton ();
		this.readSensor4checkbutton.CanFocus = true;
		this.readSensor4checkbutton.Name = "readSensor4checkbutton";
		this.readSensor4checkbutton.Label = "S4";
		this.readSensor4checkbutton.DrawIndicator = true;
		this.readSensor4checkbutton.UseUnderline = true;
		this.table3.Add (this.readSensor4checkbutton);
		global::Gtk.Table.TableChild w88 = ((global::Gtk.Table.TableChild)(this.table3 [this.readSensor4checkbutton]));
		w88.TopAttach = ((uint)(1));
		w88.BottomAttach = ((uint)(2));
		w88.LeftAttach = ((uint)(1));
		w88.RightAttach = ((uint)(2));
		w88.YOptions = ((global::Gtk.AttachOptions)(4));
		this.hbox11.Add (this.table3);
		global::Gtk.Box.BoxChild w89 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.table3]));
		w89.Position = 1;
		this.frame16.Add (this.hbox11);
		this.GtkLabel58 = new global::Gtk.Label ();
		this.GtkLabel58.Name = "GtkLabel58";
		this.GtkLabel58.LabelProp = "<b>Poll and Log to file</b>";
		this.GtkLabel58.UseMarkup = true;
		this.frame16.LabelWidget = this.GtkLabel58;
		this.sensorContainer.Add (this.frame16);
		global::Gtk.Fixed.FixedChild w91 = ((global::Gtk.Fixed.FixedChild)(this.sensorContainer [this.frame16]));
		w91.X = 20;
		w91.Y = 190;
		this.Pages.Add (this.sensorContainer);
		global::Gtk.Notebook.NotebookChild w92 = ((global::Gtk.Notebook.NotebookChild)(this.Pages [this.sensorContainer]));
		w92.Position = 1;
		// Notebook tab
		this.sensorLabel = new global::Gtk.Label ();
		this.sensorLabel.Name = "sensorLabel";
		this.sensorLabel.LabelProp = "Sensors";
		this.Pages.SetTabLabel (this.sensorContainer, this.sensorLabel);
		this.sensorLabel.ShowAll ();
		// Container child Pages.Gtk.Notebook+NotebookChild
		this.motorContainer = new global::Gtk.Fixed ();
		this.motorContainer.Name = "motorContainer";
		this.motorContainer.HasWindow = false;
		// Container child motorContainer.Gtk.Fixed+FixedChild
		this.frame9 = new global::Gtk.Frame ();
		this.frame9.WidthRequest = 145;
		this.frame9.HeightRequest = 240;
		this.frame9.Name = "frame9";
		// Container child frame9.Gtk.Container+ContainerChild
		this.vbox17 = new global::Gtk.VBox ();
		this.vbox17.Name = "vbox17";
		// Container child vbox17.Gtk.Box+BoxChild
		this.hbox5 = new global::Gtk.HBox ();
		this.hbox5.Name = "hbox5";
		this.hbox5.Homogeneous = true;
		// Container child hbox5.Gtk.Box+BoxChild
		this.motorAFwdButton = new global::Gtk.Button ();
		this.motorAFwdButton.WidthRequest = 40;
		this.motorAFwdButton.CanFocus = true;
		this.motorAFwdButton.Name = "motorAFwdButton";
		this.motorAFwdButton.UseUnderline = true;
		this.motorAFwdButton.BorderWidth = ((uint)(2));
		// Container child motorAFwdButton.Gtk.Container+ContainerChild
		global::Gtk.Alignment w93 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
		// Container child GtkAlignment.Gtk.Container+ContainerChild
		global::Gtk.HBox w94 = new global::Gtk.HBox ();
		w94.Spacing = 2;
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Image w95 = new global::Gtk.Image ();
		w95.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-go-back", global::Gtk.IconSize.Button);
		w94.Add (w95);
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Label w97 = new global::Gtk.Label ();
		w94.Add (w97);
		w93.Add (w94);
		this.motorAFwdButton.Add (w93);
		this.hbox5.Add (this.motorAFwdButton);
		global::Gtk.Box.BoxChild w101 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.motorAFwdButton]));
		w101.Position = 0;
		w101.Expand = false;
		w101.Fill = false;
		// Container child hbox5.Gtk.Box+BoxChild
		this.vbox3 = new global::Gtk.VBox ();
		this.vbox3.Name = "vbox3";
		this.vbox3.Spacing = 2;
		// Container child vbox3.Gtk.Box+BoxChild
		this.motorABrakeButton = new global::Gtk.Button ();
		this.motorABrakeButton.CanFocus = true;
		this.motorABrakeButton.Name = "motorABrakeButton";
		this.motorABrakeButton.UseUnderline = true;
		this.motorABrakeButton.Label = "Brake";
		this.vbox3.Add (this.motorABrakeButton);
		global::Gtk.Box.BoxChild w102 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.motorABrakeButton]));
		w102.Position = 0;
		w102.Expand = false;
		w102.Fill = false;
		// Container child vbox3.Gtk.Box+BoxChild
		this.motorAOffButton = new global::Gtk.Button ();
		this.motorAOffButton.CanFocus = true;
		this.motorAOffButton.Name = "motorAOffButton";
		this.motorAOffButton.UseUnderline = true;
		this.motorAOffButton.Label = "Off";
		this.vbox3.Add (this.motorAOffButton);
		global::Gtk.Box.BoxChild w103 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.motorAOffButton]));
		w103.Position = 1;
		w103.Expand = false;
		w103.Fill = false;
		this.hbox5.Add (this.vbox3);
		global::Gtk.Box.BoxChild w104 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.vbox3]));
		w104.Position = 1;
		w104.Expand = false;
		w104.Fill = false;
		// Container child hbox5.Gtk.Box+BoxChild
		this.motorARevButton = new global::Gtk.Button ();
		this.motorARevButton.WidthRequest = 40;
		this.motorARevButton.CanFocus = true;
		this.motorARevButton.Name = "motorARevButton";
		this.motorARevButton.UseUnderline = true;
		this.motorARevButton.BorderWidth = ((uint)(2));
		// Container child motorARevButton.Gtk.Container+ContainerChild
		global::Gtk.Alignment w105 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
		// Container child GtkAlignment.Gtk.Container+ContainerChild
		global::Gtk.HBox w106 = new global::Gtk.HBox ();
		w106.Spacing = 2;
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Image w107 = new global::Gtk.Image ();
		w107.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-go-forward", global::Gtk.IconSize.Button);
		w106.Add (w107);
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Label w109 = new global::Gtk.Label ();
		w106.Add (w109);
		w105.Add (w106);
		this.motorARevButton.Add (w105);
		this.hbox5.Add (this.motorARevButton);
		global::Gtk.Box.BoxChild w113 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.motorARevButton]));
		w113.Position = 2;
		w113.Expand = false;
		w113.Fill = false;
		this.vbox17.Add (this.hbox5);
		global::Gtk.Box.BoxChild w114 = ((global::Gtk.Box.BoxChild)(this.vbox17 [this.hbox5]));
		w114.Position = 0;
		w114.Expand = false;
		w114.Fill = false;
		// Container child vbox17.Gtk.Box+BoxChild
		this.hbox16 = new global::Gtk.HBox ();
		this.hbox16.Name = "hbox16";
		this.hbox16.Spacing = 6;
		// Container child hbox16.Gtk.Box+BoxChild
		this.motorAStopCheckbutton = new global::Gtk.CheckButton ();
		this.motorAStopCheckbutton.CanFocus = true;
		this.motorAStopCheckbutton.Name = "motorAStopCheckbutton";
		this.motorAStopCheckbutton.Label = "Off on release";
		this.motorAStopCheckbutton.Active = true;
		this.motorAStopCheckbutton.DrawIndicator = true;
		this.motorAStopCheckbutton.UseUnderline = true;
		this.hbox16.Add (this.motorAStopCheckbutton);
		global::Gtk.Box.BoxChild w115 = ((global::Gtk.Box.BoxChild)(this.hbox16 [this.motorAStopCheckbutton]));
		w115.Position = 0;
		w115.Padding = ((uint)(2));
		// Container child hbox16.Gtk.Box+BoxChild
		this.fixed2 = new global::Gtk.Fixed ();
		this.fixed2.Name = "fixed2";
		this.fixed2.HasWindow = false;
		this.hbox16.Add (this.fixed2);
		global::Gtk.Box.BoxChild w116 = ((global::Gtk.Box.BoxChild)(this.hbox16 [this.fixed2]));
		w116.Position = 1;
		this.vbox17.Add (this.hbox16);
		global::Gtk.Box.BoxChild w117 = ((global::Gtk.Box.BoxChild)(this.vbox17 [this.hbox16]));
		w117.Position = 1;
		w117.Expand = false;
		w117.Fill = false;
		// Container child vbox17.Gtk.Box+BoxChild
		this.hbox43 = new global::Gtk.HBox ();
		this.hbox43.Name = "hbox43";
		this.hbox43.Spacing = 6;
		// Container child hbox43.Gtk.Box+BoxChild
		this.label10 = new global::Gtk.Label ();
		this.label10.Name = "label10";
		this.label10.Xpad = 4;
		this.label10.LabelProp = "Speed:";
		this.hbox43.Add (this.label10);
		global::Gtk.Box.BoxChild w118 = ((global::Gtk.Box.BoxChild)(this.hbox43 [this.label10]));
		w118.Position = 0;
		w118.Expand = false;
		w118.Fill = false;
		// Container child hbox43.Gtk.Box+BoxChild
		this.motorASpeedScale = new global::Gtk.HScale (null);
		this.motorASpeedScale.CanFocus = true;
		this.motorASpeedScale.Name = "motorASpeedScale";
		this.motorASpeedScale.Adjustment.Upper = 100;
		this.motorASpeedScale.Adjustment.PageIncrement = 10;
		this.motorASpeedScale.Adjustment.StepIncrement = 1;
		this.motorASpeedScale.Adjustment.Value = 93;
		this.motorASpeedScale.DrawValue = true;
		this.motorASpeedScale.Digits = 0;
		this.motorASpeedScale.ValuePos = ((global::Gtk.PositionType)(0));
		this.hbox43.Add (this.motorASpeedScale);
		global::Gtk.Box.BoxChild w119 = ((global::Gtk.Box.BoxChild)(this.hbox43 [this.motorASpeedScale]));
		w119.Position = 1;
		this.vbox17.Add (this.hbox43);
		global::Gtk.Box.BoxChild w120 = ((global::Gtk.Box.BoxChild)(this.vbox17 [this.hbox43]));
		w120.Position = 2;
		w120.Expand = false;
		w120.Fill = false;
		// Container child vbox17.Gtk.Box+BoxChild
		this.vbox21 = new global::Gtk.VBox ();
		this.vbox21.Name = "vbox21";
		this.vbox21.Spacing = 4;
		// Container child vbox21.Gtk.Box+BoxChild
		this.vbox22 = new global::Gtk.VBox ();
		this.vbox22.Name = "vbox22";
		this.vbox22.Spacing = 6;
		// Container child vbox22.Gtk.Box+BoxChild
		this.hbox32 = new global::Gtk.HBox ();
		this.hbox32.Name = "hbox32";
		this.hbox32.Spacing = 6;
		// Container child hbox32.Gtk.Box+BoxChild
		this.label6 = new global::Gtk.Label ();
		this.label6.Name = "label6";
		this.label6.Xpad = 4;
		this.label6.LabelProp = "Tacho:";
		this.label6.WidthChars = 6;
		this.hbox32.Add (this.label6);
		global::Gtk.Box.BoxChild w121 = ((global::Gtk.Box.BoxChild)(this.hbox32 [this.label6]));
		w121.Position = 0;
		w121.Expand = false;
		w121.Fill = false;
		// Container child hbox32.Gtk.Box+BoxChild
		this.motorATachoEntry = new global::Gtk.Entry ();
		this.motorATachoEntry.WidthRequest = 73;
		this.motorATachoEntry.CanFocus = true;
		this.motorATachoEntry.Name = "motorATachoEntry";
		this.motorATachoEntry.Text = "0";
		this.motorATachoEntry.IsEditable = true;
		this.motorATachoEntry.InvisibleChar = '●';
		this.motorATachoEntry.Xalign = 1F;
		this.hbox32.Add (this.motorATachoEntry);
		global::Gtk.Box.BoxChild w122 = ((global::Gtk.Box.BoxChild)(this.hbox32 [this.motorATachoEntry]));
		w122.Position = 1;
		// Container child hbox32.Gtk.Box+BoxChild
		this.fixed35 = new global::Gtk.Fixed ();
		this.fixed35.Name = "fixed35";
		this.fixed35.HasWindow = false;
		this.hbox32.Add (this.fixed35);
		global::Gtk.Box.BoxChild w123 = ((global::Gtk.Box.BoxChild)(this.hbox32 [this.fixed35]));
		w123.Position = 2;
		this.vbox22.Add (this.hbox32);
		global::Gtk.Box.BoxChild w124 = ((global::Gtk.Box.BoxChild)(this.vbox22 [this.hbox32]));
		w124.Position = 0;
		w124.Expand = false;
		w124.Fill = false;
		// Container child vbox22.Gtk.Box+BoxChild
		this.hbox39 = new global::Gtk.HBox ();
		this.hbox39.Name = "hbox39";
		this.hbox39.Spacing = 6;
		// Container child hbox39.Gtk.Box+BoxChild
		this.fixed36 = new global::Gtk.Fixed ();
		this.fixed36.Name = "fixed36";
		this.fixed36.HasWindow = false;
		this.hbox39.Add (this.fixed36);
		global::Gtk.Box.BoxChild w125 = ((global::Gtk.Box.BoxChild)(this.hbox39 [this.fixed36]));
		w125.Position = 0;
		// Container child hbox39.Gtk.Box+BoxChild
		this.motorAReadTachoButton = new global::Gtk.Button ();
		this.motorAReadTachoButton.WidthRequest = 130;
		this.motorAReadTachoButton.HeightRequest = 26;
		this.motorAReadTachoButton.CanFocus = true;
		this.motorAReadTachoButton.Name = "motorAReadTachoButton";
		this.motorAReadTachoButton.UseUnderline = true;
		this.motorAReadTachoButton.Label = "Read Tacho";
		this.hbox39.Add (this.motorAReadTachoButton);
		global::Gtk.Box.BoxChild w126 = ((global::Gtk.Box.BoxChild)(this.hbox39 [this.motorAReadTachoButton]));
		w126.Position = 1;
		w126.Expand = false;
		w126.Fill = false;
		// Container child hbox39.Gtk.Box+BoxChild
		this.fixed37 = new global::Gtk.Fixed ();
		this.fixed37.Name = "fixed37";
		this.fixed37.HasWindow = false;
		this.hbox39.Add (this.fixed37);
		global::Gtk.Box.BoxChild w127 = ((global::Gtk.Box.BoxChild)(this.hbox39 [this.fixed37]));
		w127.Position = 2;
		this.vbox22.Add (this.hbox39);
		global::Gtk.Box.BoxChild w128 = ((global::Gtk.Box.BoxChild)(this.vbox22 [this.hbox39]));
		w128.Position = 1;
		w128.Expand = false;
		w128.Fill = false;
		// Container child vbox22.Gtk.Box+BoxChild
		this.hbox40 = new global::Gtk.HBox ();
		this.hbox40.Name = "hbox40";
		this.hbox40.Spacing = 6;
		// Container child hbox40.Gtk.Box+BoxChild
		this.fixed38 = new global::Gtk.Fixed ();
		this.fixed38.Name = "fixed38";
		this.fixed38.HasWindow = false;
		this.hbox40.Add (this.fixed38);
		global::Gtk.Box.BoxChild w129 = ((global::Gtk.Box.BoxChild)(this.hbox40 [this.fixed38]));
		w129.Position = 0;
		// Container child hbox40.Gtk.Box+BoxChild
		this.motorAMoveToButton = new global::Gtk.Button ();
		this.motorAMoveToButton.WidthRequest = 75;
		this.motorAMoveToButton.HeightRequest = 26;
		this.motorAMoveToButton.CanFocus = true;
		this.motorAMoveToButton.Name = "motorAMoveToButton";
		this.motorAMoveToButton.UseUnderline = true;
		this.motorAMoveToButton.Label = "Move To";
		this.hbox40.Add (this.motorAMoveToButton);
		global::Gtk.Box.BoxChild w130 = ((global::Gtk.Box.BoxChild)(this.hbox40 [this.motorAMoveToButton]));
		w130.Position = 1;
		w130.Expand = false;
		w130.Fill = false;
		// Container child hbox40.Gtk.Box+BoxChild
		this.motorAResetTachoButton = new global::Gtk.Button ();
		this.motorAResetTachoButton.WidthRequest = 53;
		this.motorAResetTachoButton.HeightRequest = 26;
		this.motorAResetTachoButton.CanFocus = true;
		this.motorAResetTachoButton.Name = "motorAResetTachoButton";
		this.motorAResetTachoButton.UseUnderline = true;
		this.motorAResetTachoButton.Label = "Reset";
		this.hbox40.Add (this.motorAResetTachoButton);
		global::Gtk.Box.BoxChild w131 = ((global::Gtk.Box.BoxChild)(this.hbox40 [this.motorAResetTachoButton]));
		w131.Position = 2;
		w131.Expand = false;
		w131.Fill = false;
		// Container child hbox40.Gtk.Box+BoxChild
		this.fixed39 = new global::Gtk.Fixed ();
		this.fixed39.Name = "fixed39";
		this.fixed39.HasWindow = false;
		this.hbox40.Add (this.fixed39);
		global::Gtk.Box.BoxChild w132 = ((global::Gtk.Box.BoxChild)(this.hbox40 [this.fixed39]));
		w132.Position = 3;
		this.vbox22.Add (this.hbox40);
		global::Gtk.Box.BoxChild w133 = ((global::Gtk.Box.BoxChild)(this.vbox22 [this.hbox40]));
		w133.Position = 2;
		w133.Expand = false;
		w133.Fill = false;
		this.vbox21.Add (this.vbox22);
		global::Gtk.Box.BoxChild w134 = ((global::Gtk.Box.BoxChild)(this.vbox21 [this.vbox22]));
		w134.Position = 0;
		w134.Expand = false;
		w134.Fill = false;
		this.vbox17.Add (this.vbox21);
		global::Gtk.Box.BoxChild w135 = ((global::Gtk.Box.BoxChild)(this.vbox17 [this.vbox21]));
		w135.Position = 3;
		w135.Expand = false;
		w135.Fill = false;
		this.frame9.Add (this.vbox17);
		this.GtkLabel29 = new global::Gtk.Label ();
		this.GtkLabel29.Name = "GtkLabel29";
		this.GtkLabel29.LabelProp = "<b>Motor A</b>";
		this.GtkLabel29.UseMarkup = true;
		this.frame9.LabelWidget = this.GtkLabel29;
		this.motorContainer.Add (this.frame9);
		global::Gtk.Fixed.FixedChild w137 = ((global::Gtk.Fixed.FixedChild)(this.motorContainer [this.frame9]));
		w137.X = 20;
		w137.Y = 10;
		// Container child motorContainer.Gtk.Fixed+FixedChild
		this.frame10 = new global::Gtk.Frame ();
		this.frame10.WidthRequest = 145;
		this.frame10.HeightRequest = 240;
		this.frame10.Name = "frame10";
		// Container child frame10.Gtk.Container+ContainerChild
		this.vbox8 = new global::Gtk.VBox ();
		this.vbox8.Name = "vbox8";
		// Container child vbox8.Gtk.Box+BoxChild
		this.hbox6 = new global::Gtk.HBox ();
		this.hbox6.Name = "hbox6";
		this.hbox6.Homogeneous = true;
		// Container child hbox6.Gtk.Box+BoxChild
		this.motorBFwdButton = new global::Gtk.Button ();
		this.motorBFwdButton.WidthRequest = 40;
		this.motorBFwdButton.CanFocus = true;
		this.motorBFwdButton.Name = "motorBFwdButton";
		this.motorBFwdButton.UseUnderline = true;
		this.motorBFwdButton.BorderWidth = ((uint)(2));
		// Container child motorBFwdButton.Gtk.Container+ContainerChild
		global::Gtk.Alignment w138 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
		// Container child GtkAlignment.Gtk.Container+ContainerChild
		global::Gtk.HBox w139 = new global::Gtk.HBox ();
		w139.Spacing = 2;
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Image w140 = new global::Gtk.Image ();
		w140.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-go-back", global::Gtk.IconSize.Button);
		w139.Add (w140);
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Label w142 = new global::Gtk.Label ();
		w139.Add (w142);
		w138.Add (w139);
		this.motorBFwdButton.Add (w138);
		this.hbox6.Add (this.motorBFwdButton);
		global::Gtk.Box.BoxChild w146 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.motorBFwdButton]));
		w146.Position = 0;
		w146.Expand = false;
		w146.Fill = false;
		// Container child hbox6.Gtk.Box+BoxChild
		this.vbox6 = new global::Gtk.VBox ();
		this.vbox6.Name = "vbox6";
		this.vbox6.Spacing = 2;
		// Container child vbox6.Gtk.Box+BoxChild
		this.motorBBrakeButton = new global::Gtk.Button ();
		this.motorBBrakeButton.CanFocus = true;
		this.motorBBrakeButton.Name = "motorBBrakeButton";
		this.motorBBrakeButton.UseUnderline = true;
		this.motorBBrakeButton.Label = "Brake";
		this.vbox6.Add (this.motorBBrakeButton);
		global::Gtk.Box.BoxChild w147 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.motorBBrakeButton]));
		w147.Position = 0;
		w147.Expand = false;
		w147.Fill = false;
		// Container child vbox6.Gtk.Box+BoxChild
		this.motorBOffButton = new global::Gtk.Button ();
		this.motorBOffButton.CanFocus = true;
		this.motorBOffButton.Name = "motorBOffButton";
		this.motorBOffButton.UseUnderline = true;
		this.motorBOffButton.Label = "Off";
		this.vbox6.Add (this.motorBOffButton);
		global::Gtk.Box.BoxChild w148 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.motorBOffButton]));
		w148.Position = 1;
		w148.Expand = false;
		w148.Fill = false;
		this.hbox6.Add (this.vbox6);
		global::Gtk.Box.BoxChild w149 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.vbox6]));
		w149.Position = 1;
		w149.Expand = false;
		w149.Fill = false;
		// Container child hbox6.Gtk.Box+BoxChild
		this.motorBRevButton = new global::Gtk.Button ();
		this.motorBRevButton.WidthRequest = 40;
		this.motorBRevButton.CanFocus = true;
		this.motorBRevButton.Name = "motorBRevButton";
		this.motorBRevButton.UseUnderline = true;
		this.motorBRevButton.BorderWidth = ((uint)(2));
		// Container child motorBRevButton.Gtk.Container+ContainerChild
		global::Gtk.Alignment w150 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
		// Container child GtkAlignment.Gtk.Container+ContainerChild
		global::Gtk.HBox w151 = new global::Gtk.HBox ();
		w151.Spacing = 2;
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Image w152 = new global::Gtk.Image ();
		w152.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-go-forward", global::Gtk.IconSize.Button);
		w151.Add (w152);
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Label w154 = new global::Gtk.Label ();
		w151.Add (w154);
		w150.Add (w151);
		this.motorBRevButton.Add (w150);
		this.hbox6.Add (this.motorBRevButton);
		global::Gtk.Box.BoxChild w158 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.motorBRevButton]));
		w158.Position = 2;
		w158.Expand = false;
		w158.Fill = false;
		this.vbox8.Add (this.hbox6);
		global::Gtk.Box.BoxChild w159 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hbox6]));
		w159.Position = 0;
		w159.Expand = false;
		w159.Fill = false;
		// Container child vbox8.Gtk.Box+BoxChild
		this.hbox12 = new global::Gtk.HBox ();
		this.hbox12.Name = "hbox12";
		this.hbox12.Spacing = 6;
		// Container child hbox12.Gtk.Box+BoxChild
		this.motorBStopCheckbutton = new global::Gtk.CheckButton ();
		this.motorBStopCheckbutton.CanFocus = true;
		this.motorBStopCheckbutton.Name = "motorBStopCheckbutton";
		this.motorBStopCheckbutton.Label = "Off on release";
		this.motorBStopCheckbutton.Active = true;
		this.motorBStopCheckbutton.DrawIndicator = true;
		this.motorBStopCheckbutton.UseUnderline = true;
		this.hbox12.Add (this.motorBStopCheckbutton);
		global::Gtk.Box.BoxChild w160 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.motorBStopCheckbutton]));
		w160.Position = 0;
		w160.Padding = ((uint)(2));
		// Container child hbox12.Gtk.Box+BoxChild
		this.fixed3 = new global::Gtk.Fixed ();
		this.fixed3.Name = "fixed3";
		this.fixed3.HasWindow = false;
		this.hbox12.Add (this.fixed3);
		global::Gtk.Box.BoxChild w161 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.fixed3]));
		w161.Position = 1;
		this.vbox8.Add (this.hbox12);
		global::Gtk.Box.BoxChild w162 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hbox12]));
		w162.Position = 1;
		w162.Expand = false;
		w162.Fill = false;
		// Container child vbox8.Gtk.Box+BoxChild
		this.hbox44 = new global::Gtk.HBox ();
		this.hbox44.Name = "hbox44";
		this.hbox44.Spacing = 6;
		// Container child hbox44.Gtk.Box+BoxChild
		this.label11 = new global::Gtk.Label ();
		this.label11.Name = "label11";
		this.label11.Xpad = 4;
		this.label11.LabelProp = "Speed:";
		this.hbox44.Add (this.label11);
		global::Gtk.Box.BoxChild w163 = ((global::Gtk.Box.BoxChild)(this.hbox44 [this.label11]));
		w163.Position = 0;
		w163.Expand = false;
		w163.Fill = false;
		// Container child hbox44.Gtk.Box+BoxChild
		this.motorBSpeedScale = new global::Gtk.HScale (null);
		this.motorBSpeedScale.CanFocus = true;
		this.motorBSpeedScale.Name = "motorBSpeedScale";
		this.motorBSpeedScale.Adjustment.Upper = 100;
		this.motorBSpeedScale.Adjustment.PageIncrement = 10;
		this.motorBSpeedScale.Adjustment.StepIncrement = 1;
		this.motorBSpeedScale.DrawValue = true;
		this.motorBSpeedScale.Digits = 0;
		this.motorBSpeedScale.ValuePos = ((global::Gtk.PositionType)(0));
		this.hbox44.Add (this.motorBSpeedScale);
		global::Gtk.Box.BoxChild w164 = ((global::Gtk.Box.BoxChild)(this.hbox44 [this.motorBSpeedScale]));
		w164.Position = 1;
		this.vbox8.Add (this.hbox44);
		global::Gtk.Box.BoxChild w165 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hbox44]));
		w165.Position = 2;
		w165.Expand = false;
		w165.Fill = false;
		// Container child vbox8.Gtk.Box+BoxChild
		this.vbox9 = new global::Gtk.VBox ();
		this.vbox9.Name = "vbox9";
		this.vbox9.Spacing = 4;
		// Container child vbox9.Gtk.Box+BoxChild
		this.vbox18 = new global::Gtk.VBox ();
		this.vbox18.Name = "vbox18";
		this.vbox18.Spacing = 6;
		// Container child vbox18.Gtk.Box+BoxChild
		this.hbox30 = new global::Gtk.HBox ();
		this.hbox30.Name = "hbox30";
		this.hbox30.Spacing = 6;
		// Container child hbox30.Gtk.Box+BoxChild
		this.label4 = new global::Gtk.Label ();
		this.label4.Name = "label4";
		this.label4.Xpad = 4;
		this.label4.LabelProp = "Tacho:";
		this.label4.WidthChars = 6;
		this.hbox30.Add (this.label4);
		global::Gtk.Box.BoxChild w166 = ((global::Gtk.Box.BoxChild)(this.hbox30 [this.label4]));
		w166.Position = 0;
		w166.Expand = false;
		w166.Fill = false;
		// Container child hbox30.Gtk.Box+BoxChild
		this.motorBTachoEntry = new global::Gtk.Entry ();
		this.motorBTachoEntry.WidthRequest = 73;
		this.motorBTachoEntry.CanFocus = true;
		this.motorBTachoEntry.Name = "motorBTachoEntry";
		this.motorBTachoEntry.Text = "0";
		this.motorBTachoEntry.IsEditable = true;
		this.motorBTachoEntry.InvisibleChar = '●';
		this.motorBTachoEntry.Xalign = 1F;
		this.hbox30.Add (this.motorBTachoEntry);
		global::Gtk.Box.BoxChild w167 = ((global::Gtk.Box.BoxChild)(this.hbox30 [this.motorBTachoEntry]));
		w167.Position = 1;
		// Container child hbox30.Gtk.Box+BoxChild
		this.fixed25 = new global::Gtk.Fixed ();
		this.fixed25.Name = "fixed25";
		this.fixed25.HasWindow = false;
		this.hbox30.Add (this.fixed25);
		global::Gtk.Box.BoxChild w168 = ((global::Gtk.Box.BoxChild)(this.hbox30 [this.fixed25]));
		w168.Position = 2;
		this.vbox18.Add (this.hbox30);
		global::Gtk.Box.BoxChild w169 = ((global::Gtk.Box.BoxChild)(this.vbox18 [this.hbox30]));
		w169.Position = 0;
		w169.Expand = false;
		w169.Fill = false;
		// Container child vbox18.Gtk.Box+BoxChild
		this.hbox35 = new global::Gtk.HBox ();
		this.hbox35.Name = "hbox35";
		this.hbox35.Spacing = 6;
		// Container child hbox35.Gtk.Box+BoxChild
		this.fixed26 = new global::Gtk.Fixed ();
		this.fixed26.Name = "fixed26";
		this.fixed26.HasWindow = false;
		this.hbox35.Add (this.fixed26);
		global::Gtk.Box.BoxChild w170 = ((global::Gtk.Box.BoxChild)(this.hbox35 [this.fixed26]));
		w170.Position = 0;
		// Container child hbox35.Gtk.Box+BoxChild
		this.motorBReadTachoButton = new global::Gtk.Button ();
		this.motorBReadTachoButton.WidthRequest = 130;
		this.motorBReadTachoButton.HeightRequest = 26;
		this.motorBReadTachoButton.CanFocus = true;
		this.motorBReadTachoButton.Name = "motorBReadTachoButton";
		this.motorBReadTachoButton.UseUnderline = true;
		this.motorBReadTachoButton.Label = "Read Tacho";
		this.hbox35.Add (this.motorBReadTachoButton);
		global::Gtk.Box.BoxChild w171 = ((global::Gtk.Box.BoxChild)(this.hbox35 [this.motorBReadTachoButton]));
		w171.Position = 1;
		w171.Expand = false;
		w171.Fill = false;
		// Container child hbox35.Gtk.Box+BoxChild
		this.fixed27 = new global::Gtk.Fixed ();
		this.fixed27.Name = "fixed27";
		this.fixed27.HasWindow = false;
		this.hbox35.Add (this.fixed27);
		global::Gtk.Box.BoxChild w172 = ((global::Gtk.Box.BoxChild)(this.hbox35 [this.fixed27]));
		w172.Position = 2;
		this.vbox18.Add (this.hbox35);
		global::Gtk.Box.BoxChild w173 = ((global::Gtk.Box.BoxChild)(this.vbox18 [this.hbox35]));
		w173.Position = 1;
		w173.Expand = false;
		w173.Fill = false;
		// Container child vbox18.Gtk.Box+BoxChild
		this.hbox36 = new global::Gtk.HBox ();
		this.hbox36.Name = "hbox36";
		this.hbox36.Spacing = 6;
		// Container child hbox36.Gtk.Box+BoxChild
		this.fixed28 = new global::Gtk.Fixed ();
		this.fixed28.Name = "fixed28";
		this.fixed28.HasWindow = false;
		this.hbox36.Add (this.fixed28);
		global::Gtk.Box.BoxChild w174 = ((global::Gtk.Box.BoxChild)(this.hbox36 [this.fixed28]));
		w174.Position = 0;
		// Container child hbox36.Gtk.Box+BoxChild
		this.motorBMoveToButton = new global::Gtk.Button ();
		this.motorBMoveToButton.WidthRequest = 75;
		this.motorBMoveToButton.HeightRequest = 26;
		this.motorBMoveToButton.CanFocus = true;
		this.motorBMoveToButton.Name = "motorBMoveToButton";
		this.motorBMoveToButton.UseUnderline = true;
		this.motorBMoveToButton.Label = "Move To";
		this.hbox36.Add (this.motorBMoveToButton);
		global::Gtk.Box.BoxChild w175 = ((global::Gtk.Box.BoxChild)(this.hbox36 [this.motorBMoveToButton]));
		w175.Position = 1;
		w175.Expand = false;
		w175.Fill = false;
		// Container child hbox36.Gtk.Box+BoxChild
		this.motorBResetTachoButton = new global::Gtk.Button ();
		this.motorBResetTachoButton.WidthRequest = 53;
		this.motorBResetTachoButton.HeightRequest = 26;
		this.motorBResetTachoButton.CanFocus = true;
		this.motorBResetTachoButton.Name = "motorBResetTachoButton";
		this.motorBResetTachoButton.UseUnderline = true;
		this.motorBResetTachoButton.Label = "Reset";
		this.hbox36.Add (this.motorBResetTachoButton);
		global::Gtk.Box.BoxChild w176 = ((global::Gtk.Box.BoxChild)(this.hbox36 [this.motorBResetTachoButton]));
		w176.Position = 2;
		w176.Expand = false;
		w176.Fill = false;
		// Container child hbox36.Gtk.Box+BoxChild
		this.fixed29 = new global::Gtk.Fixed ();
		this.fixed29.Name = "fixed29";
		this.fixed29.HasWindow = false;
		this.hbox36.Add (this.fixed29);
		global::Gtk.Box.BoxChild w177 = ((global::Gtk.Box.BoxChild)(this.hbox36 [this.fixed29]));
		w177.Position = 3;
		this.vbox18.Add (this.hbox36);
		global::Gtk.Box.BoxChild w178 = ((global::Gtk.Box.BoxChild)(this.vbox18 [this.hbox36]));
		w178.Position = 2;
		w178.Expand = false;
		w178.Fill = false;
		this.vbox9.Add (this.vbox18);
		global::Gtk.Box.BoxChild w179 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.vbox18]));
		w179.Position = 0;
		w179.Expand = false;
		w179.Fill = false;
		this.vbox8.Add (this.vbox9);
		global::Gtk.Box.BoxChild w180 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.vbox9]));
		w180.Position = 3;
		w180.Expand = false;
		w180.Fill = false;
		this.frame10.Add (this.vbox8);
		this.GtkLabel38 = new global::Gtk.Label ();
		this.GtkLabel38.Name = "GtkLabel38";
		this.GtkLabel38.LabelProp = "<b>Motor B</b>";
		this.GtkLabel38.UseMarkup = true;
		this.frame10.LabelWidget = this.GtkLabel38;
		this.motorContainer.Add (this.frame10);
		global::Gtk.Fixed.FixedChild w182 = ((global::Gtk.Fixed.FixedChild)(this.motorContainer [this.frame10]));
		w182.X = 178;
		w182.Y = 10;
		// Container child motorContainer.Gtk.Fixed+FixedChild
		this.frame11 = new global::Gtk.Frame ();
		this.frame11.WidthRequest = 145;
		this.frame11.HeightRequest = 240;
		this.frame11.Name = "frame11";
		// Container child frame11.Gtk.Container+ContainerChild
		this.vbox10 = new global::Gtk.VBox ();
		this.vbox10.Name = "vbox10";
		// Container child vbox10.Gtk.Box+BoxChild
		this.hbox7 = new global::Gtk.HBox ();
		this.hbox7.Name = "hbox7";
		this.hbox7.Homogeneous = true;
		// Container child hbox7.Gtk.Box+BoxChild
		this.motorCFwdButton = new global::Gtk.Button ();
		this.motorCFwdButton.WidthRequest = 40;
		this.motorCFwdButton.CanFocus = true;
		this.motorCFwdButton.Name = "motorCFwdButton";
		this.motorCFwdButton.UseUnderline = true;
		this.motorCFwdButton.BorderWidth = ((uint)(2));
		// Container child motorCFwdButton.Gtk.Container+ContainerChild
		global::Gtk.Alignment w183 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
		// Container child GtkAlignment.Gtk.Container+ContainerChild
		global::Gtk.HBox w184 = new global::Gtk.HBox ();
		w184.Spacing = 2;
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Image w185 = new global::Gtk.Image ();
		w185.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-go-back", global::Gtk.IconSize.Button);
		w184.Add (w185);
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Label w187 = new global::Gtk.Label ();
		w184.Add (w187);
		w183.Add (w184);
		this.motorCFwdButton.Add (w183);
		this.hbox7.Add (this.motorCFwdButton);
		global::Gtk.Box.BoxChild w191 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.motorCFwdButton]));
		w191.Position = 0;
		w191.Expand = false;
		w191.Fill = false;
		// Container child hbox7.Gtk.Box+BoxChild
		this.vbox7 = new global::Gtk.VBox ();
		this.vbox7.Name = "vbox7";
		this.vbox7.Spacing = 2;
		// Container child vbox7.Gtk.Box+BoxChild
		this.motorCBrakeButton = new global::Gtk.Button ();
		this.motorCBrakeButton.CanFocus = true;
		this.motorCBrakeButton.Name = "motorCBrakeButton";
		this.motorCBrakeButton.UseUnderline = true;
		this.motorCBrakeButton.Label = "Brake";
		this.vbox7.Add (this.motorCBrakeButton);
		global::Gtk.Box.BoxChild w192 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.motorCBrakeButton]));
		w192.Position = 0;
		w192.Expand = false;
		w192.Fill = false;
		// Container child vbox7.Gtk.Box+BoxChild
		this.motorCOffButton = new global::Gtk.Button ();
		this.motorCOffButton.CanFocus = true;
		this.motorCOffButton.Name = "motorCOffButton";
		this.motorCOffButton.UseUnderline = true;
		this.motorCOffButton.Label = "Off";
		this.vbox7.Add (this.motorCOffButton);
		global::Gtk.Box.BoxChild w193 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.motorCOffButton]));
		w193.Position = 1;
		w193.Expand = false;
		w193.Fill = false;
		this.hbox7.Add (this.vbox7);
		global::Gtk.Box.BoxChild w194 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.vbox7]));
		w194.Position = 1;
		w194.Expand = false;
		w194.Fill = false;
		// Container child hbox7.Gtk.Box+BoxChild
		this.motorCRevButton = new global::Gtk.Button ();
		this.motorCRevButton.WidthRequest = 40;
		this.motorCRevButton.CanFocus = true;
		this.motorCRevButton.Name = "motorCRevButton";
		this.motorCRevButton.UseUnderline = true;
		this.motorCRevButton.BorderWidth = ((uint)(2));
		// Container child motorCRevButton.Gtk.Container+ContainerChild
		global::Gtk.Alignment w195 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
		// Container child GtkAlignment.Gtk.Container+ContainerChild
		global::Gtk.HBox w196 = new global::Gtk.HBox ();
		w196.Spacing = 2;
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Image w197 = new global::Gtk.Image ();
		w197.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-go-forward", global::Gtk.IconSize.Button);
		w196.Add (w197);
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Label w199 = new global::Gtk.Label ();
		w196.Add (w199);
		w195.Add (w196);
		this.motorCRevButton.Add (w195);
		this.hbox7.Add (this.motorCRevButton);
		global::Gtk.Box.BoxChild w203 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.motorCRevButton]));
		w203.Position = 2;
		w203.Expand = false;
		w203.Fill = false;
		this.vbox10.Add (this.hbox7);
		global::Gtk.Box.BoxChild w204 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.hbox7]));
		w204.Position = 0;
		w204.Expand = false;
		w204.Fill = false;
		// Container child vbox10.Gtk.Box+BoxChild
		this.hbox15 = new global::Gtk.HBox ();
		this.hbox15.Name = "hbox15";
		this.hbox15.Spacing = 6;
		// Container child hbox15.Gtk.Box+BoxChild
		this.motorCStopCheckbutton = new global::Gtk.CheckButton ();
		this.motorCStopCheckbutton.CanFocus = true;
		this.motorCStopCheckbutton.Name = "motorCStopCheckbutton";
		this.motorCStopCheckbutton.Label = "Off on release";
		this.motorCStopCheckbutton.Active = true;
		this.motorCStopCheckbutton.DrawIndicator = true;
		this.motorCStopCheckbutton.UseUnderline = true;
		this.hbox15.Add (this.motorCStopCheckbutton);
		global::Gtk.Box.BoxChild w205 = ((global::Gtk.Box.BoxChild)(this.hbox15 [this.motorCStopCheckbutton]));
		w205.Position = 0;
		w205.Padding = ((uint)(2));
		// Container child hbox15.Gtk.Box+BoxChild
		this.fixed4 = new global::Gtk.Fixed ();
		this.fixed4.Name = "fixed4";
		this.fixed4.HasWindow = false;
		this.hbox15.Add (this.fixed4);
		global::Gtk.Box.BoxChild w206 = ((global::Gtk.Box.BoxChild)(this.hbox15 [this.fixed4]));
		w206.Position = 1;
		this.vbox10.Add (this.hbox15);
		global::Gtk.Box.BoxChild w207 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.hbox15]));
		w207.Position = 1;
		w207.Expand = false;
		w207.Fill = false;
		// Container child vbox10.Gtk.Box+BoxChild
		this.hbox45 = new global::Gtk.HBox ();
		this.hbox45.Name = "hbox45";
		this.hbox45.Spacing = 6;
		// Container child hbox45.Gtk.Box+BoxChild
		this.label12 = new global::Gtk.Label ();
		this.label12.Name = "label12";
		this.label12.Xpad = 4;
		this.label12.LabelProp = "Speed:";
		this.hbox45.Add (this.label12);
		global::Gtk.Box.BoxChild w208 = ((global::Gtk.Box.BoxChild)(this.hbox45 [this.label12]));
		w208.Position = 0;
		w208.Expand = false;
		w208.Fill = false;
		// Container child hbox45.Gtk.Box+BoxChild
		this.motorCSpeedScale = new global::Gtk.HScale (null);
		this.motorCSpeedScale.CanFocus = true;
		this.motorCSpeedScale.Name = "motorCSpeedScale";
		this.motorCSpeedScale.Adjustment.Upper = 100;
		this.motorCSpeedScale.Adjustment.PageIncrement = 10;
		this.motorCSpeedScale.Adjustment.StepIncrement = 1;
		this.motorCSpeedScale.DrawValue = true;
		this.motorCSpeedScale.Digits = 0;
		this.motorCSpeedScale.ValuePos = ((global::Gtk.PositionType)(0));
		this.hbox45.Add (this.motorCSpeedScale);
		global::Gtk.Box.BoxChild w209 = ((global::Gtk.Box.BoxChild)(this.hbox45 [this.motorCSpeedScale]));
		w209.Position = 1;
		this.vbox10.Add (this.hbox45);
		global::Gtk.Box.BoxChild w210 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.hbox45]));
		w210.Position = 2;
		w210.Expand = false;
		w210.Fill = false;
		// Container child vbox10.Gtk.Box+BoxChild
		this.vbox11 = new global::Gtk.VBox ();
		this.vbox11.Name = "vbox11";
		this.vbox11.Spacing = 4;
		// Container child vbox11.Gtk.Box+BoxChild
		this.vbox19 = new global::Gtk.VBox ();
		this.vbox19.Name = "vbox19";
		this.vbox19.Spacing = 6;
		// Container child vbox19.Gtk.Box+BoxChild
		this.hbox31 = new global::Gtk.HBox ();
		this.hbox31.Name = "hbox31";
		this.hbox31.Spacing = 6;
		// Container child hbox31.Gtk.Box+BoxChild
		this.label5 = new global::Gtk.Label ();
		this.label5.Name = "label5";
		this.label5.Xpad = 4;
		this.label5.LabelProp = "Tacho:";
		this.label5.WidthChars = 6;
		this.hbox31.Add (this.label5);
		global::Gtk.Box.BoxChild w211 = ((global::Gtk.Box.BoxChild)(this.hbox31 [this.label5]));
		w211.Position = 0;
		w211.Expand = false;
		w211.Fill = false;
		// Container child hbox31.Gtk.Box+BoxChild
		this.motorCTachoEntry = new global::Gtk.Entry ();
		this.motorCTachoEntry.WidthRequest = 73;
		this.motorCTachoEntry.CanFocus = true;
		this.motorCTachoEntry.Name = "motorCTachoEntry";
		this.motorCTachoEntry.Text = "0";
		this.motorCTachoEntry.IsEditable = true;
		this.motorCTachoEntry.InvisibleChar = '●';
		this.motorCTachoEntry.Xalign = 1F;
		this.hbox31.Add (this.motorCTachoEntry);
		global::Gtk.Box.BoxChild w212 = ((global::Gtk.Box.BoxChild)(this.hbox31 [this.motorCTachoEntry]));
		w212.Position = 1;
		// Container child hbox31.Gtk.Box+BoxChild
		this.fixed30 = new global::Gtk.Fixed ();
		this.fixed30.Name = "fixed30";
		this.fixed30.HasWindow = false;
		this.hbox31.Add (this.fixed30);
		global::Gtk.Box.BoxChild w213 = ((global::Gtk.Box.BoxChild)(this.hbox31 [this.fixed30]));
		w213.Position = 2;
		this.vbox19.Add (this.hbox31);
		global::Gtk.Box.BoxChild w214 = ((global::Gtk.Box.BoxChild)(this.vbox19 [this.hbox31]));
		w214.Position = 0;
		w214.Expand = false;
		w214.Fill = false;
		// Container child vbox19.Gtk.Box+BoxChild
		this.hbox37 = new global::Gtk.HBox ();
		this.hbox37.Name = "hbox37";
		this.hbox37.Spacing = 6;
		// Container child hbox37.Gtk.Box+BoxChild
		this.fixed31 = new global::Gtk.Fixed ();
		this.fixed31.Name = "fixed31";
		this.fixed31.HasWindow = false;
		this.hbox37.Add (this.fixed31);
		global::Gtk.Box.BoxChild w215 = ((global::Gtk.Box.BoxChild)(this.hbox37 [this.fixed31]));
		w215.Position = 0;
		// Container child hbox37.Gtk.Box+BoxChild
		this.motorCReadTachoButton = new global::Gtk.Button ();
		this.motorCReadTachoButton.WidthRequest = 130;
		this.motorCReadTachoButton.HeightRequest = 26;
		this.motorCReadTachoButton.CanFocus = true;
		this.motorCReadTachoButton.Name = "motorCReadTachoButton";
		this.motorCReadTachoButton.UseUnderline = true;
		this.motorCReadTachoButton.Label = "Read Tacho";
		this.hbox37.Add (this.motorCReadTachoButton);
		global::Gtk.Box.BoxChild w216 = ((global::Gtk.Box.BoxChild)(this.hbox37 [this.motorCReadTachoButton]));
		w216.Position = 1;
		w216.Expand = false;
		w216.Fill = false;
		// Container child hbox37.Gtk.Box+BoxChild
		this.fixed32 = new global::Gtk.Fixed ();
		this.fixed32.Name = "fixed32";
		this.fixed32.HasWindow = false;
		this.hbox37.Add (this.fixed32);
		global::Gtk.Box.BoxChild w217 = ((global::Gtk.Box.BoxChild)(this.hbox37 [this.fixed32]));
		w217.Position = 2;
		this.vbox19.Add (this.hbox37);
		global::Gtk.Box.BoxChild w218 = ((global::Gtk.Box.BoxChild)(this.vbox19 [this.hbox37]));
		w218.Position = 1;
		w218.Expand = false;
		w218.Fill = false;
		// Container child vbox19.Gtk.Box+BoxChild
		this.hbox38 = new global::Gtk.HBox ();
		this.hbox38.Name = "hbox38";
		this.hbox38.Spacing = 6;
		// Container child hbox38.Gtk.Box+BoxChild
		this.fixed33 = new global::Gtk.Fixed ();
		this.fixed33.Name = "fixed33";
		this.fixed33.HasWindow = false;
		this.hbox38.Add (this.fixed33);
		global::Gtk.Box.BoxChild w219 = ((global::Gtk.Box.BoxChild)(this.hbox38 [this.fixed33]));
		w219.Position = 0;
		// Container child hbox38.Gtk.Box+BoxChild
		this.motorCMoveToButton = new global::Gtk.Button ();
		this.motorCMoveToButton.WidthRequest = 75;
		this.motorCMoveToButton.HeightRequest = 26;
		this.motorCMoveToButton.CanFocus = true;
		this.motorCMoveToButton.Name = "motorCMoveToButton";
		this.motorCMoveToButton.UseUnderline = true;
		this.motorCMoveToButton.Label = "Move To";
		this.hbox38.Add (this.motorCMoveToButton);
		global::Gtk.Box.BoxChild w220 = ((global::Gtk.Box.BoxChild)(this.hbox38 [this.motorCMoveToButton]));
		w220.Position = 1;
		w220.Expand = false;
		w220.Fill = false;
		// Container child hbox38.Gtk.Box+BoxChild
		this.motorCResetTachoButton = new global::Gtk.Button ();
		this.motorCResetTachoButton.WidthRequest = 53;
		this.motorCResetTachoButton.HeightRequest = 26;
		this.motorCResetTachoButton.CanFocus = true;
		this.motorCResetTachoButton.Name = "motorCResetTachoButton";
		this.motorCResetTachoButton.UseUnderline = true;
		this.motorCResetTachoButton.Label = "Reset";
		this.hbox38.Add (this.motorCResetTachoButton);
		global::Gtk.Box.BoxChild w221 = ((global::Gtk.Box.BoxChild)(this.hbox38 [this.motorCResetTachoButton]));
		w221.Position = 2;
		w221.Expand = false;
		w221.Fill = false;
		// Container child hbox38.Gtk.Box+BoxChild
		this.fixed34 = new global::Gtk.Fixed ();
		this.fixed34.Name = "fixed34";
		this.fixed34.HasWindow = false;
		this.hbox38.Add (this.fixed34);
		global::Gtk.Box.BoxChild w222 = ((global::Gtk.Box.BoxChild)(this.hbox38 [this.fixed34]));
		w222.Position = 3;
		this.vbox19.Add (this.hbox38);
		global::Gtk.Box.BoxChild w223 = ((global::Gtk.Box.BoxChild)(this.vbox19 [this.hbox38]));
		w223.Position = 2;
		w223.Expand = false;
		w223.Fill = false;
		this.vbox11.Add (this.vbox19);
		global::Gtk.Box.BoxChild w224 = ((global::Gtk.Box.BoxChild)(this.vbox11 [this.vbox19]));
		w224.Position = 0;
		w224.Expand = false;
		w224.Fill = false;
		this.vbox10.Add (this.vbox11);
		global::Gtk.Box.BoxChild w225 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.vbox11]));
		w225.Position = 3;
		w225.Expand = false;
		w225.Fill = false;
		this.frame11.Add (this.vbox10);
		this.GtkLabel47 = new global::Gtk.Label ();
		this.GtkLabel47.Name = "GtkLabel47";
		this.GtkLabel47.LabelProp = "<b>Motor C</b>";
		this.GtkLabel47.UseMarkup = true;
		this.frame11.LabelWidget = this.GtkLabel47;
		this.motorContainer.Add (this.frame11);
		global::Gtk.Fixed.FixedChild w227 = ((global::Gtk.Fixed.FixedChild)(this.motorContainer [this.frame11]));
		w227.X = 335;
		w227.Y = 10;
		this.Pages.Add (this.motorContainer);
		global::Gtk.Notebook.NotebookChild w228 = ((global::Gtk.Notebook.NotebookChild)(this.Pages [this.motorContainer]));
		w228.Position = 2;
		// Notebook tab
		this.motorLabel = new global::Gtk.Label ();
		this.motorLabel.Name = "motorLabel";
		this.motorLabel.LabelProp = "Motors";
		this.Pages.SetTabLabel (this.motorContainer, this.motorLabel);
		this.motorLabel.ShowAll ();
		// Container child Pages.Gtk.Notebook+NotebookChild
		this.filesContainer = new global::Gtk.Fixed ();
		this.filesContainer.Name = "filesContainer";
		this.filesContainer.HasWindow = false;
		// Container child filesContainer.Gtk.Fixed+FixedChild
		this.frame6 = new global::Gtk.Frame ();
		this.frame6.WidthRequest = 180;
		this.frame6.HeightRequest = 55;
		this.frame6.Name = "frame6";
		// Container child frame6.Gtk.Container+ContainerChild
		this.hbox3 = new global::Gtk.HBox ();
		this.hbox3.Name = "hbox3";
		this.hbox3.Spacing = 6;
		this.hbox3.BorderWidth = ((uint)(2));
		// Container child hbox3.Gtk.Box+BoxChild
		this.uploadFileChooserButton = new global::Gtk.FileChooserButton ("Select a File", ((global::Gtk.FileChooserAction)(0)));
		this.uploadFileChooserButton.Name = "uploadFileChooserButton";
		this.hbox3.Add (this.uploadFileChooserButton);
		global::Gtk.Box.BoxChild w229 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.uploadFileChooserButton]));
		w229.Position = 0;
		// Container child hbox3.Gtk.Box+BoxChild
		this.uploadFileButton = new global::Gtk.Button ();
		this.uploadFileButton.WidthRequest = 40;
		this.uploadFileButton.CanFocus = true;
		this.uploadFileButton.Name = "uploadFileButton";
		this.uploadFileButton.UseUnderline = true;
		// Container child uploadFileButton.Gtk.Container+ContainerChild
		global::Gtk.Alignment w230 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
		// Container child GtkAlignment.Gtk.Container+ContainerChild
		global::Gtk.HBox w231 = new global::Gtk.HBox ();
		w231.Spacing = 2;
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Image w232 = new global::Gtk.Image ();
		w232.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-goto-top", global::Gtk.IconSize.Button);
		w231.Add (w232);
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Label w234 = new global::Gtk.Label ();
		w231.Add (w234);
		w230.Add (w231);
		this.uploadFileButton.Add (w230);
		this.hbox3.Add (this.uploadFileButton);
		global::Gtk.Box.BoxChild w238 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.uploadFileButton]));
		w238.Position = 1;
		w238.Expand = false;
		w238.Fill = false;
		this.frame6.Add (this.hbox3);
		this.GtkLabel50 = new global::Gtk.Label ();
		this.GtkLabel50.Name = "GtkLabel50";
		this.GtkLabel50.LabelProp = "<b>Upload file</b>";
		this.GtkLabel50.UseMarkup = true;
		this.frame6.LabelWidget = this.GtkLabel50;
		this.filesContainer.Add (this.frame6);
		global::Gtk.Fixed.FixedChild w240 = ((global::Gtk.Fixed.FixedChild)(this.filesContainer [this.frame6]));
		w240.X = 300;
		w240.Y = 10;
		// Container child filesContainer.Gtk.Fixed+FixedChild
		this.frame7 = new global::Gtk.Frame ();
		this.frame7.WidthRequest = 180;
		this.frame7.HeightRequest = 55;
		this.frame7.Name = "frame7";
		// Container child frame7.Gtk.Container+ContainerChild
		this.hbox4 = new global::Gtk.HBox ();
		this.hbox4.Name = "hbox4";
		this.hbox4.Spacing = 4;
		this.hbox4.BorderWidth = ((uint)(2));
		// Container child hbox4.Gtk.Box+BoxChild
		this.downloadFolderButton = new global::Gtk.Button ();
		this.downloadFolderButton.CanFocus = true;
		this.downloadFolderButton.Name = "downloadFolderButton";
		this.downloadFolderButton.Label = null;
		this.hbox4.Add (this.downloadFolderButton);
		global::Gtk.Box.BoxChild w241 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.downloadFolderButton]));
		w241.Position = 0;
		// Container child hbox4.Gtk.Box+BoxChild
		this.downloadFileButton = new global::Gtk.Button ();
		this.downloadFileButton.WidthRequest = 40;
		this.downloadFileButton.CanFocus = true;
		this.downloadFileButton.Name = "downloadFileButton";
		this.downloadFileButton.UseUnderline = true;
		// Container child downloadFileButton.Gtk.Container+ContainerChild
		global::Gtk.Alignment w242 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
		// Container child GtkAlignment.Gtk.Container+ContainerChild
		global::Gtk.HBox w243 = new global::Gtk.HBox ();
		w243.Spacing = 2;
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Image w244 = new global::Gtk.Image ();
		w244.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-goto-bottom", global::Gtk.IconSize.Button);
		w243.Add (w244);
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Label w246 = new global::Gtk.Label ();
		w243.Add (w246);
		w242.Add (w243);
		this.downloadFileButton.Add (w242);
		this.hbox4.Add (this.downloadFileButton);
		global::Gtk.Box.BoxChild w250 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.downloadFileButton]));
		w250.Position = 1;
		w250.Expand = false;
		w250.Fill = false;
		this.frame7.Add (this.hbox4);
		this.GtkLabel52 = new global::Gtk.Label ();
		this.GtkLabel52.Name = "GtkLabel52";
		this.GtkLabel52.LabelProp = "<b>Download file</b>";
		this.GtkLabel52.UseMarkup = true;
		this.frame7.LabelWidget = this.GtkLabel52;
		this.filesContainer.Add (this.frame7);
		global::Gtk.Fixed.FixedChild w252 = ((global::Gtk.Fixed.FixedChild)(this.filesContainer [this.frame7]));
		w252.X = 300;
		w252.Y = 65;
		// Container child filesContainer.Gtk.Fixed+FixedChild
		this.frame12 = new global::Gtk.Frame ();
		this.frame12.WidthRequest = 180;
		this.frame12.HeightRequest = 130;
		this.frame12.Name = "frame12";
		// Container child frame12.Gtk.Container+ContainerChild
		this.vbox15 = new global::Gtk.VBox ();
		this.vbox15.Name = "vbox15";
		this.vbox15.Homogeneous = true;
		this.vbox15.Spacing = 5;
		this.vbox15.BorderWidth = ((uint)(4));
		// Container child vbox15.Gtk.Box+BoxChild
		this.hbox8 = new global::Gtk.HBox ();
		this.hbox8.Name = "hbox8";
		this.hbox8.Spacing = 2;
		// Container child hbox8.Gtk.Box+BoxChild
		this.startFileButton = new global::Gtk.Button ();
		this.startFileButton.WidthRequest = 80;
		this.startFileButton.HeightRequest = 33;
		this.startFileButton.CanFocus = true;
		this.startFileButton.Name = "startFileButton";
		this.startFileButton.UseUnderline = true;
		// Container child startFileButton.Gtk.Container+ContainerChild
		global::Gtk.Alignment w253 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
		// Container child GtkAlignment.Gtk.Container+ContainerChild
		global::Gtk.HBox w254 = new global::Gtk.HBox ();
		w254.Spacing = 2;
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Image w255 = new global::Gtk.Image ();
		w255.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-play", global::Gtk.IconSize.Button);
		w254.Add (w255);
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Label w257 = new global::Gtk.Label ();
		w257.LabelProp = "Start";
		w257.UseUnderline = true;
		w254.Add (w257);
		w253.Add (w254);
		this.startFileButton.Add (w253);
		this.hbox8.Add (this.startFileButton);
		global::Gtk.Box.BoxChild w261 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.startFileButton]));
		w261.Position = 0;
		w261.Expand = false;
		w261.Fill = false;
		// Container child hbox8.Gtk.Box+BoxChild
		this.fixed7 = new global::Gtk.Fixed ();
		this.fixed7.Name = "fixed7";
		this.fixed7.HasWindow = false;
		this.hbox8.Add (this.fixed7);
		global::Gtk.Box.BoxChild w262 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.fixed7]));
		w262.Position = 1;
		// Container child hbox8.Gtk.Box+BoxChild
		this.stopFileButton = new global::Gtk.Button ();
		this.stopFileButton.WidthRequest = 82;
		this.stopFileButton.HeightRequest = 33;
		this.stopFileButton.CanFocus = true;
		this.stopFileButton.Name = "stopFileButton";
		this.stopFileButton.UseUnderline = true;
		// Container child stopFileButton.Gtk.Container+ContainerChild
		global::Gtk.Alignment w263 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
		// Container child GtkAlignment.Gtk.Container+ContainerChild
		global::Gtk.HBox w264 = new global::Gtk.HBox ();
		w264.Spacing = 2;
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Image w265 = new global::Gtk.Image ();
		w265.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-stop", global::Gtk.IconSize.Button);
		w264.Add (w265);
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Label w267 = new global::Gtk.Label ();
		w267.LabelProp = "Stop";
		w267.UseUnderline = true;
		w264.Add (w267);
		w263.Add (w264);
		this.stopFileButton.Add (w263);
		this.hbox8.Add (this.stopFileButton);
		global::Gtk.Box.BoxChild w271 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.stopFileButton]));
		w271.Position = 2;
		w271.Expand = false;
		w271.Fill = false;
		this.vbox15.Add (this.hbox8);
		global::Gtk.Box.BoxChild w272 = ((global::Gtk.Box.BoxChild)(this.vbox15 [this.hbox8]));
		w272.Position = 0;
		w272.Expand = false;
		w272.Fill = false;
		// Container child vbox15.Gtk.Box+BoxChild
		this.hbox9 = new global::Gtk.HBox ();
		this.hbox9.Name = "hbox9";
		this.hbox9.Spacing = 4;
		// Container child hbox9.Gtk.Box+BoxChild
		this.deleteFileButton = new global::Gtk.Button ();
		this.deleteFileButton.WidthRequest = 80;
		this.deleteFileButton.HeightRequest = 30;
		this.deleteFileButton.CanFocus = true;
		this.deleteFileButton.Name = "deleteFileButton";
		this.deleteFileButton.UseUnderline = true;
		this.deleteFileButton.Label = "Delete";
		this.hbox9.Add (this.deleteFileButton);
		global::Gtk.Box.BoxChild w273 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.deleteFileButton]));
		w273.Position = 0;
		w273.Expand = false;
		w273.Fill = false;
		// Container child hbox9.Gtk.Box+BoxChild
		this.fixed5 = new global::Gtk.Fixed ();
		this.fixed5.Name = "fixed5";
		this.fixed5.HasWindow = false;
		this.hbox9.Add (this.fixed5);
		global::Gtk.Box.BoxChild w274 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.fixed5]));
		w274.Position = 1;
		// Container child hbox9.Gtk.Box+BoxChild
		this.formatButton = new global::Gtk.Button ();
		this.formatButton.WidthRequest = 82;
		this.formatButton.HeightRequest = 30;
		this.formatButton.CanFocus = true;
		this.formatButton.Name = "formatButton";
		this.formatButton.UseUnderline = true;
		this.formatButton.Label = "Format";
		this.hbox9.Add (this.formatButton);
		global::Gtk.Box.BoxChild w275 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.formatButton]));
		w275.Position = 2;
		w275.Expand = false;
		w275.Fill = false;
		this.vbox15.Add (this.hbox9);
		global::Gtk.Box.BoxChild w276 = ((global::Gtk.Box.BoxChild)(this.vbox15 [this.hbox9]));
		w276.Position = 1;
		w276.Expand = false;
		w276.Fill = false;
		// Container child vbox15.Gtk.Box+BoxChild
		this.hbox10 = new global::Gtk.HBox ();
		this.hbox10.Name = "hbox10";
		this.hbox10.Spacing = 4;
		// Container child hbox10.Gtk.Box+BoxChild
		this.refreshfilelistButton = new global::Gtk.Button ();
		this.refreshfilelistButton.WidthRequest = 168;
		this.refreshfilelistButton.HeightRequest = 30;
		this.refreshfilelistButton.CanFocus = true;
		this.refreshfilelistButton.Name = "refreshfilelistButton";
		this.refreshfilelistButton.UseUnderline = true;
		this.refreshfilelistButton.Label = "Refresh File List";
		this.hbox10.Add (this.refreshfilelistButton);
		global::Gtk.Box.BoxChild w277 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.refreshfilelistButton]));
		w277.Position = 0;
		w277.Expand = false;
		w277.Fill = false;
		this.vbox15.Add (this.hbox10);
		global::Gtk.Box.BoxChild w278 = ((global::Gtk.Box.BoxChild)(this.vbox15 [this.hbox10]));
		w278.Position = 2;
		w278.Expand = false;
		w278.Fill = false;
		this.frame12.Add (this.vbox15);
		this.GtkLabel59 = new global::Gtk.Label ();
		this.GtkLabel59.Name = "GtkLabel59";
		this.GtkLabel59.LabelProp = "<b>Actions</b>";
		this.GtkLabel59.UseMarkup = true;
		this.frame12.LabelWidget = this.GtkLabel59;
		this.filesContainer.Add (this.frame12);
		global::Gtk.Fixed.FixedChild w280 = ((global::Gtk.Fixed.FixedChild)(this.filesContainer [this.frame12]));
		w280.X = 300;
		w280.Y = 120;
		// Container child filesContainer.Gtk.Fixed+FixedChild
		this.frame5 = new global::Gtk.Frame ();
		this.frame5.WidthRequest = 270;
		this.frame5.HeightRequest = 240;
		this.frame5.Name = "frame5";
		// Container child frame5.Gtk.Container+ContainerChild
		this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
		this.GtkScrolledWindow.WidthRequest = 200;
		this.GtkScrolledWindow.HeightRequest = 200;
		this.GtkScrolledWindow.Name = "GtkScrolledWindow";
		this.GtkScrolledWindow.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
		// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
		this.FileNodeView = new global::Gtk.NodeView ();
		this.FileNodeView.WidthRequest = 0;
		this.FileNodeView.CanFocus = true;
		this.FileNodeView.Name = "FileNodeView";
		this.GtkScrolledWindow.Add (this.FileNodeView);
		this.frame5.Add (this.GtkScrolledWindow);
		this.GtkLabel60 = new global::Gtk.Label ();
		this.GtkLabel60.Name = "GtkLabel60";
		this.GtkLabel60.LabelProp = "<b>NXT Files</b>";
		this.GtkLabel60.UseMarkup = true;
		this.frame5.LabelWidget = this.GtkLabel60;
		this.filesContainer.Add (this.frame5);
		global::Gtk.Fixed.FixedChild w283 = ((global::Gtk.Fixed.FixedChild)(this.filesContainer [this.frame5]));
		w283.X = 20;
		w283.Y = 10;
		this.Pages.Add (this.filesContainer);
		global::Gtk.Notebook.NotebookChild w284 = ((global::Gtk.Notebook.NotebookChild)(this.Pages [this.filesContainer]));
		w284.Position = 3;
		// Notebook tab
		this.filesLabel = new global::Gtk.Label ();
		this.filesLabel.Name = "filesLabel";
		this.filesLabel.LabelProp = "Files";
		this.Pages.SetTabLabel (this.filesContainer, this.filesLabel);
		this.filesLabel.ShowAll ();
		// Container child Pages.Gtk.Notebook+NotebookChild
		this.mailboxContainer = new global::Gtk.Fixed ();
		this.mailboxContainer.Name = "mailboxContainer";
		this.mailboxContainer.HasWindow = false;
		// Container child mailboxContainer.Gtk.Fixed+FixedChild
		this.frame18 = new global::Gtk.Frame ();
		this.frame18.WidthRequest = 460;
		this.frame18.Name = "frame18";
		// Container child frame18.Gtk.Container+ContainerChild
		this.vbox26 = new global::Gtk.VBox ();
		this.vbox26.Name = "vbox26";
		this.vbox26.Spacing = 6;
		this.vbox26.BorderWidth = ((uint)(6));
		// Container child vbox26.Gtk.Box+BoxChild
		this.hbox50 = new global::Gtk.HBox ();
		this.hbox50.Name = "hbox50";
		this.hbox50.Spacing = 6;
		// Container child hbox50.Gtk.Box+BoxChild
		this.outboxMessage = new global::Gtk.Entry ();
		this.outboxMessage.CanFocus = true;
		this.outboxMessage.Name = "outboxMessage";
		this.outboxMessage.IsEditable = true;
		this.outboxMessage.InvisibleChar = '●';
		this.hbox50.Add (this.outboxMessage);
		global::Gtk.Box.BoxChild w285 = ((global::Gtk.Box.BoxChild)(this.hbox50 [this.outboxMessage]));
		w285.Position = 0;
		this.vbox26.Add (this.hbox50);
		global::Gtk.Box.BoxChild w286 = ((global::Gtk.Box.BoxChild)(this.vbox26 [this.hbox50]));
		w286.Position = 0;
		w286.Expand = false;
		w286.Fill = false;
		// Container child vbox26.Gtk.Box+BoxChild
		this.hbox51 = new global::Gtk.HBox ();
		this.hbox51.Name = "hbox51";
		this.hbox51.Spacing = 8;
		// Container child hbox51.Gtk.Box+BoxChild
		this.sendMessageButton = new global::Gtk.Button ();
		this.sendMessageButton.WidthRequest = 110;
		this.sendMessageButton.CanFocus = true;
		this.sendMessageButton.Name = "sendMessageButton";
		this.sendMessageButton.UseUnderline = true;
		this.sendMessageButton.Label = "Send Message";
		this.hbox51.Add (this.sendMessageButton);
		global::Gtk.Box.BoxChild w287 = ((global::Gtk.Box.BoxChild)(this.hbox51 [this.sendMessageButton]));
		w287.Position = 0;
		w287.Expand = false;
		w287.Fill = false;
		// Container child hbox51.Gtk.Box+BoxChild
		this.outboxMailboxCombobox = global::Gtk.ComboBox.NewText ();
		this.outboxMailboxCombobox.WidthRequest = 100;
		this.outboxMailboxCombobox.Name = "outboxMailboxCombobox";
		this.hbox51.Add (this.outboxMailboxCombobox);
		global::Gtk.Box.BoxChild w288 = ((global::Gtk.Box.BoxChild)(this.hbox51 [this.outboxMailboxCombobox]));
		w288.Position = 1;
		w288.Expand = false;
		w288.Fill = false;
		// Container child hbox51.Gtk.Box+BoxChild
		this.outboxFormatCombobox = global::Gtk.ComboBox.NewText ();
		this.outboxFormatCombobox.WidthRequest = 80;
		this.outboxFormatCombobox.Name = "outboxFormatCombobox";
		this.hbox51.Add (this.outboxFormatCombobox);
		global::Gtk.Box.BoxChild w289 = ((global::Gtk.Box.BoxChild)(this.hbox51 [this.outboxFormatCombobox]));
		w289.Position = 2;
		w289.Expand = false;
		w289.Fill = false;
		// Container child hbox51.Gtk.Box+BoxChild
		this.fixed11 = new global::Gtk.Fixed ();
		this.fixed11.Name = "fixed11";
		this.fixed11.HasWindow = false;
		this.hbox51.Add (this.fixed11);
		global::Gtk.Box.BoxChild w290 = ((global::Gtk.Box.BoxChild)(this.hbox51 [this.fixed11]));
		w290.Position = 3;
		this.vbox26.Add (this.hbox51);
		global::Gtk.Box.BoxChild w291 = ((global::Gtk.Box.BoxChild)(this.vbox26 [this.hbox51]));
		w291.Position = 1;
		w291.Expand = false;
		w291.Fill = false;
		// Container child vbox26.Gtk.Box+BoxChild
		this.hseparator2 = new global::Gtk.HSeparator ();
		this.hseparator2.Name = "hseparator2";
		this.vbox26.Add (this.hseparator2);
		global::Gtk.Box.BoxChild w292 = ((global::Gtk.Box.BoxChild)(this.vbox26 [this.hseparator2]));
		w292.Position = 2;
		w292.Expand = false;
		w292.Fill = false;
		// Container child vbox26.Gtk.Box+BoxChild
		this.hbox60 = new global::Gtk.HBox ();
		this.hbox60.Name = "hbox60";
		this.hbox60.Homogeneous = true;
		this.hbox60.Spacing = 6;
		// Container child hbox60.Gtk.Box+BoxChild
		this.loadMessageButton = new global::Gtk.Button ();
		this.loadMessageButton.CanFocus = true;
		this.loadMessageButton.Name = "loadMessageButton";
		this.loadMessageButton.UseUnderline = true;
		this.loadMessageButton.Label = "Load Message Settings";
		this.hbox60.Add (this.loadMessageButton);
		global::Gtk.Box.BoxChild w293 = ((global::Gtk.Box.BoxChild)(this.hbox60 [this.loadMessageButton]));
		w293.Position = 0;
		w293.Expand = false;
		w293.Fill = false;
		// Container child hbox60.Gtk.Box+BoxChild
		this.saveMessageButton = new global::Gtk.Button ();
		this.saveMessageButton.CanFocus = true;
		this.saveMessageButton.Name = "saveMessageButton";
		this.saveMessageButton.UseUnderline = true;
		this.saveMessageButton.Label = "Save Message Settings";
		this.hbox60.Add (this.saveMessageButton);
		global::Gtk.Box.BoxChild w294 = ((global::Gtk.Box.BoxChild)(this.hbox60 [this.saveMessageButton]));
		w294.Position = 1;
		w294.Expand = false;
		w294.Fill = false;
		// Container child hbox60.Gtk.Box+BoxChild
		this.outboxMessageSettingsCombobox = global::Gtk.ComboBox.NewText ();
		this.outboxMessageSettingsCombobox.WidthRequest = 120;
		this.outboxMessageSettingsCombobox.Name = "outboxMessageSettingsCombobox";
		this.hbox60.Add (this.outboxMessageSettingsCombobox);
		global::Gtk.Box.BoxChild w295 = ((global::Gtk.Box.BoxChild)(this.hbox60 [this.outboxMessageSettingsCombobox]));
		w295.Position = 2;
		w295.Expand = false;
		w295.Fill = false;
		this.vbox26.Add (this.hbox60);
		global::Gtk.Box.BoxChild w296 = ((global::Gtk.Box.BoxChild)(this.vbox26 [this.hbox60]));
		w296.Position = 3;
		w296.Expand = false;
		w296.Fill = false;
		this.frame18.Add (this.vbox26);
		this.GtkLabel68 = new global::Gtk.Label ();
		this.GtkLabel68.Name = "GtkLabel68";
		this.GtkLabel68.LabelProp = "<b>Outbox</b>";
		this.GtkLabel68.UseMarkup = true;
		this.frame18.LabelWidget = this.GtkLabel68;
		this.mailboxContainer.Add (this.frame18);
		global::Gtk.Fixed.FixedChild w298 = ((global::Gtk.Fixed.FixedChild)(this.mailboxContainer [this.frame18]));
		w298.X = 20;
		w298.Y = 10;
		// Container child mailboxContainer.Gtk.Fixed+FixedChild
		this.frame19 = new global::Gtk.Frame ();
		this.frame19.WidthRequest = 460;
		this.frame19.Name = "frame19";
		// Container child frame19.Gtk.Container+ContainerChild
		this.vbox27 = new global::Gtk.VBox ();
		this.vbox27.Name = "vbox27";
		this.vbox27.Spacing = 6;
		this.vbox27.BorderWidth = ((uint)(6));
		// Container child vbox27.Gtk.Box+BoxChild
		this.hbox58 = new global::Gtk.HBox ();
		this.hbox58.Name = "hbox58";
		this.hbox58.Spacing = 6;
		// Container child hbox58.Gtk.Box+BoxChild
		this.inboxMessage = new global::Gtk.Entry ();
		this.inboxMessage.CanFocus = true;
		this.inboxMessage.Name = "inboxMessage";
		this.inboxMessage.IsEditable = false;
		this.inboxMessage.InvisibleChar = '●';
		this.hbox58.Add (this.inboxMessage);
		global::Gtk.Box.BoxChild w299 = ((global::Gtk.Box.BoxChild)(this.hbox58 [this.inboxMessage]));
		w299.Position = 0;
		this.vbox27.Add (this.hbox58);
		global::Gtk.Box.BoxChild w300 = ((global::Gtk.Box.BoxChild)(this.vbox27 [this.hbox58]));
		w300.Position = 0;
		w300.Expand = false;
		w300.Fill = false;
		// Container child vbox27.Gtk.Box+BoxChild
		this.hbox59 = new global::Gtk.HBox ();
		this.hbox59.Name = "hbox59";
		this.hbox59.Spacing = 8;
		// Container child hbox59.Gtk.Box+BoxChild
		this.readMessageButton = new global::Gtk.Button ();
		this.readMessageButton.WidthRequest = 110;
		this.readMessageButton.CanFocus = true;
		this.readMessageButton.Name = "readMessageButton";
		this.readMessageButton.UseUnderline = true;
		this.readMessageButton.Label = "Read Message";
		this.hbox59.Add (this.readMessageButton);
		global::Gtk.Box.BoxChild w301 = ((global::Gtk.Box.BoxChild)(this.hbox59 [this.readMessageButton]));
		w301.Position = 0;
		w301.Expand = false;
		w301.Fill = false;
		// Container child hbox59.Gtk.Box+BoxChild
		this.inboxMailboxCombobox = global::Gtk.ComboBox.NewText ();
		this.inboxMailboxCombobox.WidthRequest = 100;
		this.inboxMailboxCombobox.Name = "inboxMailboxCombobox";
		this.hbox59.Add (this.inboxMailboxCombobox);
		global::Gtk.Box.BoxChild w302 = ((global::Gtk.Box.BoxChild)(this.hbox59 [this.inboxMailboxCombobox]));
		w302.Position = 1;
		w302.Expand = false;
		w302.Fill = false;
		// Container child hbox59.Gtk.Box+BoxChild
		this.inboxFormatCombobox = global::Gtk.ComboBox.NewText ();
		this.inboxFormatCombobox.WidthRequest = 80;
		this.inboxFormatCombobox.Name = "inboxFormatCombobox";
		this.hbox59.Add (this.inboxFormatCombobox);
		global::Gtk.Box.BoxChild w303 = ((global::Gtk.Box.BoxChild)(this.hbox59 [this.inboxFormatCombobox]));
		w303.Position = 2;
		w303.Expand = false;
		w303.Fill = false;
		// Container child hbox59.Gtk.Box+BoxChild
		this.removeMessageCheckbutton = new global::Gtk.CheckButton ();
		this.removeMessageCheckbutton.CanFocus = true;
		this.removeMessageCheckbutton.Name = "removeMessageCheckbutton";
		this.removeMessageCheckbutton.Label = "Remove Message";
		this.removeMessageCheckbutton.DrawIndicator = true;
		this.removeMessageCheckbutton.UseUnderline = true;
		this.hbox59.Add (this.removeMessageCheckbutton);
		global::Gtk.Box.BoxChild w304 = ((global::Gtk.Box.BoxChild)(this.hbox59 [this.removeMessageCheckbutton]));
		w304.Position = 3;
		this.vbox27.Add (this.hbox59);
		global::Gtk.Box.BoxChild w305 = ((global::Gtk.Box.BoxChild)(this.vbox27 [this.hbox59]));
		w305.Position = 1;
		w305.Expand = false;
		w305.Fill = false;
		this.frame19.Add (this.vbox27);
		this.GtkLabel79 = new global::Gtk.Label ();
		this.GtkLabel79.Name = "GtkLabel79";
		this.GtkLabel79.LabelProp = "<b>Inbox</b>";
		this.GtkLabel79.UseMarkup = true;
		this.frame19.LabelWidget = this.GtkLabel79;
		this.mailboxContainer.Add (this.frame19);
		global::Gtk.Fixed.FixedChild w307 = ((global::Gtk.Fixed.FixedChild)(this.mailboxContainer [this.frame19]));
		w307.X = 20;
		w307.Y = 161;
		this.Pages.Add (this.mailboxContainer);
		global::Gtk.Notebook.NotebookChild w308 = ((global::Gtk.Notebook.NotebookChild)(this.Pages [this.mailboxContainer]));
		w308.Position = 4;
		// Notebook tab
		this.mailboxLabel = new global::Gtk.Label ();
		this.mailboxLabel.Name = "mailboxLabel";
		this.mailboxLabel.LabelProp = "Mailbox";
		this.Pages.SetTabLabel (this.mailboxContainer, this.mailboxLabel);
		this.mailboxLabel.ShowAll ();
		// Container child Pages.Gtk.Notebook+NotebookChild
		this.keyboardContainer = new global::Gtk.Fixed ();
		this.keyboardContainer.Name = "keyboardContainer";
		this.keyboardContainer.HasWindow = false;
		// Container child keyboardContainer.Gtk.Fixed+FixedChild
		this.frame8 = new global::Gtk.Frame ();
		this.frame8.WidthRequest = 230;
		this.frame8.HeightRequest = 240;
		this.frame8.Name = "frame8";
		// Container child frame8.Gtk.Container+ContainerChild
		this.vbox16 = new global::Gtk.VBox ();
		this.vbox16.Name = "vbox16";
		this.vbox16.Homogeneous = true;
		this.vbox16.Spacing = 2;
		this.vbox16.BorderWidth = ((uint)(3));
		// Container child vbox16.Gtk.Box+BoxChild
		this.hbox41 = new global::Gtk.HBox ();
		this.hbox41.Name = "hbox41";
		// Container child hbox41.Gtk.Box+BoxChild
		this.label18 = new global::Gtk.Label ();
		this.label18.WidthRequest = 55;
		this.label18.Name = "label18";
		this.label18.Xalign = 0F;
		this.label18.LabelProp = "Left:";
		this.hbox41.Add (this.label18);
		global::Gtk.Box.BoxChild w309 = ((global::Gtk.Box.BoxChild)(this.hbox41 [this.label18]));
		w309.Position = 0;
		w309.Expand = false;
		w309.Fill = false;
		// Container child hbox41.Gtk.Box+BoxChild
		this.leftMotorCombobox = global::Gtk.ComboBox.NewText ();
		this.leftMotorCombobox.AppendText ("Out A");
		this.leftMotorCombobox.AppendText ("");
		this.leftMotorCombobox.WidthRequest = 78;
		this.leftMotorCombobox.HeightRequest = 30;
		this.leftMotorCombobox.Name = "leftMotorCombobox";
		this.leftMotorCombobox.Active = 0;
		this.hbox41.Add (this.leftMotorCombobox);
		global::Gtk.Box.BoxChild w310 = ((global::Gtk.Box.BoxChild)(this.hbox41 [this.leftMotorCombobox]));
		w310.Position = 1;
		w310.Expand = false;
		w310.Fill = false;
		// Container child hbox41.Gtk.Box+BoxChild
		this.leftMotorReverseCheckbutton = new global::Gtk.CheckButton ();
		this.leftMotorReverseCheckbutton.CanFocus = true;
		this.leftMotorReverseCheckbutton.Name = "leftMotorReverseCheckbutton";
		this.leftMotorReverseCheckbutton.Label = "Reverse";
		this.leftMotorReverseCheckbutton.DrawIndicator = true;
		this.leftMotorReverseCheckbutton.UseUnderline = true;
		this.hbox41.Add (this.leftMotorReverseCheckbutton);
		global::Gtk.Box.BoxChild w311 = ((global::Gtk.Box.BoxChild)(this.hbox41 [this.leftMotorReverseCheckbutton]));
		w311.Position = 2;
		this.vbox16.Add (this.hbox41);
		global::Gtk.Box.BoxChild w312 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.hbox41]));
		w312.Position = 0;
		w312.Expand = false;
		w312.Fill = false;
		// Container child vbox16.Gtk.Box+BoxChild
		this.hbox13 = new global::Gtk.HBox ();
		this.hbox13.Name = "hbox13";
		// Container child hbox13.Gtk.Box+BoxChild
		this.label8 = new global::Gtk.Label ();
		this.label8.WidthRequest = 55;
		this.label8.Name = "label8";
		this.label8.Xalign = 0F;
		this.label8.LabelProp = "Right:";
		this.hbox13.Add (this.label8);
		global::Gtk.Box.BoxChild w313 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.label8]));
		w313.Position = 0;
		w313.Expand = false;
		w313.Fill = false;
		// Container child hbox13.Gtk.Box+BoxChild
		this.rightMotorCombobox = global::Gtk.ComboBox.NewText ();
		this.rightMotorCombobox.AppendText ("Out A");
		this.rightMotorCombobox.AppendText ("");
		this.rightMotorCombobox.WidthRequest = 78;
		this.rightMotorCombobox.HeightRequest = 30;
		this.rightMotorCombobox.Name = "rightMotorCombobox";
		this.rightMotorCombobox.Active = 0;
		this.hbox13.Add (this.rightMotorCombobox);
		global::Gtk.Box.BoxChild w314 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.rightMotorCombobox]));
		w314.Position = 1;
		w314.Expand = false;
		w314.Fill = false;
		// Container child hbox13.Gtk.Box+BoxChild
		this.rightMotorReverseCheckbutton = new global::Gtk.CheckButton ();
		this.rightMotorReverseCheckbutton.CanFocus = true;
		this.rightMotorReverseCheckbutton.Name = "rightMotorReverseCheckbutton";
		this.rightMotorReverseCheckbutton.Label = "Reverse";
		this.rightMotorReverseCheckbutton.DrawIndicator = true;
		this.rightMotorReverseCheckbutton.UseUnderline = true;
		this.hbox13.Add (this.rightMotorReverseCheckbutton);
		global::Gtk.Box.BoxChild w315 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.rightMotorReverseCheckbutton]));
		w315.Position = 2;
		this.vbox16.Add (this.hbox13);
		global::Gtk.Box.BoxChild w316 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.hbox13]));
		w316.Position = 1;
		w316.Expand = false;
		w316.Fill = false;
		// Container child vbox16.Gtk.Box+BoxChild
		this.hbox14 = new global::Gtk.HBox ();
		this.hbox14.Name = "hbox14";
		this.hbox14.Spacing = 4;
		// Container child hbox14.Gtk.Box+BoxChild
		this.label3 = new global::Gtk.Label ();
		this.label3.Name = "label3";
		this.label3.LabelProp = "Turn percent:";
		this.hbox14.Add (this.label3);
		global::Gtk.Box.BoxChild w317 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.label3]));
		w317.Position = 0;
		w317.Expand = false;
		w317.Fill = false;
		// Container child hbox14.Gtk.Box+BoxChild
		this.vehicleTurnRatioScale = new global::Gtk.HScale (null);
		this.vehicleTurnRatioScale.CanFocus = true;
		this.vehicleTurnRatioScale.Name = "vehicleTurnRatioScale";
		this.vehicleTurnRatioScale.Adjustment.Upper = 100;
		this.vehicleTurnRatioScale.Adjustment.PageIncrement = 10;
		this.vehicleTurnRatioScale.Adjustment.StepIncrement = 1;
		this.vehicleTurnRatioScale.Adjustment.Value = 47;
		this.vehicleTurnRatioScale.DrawValue = true;
		this.vehicleTurnRatioScale.Digits = 0;
		this.vehicleTurnRatioScale.ValuePos = ((global::Gtk.PositionType)(0));
		this.hbox14.Add (this.vehicleTurnRatioScale);
		global::Gtk.Box.BoxChild w318 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.vehicleTurnRatioScale]));
		w318.Position = 1;
		this.vbox16.Add (this.hbox14);
		global::Gtk.Box.BoxChild w319 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.hbox14]));
		w319.Position = 2;
		w319.Expand = false;
		w319.Fill = false;
		// Container child vbox16.Gtk.Box+BoxChild
		this.fixed1 = new global::Gtk.Fixed ();
		this.fixed1.Name = "fixed1";
		this.fixed1.HasWindow = false;
		this.vbox16.Add (this.fixed1);
		global::Gtk.Box.BoxChild w320 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.fixed1]));
		w320.Position = 3;
		w320.Expand = false;
		w320.Fill = false;
		// Container child vbox16.Gtk.Box+BoxChild
		this.hbox34 = new global::Gtk.HBox ();
		this.hbox34.Name = "hbox34";
		this.hbox34.Spacing = 6;
		// Container child hbox34.Gtk.Box+BoxChild
		this.hbox33 = new global::Gtk.HBox ();
		this.hbox33.Name = "hbox33";
		this.hbox33.Spacing = 45;
		// Container child hbox33.Gtk.Box+BoxChild
		this.label7 = new global::Gtk.Label ();
		this.label7.Name = "label7";
		this.label7.LabelProp = "Speed:";
		this.hbox33.Add (this.label7);
		global::Gtk.Box.BoxChild w321 = ((global::Gtk.Box.BoxChild)(this.hbox33 [this.label7]));
		w321.Position = 0;
		w321.Expand = false;
		w321.Fill = false;
		// Container child hbox33.Gtk.Box+BoxChild
		this.vehicleSpeedScale = new global::Gtk.HScale (null);
		this.vehicleSpeedScale.CanFocus = true;
		this.vehicleSpeedScale.Name = "vehicleSpeedScale";
		this.vehicleSpeedScale.Adjustment.Upper = 100;
		this.vehicleSpeedScale.Adjustment.PageIncrement = 10;
		this.vehicleSpeedScale.Adjustment.StepIncrement = 1;
		this.vehicleSpeedScale.Adjustment.Value = 57;
		this.vehicleSpeedScale.DrawValue = true;
		this.vehicleSpeedScale.Digits = 0;
		this.vehicleSpeedScale.ValuePos = ((global::Gtk.PositionType)(0));
		this.hbox33.Add (this.vehicleSpeedScale);
		global::Gtk.Box.BoxChild w322 = ((global::Gtk.Box.BoxChild)(this.hbox33 [this.vehicleSpeedScale]));
		w322.Position = 1;
		this.hbox34.Add (this.hbox33);
		global::Gtk.Box.BoxChild w323 = ((global::Gtk.Box.BoxChild)(this.hbox34 [this.hbox33]));
		w323.Position = 0;
		this.vbox16.Add (this.hbox34);
		global::Gtk.Box.BoxChild w324 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.hbox34]));
		w324.Position = 4;
		w324.Expand = false;
		w324.Fill = false;
		// Container child vbox16.Gtk.Box+BoxChild
		this.hbox48 = new global::Gtk.HBox ();
		this.hbox48.Name = "hbox48";
		this.hbox48.Spacing = 13;
		// Container child hbox48.Gtk.Box+BoxChild
		this.label17 = new global::Gtk.Label ();
		this.label17.Name = "label17";
		this.label17.LabelProp = "Spin speed:";
		this.hbox48.Add (this.label17);
		global::Gtk.Box.BoxChild w325 = ((global::Gtk.Box.BoxChild)(this.hbox48 [this.label17]));
		w325.Position = 0;
		w325.Expand = false;
		w325.Fill = false;
		// Container child hbox48.Gtk.Box+BoxChild
		this.spinSpeedScale = new global::Gtk.HScale (null);
		this.spinSpeedScale.CanFocus = true;
		this.spinSpeedScale.Name = "spinSpeedScale";
		this.spinSpeedScale.Adjustment.Upper = 100;
		this.spinSpeedScale.Adjustment.PageIncrement = 10;
		this.spinSpeedScale.Adjustment.StepIncrement = 1;
		this.spinSpeedScale.Adjustment.Value = 33;
		this.spinSpeedScale.DrawValue = true;
		this.spinSpeedScale.Digits = 0;
		this.spinSpeedScale.ValuePos = ((global::Gtk.PositionType)(0));
		this.hbox48.Add (this.spinSpeedScale);
		global::Gtk.Box.BoxChild w326 = ((global::Gtk.Box.BoxChild)(this.hbox48 [this.spinSpeedScale]));
		w326.Position = 1;
		this.vbox16.Add (this.hbox48);
		global::Gtk.Box.BoxChild w327 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.hbox48]));
		w327.Position = 5;
		w327.Expand = false;
		w327.Fill = false;
		// Container child vbox16.Gtk.Box+BoxChild
		this.hbox47 = new global::Gtk.HBox ();
		this.hbox47.Name = "hbox47";
		this.hbox47.Spacing = 6;
		// Container child hbox47.Gtk.Box+BoxChild
		this.label13 = new global::Gtk.Label ();
		this.label13.Name = "label13";
		this.label13.LabelProp = "Motor speed:";
		this.hbox47.Add (this.label13);
		global::Gtk.Box.BoxChild w328 = ((global::Gtk.Box.BoxChild)(this.hbox47 [this.label13]));
		w328.Position = 0;
		w328.Expand = false;
		w328.Fill = false;
		// Container child hbox47.Gtk.Box+BoxChild
		this.motor3SpeedScale = new global::Gtk.HScale (null);
		this.motor3SpeedScale.CanFocus = true;
		this.motor3SpeedScale.Name = "motor3SpeedScale";
		this.motor3SpeedScale.Adjustment.Upper = 100;
		this.motor3SpeedScale.Adjustment.PageIncrement = 10;
		this.motor3SpeedScale.Adjustment.StepIncrement = 1;
		this.motor3SpeedScale.Adjustment.Value = 38;
		this.motor3SpeedScale.DrawValue = true;
		this.motor3SpeedScale.Digits = 0;
		this.motor3SpeedScale.ValuePos = ((global::Gtk.PositionType)(0));
		this.hbox47.Add (this.motor3SpeedScale);
		global::Gtk.Box.BoxChild w329 = ((global::Gtk.Box.BoxChild)(this.hbox47 [this.motor3SpeedScale]));
		w329.Position = 1;
		this.vbox16.Add (this.hbox47);
		global::Gtk.Box.BoxChild w330 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.hbox47]));
		w330.PackType = ((global::Gtk.PackType)(1));
		w330.Position = 6;
		w330.Expand = false;
		w330.Fill = false;
		// Container child vbox16.Gtk.Box+BoxChild
		this.hbox46 = new global::Gtk.HBox ();
		this.hbox46.Name = "hbox46";
		// Container child hbox46.Gtk.Box+BoxChild
		this.label19 = new global::Gtk.Label ();
		this.label19.WidthRequest = 55;
		this.label19.Name = "label19";
		this.label19.Xalign = 0F;
		this.label19.LabelProp = "Motor:";
		this.hbox46.Add (this.label19);
		global::Gtk.Box.BoxChild w331 = ((global::Gtk.Box.BoxChild)(this.hbox46 [this.label19]));
		w331.Position = 0;
		w331.Expand = false;
		w331.Fill = false;
		// Container child hbox46.Gtk.Box+BoxChild
		this.motor3Combobox = global::Gtk.ComboBox.NewText ();
		this.motor3Combobox.AppendText ("Out A");
		this.motor3Combobox.AppendText ("");
		this.motor3Combobox.WidthRequest = 78;
		this.motor3Combobox.HeightRequest = 30;
		this.motor3Combobox.Name = "motor3Combobox";
		this.motor3Combobox.Active = 0;
		this.hbox46.Add (this.motor3Combobox);
		global::Gtk.Box.BoxChild w332 = ((global::Gtk.Box.BoxChild)(this.hbox46 [this.motor3Combobox]));
		w332.Position = 1;
		w332.Expand = false;
		w332.Fill = false;
		// Container child hbox46.Gtk.Box+BoxChild
		this.motor3ReverseCheckbutton = new global::Gtk.CheckButton ();
		this.motor3ReverseCheckbutton.CanFocus = true;
		this.motor3ReverseCheckbutton.Name = "motor3ReverseCheckbutton";
		this.motor3ReverseCheckbutton.Label = "Reverse";
		this.motor3ReverseCheckbutton.DrawIndicator = true;
		this.motor3ReverseCheckbutton.UseUnderline = true;
		this.hbox46.Add (this.motor3ReverseCheckbutton);
		global::Gtk.Box.BoxChild w333 = ((global::Gtk.Box.BoxChild)(this.hbox46 [this.motor3ReverseCheckbutton]));
		w333.Position = 2;
		this.vbox16.Add (this.hbox46);
		global::Gtk.Box.BoxChild w334 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.hbox46]));
		w334.PackType = ((global::Gtk.PackType)(1));
		w334.Position = 7;
		w334.Expand = false;
		w334.Fill = false;
		this.frame8.Add (this.vbox16);
		this.GtkLabel70 = new global::Gtk.Label ();
		this.GtkLabel70.Name = "GtkLabel70";
		this.GtkLabel70.LabelProp = "<b>Vehicle settings</b>";
		this.GtkLabel70.UseMarkup = true;
		this.frame8.LabelWidget = this.GtkLabel70;
		this.keyboardContainer.Add (this.frame8);
		global::Gtk.Fixed.FixedChild w336 = ((global::Gtk.Fixed.FixedChild)(this.keyboardContainer [this.frame8]));
		w336.X = 250;
		w336.Y = 10;
		// Container child keyboardContainer.Gtk.Fixed+FixedChild
		this.frame15 = new global::Gtk.Frame ();
		this.frame15.WidthRequest = 220;
		this.frame15.HeightRequest = 200;
		this.frame15.Name = "frame15";
		// Container child frame15.Gtk.Container+ContainerChild
		this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
		this.GtkScrolledWindow1.WidthRequest = 200;
		this.GtkScrolledWindow1.HeightRequest = 200;
		this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
		// Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
		this.commandNodeView = new global::Gtk.NodeView ();
		this.commandNodeView.WidthRequest = 0;
		this.commandNodeView.CanFocus = true;
		this.commandNodeView.Name = "commandNodeView";
		this.GtkScrolledWindow1.Add (this.commandNodeView);
		this.frame15.Add (this.GtkScrolledWindow1);
		this.GtkLabel71 = new global::Gtk.Label ();
		this.GtkLabel71.Name = "GtkLabel71";
		this.GtkLabel71.LabelProp = "<b>Commands</b>";
		this.GtkLabel71.UseMarkup = true;
		this.frame15.LabelWidget = this.GtkLabel71;
		this.keyboardContainer.Add (this.frame15);
		global::Gtk.Fixed.FixedChild w339 = ((global::Gtk.Fixed.FixedChild)(this.keyboardContainer [this.frame15]));
		w339.X = 20;
		w339.Y = 10;
		// Container child keyboardContainer.Gtk.Fixed+FixedChild
		this.assignCommandsButton = new global::Gtk.Button ();
		this.assignCommandsButton.CanFocus = true;
		this.assignCommandsButton.Name = "assignCommandsButton";
		this.assignCommandsButton.UseUnderline = true;
		this.assignCommandsButton.Label = "Assign key";
		this.keyboardContainer.Add (this.assignCommandsButton);
		global::Gtk.Fixed.FixedChild w340 = ((global::Gtk.Fixed.FixedChild)(this.keyboardContainer [this.assignCommandsButton]));
		w340.X = 23;
		w340.Y = 219;
		// Container child keyboardContainer.Gtk.Fixed+FixedChild
		this.enableKeyboardInput = new global::Gtk.CheckButton ();
		this.enableKeyboardInput.CanFocus = true;
		this.enableKeyboardInput.Name = "enableKeyboardInput";
		this.enableKeyboardInput.Label = "Use Keyboad";
		this.enableKeyboardInput.DrawIndicator = true;
		this.enableKeyboardInput.UseUnderline = true;
		this.keyboardContainer.Add (this.enableKeyboardInput);
		global::Gtk.Fixed.FixedChild w341 = ((global::Gtk.Fixed.FixedChild)(this.keyboardContainer [this.enableKeyboardInput]));
		w341.X = 125;
		w341.Y = 222;
		this.Pages.Add (this.keyboardContainer);
		global::Gtk.Notebook.NotebookChild w342 = ((global::Gtk.Notebook.NotebookChild)(this.Pages [this.keyboardContainer]));
		w342.Position = 5;
		// Notebook tab
		this.keyboardLabel = new global::Gtk.Label ();
		this.keyboardLabel.Name = "keyboardLabel";
		this.keyboardLabel.LabelProp = "Keys";
		this.keyboardLabel.UseMarkup = true;
		this.keyboardLabel.Wrap = true;
		this.Pages.SetTabLabel (this.keyboardContainer, this.keyboardLabel);
		this.keyboardLabel.ShowAll ();
		// Container child Pages.Gtk.Notebook+NotebookChild
		this.tunnelContainer = new global::Gtk.Fixed ();
		this.tunnelContainer.Name = "tunnelContainer";
		this.tunnelContainer.HasWindow = false;
		// Container child tunnelContainer.Gtk.Fixed+FixedChild
		this.frame14 = new global::Gtk.Frame ();
		this.frame14.WidthRequest = 285;
		this.frame14.HeightRequest = 140;
		this.frame14.Name = "frame14";
		// Container child frame14.Gtk.Container+ContainerChild
		this.vbox24 = new global::Gtk.VBox ();
		this.vbox24.Name = "vbox24";
		this.vbox24.Spacing = 12;
		this.vbox24.BorderWidth = ((uint)(8));
		// Container child vbox24.Gtk.Box+BoxChild
		this.hbox53 = new global::Gtk.HBox ();
		this.hbox53.Name = "hbox53";
		this.hbox53.Spacing = 6;
		// Container child hbox53.Gtk.Box+BoxChild
		this.fixed13 = new global::Gtk.Fixed ();
		this.fixed13.Name = "fixed13";
		this.fixed13.HasWindow = false;
		this.hbox53.Add (this.fixed13);
		global::Gtk.Box.BoxChild w343 = ((global::Gtk.Box.BoxChild)(this.hbox53 [this.fixed13]));
		w343.Position = 0;
		// Container child hbox53.Gtk.Box+BoxChild
		this.GtkScrolledWindow2 = new global::Gtk.ScrolledWindow ();
		this.GtkScrolledWindow2.WidthRequest = 275;
		this.GtkScrolledWindow2.HeightRequest = 61;
		this.GtkScrolledWindow2.Name = "GtkScrolledWindow2";
		this.GtkScrolledWindow2.VscrollbarPolicy = ((global::Gtk.PolicyType)(2));
		this.GtkScrolledWindow2.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
		this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
		// Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
		this.textview1 = new global::Gtk.TextView ();
		this.textview1.CanFocus = true;
		this.textview1.Name = "textview1";
		this.textview1.CursorVisible = false;
		this.GtkScrolledWindow2.Add (this.textview1);
		this.hbox53.Add (this.GtkScrolledWindow2);
		global::Gtk.Box.BoxChild w345 = ((global::Gtk.Box.BoxChild)(this.hbox53 [this.GtkScrolledWindow2]));
		w345.Position = 1;
		// Container child hbox53.Gtk.Box+BoxChild
		this.fixed12 = new global::Gtk.Fixed ();
		this.fixed12.Name = "fixed12";
		this.fixed12.HasWindow = false;
		this.hbox53.Add (this.fixed12);
		global::Gtk.Box.BoxChild w346 = ((global::Gtk.Box.BoxChild)(this.hbox53 [this.fixed12]));
		w346.Position = 2;
		this.vbox24.Add (this.hbox53);
		global::Gtk.Box.BoxChild w347 = ((global::Gtk.Box.BoxChild)(this.vbox24 [this.hbox53]));
		w347.Position = 0;
		w347.Expand = false;
		w347.Fill = false;
		// Container child vbox24.Gtk.Box+BoxChild
		this.hbox54 = new global::Gtk.HBox ();
		this.hbox54.Name = "hbox54";
		// Container child hbox54.Gtk.Box+BoxChild
		this.fixed9 = new global::Gtk.Fixed ();
		this.fixed9.Name = "fixed9";
		this.fixed9.HasWindow = false;
		this.hbox54.Add (this.fixed9);
		global::Gtk.Box.BoxChild w348 = ((global::Gtk.Box.BoxChild)(this.hbox54 [this.fixed9]));
		w348.Position = 0;
		// Container child hbox54.Gtk.Box+BoxChild
		this.speakButton = new global::Gtk.Button ();
		this.speakButton.WidthRequest = 178;
		this.speakButton.HeightRequest = 30;
		this.speakButton.CanFocus = true;
		this.speakButton.Name = "speakButton";
		this.speakButton.UseUnderline = true;
		this.speakButton.Label = "Say Sentence";
		this.hbox54.Add (this.speakButton);
		global::Gtk.Box.BoxChild w349 = ((global::Gtk.Box.BoxChild)(this.hbox54 [this.speakButton]));
		w349.Position = 1;
		w349.Expand = false;
		w349.Fill = false;
		// Container child hbox54.Gtk.Box+BoxChild
		this.fixed14 = new global::Gtk.Fixed ();
		this.fixed14.Name = "fixed14";
		this.fixed14.HasWindow = false;
		this.hbox54.Add (this.fixed14);
		global::Gtk.Box.BoxChild w350 = ((global::Gtk.Box.BoxChild)(this.hbox54 [this.fixed14]));
		w350.Position = 2;
		this.vbox24.Add (this.hbox54);
		global::Gtk.Box.BoxChild w351 = ((global::Gtk.Box.BoxChild)(this.vbox24 [this.hbox54]));
		w351.Position = 1;
		w351.Expand = false;
		w351.Fill = false;
		this.frame14.Add (this.vbox24);
		this.GtkLabel75 = new global::Gtk.Label ();
		this.GtkLabel75.Name = "GtkLabel75";
		this.GtkLabel75.LabelProp = "<b>Text to speech</b>";
		this.GtkLabel75.UseMarkup = true;
		this.frame14.LabelWidget = this.GtkLabel75;
		this.tunnelContainer.Add (this.frame14);
		global::Gtk.Fixed.FixedChild w353 = ((global::Gtk.Fixed.FixedChild)(this.tunnelContainer [this.frame14]));
		w353.X = 195;
		w353.Y = 10;
		// Container child tunnelContainer.Gtk.Fixed+FixedChild
		this.frame17 = new global::Gtk.Frame ();
		this.frame17.WidthRequest = 460;
		this.frame17.Name = "frame17";
		// Container child frame17.Gtk.Container+ContainerChild
		this.vbox25 = new global::Gtk.VBox ();
		this.vbox25.Name = "vbox25";
		this.vbox25.Spacing = 6;
		// Container child vbox25.Gtk.Box+BoxChild
		this.hbox57 = new global::Gtk.HBox ();
		this.hbox57.Name = "hbox57";
		this.hbox57.Homogeneous = true;
		this.hbox57.BorderWidth = ((uint)(4));
		// Container child hbox57.Gtk.Box+BoxChild
		this.hbox42 = new global::Gtk.HBox ();
		this.hbox42.Name = "hbox42";
		this.hbox42.Spacing = 8;
		// Container child hbox42.Gtk.Box+BoxChild
		this.label21 = new global::Gtk.Label ();
		this.label21.WidthRequest = 90;
		this.label21.Name = "label21";
		this.label21.Xalign = 0F;
		this.label21.LabelProp = "RTSP Port:";
		this.hbox42.Add (this.label21);
		global::Gtk.Box.BoxChild w354 = ((global::Gtk.Box.BoxChild)(this.hbox42 [this.label21]));
		w354.Position = 0;
		w354.Expand = false;
		w354.Fill = false;
		// Container child hbox42.Gtk.Box+BoxChild
		this.rtspPortLabel = new global::Gtk.Label ();
		this.rtspPortLabel.Name = "rtspPortLabel";
		this.rtspPortLabel.LabelProp = "N/A";
		this.hbox42.Add (this.rtspPortLabel);
		global::Gtk.Box.BoxChild w355 = ((global::Gtk.Box.BoxChild)(this.hbox42 [this.rtspPortLabel]));
		w355.Position = 1;
		w355.Expand = false;
		w355.Fill = false;
		this.hbox57.Add (this.hbox42);
		global::Gtk.Box.BoxChild w356 = ((global::Gtk.Box.BoxChild)(this.hbox57 [this.hbox42]));
		w356.Position = 0;
		w356.Expand = false;
		w356.Fill = false;
		// Container child hbox57.Gtk.Box+BoxChild
		this.hbox49 = new global::Gtk.HBox ();
		this.hbox49.Name = "hbox49";
		this.hbox49.Spacing = 8;
		// Container child hbox49.Gtk.Box+BoxChild
		this.label9 = new global::Gtk.Label ();
		this.label9.WidthRequest = 90;
		this.label9.Name = "label9";
		this.label9.Xalign = 0F;
		this.label9.LabelProp = "Image Port:";
		this.hbox49.Add (this.label9);
		global::Gtk.Box.BoxChild w357 = ((global::Gtk.Box.BoxChild)(this.hbox49 [this.label9]));
		w357.Position = 0;
		w357.Expand = false;
		w357.Fill = false;
		// Container child hbox49.Gtk.Box+BoxChild
		this.imagePortLabel = new global::Gtk.Label ();
		this.imagePortLabel.Name = "imagePortLabel";
		this.imagePortLabel.LabelProp = "N/A";
		this.hbox49.Add (this.imagePortLabel);
		global::Gtk.Box.BoxChild w358 = ((global::Gtk.Box.BoxChild)(this.hbox49 [this.imagePortLabel]));
		w358.Position = 1;
		w358.Expand = false;
		w358.Fill = false;
		this.hbox57.Add (this.hbox49);
		global::Gtk.Box.BoxChild w359 = ((global::Gtk.Box.BoxChild)(this.hbox57 [this.hbox49]));
		w359.Position = 1;
		w359.Expand = false;
		w359.Fill = false;
		// Container child hbox57.Gtk.Box+BoxChild
		this.hbox52 = new global::Gtk.HBox ();
		this.hbox52.Name = "hbox52";
		this.hbox52.Spacing = 8;
		// Container child hbox52.Gtk.Box+BoxChild
		this.dataRateLabel = new global::Gtk.Label ();
		this.dataRateLabel.WidthRequest = 70;
		this.dataRateLabel.Name = "dataRateLabel";
		this.dataRateLabel.Xalign = 1F;
		this.dataRateLabel.LabelProp = "0";
		this.dataRateLabel.Justify = ((global::Gtk.Justification)(1));
		this.dataRateLabel.MaxWidthChars = 0;
		this.hbox52.Add (this.dataRateLabel);
		global::Gtk.Box.BoxChild w360 = ((global::Gtk.Box.BoxChild)(this.hbox52 [this.dataRateLabel]));
		w360.Position = 0;
		w360.Expand = false;
		w360.Fill = false;
		// Container child hbox52.Gtk.Box+BoxChild
		this.label23 = new global::Gtk.Label ();
		this.label23.Name = "label23";
		this.label23.Xalign = 0F;
		this.label23.LabelProp = "kB/Sec";
		this.hbox52.Add (this.label23);
		global::Gtk.Box.BoxChild w361 = ((global::Gtk.Box.BoxChild)(this.hbox52 [this.label23]));
		w361.Position = 1;
		w361.Expand = false;
		w361.Fill = false;
		this.hbox57.Add (this.hbox52);
		global::Gtk.Box.BoxChild w362 = ((global::Gtk.Box.BoxChild)(this.hbox57 [this.hbox52]));
		w362.Position = 2;
		w362.Expand = false;
		w362.Fill = false;
		this.vbox25.Add (this.hbox57);
		global::Gtk.Box.BoxChild w363 = ((global::Gtk.Box.BoxChild)(this.vbox25 [this.hbox57]));
		w363.Position = 0;
		w363.Expand = false;
		w363.Fill = false;
		// Container child vbox25.Gtk.Box+BoxChild
		this.hbox56 = new global::Gtk.HBox ();
		this.hbox56.Name = "hbox56";
		this.hbox56.Homogeneous = true;
		this.hbox56.BorderWidth = ((uint)(4));
		// Container child hbox56.Gtk.Box+BoxChild
		this.label2 = new global::Gtk.Label ();
		this.label2.Name = "label2";
		this.label2.LabelProp = "Network caching:";
		this.hbox56.Add (this.label2);
		global::Gtk.Box.BoxChild w364 = ((global::Gtk.Box.BoxChild)(this.hbox56 [this.label2]));
		w364.Position = 0;
		w364.Expand = false;
		w364.Fill = false;
		// Container child hbox56.Gtk.Box+BoxChild
		this.networkCachingCombobox = global::Gtk.ComboBox.NewText ();
		this.networkCachingCombobox.AppendText ("Rotate 180");
		this.networkCachingCombobox.AppendText ("Rotate 90 CW");
		this.networkCachingCombobox.AppendText ("Rotate 90 CCW");
		this.networkCachingCombobox.Name = "networkCachingCombobox";
		this.networkCachingCombobox.Active = 0;
		this.hbox56.Add (this.networkCachingCombobox);
		global::Gtk.Box.BoxChild w365 = ((global::Gtk.Box.BoxChild)(this.hbox56 [this.networkCachingCombobox]));
		w365.Position = 1;
		w365.Expand = false;
		w365.Fill = false;
		// Container child hbox56.Gtk.Box+BoxChild
		this.startStreamButton = new global::Gtk.Button ();
		this.startStreamButton.WidthRequest = 120;
		this.startStreamButton.CanFocus = true;
		this.startStreamButton.Name = "startStreamButton";
		this.startStreamButton.UseUnderline = true;
		this.startStreamButton.Label = "Start Stream";
		this.hbox56.Add (this.startStreamButton);
		global::Gtk.Box.BoxChild w366 = ((global::Gtk.Box.BoxChild)(this.hbox56 [this.startStreamButton]));
		w366.Position = 2;
		w366.Expand = false;
		w366.Fill = false;
		this.vbox25.Add (this.hbox56);
		global::Gtk.Box.BoxChild w367 = ((global::Gtk.Box.BoxChild)(this.vbox25 [this.hbox56]));
		w367.Position = 1;
		w367.Expand = false;
		w367.Fill = false;
		this.frame17.Add (this.vbox25);
		this.GtkLabel77 = new global::Gtk.Label ();
		this.GtkLabel77.Name = "GtkLabel77";
		this.GtkLabel77.LabelProp = "<b>Streaming</b>";
		this.GtkLabel77.UseMarkup = true;
		this.frame17.LabelWidget = this.GtkLabel77;
		this.tunnelContainer.Add (this.frame17);
		global::Gtk.Fixed.FixedChild w369 = ((global::Gtk.Fixed.FixedChild)(this.tunnelContainer [this.frame17]));
		w369.X = 20;
		w369.Y = 150;
		// Container child tunnelContainer.Gtk.Fixed+FixedChild
		this.frame13 = new global::Gtk.Frame ();
		this.frame13.WidthRequest = 165;
		this.frame13.HeightRequest = 140;
		this.frame13.Name = "frame13";
		// Container child frame13.Gtk.Container+ContainerChild
		this.vbox23 = new global::Gtk.VBox ();
		this.vbox23.Name = "vbox23";
		this.vbox23.Spacing = 6;
		this.vbox23.BorderWidth = ((uint)(4));
		// Container child vbox23.Gtk.Box+BoxChild
		this.hbox55 = new global::Gtk.HBox ();
		this.hbox55.Name = "hbox55";
		this.hbox55.Spacing = 9;
		// Container child hbox55.Gtk.Box+BoxChild
		this.toggleLightButton = new global::Gtk.Button ();
		this.toggleLightButton.CanFocus = true;
		this.toggleLightButton.Name = "toggleLightButton";
		this.toggleLightButton.UseUnderline = true;
		this.toggleLightButton.Label = "Toggle light";
		this.hbox55.Add (this.toggleLightButton);
		global::Gtk.Box.BoxChild w370 = ((global::Gtk.Box.BoxChild)(this.hbox55 [this.toggleLightButton]));
		w370.Position = 0;
		w370.Expand = false;
		w370.Fill = false;
		// Container child hbox55.Gtk.Box+BoxChild
		this.gpsButton = new global::Gtk.Button ();
		this.gpsButton.CanFocus = true;
		this.gpsButton.Name = "gpsButton";
		this.gpsButton.UseUnderline = true;
		this.gpsButton.Label = "GPS";
		this.hbox55.Add (this.gpsButton);
		global::Gtk.Box.BoxChild w371 = ((global::Gtk.Box.BoxChild)(this.hbox55 [this.gpsButton]));
		w371.Position = 1;
		w371.Expand = false;
		w371.Fill = false;
		this.vbox23.Add (this.hbox55);
		global::Gtk.Box.BoxChild w372 = ((global::Gtk.Box.BoxChild)(this.vbox23 [this.hbox55]));
		w372.Position = 0;
		w372.Expand = false;
		w372.Fill = false;
		// Container child vbox23.Gtk.Box+BoxChild
		this.gpsCoordinate1 = new global::Gtk.Entry ();
		this.gpsCoordinate1.CanFocus = true;
		this.gpsCoordinate1.Name = "gpsCoordinate1";
		this.gpsCoordinate1.Text = "N 57° 38.9471";
		this.gpsCoordinate1.IsEditable = true;
		this.gpsCoordinate1.InvisibleChar = '●';
		this.vbox23.Add (this.gpsCoordinate1);
		global::Gtk.Box.BoxChild w373 = ((global::Gtk.Box.BoxChild)(this.vbox23 [this.gpsCoordinate1]));
		w373.Position = 2;
		w373.Expand = false;
		w373.Fill = false;
		// Container child vbox23.Gtk.Box+BoxChild
		this.gpsCoordinate2 = new global::Gtk.Entry ();
		this.gpsCoordinate2.CanFocus = true;
		this.gpsCoordinate2.Name = "gpsCoordinate2";
		this.gpsCoordinate2.Text = "E 10° 24.4465";
		this.gpsCoordinate2.IsEditable = true;
		this.gpsCoordinate2.InvisibleChar = '●';
		this.vbox23.Add (this.gpsCoordinate2);
		global::Gtk.Box.BoxChild w374 = ((global::Gtk.Box.BoxChild)(this.vbox23 [this.gpsCoordinate2]));
		w374.Position = 3;
		w374.Expand = false;
		w374.Fill = false;
		this.frame13.Add (this.vbox23);
		this.GtkLabel81 = new global::Gtk.Label ();
		this.GtkLabel81.Name = "GtkLabel81";
		this.GtkLabel81.LabelProp = "<b>Miscellaneous</b>";
		this.GtkLabel81.UseMarkup = true;
		this.frame13.LabelWidget = this.GtkLabel81;
		this.tunnelContainer.Add (this.frame13);
		global::Gtk.Fixed.FixedChild w376 = ((global::Gtk.Fixed.FixedChild)(this.tunnelContainer [this.frame13]));
		w376.X = 20;
		w376.Y = 10;
		this.Pages.Add (this.tunnelContainer);
		global::Gtk.Notebook.NotebookChild w377 = ((global::Gtk.Notebook.NotebookChild)(this.Pages [this.tunnelContainer]));
		w377.Position = 6;
		// Notebook tab
		this.tunnelLabel = new global::Gtk.Label ();
		this.tunnelLabel.Name = "tunnelLabel";
		this.tunnelLabel.LabelProp = "Tunnel";
		this.Pages.SetTabLabel (this.tunnelContainer, this.tunnelLabel);
		this.tunnelLabel.ShowAll ();
		this.vbox4.Add (this.Pages);
		global::Gtk.Box.BoxChild w378 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.Pages]));
		w378.Position = 1;
		// Container child vbox4.Gtk.Box+BoxChild
		this.hbox29 = new global::Gtk.HBox ();
		this.hbox29.Name = "hbox29";
		this.hbox29.Spacing = 6;
		// Container child hbox29.Gtk.Box+BoxChild
		this.statusImage = new global::Gtk.Image ();
		this.statusImage.WidthRequest = 35;
		this.statusImage.Name = "statusImage";
		this.statusImage.Xpad = 8;
		this.statusImage.Xalign = 0F;
		this.hbox29.Add (this.statusImage);
		global::Gtk.Box.BoxChild w379 = ((global::Gtk.Box.BoxChild)(this.hbox29 [this.statusImage]));
		w379.Position = 0;
		w379.Expand = false;
		w379.Fill = false;
		// Container child hbox29.Gtk.Box+BoxChild
		this.sendStatusbar = new global::Gtk.Statusbar ();
		this.sendStatusbar.WidthRequest = 130;
		this.sendStatusbar.Name = "sendStatusbar";
		this.sendStatusbar.Spacing = 2;
		this.sendStatusbar.HasResizeGrip = false;
		this.hbox29.Add (this.sendStatusbar);
		global::Gtk.Box.BoxChild w380 = ((global::Gtk.Box.BoxChild)(this.hbox29 [this.sendStatusbar]));
		w380.Position = 1;
		// Container child hbox29.Gtk.Box+BoxChild
		this.replyStatusbar = new global::Gtk.Statusbar ();
		this.replyStatusbar.WidthRequest = 260;
		this.replyStatusbar.Name = "replyStatusbar";
		this.replyStatusbar.Spacing = 6;
		this.replyStatusbar.HasResizeGrip = false;
		this.hbox29.Add (this.replyStatusbar);
		global::Gtk.Box.BoxChild w381 = ((global::Gtk.Box.BoxChild)(this.hbox29 [this.replyStatusbar]));
		w381.Position = 2;
		// Container child hbox29.Gtk.Box+BoxChild
		this.hbuttonbox16 = new global::Gtk.HButtonBox ();
		this.hbuttonbox16.WidthRequest = 45;
		this.hbuttonbox16.Name = "hbuttonbox16";
		this.hbox29.Add (this.hbuttonbox16);
		global::Gtk.Box.BoxChild w382 = ((global::Gtk.Box.BoxChild)(this.hbox29 [this.hbuttonbox16]));
		w382.Position = 3;
		this.vbox4.Add (this.hbox29);
		global::Gtk.Box.BoxChild w383 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox29]));
		w383.Position = 2;
		w383.Expand = false;
		w383.Fill = false;
		// Container child vbox4.Gtk.Box+BoxChild
		this.fixed15 = new global::Gtk.Fixed ();
		this.fixed15.Name = "fixed15";
		this.fixed15.HasWindow = false;
		this.vbox4.Add (this.fixed15);
		global::Gtk.Box.BoxChild w384 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.fixed15]));
		w384.Position = 3;
		w384.Expand = false;
		w384.Fill = false;
		this.Add (this.vbox4);
		if ((this.Child != null)) {
			this.Child.ShowAll ();
		}
		this.DefaultWidth = 590;
		this.DefaultHeight = 427;
		this.Show ();
		this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
		this.KeyPressEvent += new global::Gtk.KeyPressEventHandler (this.OnKeyPressEvent);
		this.KeyReleaseEvent += new global::Gtk.KeyReleaseEventHandler (this.OnKeyReleaseEvent);
		this.Pages.SwitchPage += new global::Gtk.SwitchPageHandler (this.OnPagesSwitchPage);
		this.setNameButton.Clicked += new global::System.EventHandler (this.OnSetNameButtonClicked);
		this.waitForConnectioncheckbutton.Toggled += new global::System.EventHandler (this.OnWaitForConnectioncheckbuttonToggled);
		this.portSpinbutton.Changed += new global::System.EventHandler (this.OnPortSpinbuttonChanged);
		this.ipEntry.Changed += new global::System.EventHandler (this.OnIpEntryChanged);
		this.comportCombobox.Changed += new global::System.EventHandler (this.OnComportComboboxChanged);
		this.connectButton.Clicked += new global::System.EventHandler (this.OnConnectButtonClicked);
		this.disconnectButton.Clicked += new global::System.EventHandler (this.OnDisconnectButtonClicked);
		this.sensor1Combobox.Changed += new global::System.EventHandler (this.OnSensor1ComboboxChanged);
		this.readSensor1Button.Clicked += new global::System.EventHandler (this.OnReadSensor1ButtonClicked);
		this.sensor2Combobox.Changed += new global::System.EventHandler (this.OnSensor2ComboboxChanged);
		this.readSensor2Button.Clicked += new global::System.EventHandler (this.OnReadSensor2ButtonClicked);
		this.sensor3Combobox.Changed += new global::System.EventHandler (this.OnSensor3ComboboxChanged);
		this.readSensor3Button.Clicked += new global::System.EventHandler (this.OnReadSensor3ButtonClicked);
		this.sensor4Combobox.Changed += new global::System.EventHandler (this.OnSensor4ComboboxChanged);
		this.readSensor4Button.Clicked += new global::System.EventHandler (this.OnReadSensor4ButtonClicked);
		this.readSensorTogglebutton.Clicked += new global::System.EventHandler (this.OnReadSensorTogglebuttonClicked);
		this.pollOptionsCombobox.Changed += new global::System.EventHandler (this.OnPollOptionsComboboxChanged);
		this.setSensorLogNameButton.Clicked += new global::System.EventHandler (this.OnSetLogFileNameClicked);
		this.sensorLogCheckbutton.Toggled += new global::System.EventHandler (this.OnSensorLogCheckbuttonToggled);
		this.readSensor4checkbutton.Toggled += new global::System.EventHandler (this.OnReadSensor4checkbuttonToggled);
		this.readSensor3checkbutton.Toggled += new global::System.EventHandler (this.OnReadSensor3checkbuttonToggled);
		this.readSensor2checkbutton.Toggled += new global::System.EventHandler (this.OnReadSensor2checkbuttonToggled);
		this.readSensor1checkbutton.Toggled += new global::System.EventHandler (this.OnReadSensor1checkbuttonToggled);
		this.motorAFwdButton.Pressed += new global::System.EventHandler (this.OnMotorAFwdButtonPressed);
		this.motorAFwdButton.Released += new global::System.EventHandler (this.OnMotorAFwdButtonReleased);
		this.motorABrakeButton.Pressed += new global::System.EventHandler (this.OnMotorABrakeButtonPressed);
		this.motorAOffButton.Pressed += new global::System.EventHandler (this.OnMotorAOffButtonPressed);
		this.motorARevButton.Pressed += new global::System.EventHandler (this.OnMotorARevButtonPressed);
		this.motorARevButton.Released += new global::System.EventHandler (this.OnMotorARevButtonReleased);
		this.motorAReadTachoButton.Pressed += new global::System.EventHandler (this.OnMotorAReadTachoButtonPressed);
		this.motorAMoveToButton.Pressed += new global::System.EventHandler (this.OnMotorAMoveToButtonPressed);
		this.motorAResetTachoButton.Pressed += new global::System.EventHandler (this.OnMotorAResetTachoButtonPressed);
		this.uploadFileButton.Pressed += new global::System.EventHandler (this.OnUploadFileButtonPressed);
		this.downloadFolderButton.Pressed += new global::System.EventHandler (this.OnDownloadFolderClicked);
		this.downloadFileButton.Pressed += new global::System.EventHandler (this.OnDownloadFileButtonPressed);
		this.startFileButton.Pressed += new global::System.EventHandler (this.OnStartFileButtonPressed);
		this.stopFileButton.Pressed += new global::System.EventHandler (this.OnStopFileButtonPressed);
		this.deleteFileButton.Pressed += new global::System.EventHandler (this.OnDeleteFileButtonPressed);
		this.formatButton.Pressed += new global::System.EventHandler (this.OnFormatButtonPressed);
		this.refreshfilelistButton.Pressed += new global::System.EventHandler (this.OnRefreshfilelistButtonPressed);
		this.sendMessageButton.Clicked += new global::System.EventHandler (this.OnSendMessageButtonClicked);
		this.outboxFormatCombobox.Changed += new global::System.EventHandler (this.OnOutboxFormatComboboxChanged);
		this.loadMessageButton.Clicked += new global::System.EventHandler (this.OnLoadMessageButtonClicked);
		this.saveMessageButton.Clicked += new global::System.EventHandler (this.OnSaveMessageButtonClicked);
		this.readMessageButton.Clicked += new global::System.EventHandler (this.OnReadMessageButtonClicked);
		this.inboxFormatCombobox.Changed += new global::System.EventHandler (this.OnInboxFormatComboboxChanged);
		this.leftMotorCombobox.Changed += new global::System.EventHandler (this.OnLeftMotorComboboxChanged);
		this.leftMotorReverseCheckbutton.Toggled += new global::System.EventHandler (this.OnLeftMotorReverseCheckbuttonToggled);
		this.rightMotorCombobox.Changed += new global::System.EventHandler (this.OnRightMotorComboboxChanged);
		this.rightMotorReverseCheckbutton.Toggled += new global::System.EventHandler (this.OnRightMotorReverseCheckbuttonToggled);
		this.vehicleTurnRatioScale.ValueChanged += new global::System.EventHandler (this.OnVehicleTurnRatioScaleValueChanged);
		this.vehicleSpeedScale.ValueChanged += new global::System.EventHandler (this.OnVehicleSpeedScaleValueChanged);
		this.spinSpeedScale.ValueChanged += new global::System.EventHandler (this.OnSpinSpeedScaleValueChanged);
		this.motor3Combobox.Changed += new global::System.EventHandler (this.OnMotor3ComboboxChanged);
		this.motor3ReverseCheckbutton.Toggled += new global::System.EventHandler (this.OnMotor3ReverseCheckbuttonToggled);
		this.motor3SpeedScale.ValueChanged += new global::System.EventHandler (this.OnMotor3SpeedScaleValueChanged);
		this.commandNodeView.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.OnCommandNodeViewButtonPressEvent);
		this.assignCommandsButton.Clicked += new global::System.EventHandler (this.OnAssignCommandsButtonClicked);
		this.enableKeyboardInput.Toggled += new global::System.EventHandler (this.OnEnableKeyboardInputToggled);
		this.startStreamButton.Clicked += new global::System.EventHandler (this.OnStartStreamButtonClicked);
	}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MonoReports.Gui.Widgets.PreferencesEditor
     this.Name = "MonoReports.Gui.Widgets.PreferencesEditor";
     this.Title = global::Mono.Unix.Catalog.GetString ("Settings");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoReports.Gui.Widgets.PreferencesEditor.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.mainNotebook = new global::Gtk.Notebook ();
     this.mainNotebook.CanFocus = true;
     this.mainNotebook.Name = "mainNotebook";
     this.mainNotebook.CurrentPage = 1;
     // Container child mainNotebook.Gtk.Notebook+NotebookChild
     this.vbox5 = new global::Gtk.VBox ();
     this.vbox5.Name = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.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 ("Page Margin");
     this.vbox5.Add (this.label6);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.label6]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.table4 = new global::Gtk.Table (((uint)(4)), ((uint)(2)), false);
     this.table4.Name = "table4";
     this.table4.RowSpacing = ((uint)(6));
     this.table4.ColumnSpacing = ((uint)(6));
     // Container child table4.Gtk.Table+TableChild
     this.bottomMarginEntry = new global::Gtk.Entry ();
     this.bottomMarginEntry.CanFocus = true;
     this.bottomMarginEntry.Name = "bottomMarginEntry";
     this.bottomMarginEntry.IsEditable = true;
     this.bottomMarginEntry.InvisibleChar = '•';
     this.table4.Add (this.bottomMarginEntry);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table4 [this.bottomMarginEntry]));
     w3.TopAttach = ((uint)(3));
     w3.BottomAttach = ((uint)(4));
     w3.LeftAttach = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label10 = new global::Gtk.Label ();
     this.label10.Name = "label10";
     this.label10.Xalign = 1F;
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("Left");
     this.table4.Add (this.label10);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table4 [this.label10]));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label7 = new global::Gtk.Label ();
     this.label7.Name = "label7";
     this.label7.Xalign = 1F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Top");
     this.table4.Add (this.label7);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table4 [this.label7]));
     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 = 1F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Right");
     this.table4.Add (this.label8);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table4 [this.label8]));
     w6.TopAttach = ((uint)(2));
     w6.BottomAttach = ((uint)(3));
     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 = 1F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("Bottom");
     this.table4.Add (this.label9);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table4 [this.label9]));
     w7.TopAttach = ((uint)(3));
     w7.BottomAttach = ((uint)(4));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.leftMarginEntry = new global::Gtk.Entry ();
     this.leftMarginEntry.CanFocus = true;
     this.leftMarginEntry.Name = "leftMarginEntry";
     this.leftMarginEntry.IsEditable = true;
     this.leftMarginEntry.InvisibleChar = '•';
     this.table4.Add (this.leftMarginEntry);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table4 [this.leftMarginEntry]));
     w8.LeftAttach = ((uint)(1));
     w8.RightAttach = ((uint)(2));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.rightMarginEntry = new global::Gtk.Entry ();
     this.rightMarginEntry.CanFocus = true;
     this.rightMarginEntry.Name = "rightMarginEntry";
     this.rightMarginEntry.IsEditable = true;
     this.rightMarginEntry.InvisibleChar = '•';
     this.table4.Add (this.rightMarginEntry);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table4 [this.rightMarginEntry]));
     w9.TopAttach = ((uint)(2));
     w9.BottomAttach = ((uint)(3));
     w9.LeftAttach = ((uint)(1));
     w9.RightAttach = ((uint)(2));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.topMarginEntry = new global::Gtk.Entry ();
     this.topMarginEntry.CanFocus = true;
     this.topMarginEntry.Name = "topMarginEntry";
     this.topMarginEntry.IsEditable = true;
     this.topMarginEntry.InvisibleChar = '•';
     this.table4.Add (this.topMarginEntry);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table4 [this.topMarginEntry]));
     w10.TopAttach = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.LeftAttach = ((uint)(1));
     w10.RightAttach = ((uint)(2));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox5.Add (this.table4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.table4]));
     w11.Position = 1;
     w11.Expand = false;
     w11.Fill = false;
     this.mainNotebook.Add (this.vbox5);
     // Notebook tab
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Page Settings");
     this.mainNotebook.SetTabLabel (this.vbox5, this.label1);
     this.label1.ShowAll ();
     // Container child mainNotebook.Gtk.Notebook+NotebookChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.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 ("References:");
     this.vbox4.Add (this.label4);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label4]));
     w13.Position = 0;
     w13.Expand = false;
     w13.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.removeReferenceButton = new global::Gtk.Button ();
     this.removeReferenceButton.CanFocus = true;
     this.removeReferenceButton.Name = "removeReferenceButton";
     this.removeReferenceButton.UseStock = true;
     this.removeReferenceButton.UseUnderline = true;
     this.removeReferenceButton.Label = "gtk-remove";
     this.hbox1.Add (this.removeReferenceButton);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.removeReferenceButton]));
     w14.Position = 0;
     w14.Expand = false;
     w14.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.addReferenceFilechooserbutton = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select File"), ((global::Gtk.FileChooserAction)(0)));
     this.addReferenceFilechooserbutton.Name = "addReferenceFilechooserbutton";
     this.addReferenceFilechooserbutton.ShowHidden = true;
     this.hbox1.Add (this.addReferenceFilechooserbutton);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.addReferenceFilechooserbutton]));
     w15.Position = 1;
     this.vbox4.Add (this.hbox1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox1]));
     w16.Position = 1;
     w16.Expand = false;
     w16.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.referencesNodeView = new global::Gtk.NodeView ();
     this.referencesNodeView.CanFocus = true;
     this.referencesNodeView.Events = ((global::Gdk.EventMask)(256));
     this.referencesNodeView.Name = "referencesNodeView";
     this.GtkScrolledWindow.Add (this.referencesNodeView);
     this.vbox4.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkScrolledWindow]));
     w18.Position = 2;
     // Container child vbox4.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 ("Usings:");
     this.vbox4.Add (this.label5);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label5]));
     w19.Position = 3;
     w19.Expand = false;
     w19.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.removeUsingButton = new global::Gtk.Button ();
     this.removeUsingButton.CanFocus = true;
     this.removeUsingButton.Name = "removeUsingButton";
     this.removeUsingButton.UseStock = true;
     this.removeUsingButton.UseUnderline = true;
     this.removeUsingButton.Label = "gtk-remove";
     this.hbox4.Add (this.removeUsingButton);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.removeUsingButton]));
     w20.Position = 0;
     w20.Expand = false;
     w20.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.addUsingButton = new global::Gtk.Button ();
     this.addUsingButton.CanFocus = true;
     this.addUsingButton.Name = "addUsingButton";
     this.addUsingButton.UseStock = true;
     this.addUsingButton.UseUnderline = true;
     this.addUsingButton.Label = "gtk-add";
     this.hbox4.Add (this.addUsingButton);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.addUsingButton]));
     w21.Position = 1;
     w21.Expand = false;
     w21.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.usingEntry = new global::Gtk.Entry ();
     this.usingEntry.CanFocus = true;
     this.usingEntry.Name = "usingEntry";
     this.usingEntry.IsEditable = true;
     this.usingEntry.InvisibleChar = '•';
     this.hbox4.Add (this.usingEntry);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.usingEntry]));
     w22.Position = 2;
     this.vbox4.Add (this.hbox4);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox4]));
     w23.Position = 4;
     w23.Expand = false;
     w23.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.usingsNodeview = new global::Gtk.NodeView ();
     this.usingsNodeview.CanFocus = true;
     this.usingsNodeview.Events = ((global::Gdk.EventMask)(256));
     this.usingsNodeview.Name = "usingsNodeview";
     this.GtkScrolledWindow1.Add (this.usingsNodeview);
     this.vbox4.Add (this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkScrolledWindow1]));
     w25.Position = 5;
     // 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.label11 = new global::Gtk.Label ();
     this.label11.Name = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("Alternative Refereces path");
     this.hbox2.Add (this.label11);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label11]));
     w26.Position = 0;
     w26.Expand = false;
     w26.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.alternativeRefEntry = new global::Gtk.Entry ();
     this.alternativeRefEntry.TooltipMarkup = "This is alternative path for datascript  assemblies to be searched.";
     this.alternativeRefEntry.CanFocus = true;
     this.alternativeRefEntry.Name = "alternativeRefEntry";
     this.alternativeRefEntry.IsEditable = true;
     this.alternativeRefEntry.InvisibleChar = '•';
     this.hbox2.Add (this.alternativeRefEntry);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.alternativeRefEntry]));
     w27.Position = 1;
     this.vbox4.Add (this.hbox2);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2]));
     w28.Position = 6;
     w28.Expand = false;
     w28.Fill = false;
     this.mainNotebook.Add (this.vbox4);
     global::Gtk.Notebook.NotebookChild w29 = ((global::Gtk.Notebook.NotebookChild)(this.mainNotebook [this.vbox4]));
     w29.Position = 1;
     // Notebook tab
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Script Settings");
     this.mainNotebook.SetTabLabel (this.vbox4, this.label2);
     this.label2.ShowAll ();
     // Container child mainNotebook.Gtk.Notebook+NotebookChild
     this.generalSettingsPropertygrid = new global::PropertyGrid.PropertyGrid ();
     this.generalSettingsPropertygrid.Name = "generalSettingsPropertygrid";
     this.generalSettingsPropertygrid.ShowToolbar = false;
     this.generalSettingsPropertygrid.ShowHelp = false;
     this.mainNotebook.Add (this.generalSettingsPropertygrid);
     global::Gtk.Notebook.NotebookChild w30 = ((global::Gtk.Notebook.NotebookChild)(this.mainNotebook [this.generalSettingsPropertygrid]));
     w30.Position = 2;
     // Notebook tab
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Debug");
     this.mainNotebook.SetTabLabel (this.generalSettingsPropertygrid, this.label3);
     this.label3.ShowAll ();
     w1.Add (this.mainNotebook);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(w1 [this.mainNotebook]));
     w31.Position = 0;
     // Internal child MonoReports.Gui.Widgets.PreferencesEditor.ActionArea
     global::Gtk.HButtonBox w32 = this.ActionArea;
     w32.Name = "dialog1_ActionArea";
     w32.Spacing = 10;
     w32.BorderWidth = ((uint)(5));
     w32.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.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 w33 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w32 [this.buttonOk]));
     w33.Expand = false;
     w33.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 633;
     this.DefaultHeight = 612;
     this.Show ();
     this.topMarginEntry.Changed += new global::System.EventHandler (this.OnTopMarginEntryChanged);
     this.rightMarginEntry.Changed += new global::System.EventHandler (this.OnRightMarginEntryChanged);
     this.leftMarginEntry.Changed += new global::System.EventHandler (this.OnLeftMarginEntryChanged);
     this.bottomMarginEntry.Changed += new global::System.EventHandler (this.OnBottomMarginEntryChanged);
     this.removeReferenceButton.Clicked += new global::System.EventHandler (this.OnRemoveReferenceButtonClicked);
     this.addReferenceFilechooserbutton.SelectionChanged += new global::System.EventHandler (this.OnAddReferenceFilechooserbuttonSelectionChanged);
     this.referencesNodeView.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.OnReferencesNodeViewButtonPressEvent);
     this.removeUsingButton.Clicked += new global::System.EventHandler (this.OnRemoveUsingButtonClicked);
     this.addUsingButton.Clicked += new global::System.EventHandler (this.OnAddUsingButtonClicked);
     this.usingEntry.Changed += new global::System.EventHandler (this.OnUsingEntryChanged);
     this.usingsNodeview.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.OnUsingsNodeviewButtonPressEvent);
     this.alternativeRefEntry.Changed += new global::System.EventHandler (this.OnAlternativeRefEntryChanged);
 }
 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.OpenResourceDescriptionAction = new global::Gtk.Action ("OpenResourceDescriptionAction", global::Mono.Unix.Catalog.GetString ("Open Resource Description..."), null, null);
     this.OpenResourceDescriptionAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Open Resource Description...");
     w1.Add (this.OpenResourceDescriptionAction, null);
     this.SaveResourceDescriptionAction = new global::Gtk.Action ("SaveResourceDescriptionAction", global::Mono.Unix.Catalog.GetString ("Save Resource Description..."), null, null);
     this.SaveResourceDescriptionAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save Resource Description...");
     w1.Add (this.SaveResourceDescriptionAction, null);
     this.PublishAction = new global::Gtk.Action ("PublishAction", global::Mono.Unix.Catalog.GetString ("Publish"), null, null);
     this.PublishAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Publish");
     w1.Add (this.PublishAction, null);
     this.PublishCurrentDocumentAction = new global::Gtk.Action ("PublishCurrentDocumentAction", global::Mono.Unix.Catalog.GetString ("Publish Current Document"), null, null);
     this.PublishCurrentDocumentAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Publish Current Document");
     w1.Add (this.PublishCurrentDocumentAction, null);
     this.PublishFromFolderAction = new global::Gtk.Action ("PublishFromFolderAction", global::Mono.Unix.Catalog.GetString ("Publish From Folder..."), null, null);
     this.PublishFromFolderAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Publish From Folder...");
     w1.Add (this.PublishFromFolderAction, null);
     this.NewAction = new global::Gtk.Action ("NewAction", global::Mono.Unix.Catalog.GetString ("New"), null, null);
     this.NewAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("New");
     w1.Add (this.NewAction, null);
     this.PublishFromCSVAction = new global::Gtk.Action ("PublishFromCSVAction", global::Mono.Unix.Catalog.GetString ("Publish From CSV..."), null, null);
     this.PublishFromCSVAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Publish From CSV");
     w1.Add (this.PublishFromCSVAction, null);
     this.HistoryAction = new global::Gtk.Action ("HistoryAction", global::Mono.Unix.Catalog.GetString ("History"), null, null);
     this.HistoryAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("History");
     w1.Add (this.HistoryAction, null);
     this.ViewPublishHistoryAction = new global::Gtk.Action ("ViewPublishHistoryAction", global::Mono.Unix.Catalog.GetString ("View Publish History"), null, null);
     this.ViewPublishHistoryAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("View Publish History");
     w1.Add (this.ViewPublishHistoryAction, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Learning Registry Publishing Tool");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.MainVerticalPane = new global::Gtk.VBox ();
     this.MainVerticalPane.Name = "MainVerticalPane";
     this.MainVerticalPane.Spacing = 6;
     this.MainVerticalPane.BorderWidth = ((uint)(6));
     // Container child MainVerticalPane.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString (@"<ui><menubar name='MainMenu'><menu name='FileAction' action='FileAction'><menuitem name='NewAction' action='NewAction'/><menuitem name='OpenResourceDescriptionAction' action='OpenResourceDescriptionAction'/><menuitem name='SaveResourceDescriptionAction' action='SaveResourceDescriptionAction'/></menu><menu name='PublishAction' action='PublishAction'><menuitem name='PublishCurrentDocumentAction' action='PublishCurrentDocumentAction'/><menuitem name='PublishFromCSVAction' action='PublishFromCSVAction'/></menu><menu name='HistoryAction' action='HistoryAction'><menuitem name='ViewPublishHistoryAction' action='ViewPublishHistoryAction'/></menu></menubar></ui>");
     this.MainMenu = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/MainMenu")));
     this.MainMenu.Name = "MainMenu";
     this.MainVerticalPane.Add (this.MainMenu);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.MainVerticalPane [this.MainMenu]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child MainVerticalPane.Gtk.Box+BoxChild
     this.RootNotebook = new global::Gtk.Notebook ();
     this.RootNotebook.CanFocus = true;
     this.RootNotebook.Name = "RootNotebook";
     this.RootNotebook.CurrentPage = 0;
     // Container child RootNotebook.Gtk.Notebook+NotebookChild
     this.ResourceDescriptionContainer = new global::Gtk.HBox ();
     this.ResourceDescriptionContainer.Name = "ResourceDescriptionContainer";
     this.ResourceDescriptionContainer.Spacing = 6;
     this.ResourceDescriptionContainer.BorderWidth = ((uint)(9));
     // Container child ResourceDescriptionContainer.Gtk.Box+BoxChild
     this.ResourceDescriptionColumn1 = new global::Gtk.VBox ();
     this.ResourceDescriptionColumn1.Name = "ResourceDescriptionColumn1";
     this.ResourceDescriptionColumn1.Spacing = 6;
     // Container child ResourceDescriptionColumn1.Gtk.Box+BoxChild
     this.lbl_ResourceDataType = new global::Gtk.Label ();
     this.lbl_ResourceDataType.Name = "lbl_ResourceDataType";
     this.lbl_ResourceDataType.Xalign = 0F;
     this.lbl_ResourceDataType.LabelProp = global::Mono.Unix.Catalog.GetString ("*Resource Data Type:");
     this.ResourceDescriptionColumn1.Add (this.lbl_ResourceDataType);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn1 [this.lbl_ResourceDataType]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child ResourceDescriptionColumn1.Gtk.Box+BoxChild
     this.ResourceDataTypeComboBox = global::Gtk.ComboBox.NewText ();
     this.ResourceDataTypeComboBox.AppendText (global::Mono.Unix.Catalog.GetString ("Metadata"));
     this.ResourceDataTypeComboBox.AppendText (global::Mono.Unix.Catalog.GetString ("Paradata"));
     this.ResourceDataTypeComboBox.AppendText (global::Mono.Unix.Catalog.GetString ("Resource"));
     this.ResourceDataTypeComboBox.AppendText (global::Mono.Unix.Catalog.GetString ("Assertion"));
     this.ResourceDataTypeComboBox.AppendText (global::Mono.Unix.Catalog.GetString ("Other"));
     this.ResourceDataTypeComboBox.Name = "ResourceDataTypeComboBox";
     this.ResourceDataTypeComboBox.Active = 0;
     this.ResourceDescriptionColumn1.Add (this.ResourceDataTypeComboBox);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn1 [this.ResourceDataTypeComboBox]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     // Container child ResourceDescriptionColumn1.Gtk.Box+BoxChild
     this.lbl_ResourceLocator = new global::Gtk.Label ();
     this.lbl_ResourceLocator.Name = "lbl_ResourceLocator";
     this.lbl_ResourceLocator.Xalign = 0F;
     this.lbl_ResourceLocator.LabelProp = global::Mono.Unix.Catalog.GetString ("*Resource Locator:");
     this.ResourceDescriptionColumn1.Add (this.lbl_ResourceLocator);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn1 [this.lbl_ResourceLocator]));
     w5.Position = 2;
     w5.Expand = false;
     w5.Fill = false;
     // Container child ResourceDescriptionColumn1.Gtk.Box+BoxChild
     this.ResourceLocatorTextBox = new global::Gtk.Entry ();
     this.ResourceLocatorTextBox.CanFocus = true;
     this.ResourceLocatorTextBox.Name = "ResourceLocatorTextBox";
     this.ResourceLocatorTextBox.IsEditable = true;
     this.ResourceLocatorTextBox.InvisibleChar = '●';
     this.ResourceDescriptionColumn1.Add (this.ResourceLocatorTextBox);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn1 [this.ResourceLocatorTextBox]));
     w6.Position = 3;
     w6.Expand = false;
     w6.Fill = false;
     // Container child ResourceDescriptionColumn1.Gtk.Box+BoxChild
     this.lbl_PayloadPlacement = new global::Gtk.Label ();
     this.lbl_PayloadPlacement.Name = "lbl_PayloadPlacement";
     this.lbl_PayloadPlacement.Xalign = 0F;
     this.lbl_PayloadPlacement.LabelProp = global::Mono.Unix.Catalog.GetString ("*Payload Placement:");
     this.ResourceDescriptionColumn1.Add (this.lbl_PayloadPlacement);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn1 [this.lbl_PayloadPlacement]));
     w7.Position = 4;
     w7.Expand = false;
     w7.Fill = false;
     // Container child ResourceDescriptionColumn1.Gtk.Box+BoxChild
     this.PayloadPlacementComboBox = global::Gtk.ComboBox.NewText ();
     this.PayloadPlacementComboBox.AppendText (global::Mono.Unix.Catalog.GetString ("Inline"));
     this.PayloadPlacementComboBox.AppendText (global::Mono.Unix.Catalog.GetString ("Linked"));
     this.PayloadPlacementComboBox.AppendText ("");
     this.PayloadPlacementComboBox.Name = "PayloadPlacementComboBox";
     this.PayloadPlacementComboBox.Active = 0;
     this.ResourceDescriptionColumn1.Add (this.PayloadPlacementComboBox);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn1 [this.PayloadPlacementComboBox]));
     w8.Position = 5;
     w8.Expand = false;
     w8.Fill = false;
     // Container child ResourceDescriptionColumn1.Gtk.Box+BoxChild
     this.PayloadChooseContainer = new global::Gtk.VBox ();
     this.PayloadChooseContainer.Name = "PayloadChooseContainer";
     this.PayloadChooseContainer.Spacing = 6;
     // Container child PayloadChooseContainer.Gtk.Box+BoxChild
     this.PayloadFileContainer = new global::Gtk.VBox ();
     this.PayloadFileContainer.Name = "PayloadFileContainer";
     this.PayloadFileContainer.Spacing = 6;
     // Container child PayloadFileContainer.Gtk.Box+BoxChild
     this.lbl_PayloadFile = new global::Gtk.Label ();
     this.lbl_PayloadFile.Name = "lbl_PayloadFile";
     this.lbl_PayloadFile.Xalign = 0F;
     this.lbl_PayloadFile.LabelProp = global::Mono.Unix.Catalog.GetString ("*Payload File:");
     this.PayloadFileContainer.Add (this.lbl_PayloadFile);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.PayloadFileContainer [this.lbl_PayloadFile]));
     w9.Position = 0;
     w9.Expand = false;
     w9.Fill = false;
     // Container child PayloadFileContainer.Gtk.Box+BoxChild
     this.PayloadFileChooser = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select A File"), ((global::Gtk.FileChooserAction)(0)));
     this.PayloadFileChooser.Name = "PayloadFileChooser";
     this.PayloadFileContainer.Add (this.PayloadFileChooser);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.PayloadFileContainer [this.PayloadFileChooser]));
     w10.Position = 1;
     w10.Expand = false;
     w10.Fill = false;
     this.PayloadChooseContainer.Add (this.PayloadFileContainer);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.PayloadChooseContainer [this.PayloadFileContainer]));
     w11.Position = 0;
     w11.Expand = false;
     w11.Fill = false;
     // Container child PayloadChooseContainer.Gtk.Box+BoxChild
     this.PayloadLocatorContainer = new global::Gtk.VBox ();
     this.PayloadLocatorContainer.Name = "PayloadLocatorContainer";
     this.PayloadLocatorContainer.Spacing = 6;
     // Container child PayloadLocatorContainer.Gtk.Box+BoxChild
     this.lbl_PayloadLocator = new global::Gtk.Label ();
     this.lbl_PayloadLocator.Name = "lbl_PayloadLocator";
     this.lbl_PayloadLocator.Xalign = 0F;
     this.lbl_PayloadLocator.LabelProp = global::Mono.Unix.Catalog.GetString ("*Payload Locator:");
     this.PayloadLocatorContainer.Add (this.lbl_PayloadLocator);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.PayloadLocatorContainer [this.lbl_PayloadLocator]));
     w12.Position = 0;
     w12.Expand = false;
     w12.Fill = false;
     // Container child PayloadLocatorContainer.Gtk.Box+BoxChild
     this.PayloadLocatorTextBox = new global::Gtk.Entry ();
     this.PayloadLocatorTextBox.CanFocus = true;
     this.PayloadLocatorTextBox.Name = "PayloadLocatorTextBox";
     this.PayloadLocatorTextBox.IsEditable = true;
     this.PayloadLocatorTextBox.InvisibleChar = '●';
     this.PayloadLocatorContainer.Add (this.PayloadLocatorTextBox);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.PayloadLocatorContainer [this.PayloadLocatorTextBox]));
     w13.Position = 1;
     w13.Expand = false;
     w13.Fill = false;
     this.PayloadChooseContainer.Add (this.PayloadLocatorContainer);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.PayloadChooseContainer [this.PayloadLocatorContainer]));
     w14.Position = 1;
     w14.Expand = false;
     w14.Fill = false;
     // Container child PayloadChooseContainer.Gtk.Box+BoxChild
     this.PayloadEditorButtonBox = new global::Gtk.HButtonBox ();
     this.PayloadEditorButtonBox.Name = "PayloadEditorButtonBox";
     // Container child PayloadEditorButtonBox.Gtk.ButtonBox+ButtonBoxChild
     this.EditPayloadButton = new global::Gtk.Button ();
     this.EditPayloadButton.CanFocus = true;
     this.EditPayloadButton.Name = "EditPayloadButton";
     this.EditPayloadButton.UseUnderline = true;
     this.EditPayloadButton.Label = global::Mono.Unix.Catalog.GetString ("Edit Data");
     this.PayloadEditorButtonBox.Add (this.EditPayloadButton);
     global::Gtk.ButtonBox.ButtonBoxChild w15 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.PayloadEditorButtonBox [this.EditPayloadButton]));
     w15.Expand = false;
     w15.Fill = false;
     // Container child PayloadEditorButtonBox.Gtk.ButtonBox+ButtonBoxChild
     this.ChoosePayloadFileButton = new global::Gtk.Button ();
     this.ChoosePayloadFileButton.CanFocus = true;
     this.ChoosePayloadFileButton.Name = "ChoosePayloadFileButton";
     this.ChoosePayloadFileButton.UseUnderline = true;
     this.ChoosePayloadFileButton.Label = global::Mono.Unix.Catalog.GetString ("Choose File...");
     this.PayloadEditorButtonBox.Add (this.ChoosePayloadFileButton);
     global::Gtk.ButtonBox.ButtonBoxChild w16 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.PayloadEditorButtonBox [this.ChoosePayloadFileButton]));
     w16.Position = 1;
     w16.Expand = false;
     w16.Fill = false;
     this.PayloadChooseContainer.Add (this.PayloadEditorButtonBox);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.PayloadChooseContainer [this.PayloadEditorButtonBox]));
     w17.Position = 2;
     w17.Expand = false;
     w17.Fill = false;
     this.ResourceDescriptionColumn1.Add (this.PayloadChooseContainer);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn1 [this.PayloadChooseContainer]));
     w18.Position = 6;
     w18.Expand = false;
     w18.Fill = false;
     // Container child ResourceDescriptionColumn1.Gtk.Box+BoxChild
     this.lbl_PayloadSchema = new global::Gtk.Label ();
     this.lbl_PayloadSchema.Name = "lbl_PayloadSchema";
     this.lbl_PayloadSchema.Xalign = 0F;
     this.lbl_PayloadSchema.LabelProp = global::Mono.Unix.Catalog.GetString ("*Payload Schema:");
     this.ResourceDescriptionColumn1.Add (this.lbl_PayloadSchema);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn1 [this.lbl_PayloadSchema]));
     w19.Position = 7;
     w19.Expand = false;
     w19.Fill = false;
     // Container child ResourceDescriptionColumn1.Gtk.Box+BoxChild
     this.PayloadSchemaTextBox = new global::Gtk.Entry ();
     this.PayloadSchemaTextBox.CanFocus = true;
     this.PayloadSchemaTextBox.Name = "PayloadSchemaTextBox";
     this.PayloadSchemaTextBox.IsEditable = true;
     this.PayloadSchemaTextBox.InvisibleChar = '●';
     this.ResourceDescriptionColumn1.Add (this.PayloadSchemaTextBox);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn1 [this.PayloadSchemaTextBox]));
     w20.Position = 8;
     w20.Expand = false;
     w20.Fill = false;
     this.ResourceDescriptionContainer.Add (this.ResourceDescriptionColumn1);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionContainer [this.ResourceDescriptionColumn1]));
     w21.Position = 0;
     w21.Expand = false;
     w21.Fill = false;
     w21.Padding = ((uint)(10));
     // Container child ResourceDescriptionContainer.Gtk.Box+BoxChild
     this.ResourceDescriptionColumn2 = new global::Gtk.VBox ();
     this.ResourceDescriptionColumn2.Name = "ResourceDescriptionColumn2";
     this.ResourceDescriptionColumn2.Spacing = 6;
     // Container child ResourceDescriptionColumn2.Gtk.Box+BoxChild
     this.lbl_SchemaLocator = new global::Gtk.Label ();
     this.lbl_SchemaLocator.Name = "lbl_SchemaLocator";
     this.lbl_SchemaLocator.Xalign = 0F;
     this.lbl_SchemaLocator.LabelProp = global::Mono.Unix.Catalog.GetString ("Schema Locator:");
     this.ResourceDescriptionColumn2.Add (this.lbl_SchemaLocator);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn2 [this.lbl_SchemaLocator]));
     w22.Position = 0;
     w22.Expand = false;
     w22.Fill = false;
     // Container child ResourceDescriptionColumn2.Gtk.Box+BoxChild
     this.PayloadSchemaLocatorTextBox = new global::Gtk.Entry ();
     this.PayloadSchemaLocatorTextBox.CanFocus = true;
     this.PayloadSchemaLocatorTextBox.Name = "PayloadSchemaLocatorTextBox";
     this.PayloadSchemaLocatorTextBox.IsEditable = true;
     this.PayloadSchemaLocatorTextBox.InvisibleChar = '●';
     this.ResourceDescriptionColumn2.Add (this.PayloadSchemaLocatorTextBox);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn2 [this.PayloadSchemaLocatorTextBox]));
     w23.Position = 1;
     w23.Expand = false;
     w23.Fill = false;
     // Container child ResourceDescriptionColumn2.Gtk.Box+BoxChild
     this.lbl_SchemaFormat = new global::Gtk.Label ();
     this.lbl_SchemaFormat.Name = "lbl_SchemaFormat";
     this.lbl_SchemaFormat.Xalign = 0F;
     this.lbl_SchemaFormat.LabelProp = global::Mono.Unix.Catalog.GetString ("Schema MIME Type:");
     this.ResourceDescriptionColumn2.Add (this.lbl_SchemaFormat);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn2 [this.lbl_SchemaFormat]));
     w24.Position = 2;
     w24.Expand = false;
     w24.Fill = false;
     // Container child ResourceDescriptionColumn2.Gtk.Box+BoxChild
     this.SchemaFormatTextBox = new global::Gtk.Entry ();
     this.SchemaFormatTextBox.CanFocus = true;
     this.SchemaFormatTextBox.Name = "SchemaFormatTextBox";
     this.SchemaFormatTextBox.IsEditable = true;
     this.SchemaFormatTextBox.InvisibleChar = '●';
     this.ResourceDescriptionColumn2.Add (this.SchemaFormatTextBox);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn2 [this.SchemaFormatTextBox]));
     w25.Position = 3;
     w25.Expand = false;
     w25.Fill = false;
     // Container child ResourceDescriptionColumn2.Gtk.Box+BoxChild
     this.lbl_Keywords = new global::Gtk.Label ();
     this.lbl_Keywords.Name = "lbl_Keywords";
     this.lbl_Keywords.Xalign = 0F;
     this.lbl_Keywords.LabelProp = global::Mono.Unix.Catalog.GetString ("Keywords (separated by commas):");
     this.ResourceDescriptionColumn2.Add (this.lbl_Keywords);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn2 [this.lbl_Keywords]));
     w26.Position = 4;
     w26.Expand = false;
     w26.Fill = false;
     // Container child ResourceDescriptionColumn2.Gtk.Box+BoxChild
     this.KeywordsTextBox = new global::Gtk.Entry ();
     this.KeywordsTextBox.CanFocus = true;
     this.KeywordsTextBox.Name = "KeywordsTextBox";
     this.KeywordsTextBox.IsEditable = true;
     this.KeywordsTextBox.InvisibleChar = '●';
     this.ResourceDescriptionColumn2.Add (this.KeywordsTextBox);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn2 [this.KeywordsTextBox]));
     w27.Position = 5;
     w27.Expand = false;
     w27.Fill = false;
     // Container child ResourceDescriptionColumn2.Gtk.Box+BoxChild
     this.lbl_TimeToLive = new global::Gtk.Label ();
     this.lbl_TimeToLive.Name = "lbl_TimeToLive";
     this.lbl_TimeToLive.Xalign = 0F;
     this.lbl_TimeToLive.LabelProp = global::Mono.Unix.Catalog.GetString ("Time To Live:");
     this.ResourceDescriptionColumn2.Add (this.lbl_TimeToLive);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn2 [this.lbl_TimeToLive]));
     w28.Position = 6;
     w28.Expand = false;
     w28.Fill = false;
     // Container child ResourceDescriptionColumn2.Gtk.Box+BoxChild
     this.TTLFieldContainer = new global::Gtk.HBox ();
     this.TTLFieldContainer.Name = "TTLFieldContainer";
     this.TTLFieldContainer.Spacing = 6;
     // Container child TTLFieldContainer.Gtk.Box+BoxChild
     this.TimeToLiveTextBox = new global::Gtk.Entry ();
     this.TimeToLiveTextBox.CanFocus = true;
     this.TimeToLiveTextBox.Name = "TimeToLiveTextBox";
     this.TimeToLiveTextBox.IsEditable = true;
     this.TimeToLiveTextBox.WidthChars = 10;
     this.TimeToLiveTextBox.InvisibleChar = '●';
     this.TTLFieldContainer.Add (this.TimeToLiveTextBox);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.TTLFieldContainer [this.TimeToLiveTextBox]));
     w29.Position = 0;
     // Container child TTLFieldContainer.Gtk.Box+BoxChild
     this.lbl_Days = new global::Gtk.Label ();
     this.lbl_Days.Name = "lbl_Days";
     this.lbl_Days.LabelProp = global::Mono.Unix.Catalog.GetString ("days");
     this.TTLFieldContainer.Add (this.lbl_Days);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.TTLFieldContainer [this.lbl_Days]));
     w30.Position = 1;
     w30.Expand = false;
     w30.Fill = false;
     this.ResourceDescriptionColumn2.Add (this.TTLFieldContainer);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn2 [this.TTLFieldContainer]));
     w31.Position = 7;
     w31.Expand = false;
     w31.Fill = false;
     this.ResourceDescriptionContainer.Add (this.ResourceDescriptionColumn2);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionContainer [this.ResourceDescriptionColumn2]));
     w32.Position = 1;
     w32.Expand = false;
     w32.Fill = false;
     w32.Padding = ((uint)(5));
     // Container child ResourceDescriptionContainer.Gtk.Box+BoxChild
     this.ResourceDescriptionColumn3 = new global::Gtk.VBox ();
     this.ResourceDescriptionColumn3.Name = "ResourceDescriptionColumn3";
     this.ResourceDescriptionColumn3.Spacing = 6;
     // Container child ResourceDescriptionColumn3.Gtk.Box+BoxChild
     this.lbl_SubmitterType = new global::Gtk.Label ();
     this.lbl_SubmitterType.Name = "lbl_SubmitterType";
     this.lbl_SubmitterType.Xalign = 0F;
     this.lbl_SubmitterType.LabelProp = global::Mono.Unix.Catalog.GetString ("*Submitter Type:");
     this.ResourceDescriptionColumn3.Add (this.lbl_SubmitterType);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn3 [this.lbl_SubmitterType]));
     w33.Position = 0;
     w33.Expand = false;
     w33.Fill = false;
     // Container child ResourceDescriptionColumn3.Gtk.Box+BoxChild
     this.SubmitterTypeComboBox = global::Gtk.ComboBox.NewText ();
     this.SubmitterTypeComboBox.AppendText (global::Mono.Unix.Catalog.GetString ("Anonymous"));
     this.SubmitterTypeComboBox.AppendText (global::Mono.Unix.Catalog.GetString ("User"));
     this.SubmitterTypeComboBox.AppendText (global::Mono.Unix.Catalog.GetString ("Agent"));
     this.SubmitterTypeComboBox.Name = "SubmitterTypeComboBox";
     this.SubmitterTypeComboBox.Active = 0;
     this.ResourceDescriptionColumn3.Add (this.SubmitterTypeComboBox);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn3 [this.SubmitterTypeComboBox]));
     w34.Position = 1;
     w34.Expand = false;
     w34.Fill = false;
     // Container child ResourceDescriptionColumn3.Gtk.Box+BoxChild
     this.SubmitterNameContainer = new global::Gtk.VBox ();
     this.SubmitterNameContainer.Name = "SubmitterNameContainer";
     this.SubmitterNameContainer.Spacing = 6;
     // Container child SubmitterNameContainer.Gtk.Box+BoxChild
     this.lbl_SubmitterName = new global::Gtk.Label ();
     this.lbl_SubmitterName.Name = "lbl_SubmitterName";
     this.lbl_SubmitterName.Xalign = 0F;
     this.lbl_SubmitterName.LabelProp = global::Mono.Unix.Catalog.GetString ("*Submitter Name:");
     this.SubmitterNameContainer.Add (this.lbl_SubmitterName);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.SubmitterNameContainer [this.lbl_SubmitterName]));
     w35.Position = 0;
     w35.Expand = false;
     w35.Fill = false;
     // Container child SubmitterNameContainer.Gtk.Box+BoxChild
     this.SubmitterNameTextBox = new global::Gtk.Entry ();
     this.SubmitterNameTextBox.CanFocus = true;
     this.SubmitterNameTextBox.Name = "SubmitterNameTextBox";
     this.SubmitterNameTextBox.IsEditable = true;
     this.SubmitterNameTextBox.InvisibleChar = '●';
     this.SubmitterNameContainer.Add (this.SubmitterNameTextBox);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.SubmitterNameContainer [this.SubmitterNameTextBox]));
     w36.Position = 1;
     w36.Expand = false;
     w36.Fill = false;
     this.ResourceDescriptionColumn3.Add (this.SubmitterNameContainer);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn3 [this.SubmitterNameContainer]));
     w37.Position = 2;
     w37.Expand = false;
     w37.Fill = false;
     // Container child ResourceDescriptionColumn3.Gtk.Box+BoxChild
     this.lbl_Curator = new global::Gtk.Label ();
     this.lbl_Curator.Name = "lbl_Curator";
     this.lbl_Curator.Xalign = 0F;
     this.lbl_Curator.LabelProp = global::Mono.Unix.Catalog.GetString ("Curator:");
     this.ResourceDescriptionColumn3.Add (this.lbl_Curator);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn3 [this.lbl_Curator]));
     w38.Position = 3;
     w38.Expand = false;
     w38.Fill = false;
     // Container child ResourceDescriptionColumn3.Gtk.Box+BoxChild
     this.CuratorTextBox = new global::Gtk.Entry ();
     this.CuratorTextBox.CanFocus = true;
     this.CuratorTextBox.Name = "CuratorTextBox";
     this.CuratorTextBox.IsEditable = true;
     this.CuratorTextBox.InvisibleChar = '●';
     this.ResourceDescriptionColumn3.Add (this.CuratorTextBox);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn3 [this.CuratorTextBox]));
     w39.Position = 4;
     w39.Expand = false;
     w39.Fill = false;
     // Container child ResourceDescriptionColumn3.Gtk.Box+BoxChild
     this.lbl_Owner = new global::Gtk.Label ();
     this.lbl_Owner.Name = "lbl_Owner";
     this.lbl_Owner.Xalign = 0F;
     this.lbl_Owner.LabelProp = global::Mono.Unix.Catalog.GetString ("Owner:");
     this.ResourceDescriptionColumn3.Add (this.lbl_Owner);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn3 [this.lbl_Owner]));
     w40.Position = 5;
     w40.Expand = false;
     w40.Fill = false;
     // Container child ResourceDescriptionColumn3.Gtk.Box+BoxChild
     this.OwnerTextBox = new global::Gtk.Entry ();
     this.OwnerTextBox.CanFocus = true;
     this.OwnerTextBox.Name = "OwnerTextBox";
     this.OwnerTextBox.IsEditable = true;
     this.OwnerTextBox.InvisibleChar = '●';
     this.ResourceDescriptionColumn3.Add (this.OwnerTextBox);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn3 [this.OwnerTextBox]));
     w41.Position = 6;
     w41.Expand = false;
     w41.Fill = false;
     // Container child ResourceDescriptionColumn3.Gtk.Box+BoxChild
     this.lbl_Signer = new global::Gtk.Label ();
     this.lbl_Signer.Name = "lbl_Signer";
     this.lbl_Signer.Xalign = 0F;
     this.lbl_Signer.LabelProp = global::Mono.Unix.Catalog.GetString ("Signer:");
     this.ResourceDescriptionColumn3.Add (this.lbl_Signer);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn3 [this.lbl_Signer]));
     w42.Position = 7;
     w42.Expand = false;
     w42.Fill = false;
     // Container child ResourceDescriptionColumn3.Gtk.Box+BoxChild
     this.SignerTextBox = new global::Gtk.Entry ();
     this.SignerTextBox.CanFocus = true;
     this.SignerTextBox.Name = "SignerTextBox";
     this.SignerTextBox.IsEditable = true;
     this.SignerTextBox.InvisibleChar = '●';
     this.ResourceDescriptionColumn3.Add (this.SignerTextBox);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionColumn3 [this.SignerTextBox]));
     w43.Position = 8;
     w43.Expand = false;
     w43.Fill = false;
     this.ResourceDescriptionContainer.Add (this.ResourceDescriptionColumn3);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.ResourceDescriptionContainer [this.ResourceDescriptionColumn3]));
     w44.Position = 2;
     w44.Expand = false;
     w44.Fill = false;
     w44.Padding = ((uint)(10));
     this.RootNotebook.Add (this.ResourceDescriptionContainer);
     // Notebook tab
     this.lbl_nb_ResourceDescription = new global::Gtk.Label ();
     this.lbl_nb_ResourceDescription.Name = "lbl_nb_ResourceDescription";
     this.lbl_nb_ResourceDescription.LabelProp = global::Mono.Unix.Catalog.GetString ("Resource Description");
     this.RootNotebook.SetTabLabel (this.ResourceDescriptionContainer, this.lbl_nb_ResourceDescription);
     this.lbl_nb_ResourceDescription.ShowAll ();
     // Container child RootNotebook.Gtk.Notebook+NotebookChild
     this.TermsOfServiceContainer = new global::Gtk.VBox ();
     this.TermsOfServiceContainer.Name = "TermsOfServiceContainer";
     this.TermsOfServiceContainer.Spacing = 6;
     this.TermsOfServiceContainer.BorderWidth = ((uint)(9));
     // Container child TermsOfServiceContainer.Gtk.Box+BoxChild
     this.lbl_TermsOfServiceUrl = new global::Gtk.Label ();
     this.lbl_TermsOfServiceUrl.Name = "lbl_TermsOfServiceUrl";
     this.lbl_TermsOfServiceUrl.Xalign = 0F;
     this.lbl_TermsOfServiceUrl.LabelProp = global::Mono.Unix.Catalog.GetString ("Terms of Service Url:");
     this.TermsOfServiceContainer.Add (this.lbl_TermsOfServiceUrl);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.TermsOfServiceContainer [this.lbl_TermsOfServiceUrl]));
     w46.Position = 0;
     w46.Expand = false;
     w46.Fill = false;
     // Container child TermsOfServiceContainer.Gtk.Box+BoxChild
     this.TermsOfServiceTextBox = new global::Gtk.Entry ();
     this.TermsOfServiceTextBox.CanFocus = true;
     this.TermsOfServiceTextBox.Name = "TermsOfServiceTextBox";
     this.TermsOfServiceTextBox.IsEditable = true;
     this.TermsOfServiceTextBox.InvisibleChar = '●';
     this.TermsOfServiceContainer.Add (this.TermsOfServiceTextBox);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.TermsOfServiceContainer [this.TermsOfServiceTextBox]));
     w47.Position = 1;
     w47.Expand = false;
     w47.Fill = false;
     // Container child TermsOfServiceContainer.Gtk.Box+BoxChild
     this.lbl_AttributionStatement = new global::Gtk.Label ();
     this.lbl_AttributionStatement.Name = "lbl_AttributionStatement";
     this.lbl_AttributionStatement.Xalign = 0F;
     this.lbl_AttributionStatement.LabelProp = global::Mono.Unix.Catalog.GetString ("Attribution Statement:");
     this.TermsOfServiceContainer.Add (this.lbl_AttributionStatement);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.TermsOfServiceContainer [this.lbl_AttributionStatement]));
     w48.Position = 2;
     w48.Expand = false;
     w48.Fill = false;
     // Container child TermsOfServiceContainer.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.AttributionStatementTextView = new global::Gtk.TextView ();
     this.AttributionStatementTextView.CanFocus = true;
     this.AttributionStatementTextView.Name = "AttributionStatementTextView";
     this.GtkScrolledWindow.Add (this.AttributionStatementTextView);
     this.TermsOfServiceContainer.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.TermsOfServiceContainer [this.GtkScrolledWindow]));
     w50.Position = 3;
     this.RootNotebook.Add (this.TermsOfServiceContainer);
     global::Gtk.Notebook.NotebookChild w51 = ((global::Gtk.Notebook.NotebookChild)(this.RootNotebook [this.TermsOfServiceContainer]));
     w51.Position = 1;
     // Notebook tab
     this.lbl_nb_TermsOfService = new global::Gtk.Label ();
     this.lbl_nb_TermsOfService.Name = "lbl_nb_TermsOfService";
     this.lbl_nb_TermsOfService.LabelProp = global::Mono.Unix.Catalog.GetString ("Terms Of Service");
     this.RootNotebook.SetTabLabel (this.TermsOfServiceContainer, this.lbl_nb_TermsOfService);
     this.lbl_nb_TermsOfService.ShowAll ();
     // Container child RootNotebook.Gtk.Notebook+NotebookChild
     this.SignatureInformationWidget = new global::SignatureInformationWidget ();
     this.SignatureInformationWidget.Events = ((global::Gdk.EventMask)(256));
     this.SignatureInformationWidget.Name = "SignatureInformationWidget";
     this.RootNotebook.Add (this.SignatureInformationWidget);
     global::Gtk.Notebook.NotebookChild w52 = ((global::Gtk.Notebook.NotebookChild)(this.RootNotebook [this.SignatureInformationWidget]));
     w52.Position = 2;
     // Notebook tab
     this.lbl_nb_SignatureInformation = new global::Gtk.Label ();
     this.lbl_nb_SignatureInformation.Name = "lbl_nb_SignatureInformation";
     this.lbl_nb_SignatureInformation.LabelProp = global::Mono.Unix.Catalog.GetString ("Signature Information");
     this.RootNotebook.SetTabLabel (this.SignatureInformationWidget, this.lbl_nb_SignatureInformation);
     this.lbl_nb_SignatureInformation.ShowAll ();
     // Container child RootNotebook.Gtk.Notebook+NotebookChild
     this.NodeInformationContainer = new global::Gtk.HBox ();
     this.NodeInformationContainer.Name = "NodeInformationContainer";
     this.NodeInformationContainer.Spacing = 6;
     this.NodeInformationContainer.BorderWidth = ((uint)(9));
     // Container child NodeInformationContainer.Gtk.Box+BoxChild
     this.NodeInfo = new global::NodeInfoWidget ();
     this.NodeInfo.Events = ((global::Gdk.EventMask)(256));
     this.NodeInfo.Name = "NodeInfo";
     this.NodeInformationContainer.Add (this.NodeInfo);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.NodeInformationContainer [this.NodeInfo]));
     w53.Position = 0;
     w53.Expand = false;
     w53.Fill = false;
     this.RootNotebook.Add (this.NodeInformationContainer);
     global::Gtk.Notebook.NotebookChild w54 = ((global::Gtk.Notebook.NotebookChild)(this.RootNotebook [this.NodeInformationContainer]));
     w54.Position = 3;
     // Notebook tab
     this.lbl_nb_NodeInformation = new global::Gtk.Label ();
     this.lbl_nb_NodeInformation.Name = "lbl_nb_NodeInformation";
     this.lbl_nb_NodeInformation.LabelProp = global::Mono.Unix.Catalog.GetString ("Node Information");
     this.RootNotebook.SetTabLabel (this.NodeInformationContainer, this.lbl_nb_NodeInformation);
     this.lbl_nb_NodeInformation.ShowAll ();
     this.MainVerticalPane.Add (this.RootNotebook);
     global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.MainVerticalPane [this.RootNotebook]));
     w55.Position = 1;
     w55.Expand = false;
     w55.Padding = ((uint)(10));
     // Container child MainVerticalPane.Gtk.Box+BoxChild
     this.RequiredFieldNotificationContainer = new global::Gtk.HBox ();
     this.RequiredFieldNotificationContainer.Name = "RequiredFieldNotificationContainer";
     this.RequiredFieldNotificationContainer.Spacing = 6;
     // Container child RequiredFieldNotificationContainer.Gtk.Box+BoxChild
     this.lbl_requiredFieldsNotifier = new global::Gtk.Label ();
     this.lbl_requiredFieldsNotifier.Name = "lbl_requiredFieldsNotifier";
     this.lbl_requiredFieldsNotifier.Xalign = 1F;
     this.lbl_requiredFieldsNotifier.LabelProp = global::Mono.Unix.Catalog.GetString ("Note: * indicates a required field");
     this.lbl_requiredFieldsNotifier.Justify = ((global::Gtk.Justification)(1));
     this.RequiredFieldNotificationContainer.Add (this.lbl_requiredFieldsNotifier);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.RequiredFieldNotificationContainer [this.lbl_requiredFieldsNotifier]));
     w56.Position = 2;
     w56.Padding = ((uint)(5));
     this.MainVerticalPane.Add (this.RequiredFieldNotificationContainer);
     global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.MainVerticalPane [this.RequiredFieldNotificationContainer]));
     w57.Position = 2;
     w57.Expand = false;
     w57.Fill = false;
     // Container child MainVerticalPane.Gtk.Box+BoxChild
     this.lbl_ConsoleOutput = new global::Gtk.Label ();
     this.lbl_ConsoleOutput.Name = "lbl_ConsoleOutput";
     this.lbl_ConsoleOutput.Xalign = 0F;
     this.lbl_ConsoleOutput.LabelProp = global::Mono.Unix.Catalog.GetString ("Console Output:");
     this.lbl_ConsoleOutput.UseMarkup = true;
     this.MainVerticalPane.Add (this.lbl_ConsoleOutput);
     global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.MainVerticalPane [this.lbl_ConsoleOutput]));
     w58.Position = 3;
     w58.Expand = false;
     w58.Fill = false;
     // Container child MainVerticalPane.Gtk.Box+BoxChild
     this.ConsoleContainer = new global::Gtk.ScrolledWindow ();
     this.ConsoleContainer.Name = "ConsoleContainer";
     this.ConsoleContainer.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child ConsoleContainer.Gtk.Container+ContainerChild
     this.ConsoleWindow = new global::Gtk.TextView ();
     this.ConsoleWindow.CanFocus = true;
     this.ConsoleWindow.Name = "ConsoleWindow";
     this.ConsoleWindow.Editable = false;
     this.ConsoleWindow.CursorVisible = false;
     this.ConsoleWindow.WrapMode = ((global::Gtk.WrapMode)(1));
     this.ConsoleContainer.Add (this.ConsoleWindow);
     this.MainVerticalPane.Add (this.ConsoleContainer);
     global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.MainVerticalPane [this.ConsoleContainer]));
     w60.Position = 4;
     this.Add (this.MainVerticalPane);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 639;
     this.DefaultHeight = 619;
     this.PayloadLocatorContainer.Hide ();
     this.PayloadEditorButtonBox.Hide ();
     this.SubmitterNameContainer.Hide ();
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.OpenResourceDescriptionAction.Activated += new global::System.EventHandler (this.LoadResourceDescriptionDocument);
     this.SaveResourceDescriptionAction.Activated += new global::System.EventHandler (this.SaveResourceDescriptionDocument);
     this.PublishCurrentDocumentAction.Activated += new global::System.EventHandler (this.PublishDocument);
     this.NewAction.Activated += new global::System.EventHandler (this.ResetFields);
     this.PublishFromCSVAction.Activated += new global::System.EventHandler (this.OnPublishFromCSVActionActivated);
     this.ViewPublishHistoryAction.Activated += new global::System.EventHandler (this.CreateHistoryWindow);
     this.PayloadPlacementComboBox.Changed += new global::System.EventHandler (this.UpdatePayloadChooseContainer);
     this.PayloadFileChooser.SelectionChanged += new global::System.EventHandler (this.OnPayloadFileChooserSelectionChanged);
     this.EditPayloadButton.Clicked += new global::System.EventHandler (this.CreateEditPayloadPopup);
     this.ChoosePayloadFileButton.Clicked += new global::System.EventHandler (this.ChooseNewPayloadFile);
     this.SubmitterTypeComboBox.Changed += new global::System.EventHandler (this.UpdateSubmitterNameVisibility);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget ScreenLapse.PreferencesDialog
     this.Name = "ScreenLapse.PreferencesDialog";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child ScreenLapse.PreferencesDialog.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));
     // Container child table1.Gtk.Table+TableChild
     this.filechooserbutton2 = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select A File"), ((global::Gtk.FileChooserAction)(0)));
     this.filechooserbutton2.Name = "filechooserbutton2";
     this.table1.Add (this.filechooserbutton2);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.filechooserbutton2]));
     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.LabelProp = global::Mono.Unix.Catalog.GetString ("Save screenshots to:");
     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.LabelProp = global::Mono.Unix.Catalog.GetString ("Screenshot interval:");
     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.LabelProp = global::Mono.Unix.Catalog.GetString ("Scale Percentage:");
     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.LabelProp = global::Mono.Unix.Catalog.GetString ("Playback frame delay:");
     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.spinbutton1 = new global::Gtk.SpinButton (0, 100000, 1);
     this.spinbutton1.CanFocus = true;
     this.spinbutton1.Name = "spinbutton1";
     this.spinbutton1.Adjustment.PageIncrement = 10;
     this.spinbutton1.ClimbRate = 1;
     this.spinbutton1.Numeric = true;
     this.table1.Add (this.spinbutton1);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.spinbutton1]));
     w7.TopAttach = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.LeftAttach = ((uint)(1));
     w7.RightAttach = ((uint)(2));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spinbutton2 = new global::Gtk.SpinButton (0, 100, 1);
     this.spinbutton2.CanFocus = true;
     this.spinbutton2.Name = "spinbutton2";
     this.spinbutton2.Adjustment.PageIncrement = 10;
     this.spinbutton2.ClimbRate = 1;
     this.spinbutton2.Numeric = true;
     this.table1.Add (this.spinbutton2);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.spinbutton2]));
     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.spinbutton3 = new global::Gtk.SpinButton (0, 50000, 1);
     this.spinbutton3.CanFocus = true;
     this.spinbutton3.Name = "spinbutton3";
     this.spinbutton3.Adjustment.PageIncrement = 10;
     this.spinbutton3.ClimbRate = 1;
     this.spinbutton3.Numeric = true;
     this.table1.Add (this.spinbutton3);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.spinbutton3]));
     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.Expand = false;
     w10.Fill = false;
     // Internal child ScreenLapse.PreferencesDialog.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 = 374;
     this.DefaultHeight = 205;
     this.Show ();
     this.buttonCancel.Activated += new global::System.EventHandler (this.ClosePref);
     this.buttonCancel.Clicked += new global::System.EventHandler (this.ClosePref);
     this.buttonOk.Activated += new global::System.EventHandler (this.SavePrefAndClose);
     this.buttonOk.Clicked += new global::System.EventHandler (this.SavePrefAndClose);
 }
Exemple #16
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)(1));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vpaned1 = new global::Gtk.VPaned ();
     this.vpaned1.CanFocus = true;
     this.vpaned1.Name = "vpaned1";
     this.vpaned1.Position = 292;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.notebook1 = new global::Gtk.Notebook ();
     this.notebook1.CanFocus = true;
     this.notebook1.Name = "notebook1";
     this.notebook1.CurrentPage = 0;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.ManualPort = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Указать вручную"));
     this.ManualPort.CanFocus = true;
     this.ManualPort.Name = "ManualPort";
     this.ManualPort.DrawIndicator = true;
     this.ManualPort.UseUnderline = true;
     this.ManualPort.Group = new global::GLib.SList (global::System.IntPtr.Zero);
     this.hbox3.Add (this.ManualPort);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.ManualPort]));
     w1.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("host(");
     this.hbox3.Add (this.label3);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label3]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.HostPortNum = new global::Gtk.SpinButton (0, 100, 1);
     this.HostPortNum.WidthRequest = 50;
     this.HostPortNum.CanFocus = true;
     this.HostPortNum.Name = "HostPortNum";
     this.HostPortNum.Adjustment.PageIncrement = 10;
     this.HostPortNum.ClimbRate = 1;
     this.HostPortNum.Numeric = true;
     this.hbox3.Add (this.HostPortNum);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.HostPortNum]));
     w3.Position = 2;
     w3.Expand = false;
     w3.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label7 = new global::Gtk.Label ();
     this.label7.Name = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString (")");
     this.hbox3.Add (this.label7);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label7]));
     w4.Position = 3;
     w4.Expand = false;
     w4.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.fixed2 = new global::Gtk.Fixed ();
     this.fixed2.Name = "fixed2";
     this.fixed2.HasWindow = false;
     this.hbox3.Add (this.fixed2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.fixed2]));
     w5.PackType = ((global::Gtk.PackType)(1));
     w5.Position = 4;
     this.vbox2.Add (this.hbox3);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox3]));
     w6.Position = 0;
     w6.Expand = false;
     w6.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.PortFromList = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Выбрать из списка"));
     this.PortFromList.CanFocus = true;
     this.PortFromList.Name = "PortFromList";
     this.PortFromList.DrawIndicator = true;
     this.PortFromList.UseUnderline = true;
     this.PortFromList.Group = this.ManualPort.Group;
     this.hbox1.Add (this.PortFromList);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.PortFromList]));
     w7.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.HostList = global::Gtk.ComboBox.NewText ();
     this.HostList.WidthRequest = 100;
     this.HostList.Name = "HostList";
     this.hbox1.Add (this.HostList);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.HostList]));
     w8.Position = 1;
     w8.Expand = false;
     w8.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.fixed3 = new global::Gtk.Fixed ();
     this.fixed3.Name = "fixed3";
     this.fixed3.HasWindow = false;
     this.hbox1.Add (this.fixed3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.fixed3]));
     w9.PackType = ((global::Gtk.PackType)(1));
     w9.Position = 2;
     // Container child hbox1.Gtk.Box+BoxChild
     this.RefreshHostList = new global::Gtk.Button ();
     this.RefreshHostList.CanFocus = true;
     this.RefreshHostList.Name = "RefreshHostList";
     this.RefreshHostList.UseUnderline = true;
     this.RefreshHostList.Label = global::Mono.Unix.Catalog.GetString ("Обновить");
     this.hbox1.Add (this.RefreshHostList);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.RefreshHostList]));
     w10.PackType = ((global::Gtk.PackType)(1));
     w10.Position = 3;
     w10.Expand = false;
     w10.Fill = false;
     this.vbox2.Add (this.hbox1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w11.Position = 1;
     w11.Expand = false;
     w11.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.StartScan = new global::Gtk.Button ();
     this.StartScan.CanFocus = true;
     this.StartScan.Name = "StartScan";
     this.StartScan.UseUnderline = true;
     this.StartScan.Label = global::Mono.Unix.Catalog.GetString ("Подключить");
     this.vbox2.Add (this.StartScan);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.StartScan]));
     w12.Position = 2;
     w12.Expand = false;
     w12.Fill = false;
     this.notebook1.Add (this.vbox2);
     // Notebook tab
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Обнаружение НЖМД");
     this.notebook1.SetTabLabel (this.vbox2, this.label1);
     this.label1.ShowAll ();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox7 = new global::Gtk.HBox ();
     this.hbox7.Name = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.label10 = new global::Gtk.Label ();
     this.label10.Name = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("Файл образа:");
     this.hbox7.Add (this.label10);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label10]));
     w14.Position = 0;
     w14.Expand = false;
     w14.Fill = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.ImageFilePath = new global::Gtk.Entry ();
     this.ImageFilePath.CanFocus = true;
     this.ImageFilePath.Name = "ImageFilePath";
     this.ImageFilePath.IsEditable = true;
     this.ImageFilePath.InvisibleChar = '•';
     this.hbox7.Add (this.ImageFilePath);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.ImageFilePath]));
     w15.Position = 1;
     // Container child hbox7.Gtk.Box+BoxChild
     this.ImageFileOpenButton = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Выберите файл"), ((global::Gtk.FileChooserAction)(0)));
     this.ImageFileOpenButton.Name = "ImageFileOpenButton";
     this.hbox7.Add (this.ImageFileOpenButton);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.ImageFileOpenButton]));
     w16.Position = 2;
     this.vbox4.Add (this.hbox7);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox7]));
     w17.Position = 0;
     w17.Expand = false;
     w17.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox8 = new global::Gtk.HBox ();
     this.hbox8.Name = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.ManualDevName = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Указать вручную"));
     this.ManualDevName.CanFocus = true;
     this.ManualDevName.Name = "ManualDevName";
     this.ManualDevName.DrawIndicator = true;
     this.ManualDevName.UseUnderline = true;
     this.ManualDevName.Group = new global::GLib.SList (global::System.IntPtr.Zero);
     this.hbox8.Add (this.ManualDevName);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.ManualDevName]));
     w18.Position = 0;
     // Container child hbox8.Gtk.Box+BoxChild
     this.label11 = new global::Gtk.Label ();
     this.label11.Name = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("sd(");
     this.hbox8.Add (this.label11);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.label11]));
     w19.Position = 1;
     w19.Expand = false;
     w19.Fill = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.DevWord = new global::Gtk.Entry ();
     this.DevWord.WidthRequest = 30;
     this.DevWord.CanFocus = true;
     this.DevWord.Name = "DevWord";
     this.DevWord.IsEditable = true;
     this.DevWord.WidthChars = 0;
     this.DevWord.MaxLength = 2;
     this.DevWord.InvisibleChar = '•';
     this.hbox8.Add (this.DevWord);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.DevWord]));
     w20.Position = 2;
     w20.Expand = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.label12 = new global::Gtk.Label ();
     this.label12.Name = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString (")");
     this.hbox8.Add (this.label12);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.label12]));
     w21.Position = 3;
     w21.Expand = false;
     w21.Fill = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.fixed6 = new global::Gtk.Fixed ();
     this.fixed6.Name = "fixed6";
     this.fixed6.HasWindow = false;
     this.hbox8.Add (this.fixed6);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.fixed6]));
     w22.PackType = ((global::Gtk.PackType)(1));
     w22.Position = 4;
     this.vbox4.Add (this.hbox8);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox8]));
     w23.Position = 1;
     w23.Expand = false;
     w23.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox9 = new global::Gtk.HBox ();
     this.hbox9.Name = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.DevNameFromList = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Выбрать из списка"));
     this.DevNameFromList.CanFocus = true;
     this.DevNameFromList.Name = "DevNameFromList";
     this.DevNameFromList.DrawIndicator = true;
     this.DevNameFromList.UseUnderline = true;
     this.DevNameFromList.Group = this.ManualDevName.Group;
     this.hbox9.Add (this.DevNameFromList);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.DevNameFromList]));
     w24.Position = 0;
     // Container child hbox9.Gtk.Box+BoxChild
     this.DevList = global::Gtk.ComboBox.NewText ();
     this.DevList.WidthRequest = 100;
     this.DevList.Name = "DevList";
     this.hbox9.Add (this.DevList);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.DevList]));
     w25.Position = 1;
     w25.Expand = false;
     w25.Fill = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.fixed7 = new global::Gtk.Fixed ();
     this.fixed7.Name = "fixed7";
     this.fixed7.HasWindow = false;
     this.hbox9.Add (this.fixed7);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.fixed7]));
     w26.PackType = ((global::Gtk.PackType)(1));
     w26.Position = 2;
     // Container child hbox9.Gtk.Box+BoxChild
     this.RefreshDevList = new global::Gtk.Button ();
     this.RefreshDevList.CanFocus = true;
     this.RefreshDevList.Name = "RefreshDevList";
     this.RefreshDevList.UseUnderline = true;
     this.RefreshDevList.Label = global::Mono.Unix.Catalog.GetString ("Обновить");
     this.hbox9.Add (this.RefreshDevList);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.RefreshDevList]));
     w27.PackType = ((global::Gtk.PackType)(1));
     w27.Position = 3;
     w27.Expand = false;
     w27.Fill = false;
     this.vbox4.Add (this.hbox9);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox9]));
     w28.Position = 2;
     w28.Expand = false;
     w28.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.UpackImage = new global::Gtk.Button ();
     this.UpackImage.CanFocus = true;
     this.UpackImage.Name = "UpackImage";
     this.UpackImage.UseUnderline = true;
     this.UpackImage.Label = global::Mono.Unix.Catalog.GetString ("Распаковать образ");
     this.vbox4.Add (this.UpackImage);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.UpackImage]));
     w29.Position = 3;
     w29.Expand = false;
     w29.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox10 = new global::Gtk.HBox ();
     this.hbox10.Name = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.label13 = new global::Gtk.Label ();
     this.label13.Name = "label13";
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("Прогресс выполнения:");
     this.hbox10.Add (this.label13);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.label13]));
     w30.Position = 0;
     w30.Expand = false;
     w30.Fill = false;
     // Container child hbox10.Gtk.Box+BoxChild
     this.UnpackImageProgress = new global::Gtk.ProgressBar ();
     this.UnpackImageProgress.HeightRequest = 30;
     this.UnpackImageProgress.Name = "UnpackImageProgress";
     this.hbox10.Add (this.UnpackImageProgress);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.UnpackImageProgress]));
     w31.Position = 1;
     this.vbox4.Add (this.hbox10);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox10]));
     w32.Position = 4;
     w32.Expand = false;
     w32.Fill = false;
     this.notebook1.Add (this.vbox4);
     global::Gtk.Notebook.NotebookChild w33 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox4]));
     w33.Position = 1;
     // Notebook tab
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Распаковка образа");
     this.notebook1.SetTabLabel (this.vbox4, this.label2);
     this.label2.ShowAll ();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox6 = new global::Gtk.VBox ();
     this.vbox6.Name = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox13 = new global::Gtk.HBox ();
     this.hbox13.Name = "hbox13";
     this.hbox13.Spacing = 6;
     // Container child hbox13.Gtk.Box+BoxChild
     this.label15 = new global::Gtk.Label ();
     this.label15.Name = "label15";
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString ("Файл образа:");
     this.hbox13.Add (this.label15);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.label15]));
     w34.Position = 0;
     w34.Expand = false;
     w34.Fill = false;
     // Container child hbox13.Gtk.Box+BoxChild
     this.SaveImageFilePath = new global::Gtk.Entry ();
     this.SaveImageFilePath.CanFocus = true;
     this.SaveImageFilePath.Name = "SaveImageFilePath";
     this.SaveImageFilePath.IsEditable = true;
     this.SaveImageFilePath.InvisibleChar = '•';
     this.hbox13.Add (this.SaveImageFilePath);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.SaveImageFilePath]));
     w35.Position = 1;
     // Container child hbox13.Gtk.Box+BoxChild
     this.SaveImageButton = new global::Gtk.Button ();
     this.SaveImageButton.CanFocus = true;
     this.SaveImageButton.Name = "SaveImageButton";
     this.SaveImageButton.UseUnderline = true;
     this.SaveImageButton.Label = global::Mono.Unix.Catalog.GetString ("Выбрать файл образа");
     this.hbox13.Add (this.SaveImageButton);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.SaveImageButton]));
     w36.Position = 2;
     w36.Expand = false;
     w36.Fill = false;
     this.vbox6.Add (this.hbox13);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox13]));
     w37.Position = 0;
     w37.Expand = false;
     w37.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox14 = new global::Gtk.HBox ();
     this.hbox14.Name = "hbox14";
     this.hbox14.Spacing = 6;
     // Container child hbox14.Gtk.Box+BoxChild
     this.ManualSaveDevName = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Указать вручную"));
     this.ManualSaveDevName.CanFocus = true;
     this.ManualSaveDevName.Name = "ManualSaveDevName";
     this.ManualSaveDevName.DrawIndicator = true;
     this.ManualSaveDevName.UseUnderline = true;
     this.ManualSaveDevName.Group = new global::GLib.SList (global::System.IntPtr.Zero);
     this.hbox14.Add (this.ManualSaveDevName);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.ManualSaveDevName]));
     w38.Position = 0;
     // Container child hbox14.Gtk.Box+BoxChild
     this.label17 = new global::Gtk.Label ();
     this.label17.Name = "label17";
     this.label17.LabelProp = global::Mono.Unix.Catalog.GetString ("sd(");
     this.hbox14.Add (this.label17);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.label17]));
     w39.Position = 1;
     w39.Expand = false;
     w39.Fill = false;
     // Container child hbox14.Gtk.Box+BoxChild
     this.SaveDevWord = new global::Gtk.Entry ();
     this.SaveDevWord.WidthRequest = 30;
     this.SaveDevWord.CanFocus = true;
     this.SaveDevWord.Name = "SaveDevWord";
     this.SaveDevWord.IsEditable = true;
     this.SaveDevWord.WidthChars = 0;
     this.SaveDevWord.MaxLength = 2;
     this.SaveDevWord.InvisibleChar = '•';
     this.hbox14.Add (this.SaveDevWord);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.SaveDevWord]));
     w40.Position = 2;
     w40.Expand = false;
     // Container child hbox14.Gtk.Box+BoxChild
     this.label18 = new global::Gtk.Label ();
     this.label18.Name = "label18";
     this.label18.LabelProp = global::Mono.Unix.Catalog.GetString (")");
     this.hbox14.Add (this.label18);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.label18]));
     w41.Position = 3;
     w41.Expand = false;
     w41.Fill = false;
     // Container child hbox14.Gtk.Box+BoxChild
     this.fixed10 = new global::Gtk.Fixed ();
     this.fixed10.Name = "fixed10";
     this.fixed10.HasWindow = false;
     this.hbox14.Add (this.fixed10);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.fixed10]));
     w42.PackType = ((global::Gtk.PackType)(1));
     w42.Position = 4;
     this.vbox6.Add (this.hbox14);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox14]));
     w43.Position = 1;
     w43.Expand = false;
     w43.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox15 = new global::Gtk.HBox ();
     this.hbox15.Name = "hbox15";
     this.hbox15.Spacing = 6;
     // Container child hbox15.Gtk.Box+BoxChild
     this.SaveDevNameFromList = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Выбрать из списка"));
     this.SaveDevNameFromList.CanFocus = true;
     this.SaveDevNameFromList.Name = "SaveDevNameFromList";
     this.SaveDevNameFromList.DrawIndicator = true;
     this.SaveDevNameFromList.UseUnderline = true;
     this.SaveDevNameFromList.Group = this.ManualSaveDevName.Group;
     this.hbox15.Add (this.SaveDevNameFromList);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hbox15 [this.SaveDevNameFromList]));
     w44.Position = 0;
     // Container child hbox15.Gtk.Box+BoxChild
     this.SaveDevList = global::Gtk.ComboBox.NewText ();
     this.SaveDevList.WidthRequest = 100;
     this.SaveDevList.Name = "SaveDevList";
     this.hbox15.Add (this.SaveDevList);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox15 [this.SaveDevList]));
     w45.Position = 1;
     w45.Expand = false;
     w45.Fill = false;
     // Container child hbox15.Gtk.Box+BoxChild
     this.fixed11 = new global::Gtk.Fixed ();
     this.fixed11.Name = "fixed11";
     this.fixed11.HasWindow = false;
     this.hbox15.Add (this.fixed11);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox15 [this.fixed11]));
     w46.PackType = ((global::Gtk.PackType)(1));
     w46.Position = 2;
     // Container child hbox15.Gtk.Box+BoxChild
     this.RefreshSaveDevList = new global::Gtk.Button ();
     this.RefreshSaveDevList.CanFocus = true;
     this.RefreshSaveDevList.Name = "RefreshSaveDevList";
     this.RefreshSaveDevList.UseUnderline = true;
     this.RefreshSaveDevList.Label = global::Mono.Unix.Catalog.GetString ("Обновить");
     this.hbox15.Add (this.RefreshSaveDevList);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.hbox15 [this.RefreshSaveDevList]));
     w47.PackType = ((global::Gtk.PackType)(1));
     w47.Position = 3;
     w47.Expand = false;
     w47.Fill = false;
     this.vbox6.Add (this.hbox15);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox15]));
     w48.Position = 2;
     w48.Expand = false;
     w48.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.SaveImageBtn = new global::Gtk.Button ();
     this.SaveImageBtn.CanFocus = true;
     this.SaveImageBtn.Name = "SaveImageBtn";
     this.SaveImageBtn.UseUnderline = true;
     this.SaveImageBtn.Label = global::Mono.Unix.Catalog.GetString ("Создать образ");
     this.vbox6.Add (this.SaveImageBtn);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.SaveImageBtn]));
     w49.Position = 3;
     w49.Expand = false;
     w49.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox16 = new global::Gtk.HBox ();
     this.hbox16.Name = "hbox16";
     this.hbox16.Spacing = 6;
     // Container child hbox16.Gtk.Box+BoxChild
     this.label19 = new global::Gtk.Label ();
     this.label19.Name = "label19";
     this.label19.LabelProp = global::Mono.Unix.Catalog.GetString ("Прогресс выполнения:");
     this.hbox16.Add (this.label19);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox16 [this.label19]));
     w50.Position = 0;
     w50.Expand = false;
     w50.Fill = false;
     // Container child hbox16.Gtk.Box+BoxChild
     this.CreateImageProgress = new global::Gtk.ProgressBar ();
     this.CreateImageProgress.HeightRequest = 30;
     this.CreateImageProgress.Name = "CreateImageProgress";
     this.hbox16.Add (this.CreateImageProgress);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.hbox16 [this.CreateImageProgress]));
     w51.Position = 1;
     this.vbox6.Add (this.hbox16);
     global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox16]));
     w52.Position = 4;
     w52.Expand = false;
     w52.Fill = false;
     this.notebook1.Add (this.vbox6);
     global::Gtk.Notebook.NotebookChild w53 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox6]));
     w53.Position = 2;
     // Notebook tab
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Создание образа");
     this.notebook1.SetTabLabel (this.vbox6, this.label6);
     this.label6.ShowAll ();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox5 = new global::Gtk.VBox ();
     this.vbox5.Name = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox11 = new global::Gtk.HBox ();
     this.hbox11.Name = "hbox11";
     this.hbox11.Spacing = 6;
     // Container child hbox11.Gtk.Box+BoxChild
     this.ManualDelDevName = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Указать вручную"));
     this.ManualDelDevName.CanFocus = true;
     this.ManualDelDevName.Name = "ManualDelDevName";
     this.ManualDelDevName.DrawIndicator = true;
     this.ManualDelDevName.UseUnderline = true;
     this.ManualDelDevName.Group = new global::GLib.SList (global::System.IntPtr.Zero);
     this.hbox11.Add (this.ManualDelDevName);
     global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.ManualDelDevName]));
     w54.Position = 0;
     // Container child hbox11.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("sd(");
     this.hbox11.Add (this.label4);
     global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.label4]));
     w55.Position = 1;
     w55.Expand = false;
     w55.Fill = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.DelDevWord = new global::Gtk.Entry ();
     this.DelDevWord.WidthRequest = 30;
     this.DelDevWord.CanFocus = true;
     this.DelDevWord.Name = "DelDevWord";
     this.DelDevWord.IsEditable = true;
     this.DelDevWord.WidthChars = 0;
     this.DelDevWord.MaxLength = 2;
     this.DelDevWord.InvisibleChar = '•';
     this.hbox11.Add (this.DelDevWord);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.DelDevWord]));
     w56.Position = 2;
     w56.Expand = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.label14 = new global::Gtk.Label ();
     this.label14.Name = "label14";
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString (")");
     this.hbox11.Add (this.label14);
     global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.label14]));
     w57.Position = 3;
     w57.Expand = false;
     w57.Fill = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.fixed8 = new global::Gtk.Fixed ();
     this.fixed8.Name = "fixed8";
     this.fixed8.HasWindow = false;
     this.hbox11.Add (this.fixed8);
     global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.fixed8]));
     w58.PackType = ((global::Gtk.PackType)(1));
     w58.Position = 4;
     this.vbox5.Add (this.hbox11);
     global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox11]));
     w59.Position = 0;
     w59.Expand = false;
     w59.Fill = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox12 = new global::Gtk.HBox ();
     this.hbox12.Name = "hbox12";
     this.hbox12.Spacing = 6;
     // Container child hbox12.Gtk.Box+BoxChild
     this.DelDevNameFromList = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Выбрать из списка"));
     this.DelDevNameFromList.CanFocus = true;
     this.DelDevNameFromList.Name = "DelDevNameFromList";
     this.DelDevNameFromList.DrawIndicator = true;
     this.DelDevNameFromList.UseUnderline = true;
     this.DelDevNameFromList.Group = this.ManualDelDevName.Group;
     this.hbox12.Add (this.DelDevNameFromList);
     global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.DelDevNameFromList]));
     w60.Position = 0;
     // Container child hbox12.Gtk.Box+BoxChild
     this.DelDevList = global::Gtk.ComboBox.NewText ();
     this.DelDevList.WidthRequest = 100;
     this.DelDevList.Name = "DelDevList";
     this.hbox12.Add (this.DelDevList);
     global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.DelDevList]));
     w61.Position = 1;
     w61.Expand = false;
     w61.Fill = false;
     // Container child hbox12.Gtk.Box+BoxChild
     this.fixed9 = new global::Gtk.Fixed ();
     this.fixed9.Name = "fixed9";
     this.fixed9.HasWindow = false;
     this.hbox12.Add (this.fixed9);
     global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.fixed9]));
     w62.PackType = ((global::Gtk.PackType)(1));
     w62.Position = 2;
     // Container child hbox12.Gtk.Box+BoxChild
     this.RefreshDelDevWord = new global::Gtk.Button ();
     this.RefreshDelDevWord.CanFocus = true;
     this.RefreshDelDevWord.Name = "RefreshDelDevWord";
     this.RefreshDelDevWord.UseUnderline = true;
     this.RefreshDelDevWord.Label = global::Mono.Unix.Catalog.GetString ("Обновить");
     this.hbox12.Add (this.RefreshDelDevWord);
     global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.RefreshDelDevWord]));
     w63.PackType = ((global::Gtk.PackType)(1));
     w63.Position = 3;
     w63.Expand = false;
     w63.Fill = false;
     this.vbox5.Add (this.hbox12);
     global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox12]));
     w64.Position = 1;
     w64.Expand = false;
     w64.Fill = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.DisconnectDeviceBtn = new global::Gtk.Button ();
     this.DisconnectDeviceBtn.CanFocus = true;
     this.DisconnectDeviceBtn.Name = "DisconnectDeviceBtn";
     this.DisconnectDeviceBtn.UseUnderline = true;
     this.DisconnectDeviceBtn.Label = global::Mono.Unix.Catalog.GetString ("Отключить");
     this.vbox5.Add (this.DisconnectDeviceBtn);
     global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.DisconnectDeviceBtn]));
     w65.Position = 2;
     w65.Expand = false;
     w65.Fill = false;
     this.notebook1.Add (this.vbox5);
     global::Gtk.Notebook.NotebookChild w66 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox5]));
     w66.Position = 3;
     // Notebook tab
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Отключение НЖМД");
     this.notebook1.SetTabLabel (this.vbox5, this.label5);
     this.label5.ShowAll ();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.label8 = new global::Gtk.Label ();
     this.label8.Name = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Командная оболочка:");
     this.hbox4.Add (this.label8);
     global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label8]));
     w67.Position = 0;
     w67.Expand = false;
     w67.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.CfgCmdShell = new global::Gtk.Entry ();
     this.CfgCmdShell.CanFocus = true;
     this.CfgCmdShell.Name = "CfgCmdShell";
     this.CfgCmdShell.IsEditable = true;
     this.CfgCmdShell.InvisibleChar = '•';
     this.hbox4.Add (this.CfgCmdShell);
     global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.CfgCmdShell]));
     w68.Position = 1;
     this.vbox3.Add (this.hbox4);
     global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox4]));
     w69.Position = 0;
     w69.Expand = false;
     w69.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox5 = new global::Gtk.HBox ();
     this.hbox5.Name = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.label9 = new global::Gtk.Label ();
     this.label9.Name = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("Partimage-ng:");
     this.hbox5.Add (this.label9);
     global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label9]));
     w70.Position = 0;
     w70.Expand = false;
     w70.Fill = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.CfgPartImage = new global::Gtk.Entry ();
     this.CfgPartImage.CanFocus = true;
     this.CfgPartImage.Name = "CfgPartImage";
     this.CfgPartImage.IsEditable = true;
     this.CfgPartImage.InvisibleChar = '•';
     this.hbox5.Add (this.CfgPartImage);
     global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.CfgPartImage]));
     w71.Position = 1;
     this.vbox3.Add (this.hbox5);
     global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox5]));
     w72.Position = 1;
     w72.Expand = false;
     w72.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.vbox7 = new global::Gtk.VBox ();
     this.vbox7.Name = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.fixed5 = new global::Gtk.Fixed ();
     this.fixed5.Name = "fixed5";
     this.fixed5.HasWindow = false;
     this.vbox7.Add (this.fixed5);
     global::Gtk.Box.BoxChild w73 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.fixed5]));
     w73.Position = 0;
     w73.Expand = false;
     w73.Fill = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox6 = new global::Gtk.HBox ();
     this.hbox6.Name = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.fixed4 = new global::Gtk.Fixed ();
     this.fixed4.Name = "fixed4";
     this.fixed4.HasWindow = false;
     this.hbox6.Add (this.fixed4);
     global::Gtk.Box.BoxChild w74 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.fixed4]));
     w74.Position = 0;
     // Container child hbox6.Gtk.Box+BoxChild
     this.ApplyConfig = new global::Gtk.Button ();
     this.ApplyConfig.CanFocus = true;
     this.ApplyConfig.Name = "ApplyConfig";
     this.ApplyConfig.UseUnderline = true;
     this.ApplyConfig.Label = global::Mono.Unix.Catalog.GetString ("Применить");
     this.hbox6.Add (this.ApplyConfig);
     global::Gtk.Box.BoxChild w75 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.ApplyConfig]));
     w75.Position = 1;
     w75.Expand = false;
     w75.Fill = false;
     this.vbox7.Add (this.hbox6);
     global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox6]));
     w76.Position = 1;
     w76.Expand = false;
     w76.Fill = false;
     this.vbox3.Add (this.vbox7);
     global::Gtk.Box.BoxChild w77 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.vbox7]));
     w77.Position = 2;
     w77.Expand = false;
     w77.Fill = false;
     this.notebook1.Add (this.vbox3);
     global::Gtk.Notebook.NotebookChild w78 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox3]));
     w78.Position = 4;
     // Notebook tab
     this.label16 = new global::Gtk.Label ();
     this.label16.Name = "label16";
     this.label16.LabelProp = global::Mono.Unix.Catalog.GetString ("Настройки");
     this.notebook1.SetTabLabel (this.vbox3, this.label16);
     this.label16.ShowAll ();
     this.vbox1.Add (this.notebook1);
     global::Gtk.Box.BoxChild w79 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.notebook1]));
     w79.Position = 0;
     // Container child vbox1.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.vbox8 = new global::Gtk.VBox ();
     this.vbox8.Name = "vbox8";
     this.vbox8.Spacing = 6;
     // Container child vbox8.Gtk.Box+BoxChild
     this.hbox17 = new global::Gtk.HBox ();
     this.hbox17.Name = "hbox17";
     this.hbox17.Spacing = 6;
     // Container child hbox17.Gtk.Box+BoxChild
     this.fixed1 = new global::Gtk.Fixed ();
     this.fixed1.Name = "fixed1";
     this.fixed1.HasWindow = false;
     this.hbox17.Add (this.fixed1);
     global::Gtk.Box.BoxChild w80 = ((global::Gtk.Box.BoxChild)(this.hbox17 [this.fixed1]));
     w80.PackType = ((global::Gtk.PackType)(1));
     w80.Position = 0;
     this.vbox8.Add (this.hbox17);
     global::Gtk.Box.BoxChild w81 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hbox17]));
     w81.Position = 0;
     w81.Expand = false;
     w81.Fill = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.hbox19 = new global::Gtk.HBox ();
     this.hbox19.Name = "hbox19";
     this.hbox19.Spacing = 6;
     // Container child hbox19.Gtk.Box+BoxChild
     this.fixed13 = new global::Gtk.Fixed ();
     this.fixed13.Name = "fixed13";
     this.fixed13.HasWindow = false;
     this.hbox19.Add (this.fixed13);
     global::Gtk.Box.BoxChild w82 = ((global::Gtk.Box.BoxChild)(this.hbox19 [this.fixed13]));
     w82.PackType = ((global::Gtk.PackType)(1));
     w82.Position = 0;
     this.vbox8.Add (this.hbox19);
     global::Gtk.Box.BoxChild w83 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hbox19]));
     w83.Position = 1;
     w83.Expand = false;
     w83.Fill = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.fixed14 = new global::Gtk.Fixed ();
     this.fixed14.HeightRequest = 5;
     this.fixed14.Name = "fixed14";
     this.fixed14.HasWindow = false;
     this.vbox8.Add (this.fixed14);
     global::Gtk.Box.BoxChild w84 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.fixed14]));
     w84.PackType = ((global::Gtk.PackType)(1));
     w84.Position = 2;
     w84.Expand = false;
     w84.Fill = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.hbox20 = new global::Gtk.HBox ();
     this.hbox20.Name = "hbox20";
     this.hbox20.Spacing = 6;
     // Container child hbox20.Gtk.Box+BoxChild
     this.AutoSaveImage = new global::Gtk.Button ();
     this.AutoSaveImage.CanFocus = true;
     this.AutoSaveImage.Name = "AutoSaveImage";
     this.AutoSaveImage.UseUnderline = true;
     this.AutoSaveImage.Label = global::Mono.Unix.Catalog.GetString ("Создать образ");
     this.hbox20.Add (this.AutoSaveImage);
     global::Gtk.Box.BoxChild w85 = ((global::Gtk.Box.BoxChild)(this.hbox20 [this.AutoSaveImage]));
     w85.Position = 0;
     // Container child hbox20.Gtk.Box+BoxChild
     this.AutoUnpackImage = new global::Gtk.Button ();
     this.AutoUnpackImage.CanFocus = true;
     this.AutoUnpackImage.Name = "AutoUnpackImage";
     this.AutoUnpackImage.UseUnderline = true;
     this.AutoUnpackImage.Label = global::Mono.Unix.Catalog.GetString ("Распаковать образ");
     this.hbox20.Add (this.AutoUnpackImage);
     global::Gtk.Box.BoxChild w86 = ((global::Gtk.Box.BoxChild)(this.hbox20 [this.AutoUnpackImage]));
     w86.PackType = ((global::Gtk.PackType)(1));
     w86.Position = 1;
     this.vbox8.Add (this.hbox20);
     global::Gtk.Box.BoxChild w87 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hbox20]));
     w87.PackType = ((global::Gtk.PackType)(1));
     w87.Position = 3;
     w87.Expand = false;
     w87.Fill = false;
     this.GtkAlignment.Add (this.vbox8);
     this.frame1.Add (this.GtkAlignment);
     this.GtkLabel24 = new global::Gtk.Label ();
     this.GtkLabel24.Name = "GtkLabel24";
     this.GtkLabel24.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Авто</b>");
     this.GtkLabel24.UseMarkup = true;
     this.frame1.LabelWidget = this.GtkLabel24;
     this.vbox1.Add (this.frame1);
     global::Gtk.Box.BoxChild w90 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame1]));
     w90.Position = 1;
     w90.Expand = false;
     w90.Fill = false;
     this.vpaned1.Add (this.vbox1);
     global::Gtk.Paned.PanedChild w91 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.vbox1]));
     w91.Resize = false;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.vbox9 = new global::Gtk.VBox ();
     this.vbox9.Name = "vbox9";
     this.vbox9.Spacing = 6;
     // Container child vbox9.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.LogView = new global::Gtk.NodeView ();
     this.LogView.CanFocus = true;
     this.LogView.Name = "LogView";
     this.GtkScrolledWindow.Add (this.LogView);
     this.vbox9.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w93 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.GtkScrolledWindow]));
     w93.Position = 0;
     // Container child vbox9.Gtk.Box+BoxChild
     this.hbox21 = new global::Gtk.HBox ();
     this.hbox21.Name = "hbox21";
     this.hbox21.Spacing = 6;
     // Container child hbox21.Gtk.Box+BoxChild
     this.ShowAbout = new global::Gtk.Button ();
     this.ShowAbout.CanFocus = true;
     this.ShowAbout.Name = "ShowAbout";
     this.ShowAbout.UseUnderline = true;
     this.ShowAbout.Label = global::Mono.Unix.Catalog.GetString ("О программе");
     this.hbox21.Add (this.ShowAbout);
     global::Gtk.Box.BoxChild w94 = ((global::Gtk.Box.BoxChild)(this.hbox21 [this.ShowAbout]));
     w94.Position = 0;
     w94.Expand = false;
     w94.Fill = false;
     // Container child hbox21.Gtk.Box+BoxChild
     this.fixed15 = new global::Gtk.Fixed ();
     this.fixed15.Name = "fixed15";
     this.fixed15.HasWindow = false;
     this.hbox21.Add (this.fixed15);
     global::Gtk.Box.BoxChild w95 = ((global::Gtk.Box.BoxChild)(this.hbox21 [this.fixed15]));
     w95.Position = 1;
     // Container child hbox21.Gtk.Box+BoxChild
     this.ClearLog = new global::Gtk.Button ();
     this.ClearLog.CanFocus = true;
     this.ClearLog.Name = "ClearLog";
     this.ClearLog.UseUnderline = true;
     this.ClearLog.Label = global::Mono.Unix.Catalog.GetString ("Очистить");
     this.hbox21.Add (this.ClearLog);
     global::Gtk.Box.BoxChild w96 = ((global::Gtk.Box.BoxChild)(this.hbox21 [this.ClearLog]));
     w96.Position = 2;
     w96.Expand = false;
     w96.Fill = false;
     // Container child hbox21.Gtk.Box+BoxChild
     this.SaveLog = new global::Gtk.Button ();
     this.SaveLog.CanFocus = true;
     this.SaveLog.Name = "SaveLog";
     this.SaveLog.UseUnderline = true;
     this.SaveLog.Label = global::Mono.Unix.Catalog.GetString ("Сохранить");
     this.hbox21.Add (this.SaveLog);
     global::Gtk.Box.BoxChild w97 = ((global::Gtk.Box.BoxChild)(this.hbox21 [this.SaveLog]));
     w97.Position = 3;
     w97.Expand = false;
     w97.Fill = false;
     this.vbox9.Add (this.hbox21);
     global::Gtk.Box.BoxChild w98 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.hbox21]));
     w98.Position = 1;
     w98.Expand = false;
     w98.Fill = false;
     this.vpaned1.Add (this.vbox9);
     this.Add (this.vpaned1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 811;
     this.DefaultHeight = 459;
     this.Show ();
     this.RefreshHostList.Clicked += new global::System.EventHandler (this.OnRefreshHostListClicked);
     this.StartScan.Clicked += new global::System.EventHandler (this.OnStartScanClicked);
     this.ImageFileOpenButton.SelectionChanged += new global::System.EventHandler (this.OnImageFileOpenButtonSelectionChanged);
     this.RefreshDevList.Clicked += new global::System.EventHandler (this.OnRefreshDevListClicked);
     this.SaveImageButton.Clicked += new global::System.EventHandler (this.OnSaveImageButtonClicked);
     this.RefreshSaveDevList.Clicked += new global::System.EventHandler (this.OnRefreshSaveDevListClicked);
     this.SaveImageBtn.Clicked += new global::System.EventHandler (this.OnSaveImageBtnClicked);
     this.RefreshDelDevWord.Clicked += new global::System.EventHandler (this.OnRefreshDelDevWordClicked);
     this.DisconnectDeviceBtn.Clicked += new global::System.EventHandler (this.OnDisconnectDeviceBtnClicked);
     this.ApplyConfig.Clicked += new global::System.EventHandler (this.OnApplyConfigClicked);
     this.AutoSaveImage.Clicked += new global::System.EventHandler (this.OnAutoSaveImageClicked);
     this.AutoUnpackImage.Clicked += new global::System.EventHandler (this.OnAutoUnpackImageClicked);
     this.ShowAbout.Clicked += new global::System.EventHandler (this.OnShowAboutClicked);
     this.ClearLog.Clicked += new global::System.EventHandler (this.OnClearLogClicked);
     this.SaveLog.Clicked += new global::System.EventHandler (this.OnSaveLogClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.fixed1           = new global::Gtk.Fixed();
     this.fixed1.Name      = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeview1 = new global::Gtk.TreeView();
     this.treeview1.WidthRequest  = 200;
     this.treeview1.HeightRequest = 300;
     this.treeview1.CanFocus      = true;
     this.treeview1.Name          = "treeview1";
     this.GtkScrolledWindow.Add(this.treeview1);
     this.fixed1.Add(this.GtkScrolledWindow);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.GtkScrolledWindow]));
     w2.X = 467;
     w2.Y = 146;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.HeightRequest = 300;
     this.GtkScrolledWindow1.Name          = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.textview1 = new global::Gtk.TextView();
     this.textview1.WidthRequest  = 300;
     this.textview1.HeightRequest = 500;
     this.textview1.CanFocus      = true;
     this.textview1.Name          = "textview1";
     this.GtkScrolledWindow1.Add(this.textview1);
     this.fixed1.Add(this.GtkScrolledWindow1);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.GtkScrolledWindow1]));
     w4.X = 72;
     w4.Y = 153;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Lexemes");
     this.fixed1.Add(this.label1);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label1]));
     w5.X = 525;
     w5.Y = 100;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Code:");
     this.fixed1.Add(this.label2);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label2]));
     w6.X = 75;
     w6.Y = 98;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.button1              = new global::Gtk.Button();
     this.button1.CanFocus     = true;
     this.button1.Name         = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label        = global::Mono.Unix.Catalog.GetString("Open File");
     this.fixed1.Add(this.button1);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.button1]));
     w7.X = 124;
     w7.Y = 91;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow2            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow2.Name       = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.symboltreeview = new global::Gtk.TreeView();
     this.symboltreeview.WidthRequest  = 200;
     this.symboltreeview.HeightRequest = 300;
     this.symboltreeview.CanFocus      = true;
     this.symboltreeview.Name          = "symboltreeview";
     this.GtkScrolledWindow2.Add(this.symboltreeview);
     this.fixed1.Add(this.GtkScrolledWindow2);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.GtkScrolledWindow2]));
     w9.X = 783;
     w9.Y = 149;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Symbol Table");
     this.fixed1.Add(this.label3);
     global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label3]));
     w10.X = 836;
     w10.Y = 102;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.filechooserbutton1      = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select a File"), ((global::Gtk.FileChooserAction)(0)));
     this.filechooserbutton1.Name = "filechooserbutton1";
     this.fixed1.Add(this.filechooserbutton1);
     global::Gtk.Fixed.FixedChild w11 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.filechooserbutton1]));
     w11.X = 131;
     w11.Y = 119;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.button2 = new global::Gtk.Button();
     this.button2.WidthRequest = 900;
     this.button2.CanFocus     = true;
     this.button2.Name         = "button2";
     this.button2.UseUnderline = true;
     this.button2.Label        = global::Mono.Unix.Catalog.GetString("Execute");
     this.fixed1.Add(this.button2);
     global::Gtk.Fixed.FixedChild w12 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.button2]));
     w12.X = 84;
     w12.Y = 478;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow3            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow3.Name       = "GtkScrolledWindow3";
     this.GtkScrolledWindow3.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow3.Gtk.Container+ContainerChild
     this.consoletext = new global::Gtk.TextView();
     this.consoletext.WidthRequest  = 1000;
     this.consoletext.HeightRequest = 200;
     this.consoletext.CanFocus      = true;
     this.consoletext.Name          = "consoletext";
     this.GtkScrolledWindow3.Add(this.consoletext);
     this.fixed1.Add(this.GtkScrolledWindow3);
     global::Gtk.Fixed.FixedChild w14 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.GtkScrolledWindow3]));
     w14.X = 84;
     w14.Y = 560;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.button3              = new global::Gtk.Button();
     this.button3.CanFocus     = true;
     this.button3.Name         = "button3";
     this.button3.UseUnderline = true;
     this.button3.Label        = global::Mono.Unix.Catalog.GetString("Accept Input");
     this.fixed1.Add(this.button3);
     global::Gtk.Fixed.FixedChild w15 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.button3]));
     w15.X = 81;
     w15.Y = 521;
     this.Add(this.fixed1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 1368;
     this.DefaultHeight = 1111;
     this.Show();
     this.DeleteEvent     += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.button2.Clicked += new global::System.EventHandler(this.OnButton2Clicked);
 }
Exemple #18
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Frisby Toss");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.frame2 = new global::Gtk.Frame();
     this.frame2.HeightRequest = 500;
     this.frame2.Name          = "frame2";
     this.frame2.ShadowType    = ((global::Gtk.ShadowType)(0));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.fixed1           = new global::Gtk.Fixed();
     this.fixed1.Name      = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.nodeview2 = new global::Gtk.NodeView();
     this.nodeview2.WidthRequest  = 650;
     this.nodeview2.HeightRequest = 350;
     this.nodeview2.CanFocus      = true;
     this.nodeview2.Name          = "nodeview2";
     this.GtkScrolledWindow.Add(this.nodeview2);
     this.fixed1.Add(this.GtkScrolledWindow);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.GtkScrolledWindow]));
     w2.X = -6;
     w2.Y = 6;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.button4 = new global::Gtk.Button();
     this.button4.WidthRequest = 101;
     this.button4.CanFocus     = true;
     this.button4.Name         = "button4";
     this.button4.UseUnderline = true;
     this.button4.Label        = global::Mono.Unix.Catalog.GetString("Run Tests");
     this.fixed1.Add(this.button4);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.button4]));
     w3.X = 545;
     w3.Y = 425;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.filechooserbutton3 = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Choose Test Folder"), ((global::Gtk.FileChooserAction)(2)));
     this.filechooserbutton3.WidthRequest = 180;
     this.filechooserbutton3.Name         = "filechooserbutton3";
     this.fixed1.Add(this.filechooserbutton3);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.filechooserbutton3]));
     w4.X = 5;
     w4.Y = 425;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.speedLabel      = new global::Gtk.Label();
     this.speedLabel.Name = "speedLabel";
     this.fixed1.Add(this.speedLabel);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.speedLabel]));
     w5.X = 20;
     w5.Y = 381;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label2      = new global::Gtk.Label();
     this.label2.Name = "label2";
     this.fixed1.Add(this.label2);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label2]));
     w6.X = 20;
     w6.Y = 403;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.progressbar1 = new global::Gtk.ProgressBar();
     this.progressbar1.WidthRequest  = 235;
     this.progressbar1.HeightRequest = 25;
     this.progressbar1.Name          = "progressbar1";
     this.fixed1.Add(this.progressbar1);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.progressbar1]));
     w7.X = 221;
     w7.Y = 158;
     this.GtkAlignment.Add(this.fixed1);
     this.frame2.Add(this.GtkAlignment);
     this.GtkLabel2           = new global::Gtk.Label();
     this.GtkLabel2.Name      = "GtkLabel2";
     this.GtkLabel2.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Toss The Frisby</b>");
     this.GtkLabel2.UseMarkup = true;
     this.frame2.LabelWidget  = this.GtkLabel2;
     this.Add(this.frame2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 688;
     this.DefaultHeight = 500;
     this.progressbar1.Hide();
     this.Show();
     this.DeleteEvent     += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.button4.Clicked += new global::System.EventHandler(this.run_tests);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget ResxTranslatorGtk.SaveDialog
			this.Name = "ResxTranslatorGtk.SaveDialog";
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Internal child ResxTranslatorGtk.SaveDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Folder to save files in:");
			this.vbox2.Add (this.label1);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.filechooserbutton1 = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select a File"), ((global::Gtk.FileChooserAction)(2)));
			this.filechooserbutton1.Name = "filechooserbutton1";
			this.vbox2.Add (this.filechooserbutton1);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.filechooserbutton1]));
			w3.Position = 1;
			w3.Expand = false;
			w3.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.Xalign = 0F;
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("File name (without culture code or resx extension)");
			this.vbox2.Add (this.label2);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label2]));
			w4.Position = 2;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.txtFilename = new global::Gtk.Entry ();
			this.txtFilename.CanFocus = true;
			this.txtFilename.Name = "txtFilename";
			this.txtFilename.IsEditable = true;
			this.txtFilename.InvisibleChar = '•';
			this.vbox2.Add (this.txtFilename);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.txtFilename]));
			w5.Position = 3;
			w5.Expand = false;
			w5.Fill = false;
			w1.Add (this.vbox2);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
			w6.Position = 0;
			w6.Expand = false;
			w6.Fill = false;
			// Internal child ResxTranslatorGtk.SaveDialog.ActionArea
			global::Gtk.HButtonBox w7 = this.ActionArea;
			w7.Name = "dialog1_ActionArea";
			w7.Spacing = 10;
			w7.BorderWidth = ((uint)(5));
			w7.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonCancel = new global::Gtk.Button ();
			this.buttonCancel.CanDefault = true;
			this.buttonCancel.CanFocus = true;
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.UseStock = true;
			this.buttonCancel.UseUnderline = true;
			this.buttonCancel.Label = "gtk-cancel";
			this.AddActionWidget (this.buttonCancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w8 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w7 [this.buttonCancel]));
			w8.Expand = false;
			w8.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonOk = new global::Gtk.Button ();
			this.buttonOk.CanDefault = true;
			this.buttonOk.CanFocus = true;
			this.buttonOk.Name = "buttonOk";
			this.buttonOk.UseStock = true;
			this.buttonOk.UseUnderline = true;
			this.buttonOk.Label = "gtk-ok";
			this.AddActionWidget (this.buttonOk, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w7 [this.buttonOk]));
			w9.Position = 1;
			w9.Expand = false;
			w9.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 400;
			this.DefaultHeight = 300;
			this.Show ();
		}
Exemple #20
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.UIManager = new global::Gtk.UIManager ();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
     this.newAction = new global::Gtk.Action ("newAction", null, null, "gtk-new");
     w1.Add (this.newAction, null);
     this.openAction = new global::Gtk.Action ("openAction", null, null, "gtk-open");
     w1.Add (this.openAction, null);
     this.saveAction = new global::Gtk.Action ("saveAction", null, null, "gtk-save");
     w1.Add (this.saveAction, null);
     this.saveAsAction = new global::Gtk.Action ("saveAsAction", null, null, "gtk-save-as");
     w1.Add (this.saveAsAction, null);
     this.FileAction = new global::Gtk.Action ("FileAction", global::Mono.Unix.Catalog.GetString ("File"), null, null);
     this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("File");
     w1.Add (this.FileAction, null);
     this.EditAction = new global::Gtk.Action ("EditAction", global::Mono.Unix.Catalog.GetString ("Edit"), null, null);
     this.EditAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Edit");
     w1.Add (this.EditAction, null);
     this.InsertAction = new global::Gtk.Action ("InsertAction", global::Mono.Unix.Catalog.GetString ("Insert"), null, null);
     this.InsertAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Insert");
     w1.Add (this.InsertAction, null);
     this.PanelAction = new global::Gtk.Action ("PanelAction", global::Mono.Unix.Catalog.GetString ("Panel"), null, null);
     this.PanelAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Panel");
     w1.Add (this.PanelAction, 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.HelpAction = new global::Gtk.Action ("HelpAction", global::Mono.Unix.Catalog.GetString ("Help"), null, null);
     this.HelpAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Help");
     w1.Add (this.HelpAction, null);
     this.AboutAction = new global::Gtk.Action ("AboutAction", global::Mono.Unix.Catalog.GetString ("About"), null, null);
     this.AboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("About");
     w1.Add (this.AboutAction, null);
     this.NewAction = new global::Gtk.Action ("NewAction", global::Mono.Unix.Catalog.GetString ("New"), null, null);
     this.NewAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("New");
     w1.Add (this.NewAction, null);
     this.OpenAction = new global::Gtk.Action ("OpenAction", global::Mono.Unix.Catalog.GetString ("Open"), null, null);
     this.OpenAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Open");
     w1.Add (this.OpenAction, null);
     this.SaveAsAction = new global::Gtk.Action ("SaveAsAction", global::Mono.Unix.Catalog.GetString ("Save As"), null, null);
     this.SaveAsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save As");
     w1.Add (this.SaveAsAction, null);
     this.SaveAction = new global::Gtk.Action ("SaveAction", global::Mono.Unix.Catalog.GetString ("Save"), null, null);
     this.SaveAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save");
     w1.Add (this.SaveAction, null);
     this.ReplaceAction = new global::Gtk.Action ("ReplaceAction", global::Mono.Unix.Catalog.GetString ("Replace"), null, null);
     this.ReplaceAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Replace");
     w1.Add (this.ReplaceAction, null);
     this.CommandGuideAction = new global::Gtk.Action ("CommandGuideAction", global::Mono.Unix.Catalog.GetString ("Command Guide"), null, null);
     this.CommandGuideAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Command Guide");
     w1.Add (this.CommandGuideAction, null);
     this.NewWindowAction = new global::Gtk.Action ("NewWindowAction", global::Mono.Unix.Catalog.GetString ("New Window"), null, null);
     this.NewWindowAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("New Window");
     w1.Add (this.NewWindowAction, null);
     this.FontAction = new global::Gtk.Action ("FontAction", global::Mono.Unix.Catalog.GetString ("Font"), null, null);
     this.FontAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Font");
     w1.Add (this.FontAction, null);
     this.mediaPlayAction = new global::Gtk.Action ("mediaPlayAction", null, null, "gtk-media-play");
     w1.Add (this.mediaPlayAction, null);
     this.mediaPlayAction1 = new global::Gtk.Action ("mediaPlayAction1", null, null, "gtk-media-play");
     w1.Add (this.mediaPlayAction1, null);
     this.propertiesAction = new global::Gtk.Action ("propertiesAction", null, null, "gtk-properties");
     w1.Add (this.propertiesAction, null);
     this.goUpAction = new global::Gtk.Action ("goUpAction", null, null, "gtk-go-up");
     w1.Add (this.goUpAction, null);
     this.mediaPauseAction = new global::Gtk.Action ("mediaPauseAction", null, null, "gtk-media-pause");
     w1.Add (this.mediaPauseAction, null);
     this.goDownAction = new global::Gtk.Action ("goDownAction", null, null, "gtk-go-down");
     w1.Add (this.goDownAction, null);
     this.mediaPlayAction2 = new global::Gtk.Action ("mediaPlayAction2", null, null, "gtk-media-play");
     w1.Add (this.mediaPlayAction2, null);
     this.propertiesAction1 = new global::Gtk.Action ("propertiesAction1", null, null, "gtk-properties");
     w1.Add (this.propertiesAction1, null);
     this.goUpAction1 = new global::Gtk.Action ("goUpAction1", null, null, "gtk-go-up");
     w1.Add (this.goUpAction1, null);
     this.mediaPauseAction1 = new global::Gtk.Action ("mediaPauseAction1", null, null, "gtk-media-pause");
     w1.Add (this.mediaPauseAction1, null);
     this.goDownAction1 = new global::Gtk.Action ("goDownAction1", null, null, "gtk-go-down");
     w1.Add (this.goDownAction1, null);
     this.newAction1 = new global::Gtk.Action ("newAction1", null, global::Mono.Unix.Catalog.GetString ("Make new file"), "gtk-new");
     w1.Add (this.newAction1, null);
     this.openAction1 = new global::Gtk.Action ("openAction1", null, global::Mono.Unix.Catalog.GetString ("Open file"), "gtk-open");
     w1.Add (this.openAction1, null);
     this.saveAction1 = new global::Gtk.Action ("saveAction1", null, global::Mono.Unix.Catalog.GetString ("Save"), "gtk-save");
     w1.Add (this.saveAction1, null);
     this.saveAsAction1 = new global::Gtk.Action ("saveAsAction1", null, global::Mono.Unix.Catalog.GetString ("Save as"), "gtk-save-as");
     w1.Add (this.saveAsAction1, null);
     this.goDownAction2 = new global::Gtk.Action ("goDownAction2", null, global::Mono.Unix.Catalog.GetString ("Make Panel 2 like Panel 1"), "gtk-go-down");
     w1.Add (this.goDownAction2, null);
     this.goUpAction2 = new global::Gtk.Action ("goUpAction2", null, global::Mono.Unix.Catalog.GetString ("Make Panel 1 like Panel 2"), "gtk-go-up");
     w1.Add (this.goUpAction2, null);
     this.networkAction = new global::Gtk.Action ("networkAction", null, global::Mono.Unix.Catalog.GetString ("Change Panel's contents"), "gtk-network");
     w1.Add (this.networkAction, null);
     this.findAction = new global::Gtk.Action ("findAction", null, global::Mono.Unix.Catalog.GetString ("Find a text"), "gtk-find");
     w1.Add (this.findAction, null);
     this.findAndReplaceAction = new global::Gtk.Action ("findAndReplaceAction", null, global::Mono.Unix.Catalog.GetString ("Replace a text"), "gtk-find-and-replace");
     w1.Add (this.findAndReplaceAction, null);
     this.Action = new global::Gtk.Action ("Action", null, null, null);
     w1.Add (this.Action, null);
     this.Panel1Action = new global::Gtk.Action ("Panel1Action", global::Mono.Unix.Catalog.GetString ("Panel 1"), null, null);
     this.Panel1Action.ShortLabel = global::Mono.Unix.Catalog.GetString ("Panel 1");
     w1.Add (this.Panel1Action, null);
     this.Panel2Action = new global::Gtk.Action ("Panel2Action", global::Mono.Unix.Catalog.GetString ("Panel 2"), null, null);
     this.Panel2Action.ShortLabel = global::Mono.Unix.Catalog.GetString ("Panel 2");
     w1.Add (this.Panel2Action, null);
     this.OnlineWikiAction = new global::Gtk.Action ("OnlineWikiAction", global::Mono.Unix.Catalog.GetString ("Online Wiki"), null, null);
     this.OnlineWikiAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Online Wiki");
     w1.Add (this.OnlineWikiAction, null);
     this.BugReporterAction = new global::Gtk.Action ("BugReporterAction", global::Mono.Unix.Catalog.GetString ("Bug Reporter"), null, null);
     this.BugReporterAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Bug Reporter");
     w1.Add (this.BugReporterAction, null);
     this.CommandHistoryAction = new global::Gtk.Action ("CommandHistoryAction", global::Mono.Unix.Catalog.GetString ("Command History"), null, null);
     this.CommandHistoryAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Command History");
     w1.Add (this.CommandHistoryAction, null);
     this.mediaPlayAction3 = new global::Gtk.Action ("mediaPlayAction3", null, null, "gtk-media-play");
     w1.Add (this.mediaPlayAction3, 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.ExportToNexearFileAction = new global::Gtk.Action ("ExportToNexearFileAction", global::Mono.Unix.Catalog.GetString ("Export to .nexear file"), null, null);
     this.ExportToNexearFileAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Export to .nexear file");
     w1.Add (this.ExportToNexearFileAction, null);
     this.ImportFromNexearFileAction = new global::Gtk.Action ("ImportFromNexearFileAction", global::Mono.Unix.Catalog.GetString ("Import from .nexear file"), null, null);
     this.ImportFromNexearFileAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Import from .nexear file");
     w1.Add (this.ImportFromNexearFileAction, null);
     this.convertAction = new global::Gtk.Action ("convertAction", null, global::Mono.Unix.Catalog.GetString ("Open .nexear maker"), "gtk-convert");
     w1.Add (this.convertAction, null);
     this.openAction2 = new global::Gtk.Action ("openAction2", null, global::Mono.Unix.Catalog.GetString ("Open .nexear Importer"), "gtk-open");
     w1.Add (this.openAction2, null);
     this.ClearAction = new global::Gtk.Action ("ClearAction", global::Mono.Unix.Catalog.GetString ("Clear"), null, null);
     this.ClearAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Clear");
     w1.Add (this.ClearAction, null);
     this.ChangeContentAction = new global::Gtk.Action ("ChangeContentAction", global::Mono.Unix.Catalog.GetString ("Change content"), null, null);
     this.ChangeContentAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Change content");
     w1.Add (this.ChangeContentAction, null);
     this.PanelToPanelAction = new global::Gtk.Action ("PanelToPanelAction", global::Mono.Unix.Catalog.GetString ("Panel to Panel"), null, null);
     this.PanelToPanelAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Panel to Panel");
     w1.Add (this.PanelToPanelAction, null);
     this.Panel1Action1 = new global::Gtk.Action ("Panel1Action1", global::Mono.Unix.Catalog.GetString ("Panel 1"), null, null);
     this.Panel1Action1.ShortLabel = global::Mono.Unix.Catalog.GetString ("Panel 1");
     w1.Add (this.Panel1Action1, null);
     this.Panel2Action1 = new global::Gtk.Action ("Panel2Action1", global::Mono.Unix.Catalog.GetString ("Panel 2"), null, null);
     this.Panel2Action1.ShortLabel = global::Mono.Unix.Catalog.GetString ("Panel 2");
     w1.Add (this.Panel2Action1, null);
     this.FromPanel1To2Action = new global::Gtk.Action ("FromPanel1To2Action", global::Mono.Unix.Catalog.GetString ("From Panel 1 to 2"), null, null);
     this.FromPanel1To2Action.ShortLabel = global::Mono.Unix.Catalog.GetString ("From Panel 1 to 2");
     w1.Add (this.FromPanel1To2Action, null);
     this.FromPanel2To1Action = new global::Gtk.Action ("FromPanel2To1Action", global::Mono.Unix.Catalog.GetString ("From Panel 2 to 1"), null, null);
     this.FromPanel2To1Action.ShortLabel = global::Mono.Unix.Catalog.GetString ("From Panel 2 to 1");
     w1.Add (this.FromPanel2To1Action, null);
     this.ManualAction = new global::Gtk.Action ("ManualAction", global::Mono.Unix.Catalog.GetString ("Manual"), null, null);
     this.ManualAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Manual");
     w1.Add (this.ManualAction, null);
     this.logsAction = new global::Gtk.Action ("logsAction", global::Mono.Unix.Catalog.GetString ("logs"), null, null);
     this.logsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("logs");
     w1.Add (this.logsAction, null);
     this.HideCommandBarAction = new global::Gtk.Action ("HideCommandBarAction", global::Mono.Unix.Catalog.GetString ("Hide Command Bar"), null, null);
     this.HideCommandBarAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Hide Command Bar");
     w1.Add (this.HideCommandBarAction, null);
     this.mediaStopAction = new global::Gtk.RadioAction ("mediaStopAction", null, null, "gtk-media-stop", 0);
     this.mediaStopAction.Group = new global::GLib.SList (global::System.IntPtr.Zero);
     w1.Add (this.mediaStopAction, null);
     this.mediaPlayAction4 = new global::Gtk.Action ("mediaPlayAction4", null, null, "gtk-media-play");
     w1.Add (this.mediaPlayAction4, null);
     this.FindAction = new global::Gtk.Action ("FindAction", global::Mono.Unix.Catalog.GetString ("Find"), null, null);
     this.FindAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Find");
     w1.Add (this.FindAction, null);
     this.PanelReadmodAction = new global::Gtk.Action ("PanelReadmodAction", global::Mono.Unix.Catalog.GetString ("Panel Readmod"), null, null);
     this.PanelReadmodAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Panel Readmod");
     w1.Add (this.PanelReadmodAction, null);
     this.p1read = new global::Gtk.Action ("p1read", global::Mono.Unix.Catalog.GetString ("Readmod panel1"), null, null);
     this.p1read.ShortLabel = global::Mono.Unix.Catalog.GetString ("Readmod panel1");
     w1.Add (this.p1read, null);
     this.p2read = new global::Gtk.Action ("p2read", global::Mono.Unix.Catalog.GetString ("Readmod panel2"), null, null);
     this.p2read.ShortLabel = global::Mono.Unix.Catalog.GetString ("Readmod panel2");
     w1.Add (this.p2read, null);
     this.ReadmodAction = new global::Gtk.Action ("ReadmodAction", global::Mono.Unix.Catalog.GetString ("Readmod"), null, null);
     this.ReadmodAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Readmod");
     w1.Add (this.ReadmodAction, null);
     this.dndAction = new global::Gtk.RadioAction ("dndAction", null, null, "gtk-dnd", 0);
     this.dndAction.Group = this.mediaStopAction.Group;
     w1.Add (this.dndAction, null);
     this.dndAction1 = new global::Gtk.Action ("dndAction1", null, null, "gtk-dnd");
     w1.Add (this.dndAction1, null);
     this.readmodt = new global::Gtk.ToggleAction ("readmodt", null, null, "gtk-dnd");
     w1.Add (this.readmodt, null);
     this.editmoderadio = new global::Gtk.RadioAction ("editmoderadio", null, null, "gtk-edit", 0);
     this.editmoderadio.Group = new global::GLib.SList (global::System.IntPtr.Zero);
     w1.Add (this.editmoderadio, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString (" Nexear");
     this.Icon = global::Stetic.IconLoader.LoadIcon (this, "gtk-edit", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     // Container child hbox1.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vs = new global::Gtk.Label ();
     this.vs.Name = "vs";
     this.vs.LabelProp = global::Mono.Unix.Catalog.GetString (" ");
     this.hbox2.Add (this.vs);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vs]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vHelpCommand = new global::Gtk.VBox ();
     this.vHelpCommand.Name = "vHelpCommand";
     this.vHelpCommand.Spacing = 6;
     // Container child vHelpCommand.Gtk.Box+BoxChild
     this.label18 = new global::Gtk.Label ();
     this.label18.Name = "label18";
     this.vHelpCommand.Add (this.label18);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vHelpCommand [this.label18]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vHelpCommand.Gtk.Box+BoxChild
     this.hbox11 = new global::Gtk.HBox ();
     this.hbox11.Name = "hbox11";
     this.hbox11.Spacing = 3;
     // Container child hbox11.Gtk.Box+BoxChild
     this.label17 = new global::Gtk.Label ();
     this.label17.Name = "label17";
     this.label17.LabelProp = global::Mono.Unix.Catalog.GetString ("Command Line User Manual");
     this.hbox11.Add (this.label17);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.label17]));
     w4.Position = 0;
     w4.Expand = false;
     w4.Fill = false;
     this.vHelpCommand.Add (this.hbox11);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vHelpCommand [this.hbox11]));
     w5.Position = 1;
     w5.Expand = false;
     w5.Fill = false;
     // Container child vHelpCommand.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator ();
     this.hseparator1.Name = "hseparator1";
     this.vHelpCommand.Add (this.hseparator1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vHelpCommand [this.hseparator1]));
     w6.Position = 2;
     w6.Expand = false;
     w6.Fill = false;
     // Container child vHelpCommand.Gtk.Box+BoxChild
     this.scrolledwindow4 = new global::Gtk.ScrolledWindow ();
     this.scrolledwindow4.CanFocus = true;
     this.scrolledwindow4.Name = "scrolledwindow4";
     // Container child scrolledwindow4.Gtk.Container+ContainerChild
     global::Gtk.Viewport w7 = new global::Gtk.Viewport ();
     w7.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport1.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label11 = new global::Gtk.Label ();
     this.label11.Name = "label11";
     this.label11.Yalign = 0F;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString (" [ ⌂ help]: To open this Help windows\n \t> [ ⌂ help -e] to close it,\n\n [ ⌂ 1c]: To clear panel 1\n\n [ ⌂ 2c]: To clear panel 2\n\n [ ⌂ p1]: To make panel1 full screen\n\n [ ⌂ p2]: To make panel2 full screen\n\n [ ⌂ ps]: To make screens half size\n\n [ ⌂ e1 {text}]: To write {text} in panel1\n\n [ ⌂ e2 {text}]: To write {text} in panel2\n\n [ ⌂ wma]: To maximaize the screen\n\n [ ⌂ e] or  [ ⌂ exit]: to exit from \n Nexear\n\n [ ⌂ replace {text}]: to make {text} \n what you want to replace\n\t>[ ⌂ replace -e] to close it\n\n [ ⌂ m21]: To make panel1's text like\n panel2\n\n [ ⌂ m21]: To make panel2's text  like\n panel1\n\n [ ⌂ m21]: To make panel1's text  like\n panel2\n\n [ ⌂ mm]: To change panels content\n\n [ ⌂ history]: To view your  command\n history\n\n\t>[ ⌂ history -e]: to close it\n\t>[ ⌂ history -c]: to clear your\n\t   commanding history\n\n [ ⌂ rn1 {text}]: To change panel1  file's\n name to {text}\n\n [ ⌂ rn2 {text}]: To change panel2 file's\n name to {text}\n\n [ ⌂ open1 {file}]: to open {file} into\n panel1\n \n [ ⌂ open2 {file}]: to open {file} into\n panel2\n");
     this.vbox2.Add (this.label11);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label11]));
     w8.Position = 0;
     w8.Expand = false;
     w8.Fill = false;
     w7.Add (this.vbox2);
     this.scrolledwindow4.Add (w7);
     this.vHelpCommand.Add (this.scrolledwindow4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vHelpCommand [this.scrolledwindow4]));
     w11.Position = 3;
     // Container child vHelpCommand.Gtk.Box+BoxChild
     this.OnHelpCommClose = new global::Gtk.Button ();
     this.OnHelpCommClose.CanFocus = true;
     this.OnHelpCommClose.Name = "OnHelpCommClose";
     this.OnHelpCommClose.UseUnderline = true;
     this.OnHelpCommClose.Label = global::Mono.Unix.Catalog.GetString ("                                    Close                                    ");
     this.vHelpCommand.Add (this.OnHelpCommClose);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vHelpCommand [this.OnHelpCommClose]));
     w12.Position = 4;
     w12.Expand = false;
     w12.Fill = false;
     this.hbox2.Add (this.vHelpCommand);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vHelpCommand]));
     w13.Position = 1;
     w13.Expand = false;
     w13.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.verror = new global::Gtk.VBox ();
     this.verror.Name = "verror";
     this.verror.Spacing = 6;
     // Container child verror.Gtk.Box+BoxChild
     this.label27 = new global::Gtk.Label ();
     this.label27.Name = "label27";
     this.label27.Xalign = 0F;
     this.label27.LabelProp = global::Mono.Unix.Catalog.GetString ("\n Error");
     this.verror.Add (this.label27);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.verror [this.label27]));
     w14.Position = 0;
     w14.Expand = false;
     w14.Fill = false;
     // Container child verror.Gtk.Box+BoxChild
     this.hseparator2 = new global::Gtk.HSeparator ();
     this.hseparator2.Name = "hseparator2";
     this.verror.Add (this.hseparator2);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.verror [this.hseparator2]));
     w15.Position = 1;
     w15.Expand = false;
     w15.Fill = false;
     // Container child verror.Gtk.Box+BoxChild
     this.label12 = new global::Gtk.Label ();
     this.label12.Name = "label12";
     this.label12.Xalign = 0F;
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString (" Error No:");
     this.verror.Add (this.label12);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.verror [this.label12]));
     w16.Position = 2;
     w16.Expand = false;
     w16.Fill = false;
     // Container child verror.Gtk.Box+BoxChild
     this.errornu = new global::Gtk.Label ();
     this.errornu.Name = "errornu";
     this.errornu.Xalign = 0F;
     this.verror.Add (this.errornu);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.verror [this.errornu]));
     w17.Position = 3;
     w17.Expand = false;
     w17.Fill = false;
     // Container child verror.Gtk.Box+BoxChild
     this.label14 = new global::Gtk.Label ();
     this.label14.Name = "label14";
     this.label14.Xalign = 0F;
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString (" Error:");
     this.verror.Add (this.label14);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.verror [this.label14]));
     w18.Position = 4;
     w18.Expand = false;
     w18.Fill = false;
     // Container child verror.Gtk.Box+BoxChild
     this.errorex = new global::Gtk.Label ();
     this.errorex.Name = "errorex";
     this.errorex.Xalign = 0F;
     this.verror.Add (this.errorex);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.verror [this.errorex]));
     w19.Position = 5;
     w19.Expand = false;
     w19.Fill = false;
     // Container child verror.Gtk.Box+BoxChild
     this.OpenBR = new global::Gtk.Button ();
     this.OpenBR.CanFocus = true;
     this.OpenBR.Name = "OpenBR";
     this.OpenBR.UseUnderline = true;
     // Container child OpenBR.Gtk.Container+ContainerChild
     global::Gtk.Alignment w20 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w21 = new global::Gtk.HBox ();
     w21.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w22 = new global::Gtk.Image ();
     w22.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_internet", global::Gtk.IconSize.Menu);
     w21.Add (w22);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w24 = new global::Gtk.Label ();
     w24.LabelProp = global::Mono.Unix.Catalog.GetString ("Report it");
     w24.UseUnderline = true;
     w21.Add (w24);
     w20.Add (w21);
     this.OpenBR.Add (w20);
     this.verror.Add (this.OpenBR);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.verror [this.OpenBR]));
     w28.Position = 6;
     w28.Expand = false;
     w28.Fill = false;
     // Container child verror.Gtk.Box+BoxChild
     this.button2 = new global::Gtk.Button ();
     this.button2.CanFocus = true;
     this.button2.Name = "button2";
     this.button2.UseUnderline = true;
     // Container child button2.Gtk.Container+ContainerChild
     global::Gtk.Alignment w29 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w30 = new global::Gtk.HBox ();
     w30.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w31 = new global::Gtk.Image ();
     w31.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-question", global::Gtk.IconSize.Menu);
     w30.Add (w31);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w33 = new global::Gtk.Label ();
     w33.LabelProp = global::Mono.Unix.Catalog.GetString ("Read our help");
     w33.UseUnderline = true;
     w30.Add (w33);
     w29.Add (w30);
     this.button2.Add (w29);
     this.verror.Add (this.button2);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.verror [this.button2]));
     w37.Position = 7;
     w37.Expand = false;
     w37.Fill = false;
     // Container child verror.Gtk.Box+BoxChild
     this.hbox6 = new global::Gtk.HBox ();
     this.hbox6.Name = "hbox6";
     this.hbox6.Spacing = 6;
     this.verror.Add (this.hbox6);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.verror [this.hbox6]));
     w38.Position = 8;
     // Container child verror.Gtk.Box+BoxChild
     this.OnCloseError12 = new global::Gtk.Button ();
     this.OnCloseError12.CanFocus = true;
     this.OnCloseError12.Name = "OnCloseError12";
     this.OnCloseError12.UseUnderline = true;
     this.OnCloseError12.Label = global::Mono.Unix.Catalog.GetString ("Close");
     this.verror.Add (this.OnCloseError12);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.verror [this.OnCloseError12]));
     w39.Position = 9;
     w39.Expand = false;
     w39.Fill = false;
     this.hbox2.Add (this.verror);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.verror]));
     w40.Position = 2;
     w40.Expand = false;
     w40.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vsettings = new global::Gtk.VBox ();
     this.vsettings.Name = "vsettings";
     this.vsettings.Spacing = 6;
     // Container child vsettings.Gtk.Box+BoxChild
     this.label8 = new global::Gtk.Label ();
     this.label8.Name = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("\n Settings\n ―—–―――――――—–――――—―");
     this.vsettings.Add (this.label8);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vsettings [this.label8]));
     w41.Position = 0;
     w41.Expand = false;
     w41.Fill = false;
     // Container child vsettings.Gtk.Box+BoxChild
     this.hbox7 = new global::Gtk.HBox ();
     this.hbox7.Name = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.label10 = new global::Gtk.Label ();
     this.label10.Name = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("Font:");
     this.hbox7.Add (this.label10);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label10]));
     w42.Position = 0;
     w42.Expand = false;
     w42.Fill = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.fontbutton2 = new global::Gtk.FontButton ();
     this.fontbutton2.CanFocus = true;
     this.fontbutton2.Name = "fontbutton2";
     this.hbox7.Add (this.fontbutton2);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.fontbutton2]));
     w43.Position = 1;
     this.vsettings.Add (this.hbox7);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vsettings [this.hbox7]));
     w44.Position = 1;
     w44.Expand = false;
     w44.Fill = false;
     // Container child vsettings.Gtk.Box+BoxChild
     this.hbox8 = new global::Gtk.HBox ();
     this.hbox8.Name = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.label13 = new global::Gtk.Label ();
     this.label13.Name = "label13";
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("Your name:");
     this.hbox8.Add (this.label13);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.label13]));
     w45.Position = 0;
     w45.Expand = false;
     w45.Fill = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.entry5 = new global::Gtk.Entry ();
     this.entry5.CanFocus = true;
     this.entry5.Name = "entry5";
     this.entry5.IsEditable = true;
     this.entry5.InvisibleChar = '•';
     this.hbox8.Add (this.entry5);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.entry5]));
     w46.Position = 1;
     this.vsettings.Add (this.hbox8);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.vsettings [this.hbox8]));
     w47.Position = 2;
     w47.Expand = false;
     w47.Fill = false;
     // Container child vsettings.Gtk.Box+BoxChild
     this.hbox9 = new global::Gtk.HBox ();
     this.hbox9.Name = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.label15 = new global::Gtk.Label ();
     this.label15.Name = "label15";
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString ("label7");
     this.hbox9.Add (this.label15);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.label15]));
     w48.Position = 0;
     w48.Expand = false;
     w48.Fill = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.entry6 = new global::Gtk.Entry ();
     this.entry6.CanFocus = true;
     this.entry6.Name = "entry6";
     this.entry6.IsEditable = true;
     this.entry6.InvisibleChar = '•';
     this.hbox9.Add (this.entry6);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.entry6]));
     w49.Position = 1;
     this.vsettings.Add (this.hbox9);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.vsettings [this.hbox9]));
     w50.Position = 3;
     w50.Expand = false;
     w50.Fill = false;
     // Container child vsettings.Gtk.Box+BoxChild
     this.button5 = new global::Gtk.Button ();
     this.button5.CanFocus = true;
     this.button5.Name = "button5";
     this.button5.UseUnderline = true;
     this.button5.Label = global::Mono.Unix.Catalog.GetString ("GtkButton");
     this.vsettings.Add (this.button5);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vsettings [this.button5]));
     w51.Position = 5;
     w51.Expand = false;
     w51.Fill = false;
     this.hbox2.Add (this.vsettings);
     global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vsettings]));
     w52.Position = 3;
     w52.Expand = false;
     w52.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vkary = new global::Gtk.VBox ();
     this.vkary.Name = "vkary";
     this.vkary.Spacing = 6;
     // Container child vkary.Gtk.Box+BoxChild
     this.scrolledwindow3 = new global::Gtk.ScrolledWindow ();
     this.scrolledwindow3.CanFocus = true;
     this.scrolledwindow3.Name = "scrolledwindow3";
     // Container child scrolledwindow3.Gtk.Container+ContainerChild
     global::Gtk.Viewport w53 = new global::Gtk.Viewport ();
     w53.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.label9 = new global::Gtk.Label ();
     this.label9.Name = "label9";
     this.label9.Xalign = 0F;
     this.label9.Yalign = 0F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("\n Pouya Kary\n ―—–――――――――――――――\n Hi! this is Pouya Kary, main writer of\n this tiny text editor!\n\n You may used  [⌂ kary] or [⌂ pouya]\n to find this page!\n\n However! this is my page in Nexear\n I'm a GNU, Free Software, LEGO fan\n and a Hacker , BaseKiteer, LEGO Pro\n Pianist and CEO of a tiny foundation\n called \"Pouya Animation\" as a non-\n profit workspace for everyone who\n love software!\n\n I'm also a part of GNU Project, (I'm\n main maintainer of GNU Gleem) &\n a translator in Sugar on a Strick &\n head of devs in Pouya Animation\n\n If you want to contact me this is my \n contact:\n Email:\n [email protected] or [email protected]\n Website:\n www.thepa.mx/~kary\n\n Regards!");
     w53.Add (this.label9);
     this.scrolledwindow3.Add (w53);
     this.vkary.Add (this.scrolledwindow3);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.vkary [this.scrolledwindow3]));
     w56.Position = 0;
     // Container child vkary.Gtk.Box+BoxChild
     this.KaryClose = new global::Gtk.Button ();
     this.KaryClose.CanFocus = true;
     this.KaryClose.Name = "KaryClose";
     this.KaryClose.UseUnderline = true;
     this.KaryClose.Label = global::Mono.Unix.Catalog.GetString ("                                    Close                                    ");
     this.vkary.Add (this.KaryClose);
     global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.vkary [this.KaryClose]));
     w57.Position = 1;
     w57.Expand = false;
     w57.Fill = false;
     this.hbox2.Add (this.vkary);
     global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vkary]));
     w58.Position = 4;
     w58.Expand = false;
     w58.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vreplace = new global::Gtk.VBox ();
     this.vreplace.Name = "vreplace";
     this.vreplace.Spacing = 4;
     // Container child vreplace.Gtk.Box+BoxChild
     this.label28 = new global::Gtk.Label ();
     this.label28.Name = "label28";
     this.label28.Xalign = 0F;
     this.label28.LabelProp = global::Mono.Unix.Catalog.GetString ("\n Replace");
     this.vreplace.Add (this.label28);
     global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.vreplace [this.label28]));
     w59.Position = 0;
     w59.Expand = false;
     w59.Fill = false;
     // Container child vreplace.Gtk.Box+BoxChild
     this.hseparator3 = new global::Gtk.HSeparator ();
     this.hseparator3.Name = "hseparator3";
     this.vreplace.Add (this.hseparator3);
     global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.vreplace [this.hseparator3]));
     w60.Position = 1;
     w60.Expand = false;
     w60.Fill = false;
     // Container child vreplace.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 (" replace:");
     this.vreplace.Add (this.label6);
     global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.vreplace [this.label6]));
     w61.Position = 2;
     w61.Expand = false;
     w61.Fill = false;
     // Container child vreplace.Gtk.Box+BoxChild
     this.hbox14 = new global::Gtk.HBox ();
     this.hbox14.Name = "hbox14";
     this.hbox14.Spacing = 6;
     // Container child hbox14.Gtk.Box+BoxChild
     this.ReplaceName = new global::Gtk.Entry ();
     this.ReplaceName.CanFocus = true;
     this.ReplaceName.Name = "ReplaceName";
     this.ReplaceName.IsEditable = true;
     this.ReplaceName.InvisibleChar = '•';
     this.hbox14.Add (this.ReplaceName);
     global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.ReplaceName]));
     w62.Position = 0;
     // Container child hbox14.Gtk.Box+BoxChild
     this.button11 = new global::Gtk.Button ();
     this.button11.CanFocus = true;
     this.button11.Name = "button11";
     this.button11.UseUnderline = true;
     this.button11.Label = global::Mono.Unix.Catalog.GetString ("↵");
     this.hbox14.Add (this.button11);
     global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.button11]));
     w63.Position = 1;
     w63.Expand = false;
     w63.Fill = false;
     // Container child hbox14.Gtk.Box+BoxChild
     this.button13 = new global::Gtk.Button ();
     this.button13.CanFocus = true;
     this.button13.Name = "button13";
     this.button13.UseUnderline = true;
     this.button13.Label = global::Mono.Unix.Catalog.GetString ("✖");
     this.hbox14.Add (this.button13);
     global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.button13]));
     w64.Position = 2;
     w64.Expand = false;
     w64.Fill = false;
     this.vreplace.Add (this.hbox14);
     global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.vreplace [this.hbox14]));
     w65.Position = 3;
     w65.Expand = false;
     w65.Fill = false;
     // Container child vreplace.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 (" with:");
     this.vreplace.Add (this.label7);
     global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.vreplace [this.label7]));
     w66.Position = 4;
     w66.Expand = false;
     w66.Fill = false;
     // Container child vreplace.Gtk.Box+BoxChild
     this.hbox15 = new global::Gtk.HBox ();
     this.hbox15.Name = "hbox15";
     this.hbox15.Spacing = 6;
     // Container child hbox15.Gtk.Box+BoxChild
     this.ReplaceWith = new global::Gtk.Entry ();
     this.ReplaceWith.CanFocus = true;
     this.ReplaceWith.Name = "ReplaceWith";
     this.ReplaceWith.IsEditable = true;
     this.ReplaceWith.InvisibleChar = '•';
     this.hbox15.Add (this.ReplaceWith);
     global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.hbox15 [this.ReplaceWith]));
     w67.Position = 0;
     // Container child hbox15.Gtk.Box+BoxChild
     this.button15 = new global::Gtk.Button ();
     this.button15.CanFocus = true;
     this.button15.Name = "button15";
     this.button15.UseUnderline = true;
     this.button15.Label = global::Mono.Unix.Catalog.GetString ("↵");
     this.hbox15.Add (this.button15);
     global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.hbox15 [this.button15]));
     w68.Position = 1;
     w68.Expand = false;
     w68.Fill = false;
     // Container child hbox15.Gtk.Box+BoxChild
     this.button14 = new global::Gtk.Button ();
     this.button14.CanFocus = true;
     this.button14.Name = "button14";
     this.button14.UseUnderline = true;
     this.button14.Label = global::Mono.Unix.Catalog.GetString ("✖");
     this.hbox15.Add (this.button14);
     global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.hbox15 [this.button14]));
     w69.Position = 2;
     w69.Expand = false;
     w69.Fill = false;
     this.vreplace.Add (this.hbox15);
     global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.vreplace [this.hbox15]));
     w70.Position = 5;
     w70.Expand = false;
     w70.Fill = false;
     // Container child vreplace.Gtk.Box+BoxChild
     this.label8976 = new global::Gtk.Label ();
     this.label8976.Name = "label8976";
     this.label8976.Xalign = 0F;
     this.label8976.LabelProp = global::Mono.Unix.Catalog.GetString (" Replace into panel:");
     this.vreplace.Add (this.label8976);
     global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.vreplace [this.label8976]));
     w71.Position = 6;
     w71.Expand = false;
     w71.Fill = false;
     // Container child vreplace.Gtk.Box+BoxChild
     this.ReplacePanelNo = global::Gtk.ComboBox.NewText ();
     this.ReplacePanelNo.AppendText (global::Mono.Unix.Catalog.GetString ("Panel 1"));
     this.ReplacePanelNo.AppendText (global::Mono.Unix.Catalog.GetString ("Panel 2"));
     this.ReplacePanelNo.Name = "ReplacePanelNo";
     this.ReplacePanelNo.Active = 0;
     this.vreplace.Add (this.ReplacePanelNo);
     global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.vreplace [this.ReplacePanelNo]));
     w72.Position = 7;
     w72.Expand = false;
     w72.Fill = false;
     // Container child vreplace.Gtk.Box+BoxChild
     this.ReplaceGo = new global::Gtk.Button ();
     this.ReplaceGo.CanFocus = true;
     this.ReplaceGo.Name = "ReplaceGo";
     this.ReplaceGo.UseUnderline = true;
     // Container child ReplaceGo.Gtk.Container+ContainerChild
     global::Gtk.Alignment w73 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w74 = new global::Gtk.HBox ();
     w74.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w75 = new global::Gtk.Image ();
     w75.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_repeat", global::Gtk.IconSize.Menu);
     w74.Add (w75);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w77 = new global::Gtk.Label ();
     w77.LabelProp = global::Mono.Unix.Catalog.GetString ("Replace!");
     w77.UseUnderline = true;
     w74.Add (w77);
     w73.Add (w74);
     this.ReplaceGo.Add (w73);
     this.vreplace.Add (this.ReplaceGo);
     global::Gtk.Box.BoxChild w81 = ((global::Gtk.Box.BoxChild)(this.vreplace [this.ReplaceGo]));
     w81.Position = 8;
     w81.Expand = false;
     w81.Fill = false;
     // Container child vreplace.Gtk.Box+BoxChild
     this.hbox12 = new global::Gtk.HBox ();
     this.hbox12.Name = "hbox12";
     this.hbox12.Spacing = 6;
     this.vreplace.Add (this.hbox12);
     global::Gtk.Box.BoxChild w82 = ((global::Gtk.Box.BoxChild)(this.vreplace [this.hbox12]));
     w82.Position = 9;
     // Container child vreplace.Gtk.Box+BoxChild
     this.ReplaceCancel = new global::Gtk.Button ();
     this.ReplaceCancel.CanFocus = true;
     this.ReplaceCancel.Name = "ReplaceCancel";
     this.ReplaceCancel.UseUnderline = true;
     this.ReplaceCancel.Label = global::Mono.Unix.Catalog.GetString ("Cancel");
     this.vreplace.Add (this.ReplaceCancel);
     global::Gtk.Box.BoxChild w83 = ((global::Gtk.Box.BoxChild)(this.vreplace [this.ReplaceCancel]));
     w83.Position = 10;
     w83.Expand = false;
     w83.Fill = false;
     this.hbox2.Add (this.vreplace);
     global::Gtk.Box.BoxChild w84 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vreplace]));
     w84.Position = 5;
     w84.Expand = false;
     w84.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vsave = new global::Gtk.VBox ();
     this.vsave.Name = "vsave";
     this.vsave.Spacing = 4;
     // Container child vsave.Gtk.Box+BoxChild
     this.label29 = new global::Gtk.Label ();
     this.label29.Name = "label29";
     this.label29.Xalign = 0F;
     this.label29.LabelProp = global::Mono.Unix.Catalog.GetString ("\n Save File");
     this.vsave.Add (this.label29);
     global::Gtk.Box.BoxChild w85 = ((global::Gtk.Box.BoxChild)(this.vsave [this.label29]));
     w85.Position = 0;
     w85.Expand = false;
     w85.Fill = false;
     // Container child vsave.Gtk.Box+BoxChild
     this.hseparator4 = new global::Gtk.HSeparator ();
     this.hseparator4.Name = "hseparator4";
     this.vsave.Add (this.hseparator4);
     global::Gtk.Box.BoxChild w86 = ((global::Gtk.Box.BoxChild)(this.vsave [this.hseparator4]));
     w86.Position = 1;
     w86.Expand = false;
     w86.Fill = false;
     // Container child vsave.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 (" Your file's name:");
     this.vsave.Add (this.label4);
     global::Gtk.Box.BoxChild w87 = ((global::Gtk.Box.BoxChild)(this.vsave [this.label4]));
     w87.Position = 2;
     w87.Expand = false;
     w87.Fill = false;
     // Container child vsave.Gtk.Box+BoxChild
     this.SaveFileName = new global::Gtk.Entry ();
     this.SaveFileName.CanFocus = true;
     this.SaveFileName.Name = "SaveFileName";
     this.SaveFileName.IsEditable = true;
     this.SaveFileName.InvisibleChar = '•';
     this.vsave.Add (this.SaveFileName);
     global::Gtk.Box.BoxChild w88 = ((global::Gtk.Box.BoxChild)(this.vsave [this.SaveFileName]));
     w88.Position = 3;
     w88.Expand = false;
     w88.Fill = false;
     // Container child vsave.Gtk.Box+BoxChild
     this.label19 = new global::Gtk.Label ();
     this.label19.Name = "label19";
     this.label19.Xalign = 0F;
     this.label19.LabelProp = global::Mono.Unix.Catalog.GetString (" Select where you want to save");
     this.vsave.Add (this.label19);
     global::Gtk.Box.BoxChild w89 = ((global::Gtk.Box.BoxChild)(this.vsave [this.label19]));
     w89.Position = 4;
     w89.Expand = false;
     w89.Fill = false;
     // Container child vsave.Gtk.Box+BoxChild
     this.wheretosave = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select a File"), ((global::Gtk.FileChooserAction)(2)));
     this.wheretosave.Name = "wheretosave";
     this.vsave.Add (this.wheretosave);
     global::Gtk.Box.BoxChild w90 = ((global::Gtk.Box.BoxChild)(this.vsave [this.wheretosave]));
     w90.Position = 5;
     w90.Expand = false;
     w90.Fill = false;
     // Container child vsave.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 (" Your file's panel:");
     this.vsave.Add (this.label5);
     global::Gtk.Box.BoxChild w91 = ((global::Gtk.Box.BoxChild)(this.vsave [this.label5]));
     w91.Position = 6;
     w91.Expand = false;
     w91.Fill = false;
     // Container child vsave.Gtk.Box+BoxChild
     this.SavePanelNo = global::Gtk.ComboBox.NewText ();
     this.SavePanelNo.AppendText (global::Mono.Unix.Catalog.GetString ("Panel 1"));
     this.SavePanelNo.AppendText (global::Mono.Unix.Catalog.GetString ("Panel 2"));
     this.SavePanelNo.TooltipMarkup = "Use this button to select with panel's content have to save in your file";
     this.SavePanelNo.Name = "SavePanelNo";
     this.SavePanelNo.Active = 0;
     this.vsave.Add (this.SavePanelNo);
     global::Gtk.Box.BoxChild w92 = ((global::Gtk.Box.BoxChild)(this.vsave [this.SavePanelNo]));
     w92.Position = 7;
     w92.Expand = false;
     w92.Fill = false;
     // Container child vsave.Gtk.Box+BoxChild
     this.SaveButton = new global::Gtk.Button ();
     this.SaveButton.CanFocus = true;
     this.SaveButton.Name = "SaveButton";
     this.SaveButton.UseUnderline = true;
     // Container child SaveButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w93 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w94 = new global::Gtk.HBox ();
     w94.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w95 = new global::Gtk.Image ();
     w95.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-save", global::Gtk.IconSize.Menu);
     w94.Add (w95);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w97 = new global::Gtk.Label ();
     w97.LabelProp = global::Mono.Unix.Catalog.GetString ("Save!");
     w97.UseUnderline = true;
     w94.Add (w97);
     w93.Add (w94);
     this.SaveButton.Add (w93);
     this.vsave.Add (this.SaveButton);
     global::Gtk.Box.BoxChild w101 = ((global::Gtk.Box.BoxChild)(this.vsave [this.SaveButton]));
     w101.Position = 8;
     w101.Expand = false;
     w101.Fill = false;
     // Container child vsave.Gtk.Box+BoxChild
     this.button3 = new global::Gtk.Button ();
     this.button3.CanFocus = true;
     this.button3.Name = "button3";
     this.button3.UseUnderline = true;
     this.button3.Label = global::Mono.Unix.Catalog.GetString ("                          Cancel                          ");
     this.vsave.Add (this.button3);
     global::Gtk.Box.BoxChild w102 = ((global::Gtk.Box.BoxChild)(this.vsave [this.button3]));
     w102.PackType = ((global::Gtk.PackType)(1));
     w102.Position = 9;
     w102.Expand = false;
     w102.Fill = false;
     // Container child vsave.Gtk.Box+BoxChild
     this.hbox5 = new global::Gtk.HBox ();
     this.hbox5.Name = "hbox5";
     this.hbox5.Spacing = 6;
     this.vsave.Add (this.hbox5);
     global::Gtk.Box.BoxChild w103 = ((global::Gtk.Box.BoxChild)(this.vsave [this.hbox5]));
     w103.PackType = ((global::Gtk.PackType)(1));
     w103.Position = 10;
     // Container child vsave.Gtk.Box+BoxChild
     this.oexists = new global::Gtk.Frame ();
     this.oexists.Name = "oexists";
     this.oexists.ShadowType = ((global::Gtk.ShadowType)(4));
     this.oexists.LabelXalign = 0.5F;
     // Container child oexists.Gtk.Container+ContainerChild
     this.GtkAlignment6 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment6.Name = "GtkAlignment6";
     this.GtkAlignment6.LeftPadding = ((uint)(12));
     // Container child GtkAlignment6.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("This file is really exists");
     this.vbox1.Add (this.label3);
     global::Gtk.Box.BoxChild w104 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label3]));
     w104.Position = 0;
     w104.Expand = false;
     w104.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.button1 = new global::Gtk.Button ();
     this.button1.CanFocus = true;
     this.button1.Name = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label = global::Mono.Unix.Catalog.GetString ("Replace it");
     this.vbox1.Add (this.button1);
     global::Gtk.Box.BoxChild w105 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.button1]));
     w105.Position = 1;
     w105.Expand = false;
     w105.Fill = false;
     // Container child vbox1.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 ("No cancel it!");
     this.vbox1.Add (this.button6);
     global::Gtk.Box.BoxChild w106 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.button6]));
     w106.Position = 2;
     w106.Expand = false;
     w106.Fill = false;
     this.GtkAlignment6.Add (this.vbox1);
     this.oexists.Add (this.GtkAlignment6);
     this.GtkLabel26 = new global::Gtk.Label ();
     this.GtkLabel26.Name = "GtkLabel26";
     this.GtkLabel26.LabelProp = global::Mono.Unix.Catalog.GetString ("Opps!");
     this.GtkLabel26.UseMarkup = true;
     this.oexists.LabelWidget = this.GtkLabel26;
     this.vsave.Add (this.oexists);
     global::Gtk.Box.BoxChild w109 = ((global::Gtk.Box.BoxChild)(this.vsave [this.oexists]));
     w109.PackType = ((global::Gtk.PackType)(1));
     w109.Position = 11;
     w109.Expand = false;
     w109.Fill = false;
     this.hbox2.Add (this.vsave);
     global::Gtk.Box.BoxChild w110 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vsave]));
     w110.Position = 6;
     w110.Expand = false;
     w110.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vopen = new global::Gtk.VBox ();
     this.vopen.Name = "vopen";
     this.vopen.Spacing = 3;
     // Container child vopen.Gtk.Box+BoxChild
     this.label30 = new global::Gtk.Label ();
     this.label30.Name = "label30";
     this.label30.Xalign = 0F;
     this.label30.LabelProp = global::Mono.Unix.Catalog.GetString ("\n Open File");
     this.vopen.Add (this.label30);
     global::Gtk.Box.BoxChild w111 = ((global::Gtk.Box.BoxChild)(this.vopen [this.label30]));
     w111.Position = 0;
     w111.Expand = false;
     w111.Fill = false;
     // Container child vopen.Gtk.Box+BoxChild
     this.hseparator5 = new global::Gtk.HSeparator ();
     this.hseparator5.Name = "hseparator5";
     this.vopen.Add (this.hseparator5);
     global::Gtk.Box.BoxChild w112 = ((global::Gtk.Box.BoxChild)(this.vopen [this.hseparator5]));
     w112.Position = 1;
     w112.Expand = false;
     w112.Fill = false;
     // Container child vopen.Gtk.Box+BoxChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     // Container child vbox3.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 (" Select your file");
     this.vbox3.Add (this.label1);
     global::Gtk.Box.BoxChild w113 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label1]));
     w113.Position = 0;
     w113.Expand = false;
     w113.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.openwhere = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select a File"), ((global::Gtk.FileChooserAction)(0)));
     this.openwhere.TooltipMarkup = "Use this button to select your file";
     this.openwhere.Name = "openwhere";
     this.vbox3.Add (this.openwhere);
     global::Gtk.Box.BoxChild w114 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.openwhere]));
     w114.Position = 1;
     w114.Expand = false;
     w114.Fill = false;
     // Container child vbox3.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 (" Open Into:");
     this.vbox3.Add (this.label2);
     global::Gtk.Box.BoxChild w115 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label2]));
     w115.Position = 2;
     w115.Expand = false;
     w115.Fill = false;
     this.vopen.Add (this.vbox3);
     global::Gtk.Box.BoxChild w116 = ((global::Gtk.Box.BoxChild)(this.vopen [this.vbox3]));
     w116.Position = 2;
     w116.Expand = false;
     w116.Fill = false;
     // Container child vopen.Gtk.Box+BoxChild
     this.OpenPanelNo = global::Gtk.ComboBox.NewText ();
     this.OpenPanelNo.AppendText (global::Mono.Unix.Catalog.GetString ("Panel 1"));
     this.OpenPanelNo.AppendText (global::Mono.Unix.Catalog.GetString ("Panel 2"));
     this.OpenPanelNo.TooltipMarkup = "Select what Panel you want to use to open your file into";
     this.OpenPanelNo.Name = "OpenPanelNo";
     this.OpenPanelNo.Active = 0;
     this.vopen.Add (this.OpenPanelNo);
     global::Gtk.Box.BoxChild w117 = ((global::Gtk.Box.BoxChild)(this.vopen [this.OpenPanelNo]));
     w117.Position = 3;
     w117.Expand = false;
     w117.Fill = false;
     // Container child vopen.Gtk.Box+BoxChild
     this.OpenButton = new global::Gtk.Button ();
     this.OpenButton.CanFocus = true;
     this.OpenButton.Name = "OpenButton";
     this.OpenButton.UseUnderline = true;
     // Container child OpenButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w118 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w119 = new global::Gtk.HBox ();
     w119.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w120 = new global::Gtk.Image ();
     w120.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-directory", global::Gtk.IconSize.Menu);
     w119.Add (w120);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w122 = new global::Gtk.Label ();
     w122.LabelProp = global::Mono.Unix.Catalog.GetString ("Open!");
     w122.UseUnderline = true;
     w119.Add (w122);
     w118.Add (w119);
     this.OpenButton.Add (w118);
     this.vopen.Add (this.OpenButton);
     global::Gtk.Box.BoxChild w126 = ((global::Gtk.Box.BoxChild)(this.vopen [this.OpenButton]));
     w126.Position = 4;
     w126.Expand = false;
     w126.Fill = false;
     // Container child vopen.Gtk.Box+BoxChild
     this.odsave = new global::Gtk.Frame ();
     this.odsave.Name = "odsave";
     this.odsave.LabelXalign = 0.5F;
     // Container child odsave.Gtk.Container+ContainerChild
     this.GtkAlignment7 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment7.Name = "GtkAlignment7";
     this.GtkAlignment7.LeftPadding = ((uint)(12));
     // Container child GtkAlignment7.Gtk.Container+ContainerChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label20 = new global::Gtk.Label ();
     this.label20.Name = "label20";
     this.label20.LabelProp = global::Mono.Unix.Catalog.GetString ("You didn't saved the content\nof this panel are you sure you\nwant to open a new file?");
     this.vbox4.Add (this.label20);
     global::Gtk.Box.BoxChild w127 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label20]));
     w127.Position = 0;
     w127.Expand = false;
     w127.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.button7 = new global::Gtk.Button ();
     this.button7.CanFocus = true;
     this.button7.Name = "button7";
     this.button7.UseUnderline = true;
     this.button7.Label = global::Mono.Unix.Catalog.GetString ("Open The New File");
     this.vbox4.Add (this.button7);
     global::Gtk.Box.BoxChild w128 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.button7]));
     w128.Position = 1;
     w128.Expand = false;
     w128.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.button8 = new global::Gtk.Button ();
     this.button8.CanFocus = true;
     this.button8.Name = "button8";
     this.button8.UseUnderline = true;
     this.button8.Label = global::Mono.Unix.Catalog.GetString ("Save that text");
     this.vbox4.Add (this.button8);
     global::Gtk.Box.BoxChild w129 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.button8]));
     w129.Position = 2;
     w129.Expand = false;
     w129.Fill = false;
     this.GtkAlignment7.Add (this.vbox4);
     this.odsave.Add (this.GtkAlignment7);
     this.GtkLabel29 = new global::Gtk.Label ();
     this.GtkLabel29.Name = "GtkLabel29";
     this.GtkLabel29.LabelProp = global::Mono.Unix.Catalog.GetString ("Oops!");
     this.GtkLabel29.UseMarkup = true;
     this.odsave.LabelWidget = this.GtkLabel29;
     this.vopen.Add (this.odsave);
     global::Gtk.Box.BoxChild w132 = ((global::Gtk.Box.BoxChild)(this.vopen [this.odsave]));
     w132.Position = 5;
     w132.Expand = false;
     w132.Fill = false;
     // Container child vopen.Gtk.Box+BoxChild
     this.odotnexear = new global::Gtk.Frame ();
     this.odotnexear.Name = "odotnexear";
     this.odotnexear.LabelXalign = 0.5F;
     // Container child odotnexear.Gtk.Container+ContainerChild
     this.GtkAlignment12 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment12.Name = "GtkAlignment12";
     this.GtkAlignment12.LeftPadding = ((uint)(12));
     // Container child GtkAlignment12.Gtk.Container+ContainerChild
     this.vbox6 = new global::Gtk.VBox ();
     this.vbox6.Name = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.label25 = new global::Gtk.Label ();
     this.label25.Name = "label25";
     this.label25.LabelProp = global::Mono.Unix.Catalog.GetString ("This is a \".nexear\" file do you \nwant to open it with \" .nexear\" \nimporter?");
     this.vbox6.Add (this.label25);
     global::Gtk.Box.BoxChild w133 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label25]));
     w133.Position = 0;
     w133.Expand = false;
     w133.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.button21 = new global::Gtk.Button ();
     this.button21.CanFocus = true;
     this.button21.Name = "button21";
     this.button21.UseUnderline = true;
     this.button21.Label = global::Mono.Unix.Catalog.GetString ("Open it with Importer");
     this.vbox6.Add (this.button21);
     global::Gtk.Box.BoxChild w134 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.button21]));
     w134.Position = 1;
     w134.Expand = false;
     w134.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.button22 = new global::Gtk.Button ();
     this.button22.CanFocus = true;
     this.button22.Name = "button22";
     this.button22.UseUnderline = true;
     this.button22.Label = global::Mono.Unix.Catalog.GetString ("Continue with normal opener");
     this.vbox6.Add (this.button22);
     global::Gtk.Box.BoxChild w135 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.button22]));
     w135.Position = 2;
     w135.Expand = false;
     w135.Fill = false;
     this.GtkAlignment12.Add (this.vbox6);
     this.odotnexear.Add (this.GtkAlignment12);
     this.GtkLabel46 = new global::Gtk.Label ();
     this.GtkLabel46.Name = "GtkLabel46";
     this.GtkLabel46.LabelProp = global::Mono.Unix.Catalog.GetString ("Oops!");
     this.GtkLabel46.UseMarkup = true;
     this.odotnexear.LabelWidget = this.GtkLabel46;
     this.vopen.Add (this.odotnexear);
     global::Gtk.Box.BoxChild w138 = ((global::Gtk.Box.BoxChild)(this.vopen [this.odotnexear]));
     w138.Position = 6;
     w138.Expand = false;
     w138.Fill = false;
     // Container child vopen.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     this.vopen.Add (this.hbox4);
     global::Gtk.Box.BoxChild w139 = ((global::Gtk.Box.BoxChild)(this.vopen [this.hbox4]));
     w139.Position = 7;
     // Container child vopen.Gtk.Box+BoxChild
     this.button4 = new global::Gtk.Button ();
     this.button4.CanFocus = true;
     this.button4.Name = "button4";
     this.button4.UseUnderline = true;
     this.button4.Label = global::Mono.Unix.Catalog.GetString ("                          Cancel                          ");
     this.vopen.Add (this.button4);
     global::Gtk.Box.BoxChild w140 = ((global::Gtk.Box.BoxChild)(this.vopen [this.button4]));
     w140.PackType = ((global::Gtk.PackType)(1));
     w140.Position = 8;
     w140.Expand = false;
     w140.Fill = false;
     this.hbox2.Add (this.vopen);
     global::Gtk.Box.BoxChild w141 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vopen]));
     w141.Position = 7;
     w141.Expand = false;
     w141.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vhistory = new global::Gtk.VBox ();
     this.vhistory.Name = "vhistory";
     this.vhistory.Spacing = 6;
     // Container child vhistory.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 ("\n Command History");
     this.vhistory.Add (this.label16);
     global::Gtk.Box.BoxChild w142 = ((global::Gtk.Box.BoxChild)(this.vhistory [this.label16]));
     w142.Position = 0;
     w142.Expand = false;
     w142.Fill = false;
     // Container child vhistory.Gtk.Box+BoxChild
     this.hseparator6 = new global::Gtk.HSeparator ();
     this.hseparator6.Name = "hseparator6";
     this.vhistory.Add (this.hseparator6);
     global::Gtk.Box.BoxChild w143 = ((global::Gtk.Box.BoxChild)(this.vhistory [this.hseparator6]));
     w143.Position = 1;
     w143.Expand = false;
     w143.Fill = false;
     // Container child vhistory.Gtk.Box+BoxChild
     this.scrolledwindow5 = new global::Gtk.ScrolledWindow ();
     this.scrolledwindow5.CanFocus = true;
     this.scrolledwindow5.Name = "scrolledwindow5";
     // Container child scrolledwindow5.Gtk.Container+ContainerChild
     global::Gtk.Viewport w144 = new global::Gtk.Viewport ();
     w144.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport2.Gtk.Container+ContainerChild
     this.lhistory = new global::Gtk.Label ();
     this.lhistory.Name = "lhistory";
     this.lhistory.Xalign = 0F;
     this.lhistory.Yalign = 0F;
     w144.Add (this.lhistory);
     this.scrolledwindow5.Add (w144);
     this.vhistory.Add (this.scrolledwindow5);
     global::Gtk.Box.BoxChild w147 = ((global::Gtk.Box.BoxChild)(this.vhistory [this.scrolledwindow5]));
     w147.Position = 2;
     // Container child vhistory.Gtk.Box+BoxChild
     this.OnHistoryCloseB = new global::Gtk.Button ();
     this.OnHistoryCloseB.CanFocus = true;
     this.OnHistoryCloseB.Name = "OnHistoryCloseB";
     this.OnHistoryCloseB.UseUnderline = true;
     this.OnHistoryCloseB.Label = global::Mono.Unix.Catalog.GetString ("                                    Close                                    ");
     this.vhistory.Add (this.OnHistoryCloseB);
     global::Gtk.Box.BoxChild w148 = ((global::Gtk.Box.BoxChild)(this.vhistory [this.OnHistoryCloseB]));
     w148.Position = 3;
     w148.Expand = false;
     w148.Fill = false;
     this.hbox2.Add (this.vhistory);
     global::Gtk.Box.BoxChild w149 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vhistory]));
     w149.Position = 8;
     w149.Expand = false;
     w149.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vNexMaker = new global::Gtk.VBox ();
     this.vNexMaker.Name = "vNexMaker";
     this.vNexMaker.Spacing = 6;
     // Container child vNexMaker.Gtk.Box+BoxChild
     this.label31 = new global::Gtk.Label ();
     this.label31.Name = "label31";
     this.label31.Xalign = 0F;
     this.label31.LabelProp = global::Mono.Unix.Catalog.GetString ("\n Nexear Maker");
     this.vNexMaker.Add (this.label31);
     global::Gtk.Box.BoxChild w150 = ((global::Gtk.Box.BoxChild)(this.vNexMaker [this.label31]));
     w150.Position = 0;
     w150.Expand = false;
     w150.Fill = false;
     // Container child vNexMaker.Gtk.Box+BoxChild
     this.hseparator7 = new global::Gtk.HSeparator ();
     this.hseparator7.Name = "hseparator7";
     this.vNexMaker.Add (this.hseparator7);
     global::Gtk.Box.BoxChild w151 = ((global::Gtk.Box.BoxChild)(this.vNexMaker [this.hseparator7]));
     w151.Position = 1;
     w151.Expand = false;
     w151.Fill = false;
     // Container child vNexMaker.Gtk.Box+BoxChild
     this.label22 = new global::Gtk.Label ();
     this.label22.Name = "label22";
     this.label22.Xalign = 0F;
     this.label22.LabelProp = global::Mono.Unix.Catalog.GetString (" Writer a name for your file:");
     this.vNexMaker.Add (this.label22);
     global::Gtk.Box.BoxChild w152 = ((global::Gtk.Box.BoxChild)(this.vNexMaker [this.label22]));
     w152.Position = 2;
     w152.Expand = false;
     w152.Fill = false;
     // Container child vNexMaker.Gtk.Box+BoxChild
     this.SaveNexearName = new global::Gtk.Entry ();
     this.SaveNexearName.CanFocus = true;
     this.SaveNexearName.Name = "SaveNexearName";
     this.SaveNexearName.IsEditable = true;
     this.SaveNexearName.InvisibleChar = '•';
     this.vNexMaker.Add (this.SaveNexearName);
     global::Gtk.Box.BoxChild w153 = ((global::Gtk.Box.BoxChild)(this.vNexMaker [this.SaveNexearName]));
     w153.Position = 3;
     w153.Expand = false;
     w153.Fill = false;
     // Container child vNexMaker.Gtk.Box+BoxChild
     this.label23 = new global::Gtk.Label ();
     this.label23.Name = "label23";
     this.label23.Xalign = 0F;
     this.label23.LabelProp = global::Mono.Unix.Catalog.GetString (" Select where you want to save\n your file");
     this.vNexMaker.Add (this.label23);
     global::Gtk.Box.BoxChild w154 = ((global::Gtk.Box.BoxChild)(this.vNexMaker [this.label23]));
     w154.Position = 4;
     w154.Expand = false;
     w154.Fill = false;
     // Container child vNexMaker.Gtk.Box+BoxChild
     this.SaveNexearWhere = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select a File"), ((global::Gtk.FileChooserAction)(2)));
     this.SaveNexearWhere.Name = "SaveNexearWhere";
     this.vNexMaker.Add (this.SaveNexearWhere);
     global::Gtk.Box.BoxChild w155 = ((global::Gtk.Box.BoxChild)(this.vNexMaker [this.SaveNexearWhere]));
     w155.Position = 5;
     w155.Expand = false;
     w155.Fill = false;
     // Container child vNexMaker.Gtk.Box+BoxChild
     this.button17 = new global::Gtk.Button ();
     this.button17.CanFocus = true;
     this.button17.Name = "button17";
     this.button17.UseUnderline = true;
     // Container child button17.Gtk.Container+ContainerChild
     global::Gtk.Alignment w156 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w157 = new global::Gtk.HBox ();
     w157.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w158 = new global::Gtk.Image ();
     w158.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-convert", global::Gtk.IconSize.Menu);
     w157.Add (w158);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w160 = new global::Gtk.Label ();
     w160.LabelProp = global::Mono.Unix.Catalog.GetString ("Make the file");
     w160.UseUnderline = true;
     w157.Add (w160);
     w156.Add (w157);
     this.button17.Add (w156);
     this.vNexMaker.Add (this.button17);
     global::Gtk.Box.BoxChild w164 = ((global::Gtk.Box.BoxChild)(this.vNexMaker [this.button17]));
     w164.Position = 6;
     w164.Expand = false;
     w164.Fill = false;
     // Container child vNexMaker.Gtk.Box+BoxChild
     this.onexearexists = new global::Gtk.Frame ();
     this.onexearexists.Name = "onexearexists";
     this.onexearexists.LabelXalign = 0.5F;
     // Container child onexearexists.Gtk.Container+ContainerChild
     this.GtkAlignment13 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment13.Name = "GtkAlignment13";
     this.GtkAlignment13.LeftPadding = ((uint)(12));
     // Container child GtkAlignment13.Gtk.Container+ContainerChild
     this.vbox7 = new global::Gtk.VBox ();
     this.vbox7.Name = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.label26 = new global::Gtk.Label ();
     this.label26.Name = "label26";
     this.label26.LabelProp = global::Mono.Unix.Catalog.GetString ("The file exists");
     this.vbox7.Add (this.label26);
     global::Gtk.Box.BoxChild w165 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.label26]));
     w165.Position = 0;
     w165.Expand = false;
     w165.Fill = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.button23 = new global::Gtk.Button ();
     this.button23.CanFocus = true;
     this.button23.Name = "button23";
     this.button23.UseUnderline = true;
     this.button23.Label = global::Mono.Unix.Catalog.GetString ("Replace It");
     this.vbox7.Add (this.button23);
     global::Gtk.Box.BoxChild w166 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.button23]));
     w166.Position = 1;
     w166.Expand = false;
     w166.Fill = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.button24 = new global::Gtk.Button ();
     this.button24.CanFocus = true;
     this.button24.Name = "button24";
     this.button24.UseUnderline = true;
     this.button24.Label = global::Mono.Unix.Catalog.GetString ("No Cancel It!");
     this.vbox7.Add (this.button24);
     global::Gtk.Box.BoxChild w167 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.button24]));
     w167.Position = 2;
     w167.Expand = false;
     w167.Fill = false;
     this.GtkAlignment13.Add (this.vbox7);
     this.onexearexists.Add (this.GtkAlignment13);
     this.GtkLabel49 = new global::Gtk.Label ();
     this.GtkLabel49.Name = "GtkLabel49";
     this.GtkLabel49.LabelProp = global::Mono.Unix.Catalog.GetString ("Oops!");
     this.GtkLabel49.UseMarkup = true;
     this.onexearexists.LabelWidget = this.GtkLabel49;
     this.vNexMaker.Add (this.onexearexists);
     global::Gtk.Box.BoxChild w170 = ((global::Gtk.Box.BoxChild)(this.vNexMaker [this.onexearexists]));
     w170.Position = 7;
     w170.Expand = false;
     w170.Fill = false;
     // Container child vNexMaker.Gtk.Box+BoxChild
     this.hbox17 = new global::Gtk.HBox ();
     this.hbox17.Name = "hbox17";
     this.hbox17.Spacing = 6;
     this.vNexMaker.Add (this.hbox17);
     global::Gtk.Box.BoxChild w171 = ((global::Gtk.Box.BoxChild)(this.vNexMaker [this.hbox17]));
     w171.Position = 8;
     // Container child vNexMaker.Gtk.Box+BoxChild
     this.button18 = new global::Gtk.Button ();
     this.button18.CanFocus = true;
     this.button18.Name = "button18";
     this.button18.UseUnderline = true;
     this.button18.Label = global::Mono.Unix.Catalog.GetString ("                             Cancel                             ");
     this.vNexMaker.Add (this.button18);
     global::Gtk.Box.BoxChild w172 = ((global::Gtk.Box.BoxChild)(this.vNexMaker [this.button18]));
     w172.Position = 9;
     w172.Expand = false;
     w172.Fill = false;
     this.hbox2.Add (this.vNexMaker);
     global::Gtk.Box.BoxChild w173 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vNexMaker]));
     w173.Position = 9;
     w173.Expand = false;
     w173.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vNexImporter = new global::Gtk.VBox ();
     this.vNexImporter.Name = "vNexImporter";
     this.vNexImporter.Spacing = 6;
     // Container child vNexImporter.Gtk.Box+BoxChild
     this.label32 = new global::Gtk.Label ();
     this.label32.Name = "label32";
     this.label32.Xalign = 0F;
     this.label32.LabelProp = global::Mono.Unix.Catalog.GetString ("\n Nexear Importer");
     this.vNexImporter.Add (this.label32);
     global::Gtk.Box.BoxChild w174 = ((global::Gtk.Box.BoxChild)(this.vNexImporter [this.label32]));
     w174.Position = 0;
     w174.Expand = false;
     w174.Fill = false;
     // Container child vNexImporter.Gtk.Box+BoxChild
     this.hseparator8 = new global::Gtk.HSeparator ();
     this.hseparator8.Name = "hseparator8";
     this.vNexImporter.Add (this.hseparator8);
     global::Gtk.Box.BoxChild w175 = ((global::Gtk.Box.BoxChild)(this.vNexImporter [this.hseparator8]));
     w175.Position = 1;
     w175.Expand = false;
     w175.Fill = false;
     // Container child vNexImporter.Gtk.Box+BoxChild
     this.label24 = new global::Gtk.Label ();
     this.label24.Name = "label24";
     this.label24.Xalign = 0F;
     this.label24.LabelProp = global::Mono.Unix.Catalog.GetString (" Select the file you want to open");
     this.vNexImporter.Add (this.label24);
     global::Gtk.Box.BoxChild w176 = ((global::Gtk.Box.BoxChild)(this.vNexImporter [this.label24]));
     w176.Position = 2;
     w176.Expand = false;
     w176.Fill = false;
     // Container child vNexImporter.Gtk.Box+BoxChild
     this.OpenNexearWhere = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select a File"), ((global::Gtk.FileChooserAction)(0)));
     this.OpenNexearWhere.Name = "OpenNexearWhere";
     this.vNexImporter.Add (this.OpenNexearWhere);
     global::Gtk.Box.BoxChild w177 = ((global::Gtk.Box.BoxChild)(this.vNexImporter [this.OpenNexearWhere]));
     w177.Position = 3;
     w177.Expand = false;
     w177.Fill = false;
     // Container child vNexImporter.Gtk.Box+BoxChild
     this.button19 = new global::Gtk.Button ();
     this.button19.CanFocus = true;
     this.button19.Name = "button19";
     this.button19.UseUnderline = true;
     // Container child button19.Gtk.Container+ContainerChild
     global::Gtk.Alignment w178 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w179 = new global::Gtk.HBox ();
     w179.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w180 = new global::Gtk.Image ();
     w180.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_folder", global::Gtk.IconSize.Menu);
     w179.Add (w180);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w182 = new global::Gtk.Label ();
     w182.LabelProp = global::Mono.Unix.Catalog.GetString ("Import the file");
     w182.UseUnderline = true;
     w179.Add (w182);
     w178.Add (w179);
     this.button19.Add (w178);
     this.vNexImporter.Add (this.button19);
     global::Gtk.Box.BoxChild w186 = ((global::Gtk.Box.BoxChild)(this.vNexImporter [this.button19]));
     w186.Position = 4;
     w186.Expand = false;
     w186.Fill = false;
     // Container child vNexImporter.Gtk.Box+BoxChild
     this.hbox18 = new global::Gtk.HBox ();
     this.hbox18.Name = "hbox18";
     this.hbox18.Spacing = 6;
     this.vNexImporter.Add (this.hbox18);
     global::Gtk.Box.BoxChild w187 = ((global::Gtk.Box.BoxChild)(this.vNexImporter [this.hbox18]));
     w187.Position = 5;
     // Container child vNexImporter.Gtk.Box+BoxChild
     this.button20 = new global::Gtk.Button ();
     this.button20.CanFocus = true;
     this.button20.Name = "button20";
     this.button20.UseUnderline = true;
     this.button20.Label = global::Mono.Unix.Catalog.GetString ("                             Cancel                             ");
     this.vNexImporter.Add (this.button20);
     global::Gtk.Box.BoxChild w188 = ((global::Gtk.Box.BoxChild)(this.vNexImporter [this.button20]));
     w188.Position = 6;
     w188.Expand = false;
     w188.Fill = false;
     this.hbox2.Add (this.vNexImporter);
     global::Gtk.Box.BoxChild w189 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vNexImporter]));
     w189.Position = 10;
     w189.Expand = false;
     w189.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vhome = new global::Gtk.VBox ();
     this.vhome.Name = "vhome";
     // Container child vhome.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><menubar name='menubar1'><menu name='FileAction' action='FileAction'><menu name='NewAction' action='NewAction'><menuitem name='Panel1Action' action='Panel1Action'/><menuitem name='Panel2Action' action='Panel2Action'/></menu><menuitem name='OpenAction' action='OpenAction'/><menuitem name='SaveAsAction' action='SaveAsAction'/><menuitem name='SaveAction' action='SaveAction'/><separator/><menuitem name='ExportToNexearFileAction' action='ExportToNexearFileAction'/><menuitem name='ImportFromNexearFileAction' action='ImportFromNexearFileAction'/><separator/><menuitem name='ExitAction' action='ExitAction'/></menu><menu name='EditAction' action='EditAction'><menuitem name='ReplaceAction' action='ReplaceAction'/><menuitem name='FindAction' action='FindAction'/></menu><menu name='PanelAction' action='PanelAction'><menu name='ClearAction' action='ClearAction'><menuitem name='Panel1Action1' action='Panel1Action1'/><menuitem name='Panel2Action1' action='Panel2Action1'/></menu><menuitem name='ChangeContentAction' action='ChangeContentAction'/><menu name='PanelToPanelAction' action='PanelToPanelAction'><menuitem name='FromPanel1To2Action' action='FromPanel1To2Action'/><menuitem name='FromPanel2To1Action' action='FromPanel2To1Action'/></menu><menu name='PanelReadmodAction' action='PanelReadmodAction'><menuitem name='p1read' action='p1read'/><menuitem name='p2read' action='p2read'/></menu></menu><menu name='ViewAction' action='ViewAction'><menuitem name='CommandHistoryAction' action='CommandHistoryAction'/><menuitem name='HideCommandBarAction' action='HideCommandBarAction'/><menuitem name='ReadmodAction' action='ReadmodAction'/></menu><menu name='HelpAction' action='HelpAction'><menuitem name='AboutAction' action='AboutAction'/><separator/><menuitem name='ManualAction' action='ManualAction'/><menuitem name='CommandGuideAction' action='CommandGuideAction'/><menuitem name='OnlineWikiAction' action='OnlineWikiAction'/><separator/><menuitem name='BugReporterAction' action='BugReporterAction'/><menuitem name='logsAction' action='logsAction'/></menu></menubar></ui>");
     this.menubar1 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vhome.Add (this.menubar1);
     global::Gtk.Box.BoxChild w190 = ((global::Gtk.Box.BoxChild)(this.vhome [this.menubar1]));
     w190.Position = 0;
     w190.Expand = false;
     w190.Fill = false;
     // Container child vhome.Gtk.Box+BoxChild
     this.hbox10 = new global::Gtk.HBox ();
     this.hbox10.Name = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><toolbar name='toolbar5'><toolitem name='openAction2' action='openAction2'/><toolitem name='convertAction' action='convertAction'/><separator/><toolitem name='newAction1' action='newAction1'/><toolitem name='openAction1' action='openAction1'/><toolitem name='saveAction1' action='saveAction1'/><toolitem name='saveAsAction1' action='saveAsAction1'/><separator/><toolitem name='goDownAction2' action='goDownAction2'/><toolitem name='networkAction' action='networkAction'/><toolitem name='goUpAction2' action='goUpAction2'/><separator/><toolitem name='readmodt' action='readmodt'/><separator/><toolitem name='findAction' action='findAction'/><toolitem name='findAndReplaceAction' action='findAndReplaceAction'/><separator/><toolitem/></toolbar></ui>");
     this.toolbar5 = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar5")));
     this.toolbar5.Name = "toolbar5";
     this.toolbar5.ShowArrow = false;
     this.toolbar5.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
     this.toolbar5.IconSize = ((global::Gtk.IconSize)(2));
     this.hbox10.Add (this.toolbar5);
     global::Gtk.Box.BoxChild w191 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.toolbar5]));
     w191.Position = 0;
     this.vhome.Add (this.hbox10);
     global::Gtk.Box.BoxChild w192 = ((global::Gtk.Box.BoxChild)(this.vhome [this.hbox10]));
     w192.Position = 1;
     w192.Expand = false;
     w192.Fill = false;
     // Container child vhome.Gtk.Box+BoxChild
     this.hs = new global::Gtk.HSeparator ();
     this.hs.Name = "hs";
     this.vhome.Add (this.hs);
     global::Gtk.Box.BoxChild w193 = ((global::Gtk.Box.BoxChild)(this.vhome [this.hs]));
     w193.Position = 2;
     w193.Expand = false;
     w193.Fill = false;
     // Container child vhome.Gtk.Box+BoxChild
     this.hexit = new global::Gtk.HBox ();
     this.hexit.Name = "hexit";
     this.hexit.Spacing = 6;
     // Container child hexit.Gtk.Box+BoxChild
     this.image113 = new global::Gtk.Image ();
     this.image113.Name = "image113";
     this.image113.Xpad = 4;
     this.image113.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-warning", global::Gtk.IconSize.Menu);
     this.hexit.Add (this.image113);
     global::Gtk.Box.BoxChild w194 = ((global::Gtk.Box.BoxChild)(this.hexit [this.image113]));
     w194.Position = 0;
     w194.Expand = false;
     w194.Fill = false;
     // Container child hexit.Gtk.Box+BoxChild
     this.label21 = new global::Gtk.Label ();
     this.label21.Name = "label21";
     this.label21.LabelProp = global::Mono.Unix.Catalog.GetString ("Are you sure you want to exit?");
     this.hexit.Add (this.label21);
     global::Gtk.Box.BoxChild w195 = ((global::Gtk.Box.BoxChild)(this.hexit [this.label21]));
     w195.Position = 1;
     w195.Expand = false;
     w195.Fill = false;
     // Container child hexit.Gtk.Box+BoxChild
     this.vbox5 = new global::Gtk.VBox ();
     this.vbox5.Name = "vbox5";
     this.vbox5.Spacing = 6;
     this.hexit.Add (this.vbox5);
     global::Gtk.Box.BoxChild w196 = ((global::Gtk.Box.BoxChild)(this.hexit [this.vbox5]));
     w196.Position = 2;
     // Container child hexit.Gtk.Box+BoxChild
     this.button10 = new global::Gtk.Button ();
     this.button10.CanFocus = true;
     this.button10.Name = "button10";
     this.button10.UseUnderline = true;
     // Container child button10.Gtk.Container+ContainerChild
     global::Gtk.Alignment w197 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w198 = new global::Gtk.HBox ();
     w198.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w199 = new global::Gtk.Image ();
     w199.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-cancel", global::Gtk.IconSize.Menu);
     w198.Add (w199);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w201 = new global::Gtk.Label ();
     w201.LabelProp = global::Mono.Unix.Catalog.GetString ("No!");
     w201.UseUnderline = true;
     w198.Add (w201);
     w197.Add (w198);
     this.button10.Add (w197);
     this.hexit.Add (this.button10);
     global::Gtk.Box.BoxChild w205 = ((global::Gtk.Box.BoxChild)(this.hexit [this.button10]));
     w205.Position = 3;
     w205.Expand = false;
     w205.Fill = false;
     // Container child hexit.Gtk.Box+BoxChild
     this.button9 = new global::Gtk.Button ();
     this.button9.CanFocus = true;
     this.button9.Name = "button9";
     this.button9.UseUnderline = true;
     // Container child button9.Gtk.Container+ContainerChild
     global::Gtk.Alignment w206 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w207 = new global::Gtk.HBox ();
     w207.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w208 = new global::Gtk.Image ();
     w208.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-apply", global::Gtk.IconSize.Menu);
     w207.Add (w208);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w210 = new global::Gtk.Label ();
     w210.LabelProp = global::Mono.Unix.Catalog.GetString ("Yes!");
     w210.UseUnderline = true;
     w207.Add (w210);
     w206.Add (w207);
     this.button9.Add (w206);
     this.hexit.Add (this.button9);
     global::Gtk.Box.BoxChild w214 = ((global::Gtk.Box.BoxChild)(this.hexit [this.button9]));
     w214.Position = 4;
     w214.Expand = false;
     w214.Fill = false;
     this.vhome.Add (this.hexit);
     global::Gtk.Box.BoxChild w215 = ((global::Gtk.Box.BoxChild)(this.vhome [this.hexit]));
     w215.Position = 3;
     w215.Expand = false;
     w215.Fill = false;
     // Container child vhome.Gtk.Box+BoxChild
     this.herrorbox = new global::Gtk.HBox ();
     this.herrorbox.Name = "herrorbox";
     this.herrorbox.Spacing = 6;
     // Container child herrorbox.Gtk.Box+BoxChild
     this.image101 = new global::Gtk.Image ();
     this.image101.Name = "image101";
     this.image101.Xpad = 4;
     this.image101.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-warning", global::Gtk.IconSize.Menu);
     this.herrorbox.Add (this.image101);
     global::Gtk.Box.BoxChild w216 = ((global::Gtk.Box.BoxChild)(this.herrorbox [this.image101]));
     w216.Position = 0;
     w216.Expand = false;
     w216.Fill = false;
     // Container child herrorbox.Gtk.Box+BoxChild
     this.errormname = new global::Gtk.Label ();
     this.errormname.Name = "errormname";
     this.herrorbox.Add (this.errormname);
     global::Gtk.Box.BoxChild w217 = ((global::Gtk.Box.BoxChild)(this.herrorbox [this.errormname]));
     w217.Position = 1;
     w217.Expand = false;
     w217.Fill = false;
     // Container child herrorbox.Gtk.Box+BoxChild
     this.vbox8 = new global::Gtk.VBox ();
     this.vbox8.Name = "vbox8";
     this.vbox8.Spacing = 6;
     this.herrorbox.Add (this.vbox8);
     global::Gtk.Box.BoxChild w218 = ((global::Gtk.Box.BoxChild)(this.herrorbox [this.vbox8]));
     w218.Position = 2;
     // Container child herrorbox.Gtk.Box+BoxChild
     this.button25 = new global::Gtk.Button ();
     this.button25.CanFocus = true;
     this.button25.Name = "button25";
     this.button25.UseUnderline = true;
     // Container child button25.Gtk.Container+ContainerChild
     global::Gtk.Alignment w219 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w220 = new global::Gtk.HBox ();
     w220.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w221 = new global::Gtk.Image ();
     w221.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-cancel", global::Gtk.IconSize.Menu);
     w220.Add (w221);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w223 = new global::Gtk.Label ();
     w223.LabelProp = global::Mono.Unix.Catalog.GetString ("Close");
     w223.UseUnderline = true;
     w220.Add (w223);
     w219.Add (w220);
     this.button25.Add (w219);
     this.herrorbox.Add (this.button25);
     global::Gtk.Box.BoxChild w227 = ((global::Gtk.Box.BoxChild)(this.herrorbox [this.button25]));
     w227.Position = 3;
     w227.Expand = false;
     w227.Fill = false;
     this.vhome.Add (this.herrorbox);
     global::Gtk.Box.BoxChild w228 = ((global::Gtk.Box.BoxChild)(this.vhome [this.herrorbox]));
     w228.Position = 4;
     w228.Expand = false;
     w228.Fill = false;
     // Container child vhome.Gtk.Box+BoxChild
     this.vpaned2 = new global::Gtk.VPaned ();
     this.vpaned2.CanFocus = true;
     this.vpaned2.Name = "vpaned2";
     this.vpaned2.Position = 202;
     // Container child vpaned2.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.panel1 = new global::Gtk.TextView ();
     this.panel1.CanFocus = true;
     this.panel1.Name = "panel1";
     this.GtkScrolledWindow.Add (this.panel1);
     this.vpaned2.Add (this.GtkScrolledWindow);
     global::Gtk.Paned.PanedChild w230 = ((global::Gtk.Paned.PanedChild)(this.vpaned2 [this.GtkScrolledWindow]));
     w230.Resize = false;
     // Container child vpaned2.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.panel2 = new global::Gtk.TextView ();
     this.panel2.CanFocus = true;
     this.panel2.Name = "panel2";
     this.GtkScrolledWindow1.Add (this.panel2);
     this.vpaned2.Add (this.GtkScrolledWindow1);
     this.vhome.Add (this.vpaned2);
     global::Gtk.Box.BoxChild w233 = ((global::Gtk.Box.BoxChild)(this.vhome [this.vpaned2]));
     w233.Position = 5;
     // Container child vhome.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     // Container child hbox3.Gtk.Box+BoxChild
     this.Command = new global::Gtk.Entry ();
     this.Command.TooltipMarkup = "This is Command Line Frame you can use it to use Nexear with Command";
     this.Command.Name = "Command";
     this.Command.IsEditable = true;
     this.Command.InvisibleChar = '•';
     this.hbox3.Add (this.Command);
     global::Gtk.Box.BoxChild w234 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.Command]));
     w234.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.CommandClear = new global::Gtk.Button ();
     this.CommandClear.TooltipMarkup = "Clear commnad button";
     this.CommandClear.CanFocus = true;
     this.CommandClear.Name = "CommandClear";
     this.CommandClear.UseUnderline = true;
     // Container child CommandClear.Gtk.Container+ContainerChild
     global::Gtk.Alignment w235 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w236 = new global::Gtk.HBox ();
     w236.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w237 = new global::Gtk.Image ();
     w237.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-clear", global::Gtk.IconSize.Menu);
     w236.Add (w237);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w239 = new global::Gtk.Label ();
     w236.Add (w239);
     w235.Add (w236);
     this.CommandClear.Add (w235);
     this.hbox3.Add (this.CommandClear);
     global::Gtk.Box.BoxChild w243 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.CommandClear]));
     w243.Position = 1;
     w243.Expand = false;
     w243.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.CommandPlay = new global::Gtk.Button ();
     this.CommandPlay.TooltipMarkup = "Run Commnad";
     this.CommandPlay.CanFocus = true;
     this.CommandPlay.Name = "CommandPlay";
     this.CommandPlay.UseUnderline = true;
     this.CommandPlay.Label = global::Mono.Unix.Catalog.GetString ("Run");
     this.hbox3.Add (this.CommandPlay);
     global::Gtk.Box.BoxChild w244 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.CommandPlay]));
     w244.PackType = ((global::Gtk.PackType)(1));
     w244.Position = 2;
     w244.Expand = false;
     w244.Fill = false;
     this.vhome.Add (this.hbox3);
     global::Gtk.Box.BoxChild w245 = ((global::Gtk.Box.BoxChild)(this.vhome [this.hbox3]));
     w245.Position = 6;
     w245.Expand = false;
     w245.Fill = false;
     this.hbox2.Add (this.vhome);
     global::Gtk.Box.BoxChild w246 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vhome]));
     w246.Position = 11;
     this.hbox1.Add (this.hbox2);
     global::Gtk.Box.BoxChild w247 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.hbox2]));
     w247.Position = 0;
     this.Add (this.hbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 3095;
     this.DefaultHeight = 582;
     this.vs.Hide ();
     this.vHelpCommand.Hide ();
     this.verror.Hide ();
     this.vsettings.Hide ();
     this.vkary.Hide ();
     this.vreplace.Hide ();
     this.oexists.Hide ();
     this.vsave.Hide ();
     this.odsave.Hide ();
     this.odotnexear.Hide ();
     this.vopen.Hide ();
     this.vhistory.Hide ();
     this.onexearexists.Hide ();
     this.vNexMaker.Hide ();
     this.vNexImporter.Hide ();
     this.hs.Hide ();
     this.hexit.Hide ();
     this.herrorbox.Hide ();
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.AboutAction.Activated += new global::System.EventHandler (this.OnAbout);
     this.OpenAction.Activated += new global::System.EventHandler (this.OnOpenShow);
     this.SaveAsAction.Activated += new global::System.EventHandler (this.OnSaveShow);
     this.ReplaceAction.Activated += new global::System.EventHandler (this.OnReplaceShow);
     this.CommandGuideAction.Activated += new global::System.EventHandler (this.OnCommHelpShow);
     this.NewWindowAction.Activated += new global::System.EventHandler (this.OnNewWindow);
     this.mediaPlayAction2.Activated += new global::System.EventHandler (this.OnComkmSH);
     this.propertiesAction1.Activated += new global::System.EventHandler (this.OnSettingShow);
     this.goUpAction1.Activated += new global::System.EventHandler (this.OnPUP);
     this.mediaPauseAction1.Activated += new global::System.EventHandler (this.OnPS);
     this.goDownAction1.Activated += new global::System.EventHandler (this.OnPDOWB);
     this.newAction1.Activated += new global::System.EventHandler (this.OnP1N);
     this.openAction1.Activated += new global::System.EventHandler (this.OnOpenShow);
     this.saveAsAction1.Activated += new global::System.EventHandler (this.OnSaveShow);
     this.goDownAction2.Activated += new global::System.EventHandler (this.OnM12);
     this.goUpAction2.Activated += new global::System.EventHandler (this.OnM21);
     this.networkAction.Activated += new global::System.EventHandler (this.OnMM);
     this.findAndReplaceAction.Activated += new global::System.EventHandler (this.OnReplaceShow);
     this.Panel1Action.Activated += new global::System.EventHandler (this.OnP1N);
     this.Panel2Action.Activated += new global::System.EventHandler (this.OnP2N);
     this.OnlineWikiAction.Activated += new global::System.EventHandler (this.OnWiki);
     this.BugReporterAction.Activated += new global::System.EventHandler (this.OnReport);
     this.CommandHistoryAction.Activated += new global::System.EventHandler (this.OnHistoryShow);
     this.ExitAction.Activated += new global::System.EventHandler (this.OnExit);
     this.ExportToNexearFileAction.Activated += new global::System.EventHandler (this.OnNMShoe);
     this.ImportFromNexearFileAction.Activated += new global::System.EventHandler (this.OnNexIMShow);
     this.convertAction.Activated += new global::System.EventHandler (this.OnNMShoe);
     this.openAction2.Activated += new global::System.EventHandler (this.OnNexIMShow);
     this.ChangeContentAction.Activated += new global::System.EventHandler (this.OnMM);
     this.HideCommandBarAction.Activated += new global::System.EventHandler (this.OnComkmSH);
     this.p1read.Activated += new global::System.EventHandler (this.OnReadmod1);
     this.p2read.Activated += new global::System.EventHandler (this.OnReadmod2);
     this.ReadmodAction.Activated += new global::System.EventHandler (this.OnFullReadMode);
     this.readmodt.Activated += new global::System.EventHandler (this.OnFullReadMode);
     this.OnHelpCommClose.Clicked += new global::System.EventHandler (this.OnVClose);
     this.OpenBR.Clicked += new global::System.EventHandler (this.OnReport);
     this.button2.Clicked += new global::System.EventHandler (this.OnWiki);
     this.OnCloseError12.Clicked += new global::System.EventHandler (this.OnVClose);
     this.button5.Clicked += new global::System.EventHandler (this.OnVClose);
     this.KaryClose.Clicked += new global::System.EventHandler (this.OnVClose);
     this.button11.Clicked += new global::System.EventHandler (this.OnReplaceIncertEnter);
     this.button13.Clicked += new global::System.EventHandler (this.OnReplaceClear);
     this.button15.Entered += new global::System.EventHandler (this.OnReplaceWithIncertEnter);
     this.button14.Clicked += new global::System.EventHandler (this.OnReplaceWithNameClear);
     this.ReplaceGo.Clicked += new global::System.EventHandler (this.OnReplace);
     this.ReplaceCancel.Clicked += new global::System.EventHandler (this.OnVClose);
     this.SaveButton.Clicked += new global::System.EventHandler (this.OnSaveAs);
     this.button1.Clicked += new global::System.EventHandler (this.OnSaveReplace);
     this.button6.Clicked += new global::System.EventHandler (this.OnSaveNeverMind);
     this.button3.Clicked += new global::System.EventHandler (this.OnVClose);
     this.OpenButton.Clicked += new global::System.EventHandler (this.OnOpen);
     this.button7.Clicked += new global::System.EventHandler (this.OnOpenAnyway);
     this.button8.Clicked += new global::System.EventHandler (this.OnSaveShow);
     this.button21.Clicked += new global::System.EventHandler (this.OnOpenWithImporter);
     this.button22.Clicked += new global::System.EventHandler (this.OnNormalOpen);
     this.button4.Clicked += new global::System.EventHandler (this.OnVClose);
     this.OnHistoryCloseB.Clicked += new global::System.EventHandler (this.OnVClose);
     this.button17.Clicked += new global::System.EventHandler (this.OnMakeNex);
     this.button23.Clicked += new global::System.EventHandler (this.OnReplaceMaker);
     this.button24.Clicked += new global::System.EventHandler (this.OnNoCancelMaker);
     this.button18.Clicked += new global::System.EventHandler (this.OnVClose);
     this.button19.Clicked += new global::System.EventHandler (this.OnNexImport);
     this.button20.Clicked += new global::System.EventHandler (this.OnVClose);
     this.button10.Clicked += new global::System.EventHandler (this.OnExitNo);
     this.button9.Clicked += new global::System.EventHandler (this.OnExitSure);
     this.button25.Clicked += new global::System.EventHandler (this.OnHerrorClose);
     this.Command.EditingDone += new global::System.EventHandler (this.OnRun);
     this.Command.Activated += new global::System.EventHandler (this.OnRun);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LinXbox360isoBurner.Preferences
     this.Name = "LinXbox360isoBurner.Preferences";
     this.Title = "Preferences";
     this.Icon = global::Gdk.Pixbuf.LoadFromResource ("LinXbox360isoBurner.icon.png");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.BorderWidth = ((uint)(9));
     this.Resizable = false;
     this.AllowGrow = false;
     this.Gravity = ((global::Gdk.Gravity)(5));
     // Container child LinXbox360isoBurner.Preferences.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.fixed1 = new global::Gtk.Fixed ();
     this.fixed1.Name = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.checkbutton_log = new global::Gtk.CheckButton ();
     this.checkbutton_log.CanFocus = true;
     this.checkbutton_log.Name = "checkbutton_log";
     this.checkbutton_log.Label = "Enable log file";
     this.checkbutton_log.DrawIndicator = true;
     this.checkbutton_log.UseUnderline = true;
     this.checkbutton_log.BorderWidth = ((uint)(5));
     this.fixed1.Add (this.checkbutton_log);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.checkbutton_log]));
     w1.X = 7;
     this.vbox2.Add (this.fixed1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.fixed1]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = "Log file size";
     this.hbox3.Add (this.label1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label1]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     w3.Padding = ((uint)(15));
     // Container child hbox3.Gtk.Box+BoxChild
     this.spinbutton_logsize = new global::Gtk.SpinButton (0, 10000000, 1);
     this.spinbutton_logsize.CanFocus = true;
     this.spinbutton_logsize.Name = "spinbutton_logsize";
     this.spinbutton_logsize.Adjustment.PageIncrement = 10;
     this.spinbutton_logsize.ClimbRate = 1;
     this.spinbutton_logsize.Numeric = true;
     this.hbox3.Add (this.spinbutton_logsize);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.spinbutton_logsize]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = "Kb";
     this.hbox3.Add (this.label3);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label3]));
     w5.Position = 2;
     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.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = "Log file path:";
     this.hbox1.Add (this.label2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2]));
     w7.Position = 0;
     w7.Expand = false;
     w7.Fill = false;
     w7.Padding = ((uint)(15));
     this.vbox2.Add (this.hbox1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w8.Position = 2;
     w8.Expand = false;
     w8.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.entry_logfilepath = new global::Gtk.Entry ();
     this.entry_logfilepath.CanFocus = true;
     this.entry_logfilepath.Name = "entry_logfilepath";
     this.entry_logfilepath.IsEditable = true;
     this.entry_logfilepath.InvisibleChar = '●';
     this.hbox2.Add (this.entry_logfilepath);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.entry_logfilepath]));
     w9.Position = 0;
     w9.Padding = ((uint)(17));
     // Container child hbox2.Gtk.Box+BoxChild
     this.filechooserbutton_log = new global::Gtk.FileChooserButton ("Выберите файл", ((global::Gtk.FileChooserAction)(2)));
     this.filechooserbutton_log.Name = "filechooserbutton_log";
     this.filechooserbutton_log.ShowHidden = true;
     this.hbox2.Add (this.filechooserbutton_log);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.filechooserbutton_log]));
     w10.Position = 1;
     this.vbox2.Add (this.hbox2);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w11.Position = 3;
     w11.Expand = false;
     w11.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.fixed2 = new global::Gtk.Fixed ();
     this.fixed2.Name = "fixed2";
     this.fixed2.HasWindow = false;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.checkbutton_remdvdrw = new global::Gtk.CheckButton ();
     this.checkbutton_remdvdrw.CanFocus = true;
     this.checkbutton_remdvdrw.Name = "checkbutton_remdvdrw";
     this.checkbutton_remdvdrw.Label = "Remember DVD-RW drive";
     this.checkbutton_remdvdrw.DrawIndicator = true;
     this.checkbutton_remdvdrw.UseUnderline = true;
     this.checkbutton_remdvdrw.BorderWidth = ((uint)(5));
     this.fixed2.Add (this.checkbutton_remdvdrw);
     global::Gtk.Fixed.FixedChild w12 = ((global::Gtk.Fixed.FixedChild)(this.fixed2 [this.checkbutton_remdvdrw]));
     w12.X = 7;
     this.vbox2.Add (this.fixed2);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.fixed2]));
     w13.Position = 4;
     w13.Expand = false;
     w13.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbuttonbox2 = new global::Gtk.HButtonBox ();
     this.hbuttonbox2.Name = "hbuttonbox2";
     this.hbuttonbox2.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(1));
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.button_ok = new global::Gtk.Button ();
     this.button_ok.CanFocus = true;
     this.button_ok.Name = "button_ok";
     this.button_ok.UseUnderline = true;
     this.button_ok.Label = "Ok";
     this.hbuttonbox2.Add (this.button_ok);
     global::Gtk.ButtonBox.ButtonBoxChild w14 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.button_ok]));
     w14.Expand = false;
     w14.Fill = false;
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.button_cancel = new global::Gtk.Button ();
     this.button_cancel.CanFocus = true;
     this.button_cancel.Name = "button_cancel";
     this.button_cancel.UseUnderline = true;
     this.button_cancel.Label = "Cancel";
     this.hbuttonbox2.Add (this.button_cancel);
     global::Gtk.ButtonBox.ButtonBoxChild w15 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.button_cancel]));
     w15.Position = 1;
     w15.Expand = false;
     w15.Fill = false;
     this.vbox2.Add (this.hbuttonbox2);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbuttonbox2]));
     w16.Position = 5;
     w16.Expand = false;
     w16.Fill = false;
     this.Add (this.vbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 421;
     this.DefaultHeight = 246;
     this.Show ();
     this.checkbutton_log.Pressed += new global::System.EventHandler (this.OnCheckbuttonLogPressed);
     this.spinbutton_logsize.ValueChanged += new global::System.EventHandler (this.OnSpinbutton1ValueChanged);
     this.entry_logfilepath.Changed += new global::System.EventHandler (this.OnEntryLogfileparthChanged);
     this.filechooserbutton_log.SelectionChanged += new global::System.EventHandler (this.OnFilechooserbuttonLogSelectionChanged);
     this.checkbutton_remdvdrw.Pressed += new global::System.EventHandler (this.OnCheckbuttonRemdvdrwPressed);
     this.button_ok.Pressed += new global::System.EventHandler (this.OnButtonOkPressed);
     this.button_cancel.Pressed += new global::System.EventHandler (this.OnButtonCancelPressed);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.fixed1 = new global::Gtk.Fixed ();
     this.fixed1.Name = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.WidthRequest = 250;
     this.GtkScrolledWindow.HeightRequest = 250;
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.codeField = new global::Gtk.TextView ();
     this.codeField.CanFocus = true;
     this.codeField.Name = "codeField";
     this.GtkScrolledWindow.Add (this.codeField);
     this.fixed1.Add (this.GtkScrolledWindow);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.GtkScrolledWindow]));
     w2.X = 31;
     w2.Y = 51;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.filechooserbutton1 = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select a File"), ((global::Gtk.FileChooserAction)(0)));
     this.filechooserbutton1.WidthRequest = 120;
     this.filechooserbutton1.Name = "filechooserbutton1";
     this.fixed1.Add (this.filechooserbutton1);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.filechooserbutton1]));
     w3.X = 125;
     w3.Y = 17;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow1.WidthRequest = 250;
     this.GtkScrolledWindow1.HeightRequest = 250;
     this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.lexemesTree = new global::Gtk.TreeView ();
     this.lexemesTree.CanFocus = true;
     this.lexemesTree.Name = "lexemesTree";
     this.GtkScrolledWindow1.Add (this.lexemesTree);
     this.fixed1.Add (this.GtkScrolledWindow1);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.GtkScrolledWindow1]));
     w5.X = 328;
     w5.Y = 50;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow2 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow2.WidthRequest = 250;
     this.GtkScrolledWindow2.HeightRequest = 250;
     this.GtkScrolledWindow2.Name = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.symbolTableTree = new global::Gtk.TreeView ();
     this.symbolTableTree.CanFocus = true;
     this.symbolTableTree.Name = "symbolTableTree";
     this.GtkScrolledWindow2.Add (this.symbolTableTree);
     this.fixed1.Add (this.GtkScrolledWindow2);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.GtkScrolledWindow2]));
     w7.X = 616;
     w7.Y = 50;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.code = new global::Gtk.Label ();
     this.code.Name = "code";
     this.code.LabelProp = global::Mono.Unix.Catalog.GetString ("Code");
     this.fixed1.Add (this.code);
     global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.code]));
     w8.X = 60;
     w8.Y = 25;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.lexemes = new global::Gtk.Label ();
     this.lexemes.Name = "lexemes";
     this.lexemes.LabelProp = global::Mono.Unix.Catalog.GetString ("Lexemes");
     this.fixed1.Add (this.lexemes);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.lexemes]));
     w9.X = 410;
     w9.Y = 26;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.symbolTable = new global::Gtk.Label ();
     this.symbolTable.Name = "symbolTable";
     this.symbolTable.LabelProp = global::Mono.Unix.Catalog.GetString ("Symbol Table");
     this.fixed1.Add (this.symbolTable);
     global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.symbolTable]));
     w10.X = 692;
     w10.Y = 23;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.fixed3 = new global::Gtk.Fixed ();
     this.fixed3.Name = "fixed3";
     this.fixed3.HasWindow = false;
     this.fixed1.Add (this.fixed3);
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow3 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow3.WidthRequest = 800;
     this.GtkScrolledWindow3.HeightRequest = 200;
     this.GtkScrolledWindow3.Name = "GtkScrolledWindow3";
     this.GtkScrolledWindow3.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow3.Gtk.Container+ContainerChild
     this.console = new global::Gtk.TextView ();
     this.console.CanFocus = true;
     this.console.Name = "console";
     this.GtkScrolledWindow3.Add (this.console);
     this.fixed1.Add (this.GtkScrolledWindow3);
     global::Gtk.Fixed.FixedChild w13 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.GtkScrolledWindow3]));
     w13.X = 57;
     w13.Y = 428;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Console");
     this.fixed1.Add (this.label4);
     global::Gtk.Fixed.FixedChild w14 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label4]));
     w14.X = 61;
     w14.Y = 396;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.button3 = new global::Gtk.Button ();
     this.button3.WidthRequest = 800;
     this.button3.CanFocus = true;
     this.button3.Name = "button3";
     this.button3.UseUnderline = true;
     this.button3.Label = global::Mono.Unix.Catalog.GetString ("EXECUTE");
     this.fixed1.Add (this.button3);
     global::Gtk.Fixed.FixedChild w15 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.button3]));
     w15.X = 52;
     w15.Y = 348;
     this.Add (this.fixed1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 906;
     this.DefaultHeight = 656;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.CobraBinding.Gui.CompilerBuildOptionsPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.CobraBinding.Gui.CompilerBuildOptionsPanelWidget";
			// Container child MonoDevelop.CobraBinding.Gui.CompilerBuildOptionsPanelWidget.Gtk.Container+ContainerChild
			this.vboxTop = new global::Gtk.VBox ();
			this.vboxTop.Name = "vboxTop";
			this.vboxTop.Spacing = 6;
			this.vboxTop.BorderWidth = ((uint)(6));
			// Container child vboxTop.Gtk.Box+BoxChild
			this.framePerfQualOptions = new global::Gtk.Frame ();
			this.framePerfQualOptions.Name = "framePerfQualOptions";
			this.framePerfQualOptions.ShadowType = ((global::Gtk.ShadowType)(0));
			// Container child framePerfQualOptions.Gtk.Container+ContainerChild
			this.alignPerfQualOptions = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
			this.alignPerfQualOptions.Name = "alignPerfQualOptions";
			this.alignPerfQualOptions.LeftPadding = ((uint)(12));
			this.alignPerfQualOptions.TopPadding = ((uint)(6));
			this.alignPerfQualOptions.BottomPadding = ((uint)(6));
			// Container child alignPerfQualOptions.Gtk.Container+ContainerChild
			this.tablePerfQualOptions = new global::Gtk.Table (
				((uint)(4)),
				((uint)(3)),
				false
			);
			this.tablePerfQualOptions.Name = "tablePerfQualOptions";
			this.tablePerfQualOptions.RowSpacing = ((uint)(6));
			this.tablePerfQualOptions.ColumnSpacing = ((uint)(6));
			// Container child tablePerfQualOptions.Gtk.Table+TableChild
			this.checkAsserts = new global::Gtk.CheckButton ();
			this.checkAsserts.CanFocus = true;
			this.checkAsserts.Name = "checkAsserts";
			this.checkAsserts.Label = global::Mono.Unix.Catalog.GetString ("Include Asserts");
			this.checkAsserts.Active = true;
			this.checkAsserts.DrawIndicator = true;
			this.checkAsserts.UseUnderline = true;
			this.tablePerfQualOptions.Add (this.checkAsserts);
			global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.tablePerfQualOptions [this.checkAsserts]));
			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 tablePerfQualOptions.Gtk.Table+TableChild
			this.checkNilChecks = new global::Gtk.CheckButton ();
			this.checkNilChecks.CanFocus = true;
			this.checkNilChecks.Name = "checkNilChecks";
			this.checkNilChecks.Label = global::Mono.Unix.Catalog.GetString ("Include Nil Checks");
			this.checkNilChecks.Active = true;
			this.checkNilChecks.DrawIndicator = true;
			this.checkNilChecks.UseUnderline = true;
			this.tablePerfQualOptions.Add (this.checkNilChecks);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.tablePerfQualOptions [this.checkNilChecks]));
			w2.TopAttach = ((uint)(2));
			w2.BottomAttach = ((uint)(3));
			w2.LeftAttach = ((uint)(2));
			w2.RightAttach = ((uint)(3));
			w2.XOptions = ((global::Gtk.AttachOptions)(4));
			w2.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tablePerfQualOptions.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 ("Optimize");
			this.checkOptimize.DrawIndicator = true;
			this.checkOptimize.UseUnderline = true;
			this.tablePerfQualOptions.Add (this.checkOptimize);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.tablePerfQualOptions [this.checkOptimize]));
			w3.TopAttach = ((uint)(3));
			w3.BottomAttach = ((uint)(4));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tablePerfQualOptions.Gtk.Table+TableChild
			this.checkTests = new global::Gtk.CheckButton ();
			this.checkTests.CanFocus = true;
			this.checkTests.Name = "checkTests";
			this.checkTests.Label = global::Mono.Unix.Catalog.GetString ("Include Tests");
			this.checkTests.Active = true;
			this.checkTests.DrawIndicator = true;
			this.checkTests.UseUnderline = true;
			this.tablePerfQualOptions.Add (this.checkTests);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.tablePerfQualOptions [this.checkTests]));
			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 tablePerfQualOptions.Gtk.Table+TableChild
			this.checkTraces = new global::Gtk.CheckButton ();
			this.checkTraces.CanFocus = true;
			this.checkTraces.Name = "checkTraces";
			this.checkTraces.Label = global::Mono.Unix.Catalog.GetString ("Include Traces");
			this.checkTraces.Active = true;
			this.checkTraces.DrawIndicator = true;
			this.checkTraces.UseUnderline = true;
			this.tablePerfQualOptions.Add (this.checkTraces);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.tablePerfQualOptions [this.checkTraces]));
			w5.TopAttach = ((uint)(3));
			w5.BottomAttach = ((uint)(4));
			w5.LeftAttach = ((uint)(2));
			w5.RightAttach = ((uint)(3));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tablePerfQualOptions.Gtk.Table+TableChild
			this.hboxContracts = new global::Gtk.HBox ();
			this.hboxContracts.Name = "hboxContracts";
			this.hboxContracts.Spacing = 6;
			// Container child hboxContracts.Gtk.Box+BoxChild
			this.labelContracts = new global::Gtk.Label ();
			this.labelContracts.Name = "labelContracts";
			this.labelContracts.Xalign = 0F;
			this.labelContracts.LabelProp = global::Mono.Unix.Catalog.GetString ("Contracts:");
			this.hboxContracts.Add (this.labelContracts);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hboxContracts [this.labelContracts]));
			w6.Position = 0;
			w6.Expand = false;
			w6.Fill = false;
			// Container child hboxContracts.Gtk.Box+BoxChild
			this.comboContracts = global::Gtk.ComboBox.NewText ();
			this.comboContracts.AppendText (global::Mono.Unix.Catalog.GetString ("Inline"));
			this.comboContracts.AppendText (global::Mono.Unix.Catalog.GetString ("Methods"));
			this.comboContracts.AppendText (global::Mono.Unix.Catalog.GetString ("None"));
			this.comboContracts.Name = "comboContracts";
			this.comboContracts.Active = 0;
			this.hboxContracts.Add (this.comboContracts);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hboxContracts [this.comboContracts]));
			w7.Position = 1;
			w7.Expand = false;
			w7.Fill = false;
			this.tablePerfQualOptions.Add (this.hboxContracts);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tablePerfQualOptions [this.hboxContracts]));
			w8.TopAttach = ((uint)(2));
			w8.BottomAttach = ((uint)(3));
			w8.XOptions = ((global::Gtk.AttachOptions)(4));
			w8.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tablePerfQualOptions.Gtk.Table+TableChild
			this.hseparatorPerfQualOptions = new global::Gtk.HSeparator ();
			this.hseparatorPerfQualOptions.Name = "hseparatorPerfQualOptions";
			this.tablePerfQualOptions.Add (this.hseparatorPerfQualOptions);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tablePerfQualOptions [this.hseparatorPerfQualOptions]));
			w9.TopAttach = ((uint)(1));
			w9.BottomAttach = ((uint)(2));
			w9.RightAttach = ((uint)(3));
			w9.XOptions = ((global::Gtk.AttachOptions)(4));
			w9.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tablePerfQualOptions.Gtk.Table+TableChild
			this.radioPerfQualCustom = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Custom"));
			this.radioPerfQualCustom.CanFocus = true;
			this.radioPerfQualCustom.Name = "radioPerfQualCustom";
			this.radioPerfQualCustom.DrawIndicator = true;
			this.radioPerfQualCustom.UseUnderline = true;
			this.radioPerfQualCustom.Group = new global::GLib.SList (global::System.IntPtr.Zero);
			this.tablePerfQualOptions.Add (this.radioPerfQualCustom);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.tablePerfQualOptions [this.radioPerfQualCustom]));
			w10.LeftAttach = ((uint)(2));
			w10.RightAttach = ((uint)(3));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tablePerfQualOptions.Gtk.Table+TableChild
			this.radioPerfQualDefault = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Default"));
			this.radioPerfQualDefault.CanFocus = true;
			this.radioPerfQualDefault.Name = "radioPerfQualDefault";
			this.radioPerfQualDefault.DrawIndicator = true;
			this.radioPerfQualDefault.UseUnderline = true;
			this.radioPerfQualDefault.Group = this.radioPerfQualCustom.Group;
			this.tablePerfQualOptions.Add (this.radioPerfQualDefault);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.tablePerfQualOptions [this.radioPerfQualDefault]));
			w11.XOptions = ((global::Gtk.AttachOptions)(4));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tablePerfQualOptions.Gtk.Table+TableChild
			this.radioPerfQualTurbo = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Turbo"));
			this.radioPerfQualTurbo.CanFocus = true;
			this.radioPerfQualTurbo.Name = "radioPerfQualTurbo";
			this.radioPerfQualTurbo.DrawIndicator = true;
			this.radioPerfQualTurbo.UseUnderline = true;
			this.radioPerfQualTurbo.Group = this.radioPerfQualCustom.Group;
			this.tablePerfQualOptions.Add (this.radioPerfQualTurbo);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.tablePerfQualOptions [this.radioPerfQualTurbo]));
			w12.LeftAttach = ((uint)(1));
			w12.RightAttach = ((uint)(2));
			w12.XOptions = ((global::Gtk.AttachOptions)(4));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			this.alignPerfQualOptions.Add (this.tablePerfQualOptions);
			this.framePerfQualOptions.Add (this.alignPerfQualOptions);
			this.labelPerfQualOptions = new global::Gtk.Label ();
			this.labelPerfQualOptions.Name = "labelPerfQualOptions";
			this.labelPerfQualOptions.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Performance and Quality Options</b>");
			this.labelPerfQualOptions.UseMarkup = true;
			this.framePerfQualOptions.LabelWidget = this.labelPerfQualOptions;
			this.vboxTop.Add (this.framePerfQualOptions);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vboxTop [this.framePerfQualOptions]));
			w15.Position = 0;
			w15.Expand = false;
			w15.Fill = false;
			// Container child vboxTop.Gtk.Box+BoxChild
			this.frameDevDeployOptions = new global::Gtk.Frame ();
			this.frameDevDeployOptions.Name = "frameDevDeployOptions";
			this.frameDevDeployOptions.ShadowType = ((global::Gtk.ShadowType)(0));
			// Container child frameDevDeployOptions.Gtk.Container+ContainerChild
			this.alignDevDeployOptions = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
			this.alignDevDeployOptions.Name = "alignDevDeployOptions";
			this.alignDevDeployOptions.LeftPadding = ((uint)(12));
			this.alignDevDeployOptions.TopPadding = ((uint)(6));
			this.alignDevDeployOptions.BottomPadding = ((uint)(6));
			// Container child alignDevDeployOptions.Gtk.Container+ContainerChild
			this.tableDevDeployOptions = new global::Gtk.Table (
				((uint)(3)),
				((uint)(3)),
				false
			);
			this.tableDevDeployOptions.Name = "tableDevDeployOptions";
			this.tableDevDeployOptions.RowSpacing = ((uint)(6));
			this.tableDevDeployOptions.ColumnSpacing = ((uint)(6));
			// Container child tableDevDeployOptions.Gtk.Table+TableChild
			this.checkDebugTips = new global::Gtk.CheckButton ();
			this.checkDebugTips.CanFocus = true;
			this.checkDebugTips.Name = "checkDebugTips";
			this.checkDebugTips.Label = global::Mono.Unix.Catalog.GetString ("Debugging Tips");
			this.checkDebugTips.Active = true;
			this.checkDebugTips.DrawIndicator = true;
			this.checkDebugTips.UseUnderline = true;
			this.tableDevDeployOptions.Add (this.checkDebugTips);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.tableDevDeployOptions [this.checkDebugTips]));
			w16.TopAttach = ((uint)(1));
			w16.BottomAttach = ((uint)(2));
			w16.LeftAttach = ((uint)(2));
			w16.RightAttach = ((uint)(3));
			w16.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableDevDeployOptions.Gtk.Table+TableChild
			this.checkEmbedRunTime = new global::Gtk.CheckButton ();
			this.checkEmbedRunTime.CanFocus = true;
			this.checkEmbedRunTime.Name = "checkEmbedRunTime";
			this.checkEmbedRunTime.Label = global::Mono.Unix.Catalog.GetString ("Embed Run Time");
			this.checkEmbedRunTime.DrawIndicator = true;
			this.checkEmbedRunTime.UseUnderline = true;
			this.tableDevDeployOptions.Add (this.checkEmbedRunTime);
			global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.tableDevDeployOptions [this.checkEmbedRunTime]));
			w17.XOptions = ((global::Gtk.AttachOptions)(4));
			w17.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableDevDeployOptions.Gtk.Table+TableChild
			this.checkKeepIntermediateFiles = new global::Gtk.CheckButton ();
			this.checkKeepIntermediateFiles.CanFocus = true;
			this.checkKeepIntermediateFiles.Name = "checkKeepIntermediateFiles";
			this.checkKeepIntermediateFiles.Label = global::Mono.Unix.Catalog.GetString ("Keep Intermediate Files");
			this.checkKeepIntermediateFiles.DrawIndicator = true;
			this.checkKeepIntermediateFiles.UseUnderline = true;
			this.tableDevDeployOptions.Add (this.checkKeepIntermediateFiles);
			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.tableDevDeployOptions [this.checkKeepIntermediateFiles]));
			w18.LeftAttach = ((uint)(2));
			w18.RightAttach = ((uint)(3));
			w18.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableDevDeployOptions.Gtk.Table+TableChild
			this.comboDebugInfo = global::Gtk.ComboBox.NewText ();
			this.comboDebugInfo.AppendText (global::Mono.Unix.Catalog.GetString ("Full"));
			this.comboDebugInfo.AppendText (global::Mono.Unix.Catalog.GetString ("PDB Only"));
			this.comboDebugInfo.AppendText (global::Mono.Unix.Catalog.GetString ("Off"));
			this.comboDebugInfo.Name = "comboDebugInfo";
			this.comboDebugInfo.Active = 0;
			this.tableDevDeployOptions.Add (this.comboDebugInfo);
			global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.tableDevDeployOptions [this.comboDebugInfo]));
			w19.TopAttach = ((uint)(1));
			w19.BottomAttach = ((uint)(2));
			w19.LeftAttach = ((uint)(1));
			w19.RightAttach = ((uint)(2));
			w19.XOptions = ((global::Gtk.AttachOptions)(4));
			w19.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableDevDeployOptions.Gtk.Table+TableChild
			this.entryCobraArgs = new global::Gtk.Entry ();
			this.entryCobraArgs.CanFocus = true;
			this.entryCobraArgs.Name = "entryCobraArgs";
			this.entryCobraArgs.IsEditable = true;
			this.entryCobraArgs.InvisibleChar = '•';
			this.tableDevDeployOptions.Add (this.entryCobraArgs);
			global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.tableDevDeployOptions [this.entryCobraArgs]));
			w20.TopAttach = ((uint)(2));
			w20.BottomAttach = ((uint)(3));
			w20.LeftAttach = ((uint)(1));
			w20.RightAttach = ((uint)(3));
			w20.XOptions = ((global::Gtk.AttachOptions)(4));
			w20.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableDevDeployOptions.Gtk.Table+TableChild
			this.labelCobraArgs = new global::Gtk.Label ();
			this.labelCobraArgs.Name = "labelCobraArgs";
			this.labelCobraArgs.Xalign = 0F;
			this.labelCobraArgs.LabelProp = global::Mono.Unix.Catalog.GetString ("Cobra Arguments:");
			this.tableDevDeployOptions.Add (this.labelCobraArgs);
			global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.tableDevDeployOptions [this.labelCobraArgs]));
			w21.TopAttach = ((uint)(2));
			w21.BottomAttach = ((uint)(3));
			w21.XOptions = ((global::Gtk.AttachOptions)(4));
			w21.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableDevDeployOptions.Gtk.Table+TableChild
			this.labelDebugInfo = new global::Gtk.Label ();
			this.labelDebugInfo.Name = "labelDebugInfo";
			this.labelDebugInfo.Xalign = 0F;
			this.labelDebugInfo.LabelProp = global::Mono.Unix.Catalog.GetString ("Debug Information:");
			this.tableDevDeployOptions.Add (this.labelDebugInfo);
			global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.tableDevDeployOptions [this.labelDebugInfo]));
			w22.TopAttach = ((uint)(1));
			w22.BottomAttach = ((uint)(2));
			w22.XOptions = ((global::Gtk.AttachOptions)(4));
			w22.YOptions = ((global::Gtk.AttachOptions)(4));
			this.alignDevDeployOptions.Add (this.tableDevDeployOptions);
			this.frameDevDeployOptions.Add (this.alignDevDeployOptions);
			this.labelDevDepolyOptions = new global::Gtk.Label ();
			this.labelDevDepolyOptions.Name = "labelDevDepolyOptions";
			this.labelDevDepolyOptions.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Development and Deployment Options</b>");
			this.labelDevDepolyOptions.UseMarkup = true;
			this.frameDevDeployOptions.LabelWidget = this.labelDevDepolyOptions;
			this.vboxTop.Add (this.frameDevDeployOptions);
			global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vboxTop [this.frameDevDeployOptions]));
			w25.Position = 1;
			w25.Expand = false;
			w25.Fill = false;
			// Container child vboxTop.Gtk.Box+BoxChild
			this.frameBackEndOptions = new global::Gtk.Frame ();
			this.frameBackEndOptions.Name = "frameBackEndOptions";
			this.frameBackEndOptions.ShadowType = ((global::Gtk.ShadowType)(0));
			// Container child frameBackEndOptions.Gtk.Container+ContainerChild
			this.alignBackEnd = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
			this.alignBackEnd.Name = "alignBackEnd";
			this.alignBackEnd.LeftPadding = ((uint)(12));
			this.alignBackEnd.TopPadding = ((uint)(6));
			// Container child alignBackEnd.Gtk.Container+ContainerChild
			this.tableBackEnd = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
			this.tableBackEnd.Name = "tableBackEnd";
			this.tableBackEnd.RowSpacing = ((uint)(6));
			this.tableBackEnd.ColumnSpacing = ((uint)(6));
			// Container child tableBackEnd.Gtk.Table+TableChild
			this.comboCompilerBackEnd = global::Gtk.ComboBox.NewText ();
			this.comboCompilerBackEnd.AppendText (global::Mono.Unix.Catalog.GetString ("None (default)"));
			this.comboCompilerBackEnd.AppendText (global::Mono.Unix.Catalog.GetString ("Common Language Runtime"));
			this.comboCompilerBackEnd.AppendText (global::Mono.Unix.Catalog.GetString ("Java Virtual Machine"));
			this.comboCompilerBackEnd.AppendText (global::Mono.Unix.Catalog.GetString ("Objective-C"));
			this.comboCompilerBackEnd.Name = "comboCompilerBackEnd";
			this.comboCompilerBackEnd.Active = 0;
			this.tableBackEnd.Add (this.comboCompilerBackEnd);
			global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.tableBackEnd [this.comboCompilerBackEnd]));
			w26.LeftAttach = ((uint)(1));
			w26.RightAttach = ((uint)(2));
			w26.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableBackEnd.Gtk.Table+TableChild
			this.entryNativeCompilerArgs = new global::Gtk.Entry ();
			this.entryNativeCompilerArgs.CanFocus = true;
			this.entryNativeCompilerArgs.Name = "entryNativeCompilerArgs";
			this.entryNativeCompilerArgs.IsEditable = true;
			this.entryNativeCompilerArgs.InvisibleChar = '•';
			this.tableBackEnd.Add (this.entryNativeCompilerArgs);
			global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.tableBackEnd [this.entryNativeCompilerArgs]));
			w27.TopAttach = ((uint)(2));
			w27.BottomAttach = ((uint)(3));
			w27.LeftAttach = ((uint)(1));
			w27.RightAttach = ((uint)(2));
			w27.XOptions = ((global::Gtk.AttachOptions)(4));
			w27.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableBackEnd.Gtk.Table+TableChild
			this.filechooserNativeCompilerPath = new global::Gtk.FileChooserButton (
				global::Mono.Unix.Catalog.GetString("Select a File"),
				((global::Gtk.FileChooserAction)(0))
			);
			this.filechooserNativeCompilerPath.Name = "filechooserNativeCompilerPath";
			this.tableBackEnd.Add (this.filechooserNativeCompilerPath);
			global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.tableBackEnd [this.filechooserNativeCompilerPath]));
			w28.TopAttach = ((uint)(1));
			w28.BottomAttach = ((uint)(2));
			w28.LeftAttach = ((uint)(1));
			w28.RightAttach = ((uint)(2));
			w28.XOptions = ((global::Gtk.AttachOptions)(4));
			w28.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableBackEnd.Gtk.Table+TableChild
			this.labelCompilerBackEnd = new global::Gtk.Label ();
			this.labelCompilerBackEnd.Name = "labelCompilerBackEnd";
			this.labelCompilerBackEnd.Xalign = 0F;
			this.labelCompilerBackEnd.LabelProp = global::Mono.Unix.Catalog.GetString ("Compiler Back-End:");
			this.tableBackEnd.Add (this.labelCompilerBackEnd);
			global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.tableBackEnd [this.labelCompilerBackEnd]));
			w29.XOptions = ((global::Gtk.AttachOptions)(4));
			w29.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableBackEnd.Gtk.Table+TableChild
			this.labelNativeCompilerArgs = new global::Gtk.Label ();
			this.labelNativeCompilerArgs.Name = "labelNativeCompilerArgs";
			this.labelNativeCompilerArgs.LabelProp = global::Mono.Unix.Catalog.GetString ("Native Compiler Args.:");
			this.tableBackEnd.Add (this.labelNativeCompilerArgs);
			global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.tableBackEnd [this.labelNativeCompilerArgs]));
			w30.TopAttach = ((uint)(2));
			w30.BottomAttach = ((uint)(3));
			w30.XOptions = ((global::Gtk.AttachOptions)(4));
			w30.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableBackEnd.Gtk.Table+TableChild
			this.labelNativeCompilerPath = new global::Gtk.Label ();
			this.labelNativeCompilerPath.Name = "labelNativeCompilerPath";
			this.labelNativeCompilerPath.Xalign = 0F;
			this.labelNativeCompilerPath.LabelProp = global::Mono.Unix.Catalog.GetString ("Native Compiler Path:");
			this.tableBackEnd.Add (this.labelNativeCompilerPath);
			global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.tableBackEnd [this.labelNativeCompilerPath]));
			w31.TopAttach = ((uint)(1));
			w31.BottomAttach = ((uint)(2));
			w31.XOptions = ((global::Gtk.AttachOptions)(4));
			w31.YOptions = ((global::Gtk.AttachOptions)(4));
			this.alignBackEnd.Add (this.tableBackEnd);
			this.frameBackEndOptions.Add (this.alignBackEnd);
			this.labelBackEndOptions = new global::Gtk.Label ();
			this.labelBackEndOptions.Name = "labelBackEndOptions";
			this.labelBackEndOptions.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Back-End Native Compiler Options</b>");
			this.labelBackEndOptions.UseMarkup = true;
			this.frameBackEndOptions.LabelWidget = this.labelBackEndOptions;
			this.vboxTop.Add (this.frameBackEndOptions);
			global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vboxTop [this.frameBackEndOptions]));
			w34.Position = 2;
			w34.Expand = false;
			w34.Fill = false;
			this.Add (this.vboxTop);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.location = new global::Gtk.Label ();
     this.location.Name = "location";
     this.location.Xalign = 0F;
     this.location.LabelProp = global::Mono.Unix.Catalog.GetString ("Loaction:");
     this.vbox4.Add (this.location);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.location]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.host = new global::Gtk.Entry ();
     this.host.CanFocus = true;
     this.host.Name = "host";
     this.host.IsEditable = true;
     this.host.InvisibleChar = '•';
     this.vbox4.Add (this.host);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.host]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.connect = new global::Gtk.ToggleButton ();
     this.connect.CanFocus = true;
     this.connect.Name = "connect";
     this.connect.UseUnderline = true;
     this.connect.Label = global::Mono.Unix.Catalog.GetString ("Connect");
     this.vbox4.Add (this.connect);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.connect]));
     w3.Position = 2;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.Xalign = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Model file");
     this.vbox4.Add (this.label2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label2]));
     w4.Position = 3;
     w4.Expand = false;
     w4.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.modelFilePicker = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select a File"), ((global::Gtk.FileChooserAction)(0)));
     this.modelFilePicker.Sensitive = false;
     this.modelFilePicker.Name = "modelFilePicker";
     this.vbox4.Add (this.modelFilePicker);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.modelFilePicker]));
     w5.Position = 4;
     w5.Expand = false;
     w5.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.start = new global::Gtk.Button ();
     this.start.Sensitive = false;
     this.start.CanFocus = true;
     this.start.Name = "start";
     this.start.UseUnderline = true;
     this.start.Label = global::Mono.Unix.Catalog.GetString ("start");
     this.vbox4.Add (this.start);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.start]));
     w6.Position = 5;
     w6.Expand = false;
     w6.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.getNext = new global::Gtk.Button ();
     this.getNext.Sensitive = false;
     this.getNext.CanFocus = true;
     this.getNext.Name = "getNext";
     this.getNext.UseUnderline = true;
     this.getNext.Label = global::Mono.Unix.Catalog.GetString ("getNext");
     this.vbox4.Add (this.getNext);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.getNext]));
     w7.Position = 6;
     w7.Expand = false;
     w7.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hasNext = new global::Gtk.Button ();
     this.hasNext.Sensitive = false;
     this.hasNext.CanFocus = true;
     this.hasNext.Name = "hasNext";
     this.hasNext.UseUnderline = true;
     this.hasNext.Label = global::Mono.Unix.Catalog.GetString ("hasNext");
     this.vbox4.Add (this.hasNext);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hasNext]));
     w8.Position = 7;
     w8.Expand = false;
     w8.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.getData = new global::Gtk.Button ();
     this.getData.Sensitive = false;
     this.getData.CanFocus = true;
     this.getData.Name = "getData";
     this.getData.UseUnderline = true;
     this.getData.Label = global::Mono.Unix.Catalog.GetString ("getData");
     this.vbox4.Add (this.getData);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.getData]));
     w9.Position = 8;
     w9.Expand = false;
     w9.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.restart = new global::Gtk.Button ();
     this.restart.Sensitive = false;
     this.restart.CanFocus = true;
     this.restart.Name = "restart";
     this.restart.UseUnderline = true;
     this.restart.Label = global::Mono.Unix.Catalog.GetString ("restart");
     this.vbox4.Add (this.restart);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.restart]));
     w10.PackType = ((global::Gtk.PackType)(1));
     w10.Position = 9;
     w10.Expand = false;
     w10.Fill = false;
     this.hbox2.Add (this.vbox4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox4]));
     w11.Position = 0;
     w11.Expand = false;
     w11.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.log = new global::Gtk.TextView ();
     this.log.CanFocus = true;
     this.log.Name = "log";
     this.log.Editable = false;
     this.log.CursorVisible = false;
     this.log.AcceptsTab = false;
     this.GtkScrolledWindow.Add (this.log);
     this.hbox2.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow]));
     w13.Position = 1;
     this.vbox1.Add (this.hbox2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
     w14.Position = 0;
     w14.Expand = false;
     w14.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 513;
     this.DefaultHeight = 290;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.connect.Toggled += new global::System.EventHandler (this.onConnectToggled);
     this.modelFilePicker.SelectionChanged += new global::System.EventHandler (this.OnModelSelectionChanged);
     this.start.Clicked += new global::System.EventHandler (this.OnStart);
     this.getNext.Clicked += new global::System.EventHandler (this.onGetNext);
     this.hasNext.Clicked += new global::System.EventHandler (this.OnHasNext);
     this.getData.Clicked += new global::System.EventHandler (this.OnGetData);
     this.restart.Clicked += new global::System.EventHandler (this.OnRestart);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget R7.Emblems.MainWindow
     this.Name = "R7.Emblems.MainWindow";
     this.Title = "";
     this.Icon = global::Stetic.IconLoader.LoadIcon (this, "gtk-home", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child R7.Emblems.MainWindow.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.filechooser1 = new global::Gtk.FileChooserButton ("Select a Folder", ((global::Gtk.FileChooserAction)(2)));
     this.filechooser1.Name = "filechooser1";
     this.hbox2.Add (this.filechooser1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.filechooser1]));
     w1.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.radioFile = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("File"));
     this.radioFile.CanFocus = true;
     this.radioFile.Name = "radioFile";
     this.radioFile.Active = true;
     this.radioFile.DrawIndicator = true;
     this.radioFile.UseUnderline = true;
     this.radioFile.BorderWidth = ((uint)(6));
     this.radioFile.Group = new global::GLib.SList (global::System.IntPtr.Zero);
     this.hbox2.Add (this.radioFile);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.radioFile]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.radioFolder = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Folder"));
     this.radioFolder.CanFocus = true;
     this.radioFolder.Name = "radioFolder";
     this.radioFolder.DrawIndicator = true;
     this.radioFolder.UseUnderline = true;
     this.radioFolder.BorderWidth = ((uint)(6));
     this.radioFolder.Group = this.radioFile.Group;
     this.hbox2.Add (this.radioFolder);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.radioFolder]));
     w3.Position = 2;
     w3.Expand = false;
     w3.Fill = false;
     this.vbox1.Add (this.hbox2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
     w4.Position = 0;
     w4.Expand = false;
     w4.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     global::Gtk.Viewport w5 = new global::Gtk.Viewport ();
     w5.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.tableEmblems = new global::Gtk.Table (((uint)(3)), ((uint)(3)), true);
     this.tableEmblems.Name = "tableEmblems";
     this.tableEmblems.RowSpacing = ((uint)(8));
     this.tableEmblems.ColumnSpacing = ((uint)(8));
     this.tableEmblems.BorderWidth = ((uint)(6));
     w5.Add (this.tableEmblems);
     this.GtkScrolledWindow.Add (w5);
     this.vbox1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
     w8.Position = 2;
     // 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 w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator1]));
     w9.Position = 3;
     w9.Expand = false;
     w9.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.hbuttonbox2 = new global::Gtk.HButtonBox ();
     this.hbuttonbox2.Name = "hbuttonbox2";
     this.hbuttonbox2.BorderWidth = ((uint)(6));
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.buttonAbout = new global::Gtk.Button ();
     this.buttonAbout.CanFocus = true;
     this.buttonAbout.Name = "buttonAbout";
     this.buttonAbout.UseUnderline = true;
     // Container child buttonAbout.Gtk.Container+ContainerChild
     global::Gtk.Alignment w10 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w11 = new global::Gtk.HBox ();
     w11.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w12 = new global::Gtk.Image ();
     w12.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-about", global::Gtk.IconSize.Menu);
     w11.Add (w12);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w14 = new global::Gtk.Label ();
     w14.LabelProp = global::Mono.Unix.Catalog.GetString ("About");
     w14.UseUnderline = true;
     w11.Add (w14);
     w10.Add (w11);
     this.buttonAbout.Add (w10);
     this.hbuttonbox2.Add (this.buttonAbout);
     global::Gtk.ButtonBox.ButtonBoxChild w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.buttonAbout]));
     w18.Expand = false;
     w18.Fill = false;
     this.hbox1.Add (this.hbuttonbox2);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.hbuttonbox2]));
     w19.Position = 0;
     w19.Expand = false;
     w19.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.hbuttonbox1 = new global::Gtk.HButtonBox ();
     this.hbuttonbox1.Name = "hbuttonbox1";
     this.hbuttonbox1.Spacing = 10;
     this.hbuttonbox1.BorderWidth = ((uint)(6));
     this.hbuttonbox1.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.button3 = new global::Gtk.Button ();
     this.button3.CanFocus = true;
     this.button3.Name = "button3";
     this.button3.UseStock = true;
     this.button3.UseUnderline = true;
     this.button3.Label = "gtk-cancel";
     this.hbuttonbox1.Add (this.button3);
     global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.button3]));
     w20.Expand = false;
     w20.Fill = false;
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.button2 = new global::Gtk.Button ();
     this.button2.CanFocus = true;
     this.button2.Name = "button2";
     this.button2.UseStock = true;
     this.button2.UseUnderline = true;
     this.button2.Label = "gtk-ok";
     this.hbuttonbox1.Add (this.button2);
     global::Gtk.ButtonBox.ButtonBoxChild w21 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.button2]));
     w21.Position = 1;
     w21.Expand = false;
     w21.Fill = false;
     this.hbox1.Add (this.hbuttonbox1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.hbuttonbox1]));
     w22.Position = 1;
     this.vbox1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w23.Position = 4;
     w23.Expand = false;
     w23.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 536;
     this.DefaultHeight = 344;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.filechooser1.SelectionChanged += new global::System.EventHandler (this.OnFilechooser1SelectionChanged);
     this.radioFile.Toggled += new global::System.EventHandler (this.OnRadioFileToggled);
     this.buttonAbout.Clicked += new global::System.EventHandler (this.OnButtonAboutClicked);
     this.button3.Clicked += new global::System.EventHandler (this.OnButton3Clicked);
     this.button2.Clicked += new global::System.EventHandler (this.OnButton2Clicked);
 }
 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", "File", null, null);
     this.FileAction.ShortLabel = "File";
     w1.Add (this.FileAction, null);
     this.HelpAction = new global::Gtk.Action ("HelpAction", "Help", null, null);
     this.HelpAction.ShortLabel = "Help";
     w1.Add (this.HelpAction, null);
     this.cdromAction = new global::Gtk.Action ("cdromAction", "Burn...", null, "gtk-cdrom");
     this.cdromAction.ShortLabel = "Burn...";
     w1.Add (this.cdromAction, null);
     this.ExitAction = new global::Gtk.Action ("ExitAction", "Exit", null, null);
     this.ExitAction.ShortLabel = "Exit";
     w1.Add (this.ExitAction, null);
     this.AboutAction = new global::Gtk.Action ("AboutAction", "About...", null, null);
     this.AboutAction.ShortLabel = "About...";
     w1.Add (this.AboutAction, null);
     this.BurnAction = new global::Gtk.Action ("BurnAction", "Burn...", null, null);
     this.BurnAction.Sensitive = false;
     this.BurnAction.ShortLabel = "Burn...";
     w1.Add (this.BurnAction, null);
     this.propertiesAction = new global::Gtk.Action ("propertiesAction", "Preferences...", null, "gtk-properties");
     this.propertiesAction.ShortLabel = "Preferences...";
     w1.Add (this.propertiesAction, null);
     this.PreferencesAction = new global::Gtk.ToggleAction ("PreferencesAction", "Preferences...", null, null);
     this.PreferencesAction.ShortLabel = "Preferences...";
     w1.Add (this.PreferencesAction, null);
     this.PreferencesAction1 = new global::Gtk.Action ("PreferencesAction1", "Preferences...", null, null);
     this.PreferencesAction1.ShortLabel = "Preferences...";
     w1.Add (this.PreferencesAction1, null);
     this.ExitAction1 = new global::Gtk.Action ("ExitAction1", "Exit", null, null);
     this.ExitAction1.ShortLabel = "Exit";
     w1.Add (this.ExitAction1, null);
     this.FileAction1 = new global::Gtk.Action ("FileAction1", "File", null, null);
     this.FileAction1.ShortLabel = "File";
     w1.Add (this.FileAction1, null);
     this.HelpAction1 = new global::Gtk.Action ("HelpAction1", "Help", null, null);
     this.HelpAction1.ShortLabel = "Help";
     w1.Add (this.HelpAction1, null);
     this.cdromAction1 = new global::Gtk.Action ("cdromAction1", "Burn...", null, "gtk-cdrom");
     this.cdromAction1.Sensitive = false;
     this.cdromAction1.ShortLabel = "Burn...";
     w1.Add (this.cdromAction1, null);
     this.preferencesAction = new global::Gtk.Action ("preferencesAction", "Preferences...", null, "gtk-preferences");
     this.preferencesAction.ShortLabel = "Preferences...";
     w1.Add (this.preferencesAction, null);
     this.stopAction = new global::Gtk.Action ("stopAction", "Exit", null, "gtk-stop");
     this.stopAction.ShortLabel = "Exit";
     w1.Add (this.stopAction, null);
     this.AboutAction1 = new global::Gtk.Action ("AboutAction1", "About...", null, null);
     this.AboutAction1.ShortLabel = "About...";
     w1.Add (this.AboutAction1, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "MainWindow";
     this.Title = "LinXbox360isoBurner";
     this.Icon = global::Gdk.Pixbuf.LoadFromResource ("LinXbox360isoBurner.icon.png");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.Resizable = false;
     this.AllowGrow = false;
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox = new global::Gtk.VBox ();
     this.vbox.Name = "vbox";
     this.vbox.Spacing = 6;
     // Container child vbox.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><menubar name='menubar'><menu name='FileAction1' action='FileAction1'><menuitem name='cdromAction1' action='cdromAction1'/><menuitem name='preferencesAction' action='preferencesAction'/><menuitem name='stopAction' action='stopAction'/></menu><menu name='HelpAction1' action='HelpAction1'><menuitem name='AboutAction1' action='AboutAction1'/></menu></menubar></ui>");
     this.menubar = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menubar")));
     this.menubar.Name = "menubar";
     this.vbox.Add (this.menubar);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox [this.menubar]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child 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.hbox6 = new global::Gtk.HBox ();
     this.hbox6.Name = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.LabelProp = ".dvd file:";
     this.hbox6.Add (this.label4);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.label4]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     w3.Padding = ((uint)(15));
     this.hbox1.Add (this.hbox6);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.hbox6]));
     w4.Position = 0;
     this.vbox.Add (this.hbox1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox1]));
     w5.Position = 1;
     w5.Expand = false;
     w5.Fill = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.entry = new global::Gtk.Entry ();
     this.entry.CanFocus = true;
     this.entry.Name = "entry";
     this.entry.IsEditable = true;
     this.entry.InvisibleChar = '●';
     this.hbox2.Add (this.entry);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.entry]));
     w6.Position = 0;
     w6.Expand = false;
     w6.Padding = ((uint)(15));
     // Container child hbox2.Gtk.Box+BoxChild
     this.fixed2 = new global::Gtk.Fixed ();
     this.fixed2.Name = "fixed2";
     this.fixed2.HasWindow = false;
     this.hbox2.Add (this.fixed2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.fixed2]));
     w7.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.filechooserbutton = new global::Gtk.FileChooserButton ("Выберите файл", ((global::Gtk.FileChooserAction)(0)));
     this.filechooserbutton.Name = "filechooserbutton";
     this.hbox2.Add (this.filechooserbutton);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.filechooserbutton]));
     w8.PackType = ((global::Gtk.PackType)(1));
     w8.Position = 2;
     w8.Expand = false;
     w8.Padding = ((uint)(15));
     this.vbox.Add (this.hbox2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox2]));
     w9.Position = 2;
     w9.Expand = false;
     w9.Fill = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.hbox7 = new global::Gtk.HBox ();
     this.hbox7.Name = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.LabelProp = "DVD-RW drive:";
     this.hbox7.Add (this.label5);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label5]));
     w10.Position = 0;
     w10.Expand = false;
     w10.Fill = false;
     w10.Padding = ((uint)(15));
     this.vbox.Add (this.hbox7);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox7]));
     w11.Position = 3;
     w11.Expand = false;
     w11.Fill = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.entry_dvd = new global::Gtk.Entry ();
     this.entry_dvd.CanFocus = true;
     this.entry_dvd.Name = "entry_dvd";
     this.entry_dvd.Text = "/dev/";
     this.entry_dvd.IsEditable = true;
     this.entry_dvd.InvisibleChar = '●';
     this.hbox3.Add (this.entry_dvd);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.entry_dvd]));
     w12.Position = 0;
     w12.Expand = false;
     w12.Fill = false;
     w12.Padding = ((uint)(15));
     // Container child hbox3.Gtk.Box+BoxChild
     this.fixed3 = new global::Gtk.Fixed ();
     this.fixed3.Name = "fixed3";
     this.fixed3.HasWindow = false;
     this.hbox3.Add (this.fixed3);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.fixed3]));
     w13.Position = 1;
     // Container child hbox3.Gtk.Box+BoxChild
     this.hbuttonbox3 = new global::Gtk.HButtonBox ();
     this.hbuttonbox3.Name = "hbuttonbox3";
     // Container child hbuttonbox3.Gtk.ButtonBox+ButtonBoxChild
     this.button9 = new global::Gtk.Button ();
     this.button9.CanFocus = true;
     this.button9.Name = "button9";
     this.button9.UseUnderline = true;
     this.button9.Label = "Autodetect";
     this.hbuttonbox3.Add (this.button9);
     global::Gtk.ButtonBox.ButtonBoxChild w14 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox3 [this.button9]));
     w14.Expand = false;
     w14.Fill = false;
     this.hbox3.Add (this.hbuttonbox3);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.hbuttonbox3]));
     w15.Position = 2;
     this.vbox.Add (this.hbox3);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox3]));
     w16.Position = 4;
     w16.Expand = false;
     w16.Fill = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.fixed4 = new global::Gtk.Fixed ();
     this.fixed4.Name = "fixed4";
     this.fixed4.HasWindow = false;
     // Container child fixed4.Gtk.Fixed+FixedChild
     this.checkbutton_dryrun = new global::Gtk.CheckButton ();
     this.checkbutton_dryrun.CanFocus = true;
     this.checkbutton_dryrun.Name = "checkbutton_dryrun";
     this.checkbutton_dryrun.Label = "dry-run";
     this.checkbutton_dryrun.DrawIndicator = true;
     this.checkbutton_dryrun.UseUnderline = true;
     this.fixed4.Add (this.checkbutton_dryrun);
     global::Gtk.Fixed.FixedChild w17 = ((global::Gtk.Fixed.FixedChild)(this.fixed4 [this.checkbutton_dryrun]));
     w17.X = 15;
     w17.Y = 3;
     this.vbox.Add (this.fixed4);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox [this.fixed4]));
     w18.Position = 5;
     // Container child 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.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = "Burning speed:";
     this.hbox5.Add (this.label3);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label3]));
     w19.Position = 0;
     w19.Expand = false;
     w19.Fill = false;
     w19.Padding = ((uint)(15));
     // Container child hbox5.Gtk.Box+BoxChild
     this.combobox_speed = global::Gtk.ComboBox.NewText ();
     this.combobox_speed.AppendText ("No media");
     this.combobox_speed.Sensitive = false;
     this.combobox_speed.Name = "combobox_speed";
     this.combobox_speed.Active = 0;
     this.hbox5.Add (this.combobox_speed);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.combobox_speed]));
     w20.PackType = ((global::Gtk.PackType)(1));
     w20.Position = 1;
     w20.Expand = false;
     w20.Fill = false;
     w20.Padding = ((uint)(49));
     this.vbox.Add (this.hbox5);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox5]));
     w21.Position = 6;
     w21.Expand = false;
     w21.Fill = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.hbuttonbox = new global::Gtk.HButtonBox ();
     this.hbuttonbox.Name = "hbuttonbox";
     this.hbuttonbox.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(1));
     // Container child hbuttonbox.Gtk.ButtonBox+ButtonBoxChild
     this.button_ok = new global::Gtk.Button ();
     this.button_ok.Sensitive = false;
     this.button_ok.CanFocus = true;
     this.button_ok.Name = "button_ok";
     this.button_ok.UseUnderline = true;
     this.button_ok.Label = "Burn";
     this.hbuttonbox.Add (this.button_ok);
     global::Gtk.ButtonBox.ButtonBoxChild w22 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox [this.button_ok]));
     w22.Expand = false;
     w22.Fill = false;
     w22.Padding = ((uint)(15));
     // Container child hbuttonbox.Gtk.ButtonBox+ButtonBoxChild
     this.button_exit = new global::Gtk.Button ();
     this.button_exit.CanFocus = true;
     this.button_exit.Name = "button_exit";
     this.button_exit.UseUnderline = true;
     this.button_exit.Label = "Exit";
     this.hbuttonbox.Add (this.button_exit);
     global::Gtk.ButtonBox.ButtonBoxChild w23 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox [this.button_exit]));
     w23.Position = 1;
     w23.Expand = false;
     w23.Fill = false;
     this.vbox.Add (this.hbuttonbox);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbuttonbox]));
     w24.Position = 8;
     w24.Expand = false;
     this.Add (this.vbox);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 396;
     this.DefaultHeight = 328;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.ExitAction.Activated += new global::System.EventHandler (this.OnButtonExitClicked);
     this.AboutAction.Activated += new global::System.EventHandler (this.OnAboutActionActivated);
     this.BurnAction.Activated += new global::System.EventHandler (this.OnButtonOkClicked);
     this.propertiesAction.Activated += new global::System.EventHandler (this.OnPreferencesActionActivated);
     this.PreferencesAction.Activated += new global::System.EventHandler (this.OnPreferencesActionActivated);
     this.cdromAction1.Activated += new global::System.EventHandler (this.OnButtonOkClicked);
     this.preferencesAction.Activated += new global::System.EventHandler (this.OnPreferencesActionActivated);
     this.stopAction.Activated += new global::System.EventHandler (this.OnButtonExitClicked);
     this.AboutAction1.Activated += new global::System.EventHandler (this.OnAboutActionActivated);
     this.entry.Changed += new global::System.EventHandler (this.OnEntryChanged);
     this.filechooserbutton.SelectionChanged += new global::System.EventHandler (this.OnFilechooserbuttonSelectionChanged);
     this.button9.Clicked += new global::System.EventHandler (this.OnButtonAutodvdrwClicked);
     this.checkbutton_dryrun.Clicked += new global::System.EventHandler (this.OnCheckbuttonDryrunPressed);
     this.button_ok.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
     this.button_exit.Clicked += new global::System.EventHandler (this.OnButtonExitClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget iMetaGui.PreferencesDialog
     this.Name = "iMetaGui.PreferencesDialog";
     this.Title = global::Mono.Unix.Catalog.GetString ("Preferences");
     this.Icon = global::Stetic.IconLoader.LoadIcon (this, "gtk-preferences", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal = true;
     this.Resizable = false;
     this.AllowGrow = false;
     this.Gravity = ((global::Gdk.Gravity)(5));
     // Internal child iMetaGui.PreferencesDialog.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)(3)), ((uint)(5)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(7));
     // Container child table1.Gtk.Table+TableChild
     this.hseparator2 = new global::Gtk.HSeparator ();
     this.hseparator2.Name = "hseparator2";
     this.table1.Add (this.hseparator2);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.hseparator2]));
     w2.TopAttach = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.RightAttach = ((uint)(5));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.notebook1 = new global::Gtk.Notebook ();
     this.notebook1.CanFocus = true;
     this.notebook1.Name = "notebook1";
     this.notebook1.CurrentPage = 1;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.table2 = new global::Gtk.Table (((uint)(5)), ((uint)(3)), false);
     this.table2.Name = "table2";
     this.table2.RowSpacing = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.fcbCachePath = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select A File"), ((global::Gtk.FileChooserAction)(2)));
     this.fcbCachePath.WidthRequest = 300;
     this.fcbCachePath.Name = "fcbCachePath";
     this.table2.Add (this.fcbCachePath);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table2 [this.fcbCachePath]));
     w3.LeftAttach = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.fixed3 = new global::Gtk.Fixed ();
     this.fixed3.WidthRequest = 80;
     this.fixed3.Name = "fixed3";
     this.fixed3.HasWindow = false;
     this.table2.Add (this.fixed3);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table2 [this.fixed3]));
     w4.TopAttach = ((uint)(4));
     w4.BottomAttach = ((uint)(5));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.nvVideoExtensions = new global::Gtk.NodeView ();
     this.nvVideoExtensions.HeightRequest = 150;
     this.nvVideoExtensions.CanFocus = true;
     this.nvVideoExtensions.Name = "nvVideoExtensions";
     this.GtkScrolledWindow.Add (this.nvVideoExtensions);
     this.table2.Add (this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table2 [this.GtkScrolledWindow]));
     w6.TopAttach = ((uint)(3));
     w6.BottomAttach = ((uint)(4));
     w6.LeftAttach = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     // Container child 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.btnAddVideoExtension = new global::Gtk.Button ();
     this.btnAddVideoExtension.CanFocus = true;
     this.btnAddVideoExtension.Name = "btnAddVideoExtension";
     this.btnAddVideoExtension.UseStock = true;
     this.btnAddVideoExtension.UseUnderline = true;
     this.btnAddVideoExtension.Label = "gtk-add";
     this.hbox1.Add (this.btnAddVideoExtension);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.btnAddVideoExtension]));
     w7.Position = 1;
     w7.Expand = false;
     w7.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.btnRemoveVideoExtension = new global::Gtk.Button ();
     this.btnRemoveVideoExtension.CanFocus = true;
     this.btnRemoveVideoExtension.Name = "btnRemoveVideoExtension";
     this.btnRemoveVideoExtension.UseStock = true;
     this.btnRemoveVideoExtension.UseUnderline = true;
     this.btnRemoveVideoExtension.Label = "gtk-remove";
     this.hbox1.Add (this.btnRemoveVideoExtension);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.btnRemoveVideoExtension]));
     w8.Position = 2;
     w8.Expand = false;
     w8.Fill = false;
     this.table2.Add (this.hbox1);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table2 [this.hbox1]));
     w9.TopAttach = ((uint)(4));
     w9.BottomAttach = ((uint)(5));
     w9.LeftAttach = ((uint)(1));
     w9.RightAttach = ((uint)(2));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.hseparator1 = new global::Gtk.HSeparator ();
     this.hseparator1.Name = "hseparator1";
     this.table2.Add (this.hseparator1);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table2 [this.hseparator1]));
     w10.TopAttach = ((uint)(2));
     w10.BottomAttach = ((uint)(3));
     w10.RightAttach = ((uint)(3));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.Xalign = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Cache Path:");
     this.table2.Add (this.label1);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table2 [this.label1]));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.lblCachePathDescription = new global::Gtk.Label ();
     this.lblCachePathDescription.WidthRequest = 426;
     this.lblCachePathDescription.Name = "lblCachePathDescription";
     this.lblCachePathDescription.Xalign = 0F;
     this.lblCachePathDescription.LabelProp = global::Mono.Unix.Catalog.GetString ("<span size=\"small\">This is the path all temporary files will be saved to, this is" +
         " used to reduce internet traffic.</span>"
     );
     this.lblCachePathDescription.UseMarkup = true;
     this.lblCachePathDescription.Wrap = true;
     this.table2.Add (this.lblCachePathDescription);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2 [this.lblCachePathDescription]));
     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));
     this.notebook1.Add (this.table2);
     // Notebook tab
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("page1");
     this.notebook1.SetTabLabel (this.table2, this.label5);
     this.label5.ShowAll ();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.table3 = new global::Gtk.Table (((uint)(10)), ((uint)(3)), false);
     this.table3.Name = "table3";
     this.table3.RowSpacing = ((uint)(6));
     this.table3.ColumnSpacing = ((uint)(6));
     // Container child table3.Gtk.Table+TableChild
     this.chkAddYearToMovieFolders = new global::Gtk.CheckButton ();
     this.chkAddYearToMovieFolders.CanFocus = true;
     this.chkAddYearToMovieFolders.Name = "chkAddYearToMovieFolders";
     this.chkAddYearToMovieFolders.Label = global::Mono.Unix.Catalog.GetString ("Add Year to Movie folders");
     this.chkAddYearToMovieFolders.DrawIndicator = true;
     this.chkAddYearToMovieFolders.UseUnderline = true;
     this.table3.Add (this.chkAddYearToMovieFolders);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table3 [this.chkAddYearToMovieFolders]));
     w14.TopAttach = ((uint)(5));
     w14.BottomAttach = ((uint)(6));
     w14.LeftAttach = ((uint)(1));
     w14.RightAttach = ((uint)(2));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.chkAttempToDownloadTrailers = new global::Gtk.CheckButton ();
     this.chkAttempToDownloadTrailers.CanFocus = true;
     this.chkAttempToDownloadTrailers.Name = "chkAttempToDownloadTrailers";
     this.chkAttempToDownloadTrailers.Label = global::Mono.Unix.Catalog.GetString ("Attempt to download trailers");
     this.chkAttempToDownloadTrailers.DrawIndicator = true;
     this.chkAttempToDownloadTrailers.UseUnderline = true;
     this.table3.Add (this.chkAttempToDownloadTrailers);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table3 [this.chkAttempToDownloadTrailers]));
     w15.TopAttach = ((uint)(6));
     w15.BottomAttach = ((uint)(7));
     w15.LeftAttach = ((uint)(1));
     w15.RightAttach = ((uint)(2));
     w15.XOptions = ((global::Gtk.AttachOptions)(4));
     w15.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.chkAttemptToDownloadMissingTrailers = new global::Gtk.CheckButton ();
     this.chkAttemptToDownloadMissingTrailers.CanFocus = true;
     this.chkAttemptToDownloadMissingTrailers.Name = "chkAttemptToDownloadMissingTrailers";
     this.chkAttemptToDownloadMissingTrailers.Label = global::Mono.Unix.Catalog.GetString ("Attempt to download missing trailers");
     this.chkAttemptToDownloadMissingTrailers.DrawIndicator = true;
     this.chkAttemptToDownloadMissingTrailers.UseUnderline = true;
     this.table3.Add (this.chkAttemptToDownloadMissingTrailers);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table3 [this.chkAttemptToDownloadMissingTrailers]));
     w16.TopAttach = ((uint)(7));
     w16.BottomAttach = ((uint)(8));
     w16.LeftAttach = ((uint)(1));
     w16.RightAttach = ((uint)(2));
     w16.XOptions = ((global::Gtk.AttachOptions)(4));
     w16.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.chkUseFolderNameForMovieLookup = new global::Gtk.CheckButton ();
     this.chkUseFolderNameForMovieLookup.CanFocus = true;
     this.chkUseFolderNameForMovieLookup.Name = "chkUseFolderNameForMovieLookup";
     this.chkUseFolderNameForMovieLookup.Label = global::Mono.Unix.Catalog.GetString ("Use Folder name when looking up Movie name");
     this.chkUseFolderNameForMovieLookup.DrawIndicator = true;
     this.chkUseFolderNameForMovieLookup.UseUnderline = true;
     this.table3.Add (this.chkUseFolderNameForMovieLookup);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table3 [this.chkUseFolderNameForMovieLookup]));
     w17.TopAttach = ((uint)(4));
     w17.BottomAttach = ((uint)(5));
     w17.LeftAttach = ((uint)(1));
     w17.RightAttach = ((uint)(2));
     w17.XOptions = ((global::Gtk.AttachOptions)(4));
     w17.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.fixed2 = new global::Gtk.Fixed ();
     this.fixed2.WidthRequest = 80;
     this.fixed2.Name = "fixed2";
     this.fixed2.HasWindow = false;
     this.table3.Add (this.fixed2);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table3 [this.fixed2]));
     w18.TopAttach = ((uint)(9));
     w18.BottomAttach = ((uint)(10));
     w18.XOptions = ((global::Gtk.AttachOptions)(4));
     w18.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.nvMovieFolders = new global::Gtk.NodeView ();
     this.nvMovieFolders.WidthRequest = 400;
     this.nvMovieFolders.HeightRequest = 120;
     this.nvMovieFolders.CanFocus = true;
     this.nvMovieFolders.Name = "nvMovieFolders";
     this.GtkScrolledWindow1.Add (this.nvMovieFolders);
     this.table3.Add (this.GtkScrolledWindow1);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table3 [this.GtkScrolledWindow1]));
     w20.LeftAttach = ((uint)(1));
     w20.RightAttach = ((uint)(2));
     w20.XOptions = ((global::Gtk.AttachOptions)(4));
     w20.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.btnMovieFolderAdd = new global::Gtk.Button ();
     this.btnMovieFolderAdd.CanFocus = true;
     this.btnMovieFolderAdd.Name = "btnMovieFolderAdd";
     this.btnMovieFolderAdd.UseUnderline = true;
     // Container child btnMovieFolderAdd.Gtk.Container+ContainerChild
     global::Gtk.Alignment w21 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w22 = new global::Gtk.HBox ();
     w22.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w23 = new global::Gtk.Image ();
     w23.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-add", global::Gtk.IconSize.Menu);
     w22.Add (w23);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w25 = new global::Gtk.Label ();
     w25.LabelProp = global::Mono.Unix.Catalog.GetString ("Add");
     w25.UseUnderline = true;
     w22.Add (w25);
     w21.Add (w22);
     this.btnMovieFolderAdd.Add (w21);
     this.hbox2.Add (this.btnMovieFolderAdd);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.btnMovieFolderAdd]));
     w29.Position = 0;
     w29.Expand = false;
     w29.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.btnMovieFolderRemove = new global::Gtk.Button ();
     this.btnMovieFolderRemove.CanFocus = true;
     this.btnMovieFolderRemove.Name = "btnMovieFolderRemove";
     this.btnMovieFolderRemove.UseUnderline = true;
     // Container child btnMovieFolderRemove.Gtk.Container+ContainerChild
     global::Gtk.Alignment w30 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w31 = new global::Gtk.HBox ();
     w31.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w32 = new global::Gtk.Image ();
     w32.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-remove", global::Gtk.IconSize.Menu);
     w31.Add (w32);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w34 = new global::Gtk.Label ();
     w34.LabelProp = global::Mono.Unix.Catalog.GetString ("Remove");
     w34.UseUnderline = true;
     w31.Add (w34);
     w30.Add (w31);
     this.btnMovieFolderRemove.Add (w30);
     this.hbox2.Add (this.btnMovieFolderRemove);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.btnMovieFolderRemove]));
     w38.Position = 1;
     w38.Expand = false;
     w38.Fill = false;
     this.table3.Add (this.hbox2);
     global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table3 [this.hbox2]));
     w39.TopAttach = ((uint)(1));
     w39.BottomAttach = ((uint)(3));
     w39.LeftAttach = ((uint)(1));
     w39.RightAttach = ((uint)(2));
     w39.XOptions = ((global::Gtk.AttachOptions)(4));
     w39.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.hseparator4 = new global::Gtk.HSeparator ();
     this.hseparator4.Name = "hseparator4";
     this.table3.Add (this.hseparator4);
     global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table3 [this.hseparator4]));
     w40.TopAttach = ((uint)(3));
     w40.BottomAttach = ((uint)(4));
     w40.RightAttach = ((uint)(3));
     w40.XOptions = ((global::Gtk.AttachOptions)(4));
     w40.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.Xalign = 1F;
     this.label4.Yalign = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Folders:");
     this.table3.Add (this.label4);
     global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table3 [this.label4]));
     w41.XOptions = ((global::Gtk.AttachOptions)(4));
     w41.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.Xalign = 1F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Max Fanart:");
     this.table3.Add (this.label6);
     global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.table3 [this.label6]));
     w42.TopAttach = ((uint)(8));
     w42.BottomAttach = ((uint)(9));
     w42.XOptions = ((global::Gtk.AttachOptions)(4));
     w42.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.numMaxFanArt = new global::Gtk.SpinButton (0D, 100D, 1D);
     this.numMaxFanArt.WidthRequest = 100;
     this.numMaxFanArt.CanFocus = true;
     this.numMaxFanArt.Name = "numMaxFanArt";
     this.numMaxFanArt.Adjustment.PageIncrement = 10D;
     this.numMaxFanArt.ClimbRate = 1D;
     this.numMaxFanArt.Numeric = true;
     this.table3.Add (this.numMaxFanArt);
     global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table3 [this.numMaxFanArt]));
     w43.TopAttach = ((uint)(8));
     w43.BottomAttach = ((uint)(9));
     w43.LeftAttach = ((uint)(1));
     w43.RightAttach = ((uint)(2));
     w43.XOptions = ((global::Gtk.AttachOptions)(6));
     w43.YOptions = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add (this.table3);
     global::Gtk.Notebook.NotebookChild w44 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.table3]));
     w44.Position = 1;
     // Notebook tab
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("page2");
     this.notebook1.SetTabLabel (this.table3, this.label2);
     this.label2.ShowAll ();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.table4 = new global::Gtk.Table (((uint)(8)), ((uint)(3)), false);
     this.table4.Name = "table4";
     this.table4.RowSpacing = ((uint)(6));
     this.table4.ColumnSpacing = ((uint)(6));
     // Container child table4.Gtk.Table+TableChild
     this.chkAutoRenameEpisodes = new global::Gtk.CheckButton ();
     this.chkAutoRenameEpisodes.CanFocus = true;
     this.chkAutoRenameEpisodes.Name = "chkAutoRenameEpisodes";
     this.chkAutoRenameEpisodes.Label = global::Mono.Unix.Catalog.GetString ("Auto Rename TV Episodes");
     this.chkAutoRenameEpisodes.DrawIndicator = true;
     this.chkAutoRenameEpisodes.UseUnderline = true;
     this.table4.Add (this.chkAutoRenameEpisodes);
     global::Gtk.Table.TableChild w45 = ((global::Gtk.Table.TableChild)(this.table4 [this.chkAutoRenameEpisodes]));
     w45.TopAttach = ((uint)(3));
     w45.BottomAttach = ((uint)(4));
     w45.LeftAttach = ((uint)(1));
     w45.RightAttach = ((uint)(2));
     w45.XOptions = ((global::Gtk.AttachOptions)(4));
     w45.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.chkUseBannersForFolderImage = new global::Gtk.CheckButton ();
     this.chkUseBannersForFolderImage.CanFocus = true;
     this.chkUseBannersForFolderImage.Name = "chkUseBannersForFolderImage";
     this.chkUseBannersForFolderImage.Label = global::Mono.Unix.Catalog.GetString ("Use Banner For Folder.jpg");
     this.chkUseBannersForFolderImage.DrawIndicator = true;
     this.chkUseBannersForFolderImage.UseUnderline = true;
     this.table4.Add (this.chkUseBannersForFolderImage);
     global::Gtk.Table.TableChild w46 = ((global::Gtk.Table.TableChild)(this.table4 [this.chkUseBannersForFolderImage]));
     w46.TopAttach = ((uint)(5));
     w46.BottomAttach = ((uint)(6));
     w46.LeftAttach = ((uint)(1));
     w46.RightAttach = ((uint)(2));
     w46.XOptions = ((global::Gtk.AttachOptions)(4));
     w46.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.GtkScrolledWindow2 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow2.Name = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.nvTvFolders = new global::Gtk.NodeView ();
     this.nvTvFolders.WidthRequest = 400;
     this.nvTvFolders.HeightRequest = 120;
     this.nvTvFolders.CanFocus = true;
     this.nvTvFolders.Name = "nvTvFolders";
     this.GtkScrolledWindow2.Add (this.nvTvFolders);
     this.table4.Add (this.GtkScrolledWindow2);
     global::Gtk.Table.TableChild w48 = ((global::Gtk.Table.TableChild)(this.table4 [this.GtkScrolledWindow2]));
     w48.LeftAttach = ((uint)(1));
     w48.RightAttach = ((uint)(2));
     w48.XOptions = ((global::Gtk.AttachOptions)(4));
     w48.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.btnTvFolderAdd = new global::Gtk.Button ();
     this.btnTvFolderAdd.CanFocus = true;
     this.btnTvFolderAdd.Name = "btnTvFolderAdd";
     this.btnTvFolderAdd.UseUnderline = true;
     // Container child btnTvFolderAdd.Gtk.Container+ContainerChild
     global::Gtk.Alignment w49 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w50 = new global::Gtk.HBox ();
     w50.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w51 = new global::Gtk.Image ();
     w51.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-add", global::Gtk.IconSize.Menu);
     w50.Add (w51);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w53 = new global::Gtk.Label ();
     w53.LabelProp = global::Mono.Unix.Catalog.GetString ("Add");
     w53.UseUnderline = true;
     w50.Add (w53);
     w49.Add (w50);
     this.btnTvFolderAdd.Add (w49);
     this.hbox3.Add (this.btnTvFolderAdd);
     global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.btnTvFolderAdd]));
     w57.Position = 0;
     w57.Expand = false;
     w57.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.btnTvFolderRemove = new global::Gtk.Button ();
     this.btnTvFolderRemove.CanFocus = true;
     this.btnTvFolderRemove.Name = "btnTvFolderRemove";
     this.btnTvFolderRemove.UseUnderline = true;
     // Container child btnTvFolderRemove.Gtk.Container+ContainerChild
     global::Gtk.Alignment w58 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w59 = new global::Gtk.HBox ();
     w59.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w60 = new global::Gtk.Image ();
     w60.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-remove", global::Gtk.IconSize.Menu);
     w59.Add (w60);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w62 = new global::Gtk.Label ();
     w62.LabelProp = global::Mono.Unix.Catalog.GetString ("Remove");
     w62.UseUnderline = true;
     w59.Add (w62);
     w58.Add (w59);
     this.btnTvFolderRemove.Add (w58);
     this.hbox3.Add (this.btnTvFolderRemove);
     global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.btnTvFolderRemove]));
     w66.Position = 1;
     w66.Expand = false;
     w66.Fill = false;
     this.table4.Add (this.hbox3);
     global::Gtk.Table.TableChild w67 = ((global::Gtk.Table.TableChild)(this.table4 [this.hbox3]));
     w67.TopAttach = ((uint)(1));
     w67.BottomAttach = ((uint)(2));
     w67.LeftAttach = ((uint)(1));
     w67.RightAttach = ((uint)(2));
     w67.XOptions = ((global::Gtk.AttachOptions)(4));
     w67.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.hseparator3 = new global::Gtk.HSeparator ();
     this.hseparator3.Name = "hseparator3";
     this.table4.Add (this.hseparator3);
     global::Gtk.Table.TableChild w68 = ((global::Gtk.Table.TableChild)(this.table4 [this.hseparator3]));
     w68.TopAttach = ((uint)(7));
     w68.BottomAttach = ((uint)(8));
     w68.RightAttach = ((uint)(3));
     w68.XOptions = ((global::Gtk.AttachOptions)(4));
     w68.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.hseparator5 = new global::Gtk.HSeparator ();
     this.hseparator5.Name = "hseparator5";
     this.table4.Add (this.hseparator5);
     global::Gtk.Table.TableChild w69 = ((global::Gtk.Table.TableChild)(this.table4 [this.hseparator5]));
     w69.TopAttach = ((uint)(2));
     w69.BottomAttach = ((uint)(3));
     w69.RightAttach = ((uint)(3));
     w69.XOptions = ((global::Gtk.AttachOptions)(4));
     w69.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label8 = new global::Gtk.Label ();
     this.label8.Name = "label8";
     this.label8.Xalign = 1F;
     this.label8.Yalign = 0F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Folders:");
     this.table4.Add (this.label8);
     global::Gtk.Table.TableChild w70 = ((global::Gtk.Table.TableChild)(this.table4 [this.label8]));
     w70.XOptions = ((global::Gtk.AttachOptions)(4));
     w70.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.lblAutoRenameDescription = new global::Gtk.Label ();
     this.lblAutoRenameDescription.Name = "lblAutoRenameDescription";
     this.lblAutoRenameDescription.Xpad = 24;
     this.lblAutoRenameDescription.Xalign = 0F;
     this.lblAutoRenameDescription.Yalign = 0F;
     this.lblAutoRenameDescription.LabelProp = global::Mono.Unix.Catalog.GetString ("<span size=\"small\">Episodes will be renamed automatically to the folllowing forma" +
         "t\r\n     [Show Title] - [Season]x[EpisodeNumber] - [Episode Name].[extension]\r\n</" +
         "span>"
     );
     this.lblAutoRenameDescription.UseMarkup = true;
     this.table4.Add (this.lblAutoRenameDescription);
     global::Gtk.Table.TableChild w71 = ((global::Gtk.Table.TableChild)(this.table4 [this.lblAutoRenameDescription]));
     w71.TopAttach = ((uint)(4));
     w71.BottomAttach = ((uint)(5));
     w71.LeftAttach = ((uint)(1));
     w71.RightAttach = ((uint)(2));
     w71.XOptions = ((global::Gtk.AttachOptions)(4));
     w71.YOptions = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add (this.table4);
     global::Gtk.Notebook.NotebookChild w72 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.table4]));
     w72.Position = 2;
     // Notebook tab
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("page3");
     this.notebook1.SetTabLabel (this.table4, this.label3);
     this.label3.ShowAll ();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.table5 = new global::Gtk.Table (((uint)(10)), ((uint)(3)), false);
     this.table5.Name = "table5";
     this.table5.RowSpacing = ((uint)(6));
     this.table5.ColumnSpacing = ((uint)(6));
     // Container child table5.Gtk.Table+TableChild
     this.label10 = new global::Gtk.Label ();
     this.label10.Name = "label10";
     this.label10.Xalign = 1F;
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("Regex:");
     this.table5.Add (this.label10);
     global::Gtk.Table.TableChild w73 = ((global::Gtk.Table.TableChild)(this.table5 [this.label10]));
     w73.XOptions = ((global::Gtk.AttachOptions)(4));
     w73.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.label11 = new global::Gtk.Label ();
     this.label11.Name = "label11";
     this.label11.Xalign = 1F;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("Show Title Regex:");
     this.table5.Add (this.label11);
     global::Gtk.Table.TableChild w74 = ((global::Gtk.Table.TableChild)(this.table5 [this.label11]));
     w74.TopAttach = ((uint)(2));
     w74.BottomAttach = ((uint)(3));
     w74.XOptions = ((global::Gtk.AttachOptions)(4));
     w74.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.label12 = new global::Gtk.Label ();
     this.label12.Name = "label12";
     this.label12.Xalign = 1F;
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("Season Number Regex:");
     this.table5.Add (this.label12);
     global::Gtk.Table.TableChild w75 = ((global::Gtk.Table.TableChild)(this.table5 [this.label12]));
     w75.TopAttach = ((uint)(3));
     w75.BottomAttach = ((uint)(4));
     w75.XOptions = ((global::Gtk.AttachOptions)(4));
     w75.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.label13 = new global::Gtk.Label ();
     this.label13.Name = "label13";
     this.label13.Xalign = 1F;
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("Episode Numbers Regex:");
     this.table5.Add (this.label13);
     global::Gtk.Table.TableChild w76 = ((global::Gtk.Table.TableChild)(this.table5 [this.label13]));
     w76.TopAttach = ((uint)(4));
     w76.BottomAttach = ((uint)(5));
     w76.XOptions = ((global::Gtk.AttachOptions)(4));
     w76.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.label14 = new global::Gtk.Label ();
     this.label14.Name = "label14";
     this.label14.Xalign = 1F;
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString ("Poster Resolution:");
     this.table5.Add (this.label14);
     global::Gtk.Table.TableChild w77 = ((global::Gtk.Table.TableChild)(this.table5 [this.label14]));
     w77.TopAttach = ((uint)(5));
     w77.BottomAttach = ((uint)(6));
     w77.XOptions = ((global::Gtk.AttachOptions)(4));
     w77.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.label15 = new global::Gtk.Label ();
     this.label15.Name = "label15";
     this.label15.Xalign = 1F;
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString ("Fan Art Resolution:");
     this.table5.Add (this.label15);
     global::Gtk.Table.TableChild w78 = ((global::Gtk.Table.TableChild)(this.table5 [this.label15]));
     w78.TopAttach = ((uint)(6));
     w78.BottomAttach = ((uint)(7));
     w78.XOptions = ((global::Gtk.AttachOptions)(4));
     w78.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.label16 = new global::Gtk.Label ();
     this.label16.Name = "label16";
     this.label16.Xalign = 1F;
     this.label16.LabelProp = global::Mono.Unix.Catalog.GetString ("Image Quality (0-100):");
     this.table5.Add (this.label16);
     global::Gtk.Table.TableChild w79 = ((global::Gtk.Table.TableChild)(this.table5 [this.label16]));
     w79.TopAttach = ((uint)(8));
     w79.BottomAttach = ((uint)(9));
     w79.XOptions = ((global::Gtk.AttachOptions)(4));
     w79.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.label17 = new global::Gtk.Label ();
     this.label17.Name = "label17";
     this.label17.Xalign = 1F;
     this.label17.LabelProp = global::Mono.Unix.Catalog.GetString ("Banner Resolution:");
     this.table5.Add (this.label17);
     global::Gtk.Table.TableChild w80 = ((global::Gtk.Table.TableChild)(this.table5 [this.label17]));
     w80.TopAttach = ((uint)(7));
     w80.BottomAttach = ((uint)(8));
     w80.XOptions = ((global::Gtk.AttachOptions)(4));
     w80.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.lblTvRegexDescription1 = new global::Gtk.Label ();
     this.lblTvRegexDescription1.Name = "lblTvRegexDescription1";
     this.lblTvRegexDescription1.Xpad = 20;
     this.lblTvRegexDescription1.Xalign = 0F;
     this.lblTvRegexDescription1.LabelProp = global::Mono.Unix.Catalog.GetString (@"<span size=""small"">This is intended for advanced users who have a different TV episode naming struture than expected.  Changing this could result in your TV shows not being detected.
     If you clear this field and save your preferences it will be restored to the default Regex.
     Note: Group 1 of the regex must return the show name, group 2 the season and group 3 the episode number.</span>"
     );
     this.lblTvRegexDescription1.UseMarkup = true;
     this.lblTvRegexDescription1.Wrap = true;
     this.table5.Add (this.lblTvRegexDescription1);
     global::Gtk.Table.TableChild w81 = ((global::Gtk.Table.TableChild)(this.table5 [this.lblTvRegexDescription1]));
     w81.TopAttach = ((uint)(1));
     w81.BottomAttach = ((uint)(2));
     w81.LeftAttach = ((uint)(1));
     w81.RightAttach = ((uint)(2));
     w81.XOptions = ((global::Gtk.AttachOptions)(4));
     w81.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.txtBannerResolution = new global::Gtk.Entry ();
     this.txtBannerResolution.CanFocus = true;
     this.txtBannerResolution.Name = "txtBannerResolution";
     this.txtBannerResolution.IsEditable = true;
     this.txtBannerResolution.InvisibleChar = '●';
     this.table5.Add (this.txtBannerResolution);
     global::Gtk.Table.TableChild w82 = ((global::Gtk.Table.TableChild)(this.table5 [this.txtBannerResolution]));
     w82.TopAttach = ((uint)(7));
     w82.BottomAttach = ((uint)(8));
     w82.LeftAttach = ((uint)(1));
     w82.RightAttach = ((uint)(2));
     w82.XOptions = ((global::Gtk.AttachOptions)(4));
     w82.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.txtFanArtResolution = new global::Gtk.Entry ();
     this.txtFanArtResolution.CanFocus = true;
     this.txtFanArtResolution.Name = "txtFanArtResolution";
     this.txtFanArtResolution.IsEditable = true;
     this.txtFanArtResolution.InvisibleChar = '●';
     this.table5.Add (this.txtFanArtResolution);
     global::Gtk.Table.TableChild w83 = ((global::Gtk.Table.TableChild)(this.table5 [this.txtFanArtResolution]));
     w83.TopAttach = ((uint)(6));
     w83.BottomAttach = ((uint)(7));
     w83.LeftAttach = ((uint)(1));
     w83.RightAttach = ((uint)(2));
     w83.XOptions = ((global::Gtk.AttachOptions)(4));
     w83.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.txtImageQuality = new global::Gtk.Entry ();
     this.txtImageQuality.CanFocus = true;
     this.txtImageQuality.Name = "txtImageQuality";
     this.txtImageQuality.IsEditable = true;
     this.txtImageQuality.InvisibleChar = '●';
     this.table5.Add (this.txtImageQuality);
     global::Gtk.Table.TableChild w84 = ((global::Gtk.Table.TableChild)(this.table5 [this.txtImageQuality]));
     w84.TopAttach = ((uint)(8));
     w84.BottomAttach = ((uint)(9));
     w84.LeftAttach = ((uint)(1));
     w84.RightAttach = ((uint)(2));
     w84.XOptions = ((global::Gtk.AttachOptions)(4));
     w84.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.txtPosterResolution = new global::Gtk.Entry ();
     this.txtPosterResolution.CanFocus = true;
     this.txtPosterResolution.Name = "txtPosterResolution";
     this.txtPosterResolution.IsEditable = true;
     this.txtPosterResolution.InvisibleChar = '●';
     this.table5.Add (this.txtPosterResolution);
     global::Gtk.Table.TableChild w85 = ((global::Gtk.Table.TableChild)(this.table5 [this.txtPosterResolution]));
     w85.TopAttach = ((uint)(5));
     w85.BottomAttach = ((uint)(6));
     w85.LeftAttach = ((uint)(1));
     w85.RightAttach = ((uint)(2));
     w85.XOptions = ((global::Gtk.AttachOptions)(4));
     w85.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.txtTvEpisodeNumbersRegex = new global::Gtk.Entry ();
     this.txtTvEpisodeNumbersRegex.CanFocus = true;
     this.txtTvEpisodeNumbersRegex.Name = "txtTvEpisodeNumbersRegex";
     this.txtTvEpisodeNumbersRegex.IsEditable = true;
     this.txtTvEpisodeNumbersRegex.InvisibleChar = '●';
     this.table5.Add (this.txtTvEpisodeNumbersRegex);
     global::Gtk.Table.TableChild w86 = ((global::Gtk.Table.TableChild)(this.table5 [this.txtTvEpisodeNumbersRegex]));
     w86.TopAttach = ((uint)(4));
     w86.BottomAttach = ((uint)(5));
     w86.LeftAttach = ((uint)(1));
     w86.RightAttach = ((uint)(2));
     w86.XOptions = ((global::Gtk.AttachOptions)(4));
     w86.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.txtTvRegex = new global::Gtk.Entry ();
     this.txtTvRegex.CanFocus = true;
     this.txtTvRegex.Name = "txtTvRegex";
     this.txtTvRegex.IsEditable = true;
     this.txtTvRegex.InvisibleChar = '●';
     this.table5.Add (this.txtTvRegex);
     global::Gtk.Table.TableChild w87 = ((global::Gtk.Table.TableChild)(this.table5 [this.txtTvRegex]));
     w87.LeftAttach = ((uint)(1));
     w87.RightAttach = ((uint)(2));
     w87.XOptions = ((global::Gtk.AttachOptions)(4));
     w87.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.txtTvSeasonRegex = new global::Gtk.Entry ();
     this.txtTvSeasonRegex.CanFocus = true;
     this.txtTvSeasonRegex.Name = "txtTvSeasonRegex";
     this.txtTvSeasonRegex.IsEditable = true;
     this.txtTvSeasonRegex.InvisibleChar = '●';
     this.table5.Add (this.txtTvSeasonRegex);
     global::Gtk.Table.TableChild w88 = ((global::Gtk.Table.TableChild)(this.table5 [this.txtTvSeasonRegex]));
     w88.TopAttach = ((uint)(3));
     w88.BottomAttach = ((uint)(4));
     w88.LeftAttach = ((uint)(1));
     w88.RightAttach = ((uint)(2));
     w88.XOptions = ((global::Gtk.AttachOptions)(4));
     w88.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.txtTvShowTitleRegex = new global::Gtk.Entry ();
     this.txtTvShowTitleRegex.CanFocus = true;
     this.txtTvShowTitleRegex.Name = "txtTvShowTitleRegex";
     this.txtTvShowTitleRegex.IsEditable = true;
     this.txtTvShowTitleRegex.InvisibleChar = '●';
     this.table5.Add (this.txtTvShowTitleRegex);
     global::Gtk.Table.TableChild w89 = ((global::Gtk.Table.TableChild)(this.table5 [this.txtTvShowTitleRegex]));
     w89.TopAttach = ((uint)(2));
     w89.BottomAttach = ((uint)(3));
     w89.LeftAttach = ((uint)(1));
     w89.RightAttach = ((uint)(2));
     w89.XOptions = ((global::Gtk.AttachOptions)(4));
     w89.YOptions = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add (this.table5);
     global::Gtk.Notebook.NotebookChild w90 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.table5]));
     w90.Position = 3;
     // Notebook tab
     this.label9 = new global::Gtk.Label ();
     this.label9.Name = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("page4");
     this.notebook1.SetTabLabel (this.table5, this.label9);
     this.label9.ShowAll ();
     this.table1.Add (this.notebook1);
     global::Gtk.Table.TableChild w91 = ((global::Gtk.Table.TableChild)(this.table1 [this.notebook1]));
     w91.TopAttach = ((uint)(2));
     w91.BottomAttach = ((uint)(3));
     w91.LeftAttach = ((uint)(1));
     w91.RightAttach = ((uint)(4));
     w91.XOptions = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.tblTabs = new global::Gtk.Table (((uint)(1)), ((uint)(8)), true);
     this.tblTabs.Name = "tblTabs";
     this.tblTabs.ColumnSpacing = ((uint)(10));
     // Container child tblTabs.Gtk.Table+TableChild
     this.eventTabAdvanced = new global::Gtk.EventBox ();
     this.eventTabAdvanced.Name = "eventTabAdvanced";
     // Container child eventTabAdvanced.Gtk.Container+ContainerChild
     this.vbox5 = new global::Gtk.VBox ();
     this.vbox5.Name = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.imgTabAdvanced = new global::Gtk.Image ();
     this.imgTabAdvanced.Name = "imgTabAdvanced";
     this.imgTabAdvanced.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("iMetaGui.Images.advanced.png");
     this.vbox5.Add (this.imgTabAdvanced);
     global::Gtk.Box.BoxChild w92 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.imgTabAdvanced]));
     w92.Position = 0;
     w92.Expand = false;
     w92.Fill = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.lblTabAdvanced = new global::Gtk.Label ();
     this.lblTabAdvanced.Name = "lblTabAdvanced";
     this.lblTabAdvanced.LabelProp = global::Mono.Unix.Catalog.GetString ("Advanced");
     this.vbox5.Add (this.lblTabAdvanced);
     global::Gtk.Box.BoxChild w93 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.lblTabAdvanced]));
     w93.Position = 1;
     w93.Expand = false;
     w93.Fill = false;
     this.eventTabAdvanced.Add (this.vbox5);
     this.tblTabs.Add (this.eventTabAdvanced);
     global::Gtk.Table.TableChild w95 = ((global::Gtk.Table.TableChild)(this.tblTabs [this.eventTabAdvanced]));
     w95.LeftAttach = ((uint)(5));
     w95.RightAttach = ((uint)(6));
     w95.XOptions = ((global::Gtk.AttachOptions)(4));
     w95.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tblTabs.Gtk.Table+TableChild
     this.eventTabGeneral = new global::Gtk.EventBox ();
     this.eventTabGeneral.Name = "eventTabGeneral";
     // Container child eventTabGeneral.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.imgTabGeneral = new global::Gtk.Image ();
     this.imgTabGeneral.Name = "imgTabGeneral";
     this.imgTabGeneral.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("iMetaGui.Images.generalsettings.png");
     this.vbox2.Add (this.imgTabGeneral);
     global::Gtk.Box.BoxChild w96 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.imgTabGeneral]));
     w96.Position = 0;
     w96.Expand = false;
     w96.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.lblTabGeneral = new global::Gtk.Label ();
     this.lblTabGeneral.Name = "lblTabGeneral";
     this.lblTabGeneral.LabelProp = global::Mono.Unix.Catalog.GetString ("General");
     this.vbox2.Add (this.lblTabGeneral);
     global::Gtk.Box.BoxChild w97 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.lblTabGeneral]));
     w97.Position = 1;
     w97.Expand = false;
     w97.Fill = false;
     this.eventTabGeneral.Add (this.vbox2);
     this.tblTabs.Add (this.eventTabGeneral);
     global::Gtk.Table.TableChild w99 = ((global::Gtk.Table.TableChild)(this.tblTabs [this.eventTabGeneral]));
     w99.LeftAttach = ((uint)(2));
     w99.RightAttach = ((uint)(3));
     w99.XOptions = ((global::Gtk.AttachOptions)(4));
     w99.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tblTabs.Gtk.Table+TableChild
     this.eventTabMovies = new global::Gtk.EventBox ();
     this.eventTabMovies.Name = "eventTabMovies";
     // Container child eventTabMovies.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.imgTabMovies = new global::Gtk.Image ();
     this.imgTabMovies.Name = "imgTabMovies";
     this.imgTabMovies.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("iMetaGui.Images.moviesettings.png");
     this.vbox3.Add (this.imgTabMovies);
     global::Gtk.Box.BoxChild w100 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.imgTabMovies]));
     w100.Position = 0;
     w100.Expand = false;
     w100.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.lblTabMovies = new global::Gtk.Label ();
     this.lblTabMovies.Name = "lblTabMovies";
     this.lblTabMovies.LabelProp = global::Mono.Unix.Catalog.GetString ("Movies");
     this.vbox3.Add (this.lblTabMovies);
     global::Gtk.Box.BoxChild w101 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.lblTabMovies]));
     w101.Position = 1;
     w101.Expand = false;
     w101.Fill = false;
     this.eventTabMovies.Add (this.vbox3);
     this.tblTabs.Add (this.eventTabMovies);
     global::Gtk.Table.TableChild w103 = ((global::Gtk.Table.TableChild)(this.tblTabs [this.eventTabMovies]));
     w103.LeftAttach = ((uint)(3));
     w103.RightAttach = ((uint)(4));
     w103.XOptions = ((global::Gtk.AttachOptions)(4));
     w103.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tblTabs.Gtk.Table+TableChild
     this.eventTabTvShows = new global::Gtk.EventBox ();
     this.eventTabTvShows.Name = "eventTabTvShows";
     // Container child eventTabTvShows.Gtk.Container+ContainerChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.imgTabTvShows = new global::Gtk.Image ();
     this.imgTabTvShows.Name = "imgTabTvShows";
     this.imgTabTvShows.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("iMetaGui.Images.tvsettings.png");
     this.vbox4.Add (this.imgTabTvShows);
     global::Gtk.Box.BoxChild w104 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.imgTabTvShows]));
     w104.Position = 0;
     w104.Expand = false;
     w104.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.lblTabTvShows = new global::Gtk.Label ();
     this.lblTabTvShows.Name = "lblTabTvShows";
     this.lblTabTvShows.LabelProp = global::Mono.Unix.Catalog.GetString ("TV Shows");
     this.vbox4.Add (this.lblTabTvShows);
     global::Gtk.Box.BoxChild w105 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.lblTabTvShows]));
     w105.Position = 1;
     w105.Expand = false;
     w105.Fill = false;
     this.eventTabTvShows.Add (this.vbox4);
     this.tblTabs.Add (this.eventTabTvShows);
     global::Gtk.Table.TableChild w107 = ((global::Gtk.Table.TableChild)(this.tblTabs [this.eventTabTvShows]));
     w107.LeftAttach = ((uint)(4));
     w107.RightAttach = ((uint)(5));
     w107.XOptions = ((global::Gtk.AttachOptions)(4));
     w107.YOptions = ((global::Gtk.AttachOptions)(4));
     this.table1.Add (this.tblTabs);
     global::Gtk.Table.TableChild w108 = ((global::Gtk.Table.TableChild)(this.table1 [this.tblTabs]));
     w108.LeftAttach = ((uint)(1));
     w108.RightAttach = ((uint)(4));
     w108.XOptions = ((global::Gtk.AttachOptions)(0));
     w108.YOptions = ((global::Gtk.AttachOptions)(4));
     w1.Add (this.table1);
     global::Gtk.Box.BoxChild w109 = ((global::Gtk.Box.BoxChild)(w1 [this.table1]));
     w109.Position = 0;
     // Internal child iMetaGui.PreferencesDialog.ActionArea
     global::Gtk.HButtonBox w110 = this.ActionArea;
     w110.Name = "dialog1_ActionArea";
     w110.Spacing = 10;
     w110.BorderWidth = ((uint)(5));
     w110.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 w111 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w110 [this.buttonCancel]));
     w111.Expand = false;
     w111.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 w112 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w110 [this.buttonOk]));
     w112.Position = 1;
     w112.Expand = false;
     w112.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 603;
     this.DefaultHeight = 538;
     this.Show ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LevelEditor.MapEditor
     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.LoadMapAction = new global::Gtk.Action ("LoadMapAction", global::Mono.Unix.Catalog.GetString ("Load Map"), null, null);
     this.LoadMapAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Load Map");
     w1.Add (this.LoadMapAction, null);
     this.SaveMapAction = new global::Gtk.Action ("SaveMapAction", global::Mono.Unix.Catalog.GetString ("Save Map"), null, null);
     this.SaveMapAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save Map");
     w1.Add (this.SaveMapAction, null);
     this.Action = new global::Gtk.Action ("Action", global::Mono.Unix.Catalog.GetString ("-"), null, null);
     this.Action.ShortLabel = global::Mono.Unix.Catalog.GetString ("-");
     w1.Add (this.Action, 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.ToolsAction = new global::Gtk.Action ("ToolsAction", global::Mono.Unix.Catalog.GetString ("Tools"), null, null);
     this.ToolsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Tools");
     w1.Add (this.ToolsAction, null);
     this.ClearMapAction = new global::Gtk.Action ("ClearMapAction", global::Mono.Unix.Catalog.GetString ("Clear Map"), null, null);
     this.ClearMapAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Clear Map");
     w1.Add (this.ClearMapAction, null);
     this.LayerAction = new global::Gtk.Action ("LayerAction", global::Mono.Unix.Catalog.GetString ("Layer"), null, null);
     this.LayerAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Layer");
     w1.Add (this.LayerAction, null);
     this.BackgroundAction = new global::Gtk.Action ("BackgroundAction", global::Mono.Unix.Catalog.GetString ("Background"), null, null);
     this.BackgroundAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Background");
     w1.Add (this.BackgroundAction, null);
     this.InteractiveAction = new global::Gtk.Action ("InteractiveAction", global::Mono.Unix.Catalog.GetString ("Interactive"), null, null);
     this.InteractiveAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Interactive");
     w1.Add (this.InteractiveAction, null);
     this.ForegroundAction = new global::Gtk.Action ("ForegroundAction", global::Mono.Unix.Catalog.GetString ("Foreground"), null, null);
     this.ForegroundAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Foreground");
     w1.Add (this.ForegroundAction, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.WidthRequest = 500;
     this.HeightRequest = 500;
     this.Name = "LevelEditor.MapEditor";
     this.Title = global::Mono.Unix.Catalog.GetString ("MapEditor");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth = ((uint)(9));
     this.AllowShrink = true;
     this.DefaultWidth = 500;
     this.DefaultHeight = 500;
     // Container child LevelEditor.MapEditor.Gtk.Container+ContainerChild
     this.fixed2 = new global::Gtk.Fixed ();
     this.fixed2.CanDefault = true;
     this.fixed2.CanFocus = true;
     this.fixed2.Name = "fixed2";
     this.fixed2.HasWindow = false;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.UIManager.AddUiFromString ("<ui><menubar name='menubar1'><menu name='FileAction' action='FileAction'><menuitem name='LoadMapAction' action='LoadMapAction'/><menuitem name='SaveMapAction' action='SaveMapAction'/><menuitem name='Action' action='Action'/><menuitem name='ExitAction' action='ExitAction'/></menu><menu name='ToolsAction' action='ToolsAction'><menuitem name='ClearMapAction' action='ClearMapAction'/></menu><menu name='LayerAction' action='LayerAction'><menuitem name='BackgroundAction' action='BackgroundAction'/><menuitem name='InteractiveAction' action='InteractiveAction'/><menuitem name='ForegroundAction' action='ForegroundAction'/></menu></menubar></ui>");
     this.menubar1 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menubar1")));
     this.menubar1.WidthRequest = 490;
     this.menubar1.Name = "menubar1";
     this.fixed2.Add (this.menubar1);
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.filechooserbutton1 = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Seleccionar un archivo"), ((global::Gtk.FileChooserAction)(0)));
     this.filechooserbutton1.WidthRequest = 200;
     this.filechooserbutton1.Name = "filechooserbutton1";
     this.fixed2.Add (this.filechooserbutton1);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed2 [this.filechooserbutton1]));
     w3.X = 290;
     w3.Y = 450;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.WidthRequest = 300;
     this.GtkScrolledWindow.HeightRequest = 300;
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     global::Gtk.Viewport w4 = new global::Gtk.Viewport ();
     w4.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     w4.Add (this.vbox1);
     this.GtkScrolledWindow.Add (w4);
     this.fixed2.Add (this.GtkScrolledWindow);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed2 [this.GtkScrolledWindow]));
     w7.X = 9;
     w7.Y = 27;
     this.Add (this.fixed2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.fixed2.HasDefault = true;
     this.Show ();
     this.ExitAction.Activated += new global::System.EventHandler (this.exitToolStripMenuItem_Click);
 }
 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.WidthRequest   = 640;
     this.HeightRequest  = 480;
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("ScreenJournal");
     this.Icon           = global::Stetic.IconLoader.LoadIcon(this, "gtk-media-record", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.DefaultWidth   = 640;
     this.DefaultHeight  = 480;
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1             = new global::Gtk.VBox();
     this.vbox1.Name        = "vbox1";
     this.vbox1.BorderWidth = ((uint)(2));
     // Container child vbox1.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 1;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vboxrun         = new global::Gtk.VBox();
     this.vboxrun.Name    = "vboxrun";
     this.vboxrun.Spacing = 6;
     // Container child vboxrun.Gtk.Box+BoxChild
     this.runbutton              = new global::Gtk.Button();
     this.runbutton.Name         = "runbutton";
     this.runbutton.UseUnderline = true;
     // Container child runbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w2 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w3 = new global::Gtk.HBox();
     w3.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w4 = new global::Gtk.Image();
     w4.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-media-stop", global::Gtk.IconSize.Button);
     w3.Add(w4);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w6 = new global::Gtk.Label();
     w6.LabelProp    = global::Mono.Unix.Catalog.GetString("Start recording");
     w6.UseUnderline = true;
     w3.Add(w6);
     w2.Add(w3);
     this.runbutton.Add(w2);
     this.vboxrun.Add(this.runbutton);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vboxrun [this.runbutton]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vboxrun.Gtk.Box+BoxChild
     this.runbuttonrunning              = new global::Gtk.Button();
     this.runbuttonrunning.Name         = "runbuttonrunning";
     this.runbuttonrunning.UseUnderline = true;
     // Container child runbuttonrunning.Gtk.Container+ContainerChild
     global::Gtk.Alignment w11 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w12 = new global::Gtk.HBox();
     w12.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w13 = new global::Gtk.Image();
     w13.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-media-record", global::Gtk.IconSize.Button);
     w12.Add(w13);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w15 = new global::Gtk.Label();
     w15.LabelProp    = global::Mono.Unix.Catalog.GetString("Stop recording");
     w15.UseUnderline = true;
     w12.Add(w15);
     w11.Add(w12);
     this.runbuttonrunning.Add(w11);
     this.vboxrun.Add(this.runbuttonrunning);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vboxrun [this.runbuttonrunning]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     this.notebook1.Add(this.vboxrun);
     // Notebook tab
     this.runtab            = new global::Gtk.Label();
     this.runtab.CanDefault = true;
     this.runtab.Name       = "runtab";
     this.runtab.LabelProp  = global::Mono.Unix.Catalog.GetString("Run");
     this.notebook1.SetTabLabel(this.vboxrun, this.runtab);
     this.runtab.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vboxsettings             = new global::Gtk.VBox();
     this.vboxsettings.Name        = "vboxsettings";
     this.vboxsettings.BorderWidth = ((uint)(2));
     // Container child vboxsettings.Gtk.Box+BoxChild
     this.hbox2             = new global::Gtk.HBox();
     this.hbox2.Name        = "hbox2";
     this.hbox2.BorderWidth = ((uint)(2));
     // Container child hbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.folderchooserbutton = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select A Folder"), ((global::Gtk.FileChooserAction)(2)));
     this.folderchooserbutton.WidthRequest = 1;
     this.folderchooserbutton.Name         = "folderchooserbutton";
     this.hbox1.Add(this.folderchooserbutton);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.folderchooserbutton]));
     w21.PackType = ((global::Gtk.PackType)(1));
     w21.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.directorybox               = new global::Gtk.Entry();
     this.directorybox.CanFocus      = true;
     this.directorybox.Name          = "directorybox";
     this.directorybox.IsEditable    = true;
     this.directorybox.InvisibleChar = '●';
     this.hbox1.Add(this.directorybox);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.directorybox]));
     w22.PackType = ((global::Gtk.PackType)(1));
     w22.Position = 1;
     this.hbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.hbox1]));
     w23.PackType = ((global::Gtk.PackType)(1));
     w23.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label3                = new global::Gtk.Label();
     this.label3.Name           = "label3";
     this.label3.LabelProp      = global::Mono.Unix.Catalog.GetString("Image save directory");
     this.label3.Justify        = ((global::Gtk.Justification)(1));
     this.label3.SingleLineMode = true;
     this.hbox2.Add(this.label3);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label3]));
     w24.PackType = ((global::Gtk.PackType)(1));
     w24.Position = 1;
     w24.Expand   = false;
     w24.Fill     = false;
     this.vboxsettings.Add(this.hbox2);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vboxsettings [this.hbox2]));
     w25.Position = 0;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child vboxsettings.Gtk.Box+BoxChild
     this.hbox3             = new global::Gtk.HBox();
     this.hbox3.Name        = "hbox3";
     this.hbox3.BorderWidth = ((uint)(2));
     // Container child hbox3.Gtk.Box+BoxChild
     this.label4                = new global::Gtk.Label();
     this.label4.Name           = "label4";
     this.label4.LabelProp      = global::Mono.Unix.Catalog.GetString("Interval (seconds)");
     this.label4.Justify        = ((global::Gtk.Justification)(1));
     this.label4.SingleLineMode = true;
     this.hbox3.Add(this.label4);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label4]));
     w26.Position = 0;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.intervalbox = new global::Gtk.SpinButton(1D, 86400D, 1D);
     this.intervalbox.WidthRequest             = 60;
     this.intervalbox.CanFocus                 = true;
     this.intervalbox.Name                     = "intervalbox";
     this.intervalbox.Adjustment.PageIncrement = 1D;
     this.intervalbox.Adjustment.PageSize      = 30D;
     this.intervalbox.ClimbRate                = 1D;
     this.intervalbox.Numeric                  = true;
     this.intervalbox.Value                    = 1D;
     this.hbox3.Add(this.intervalbox);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.intervalbox]));
     w27.PackType = ((global::Gtk.PackType)(1));
     w27.Position = 1;
     w27.Expand   = false;
     w27.Fill     = false;
     this.vboxsettings.Add(this.hbox3);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vboxsettings [this.hbox3]));
     w28.Position = 1;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child vboxsettings.Gtk.Box+BoxChild
     this.savesettingsbutton              = new global::Gtk.Button();
     this.savesettingsbutton.CanFocus     = true;
     this.savesettingsbutton.Name         = "savesettingsbutton";
     this.savesettingsbutton.UseUnderline = true;
     // Container child savesettingsbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w29 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w30 = new global::Gtk.HBox();
     w30.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w31 = new global::Gtk.Image();
     w31.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-apply", global::Gtk.IconSize.Menu);
     w30.Add(w31);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w33 = new global::Gtk.Label();
     w33.LabelProp    = global::Mono.Unix.Catalog.GetString("Save settings");
     w33.UseUnderline = true;
     w30.Add(w33);
     w29.Add(w30);
     this.savesettingsbutton.Add(w29);
     this.vboxsettings.Add(this.savesettingsbutton);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vboxsettings [this.savesettingsbutton]));
     w37.PackType = ((global::Gtk.PackType)(1));
     w37.Position = 2;
     w37.Expand   = false;
     w37.Fill     = false;
     this.notebook1.Add(this.vboxsettings);
     global::Gtk.Notebook.NotebookChild w38 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vboxsettings]));
     w38.Position = 1;
     // Notebook tab
     this.settingstab           = new global::Gtk.Label();
     this.settingstab.Name      = "settingstab";
     this.settingstab.LabelProp = global::Mono.Unix.Catalog.GetString("Settings");
     this.notebook1.SetTabLabel(this.vboxsettings, this.settingstab);
     this.settingstab.ShowAll();
     this.vbox1.Add(this.notebook1);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.notebook1]));
     w39.Position = 0;
     // Container child vbox1.Gtk.Box+BoxChild
     this.statusbar1         = new global::Gtk.Statusbar();
     this.statusbar1.Name    = "statusbar1";
     this.statusbar1.Spacing = 1;
     // Container child statusbar1.Gtk.Box+BoxChild
     this.statusbarlabel      = new global::Gtk.Label();
     this.statusbarlabel.Name = "statusbarlabel";
     this.statusbarlabel.Wrap = true;
     this.statusbar1.Add(this.statusbarlabel);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.statusbar1 [this.statusbarlabel]));
     w40.Position = 0;
     w40.Expand   = false;
     w40.Fill     = false;
     this.vbox1.Add(this.statusbar1);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.statusbar1]));
     w41.Position = 1;
     w41.Expand   = false;
     w41.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.runbuttonrunning.Hide();
     this.runtab.HasDefault = true;
     this.Show();
     this.runbutton.Clicked                    += new global::System.EventHandler(this.OnRunbuttonClicked);
     this.runbuttonrunning.Clicked             += new global::System.EventHandler(this.OnRunbuttonClicked);
     this.folderchooserbutton.SelectionChanged += new global::System.EventHandler(this.OnFolderchooserbuttonSelectionChanged);
     this.savesettingsbutton.Clicked           += new global::System.EventHandler(this.OnSavesettingsbuttonClicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget guicompare.ProviderSelector
			global::Stetic.BinContainer.Attach (this);
			this.Name = "guicompare.ProviderSelector";
			// Container child guicompare.ProviderSelector.Gtk.Container+ContainerChild
			this.table2 = new global::Gtk.Table (((uint)(4)), ((uint)(2)), false);
			this.table2.Name = "table2";
			this.table2.RowSpacing = ((uint)(6));
			this.table2.ColumnSpacing = ((uint)(6));
			this.table2.BorderWidth = ((uint)(4));
			// Container child table2.Gtk.Table+TableChild
			this.filechooserbutton1 = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select A File"), ((global::Gtk.FileChooserAction)(0)));
			this.filechooserbutton1.Name = "filechooserbutton1";
			this.table2.Add (this.filechooserbutton1);
			global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table2 [this.filechooserbutton1]));
			w1.TopAttach = ((uint)(1));
			w1.BottomAttach = ((uint)(2));
			w1.LeftAttach = ((uint)(1));
			w1.RightAttach = ((uint)(2));
			w1.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.filechooserbutton2 = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select A File"), ((global::Gtk.FileChooserAction)(0)));
			this.filechooserbutton2.Name = "filechooserbutton2";
			this.table2.Add (this.filechooserbutton2);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table2 [this.filechooserbutton2]));
			w2.TopAttach = ((uint)(3));
			w2.BottomAttach = ((uint)(4));
			w2.LeftAttach = ((uint)(1));
			w2.RightAttach = ((uint)(2));
			w2.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.Xpad = 8;
			this.table2.Add (this.label2);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table2 [this.label2]));
			w3.TopAttach = ((uint)(1));
			w3.BottomAttach = ((uint)(2));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.radiobutton1 = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("API Description"));
			this.radiobutton1.CanFocus = true;
			this.radiobutton1.Name = "radiobutton1";
			this.radiobutton1.Active = true;
			this.radiobutton1.DrawIndicator = true;
			this.radiobutton1.UseUnderline = true;
			this.radiobutton1.Group = new global::GLib.SList (global::System.IntPtr.Zero);
			this.table2.Add (this.radiobutton1);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table2 [this.radiobutton1]));
			w4.RightAttach = ((uint)(2));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.radiobutton2 = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Assembly"));
			this.radiobutton2.CanFocus = true;
			this.radiobutton2.Name = "radiobutton2";
			this.radiobutton2.DrawIndicator = true;
			this.radiobutton2.UseUnderline = true;
			this.radiobutton2.Group = this.radiobutton1.Group;
			this.table2.Add (this.radiobutton2);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2 [this.radiobutton2]));
			w5.TopAttach = ((uint)(2));
			w5.BottomAttach = ((uint)(3));
			w5.RightAttach = ((uint)(2));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			this.Add (this.table2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
			this.filechooserbutton2.FocusChildSet += new global::Gtk.FocusChildSetHandler (this.OnFilechooserbutton2FocusChildSet);
		}
Exemple #31
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.filechooserbutton      = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select a File"), ((global::Gtk.FileChooserAction)(0)));
     this.filechooserbutton.Name = "filechooserbutton";
     this.hbox4.Add(this.filechooserbutton);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.filechooserbutton]));
     w1.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.fixed1           = new global::Gtk.Fixed();
     this.fixed1.Name      = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Symbol Table");
     this.fixed1.Add(this.label1);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.label1]));
     w2.X = 133;
     w2.Y = 9;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label           = new global::Gtk.Label();
     this.label.Name      = "label";
     this.label.Xalign    = 1F;
     this.label.LabelProp = global::Mono.Unix.Catalog.GetString("Lexeme");
     this.fixed1.Add(this.label);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.label]));
     w3.X = 63;
     w3.Y = 7;
     this.hbox4.Add(this.fixed1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.fixed1]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.vbox1.Add(this.hbox4);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox4]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow3            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow3.Name       = "GtkScrolledWindow3";
     this.GtkScrolledWindow3.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow3.Gtk.Container+ContainerChild
     this.textview          = new global::Gtk.TextView();
     this.textview.CanFocus = true;
     this.textview.Name     = "textview";
     this.GtkScrolledWindow3.Add(this.textview);
     this.hbox1.Add(this.GtkScrolledWindow3);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledWindow3]));
     w7.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.treeview          = new global::Gtk.TreeView();
     this.treeview.CanFocus = true;
     this.treeview.Name     = "treeview";
     this.GtkScrolledWindow1.Add(this.treeview);
     this.hbox1.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledWindow1]));
     w9.Position = 1;
     // Container child hbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow2            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow2.Name       = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.stTree          = new global::Gtk.TreeView();
     this.stTree.CanFocus = true;
     this.stTree.Name     = "stTree";
     this.GtkScrolledWindow2.Add(this.stTree);
     this.hbox1.Add(this.GtkScrolledWindow2);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledWindow2]));
     w11.Position = 2;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w12.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.button              = new global::Gtk.Button();
     this.button.CanFocus     = true;
     this.button.Name         = "button";
     this.button.UseUnderline = true;
     this.button.Label        = global::Mono.Unix.Catalog.GetString("Run");
     this.vbox1.Add(this.button);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.button]));
     w13.Position = 2;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame            = new global::Gtk.Frame();
     this.frame.Name       = "frame";
     this.frame.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.commandLine          = new global::Gtk.TextView();
     this.commandLine.CanFocus = true;
     this.commandLine.Name     = "commandLine";
     this.GtkScrolledWindow.Add(this.commandLine);
     this.GtkAlignment.Add(this.GtkScrolledWindow);
     this.frame.Add(this.GtkAlignment);
     this.GtkLabel2           = new global::Gtk.Label();
     this.GtkLabel2.Name      = "GtkLabel2";
     this.GtkLabel2.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Console</b>");
     this.GtkLabel2.UseMarkup = true;
     this.frame.LabelWidget   = this.GtkLabel2;
     this.vbox1.Add(this.frame);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.frame]));
     w17.Position = 3;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 1062;
     this.DefaultHeight = 577;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.filechooserbutton.FileActivated    += new global::System.EventHandler(this.OnOpen);
     this.filechooserbutton.SelectionChanged += new global::System.EventHandler(this.OnOpen);
     this.button.Clicked += new global::System.EventHandler(this.Run);
 }
Exemple #32
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget XR.Baboon.AssemblyItem
     global::Stetic.BinContainer.Attach(this);
     this.Name = "XR.Baboon.AssemblyItem";
     // Container child XR.Baboon.AssemblyItem.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.assemblyName           = new global::Gtk.Label();
     this.assemblyName.Name      = "assemblyName";
     this.assemblyName.Xpad      = 3;
     this.assemblyName.Ypad      = 3;
     this.assemblyName.Xalign    = 0F;
     this.assemblyName.LabelProp = global::Mono.Unix.Catalog.GetString("Foo.Bar.Baz.AssemblyName");
     this.assemblyName.UseMarkup = true;
     this.assemblyName.Ellipsize = ((global::Pango.EllipsizeMode)(3));
     this.vbox3.Add(this.assemblyName);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.assemblyName]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.sourceFolderPath           = new global::Gtk.Label();
     this.sourceFolderPath.Name      = "sourceFolderPath";
     this.sourceFolderPath.Xpad      = 5;
     this.sourceFolderPath.Ypad      = 2;
     this.sourceFolderPath.Xalign    = 0F;
     this.sourceFolderPath.LabelProp = global::Mono.Unix.Catalog.GetString("/home/foo/bar/baz/path/to/my/assembly/source/folder/blaa/basfdasdasdfasd/sdfsdfsdf/sdf/sdf/fsdfsd");
     this.sourceFolderPath.UseMarkup = true;
     this.sourceFolderPath.Ellipsize = ((global::Pango.EllipsizeMode)(1));
     this.vbox3.Add(this.sourceFolderPath);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.sourceFolderPath]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.newFolderPath      = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select a Folder"), ((global::Gtk.FileChooserAction)(2)));
     this.newFolderPath.Name = "newFolderPath";
     this.vbox3.Add(this.newFolderPath);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.newFolderPath]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox3.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator1]));
     w4.PackType = ((global::Gtk.PackType)(1));
     w4.Position = 3;
     w4.Expand   = false;
     w4.Fill     = false;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Exemple #33
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MySQL To Entity For Mono");
     this.Icon           = global::Stetic.IconLoader.LoadIcon(this, "gtk-connect", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(10)), ((uint)(5)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     this.table1.BorderWidth   = ((uint)(3));
     // Container child table1.Gtk.Table+TableChild
     this._cancel              = new global::Gtk.Button();
     this._cancel.CanFocus     = true;
     this._cancel.Name         = "_cancel";
     this._cancel.UseUnderline = true;
     this._cancel.Label        = global::Mono.Unix.Catalog.GetString("キャンセル");
     global::Gtk.Image w1 = new global::Gtk.Image();
     w1.Pixbuf          = global::Stetic.IconLoader.LoadIcon(this, "gtk-cancel", global::Gtk.IconSize.Menu);
     this._cancel.Image = w1;
     this.table1.Add(this._cancel);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this._cancel]));
     w2.TopAttach    = ((uint)(6));
     w2.BottomAttach = ((uint)(7));
     w2.LeftAttach   = ((uint)(2));
     w2.RightAttach  = ((uint)(3));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this._data               = new global::Gtk.Entry();
     this._data.CanFocus      = true;
     this._data.Name          = "_data";
     this._data.IsEditable    = true;
     this._data.InvisibleChar = '●';
     this.table1.Add(this._data);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this._data]));
     w3.TopAttach    = ((uint)(4));
     w3.BottomAttach = ((uint)(5));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this._filename           = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("ファイルを選択"), ((global::Gtk.FileChooserAction)(0)));
     this._filename.Name      = "_filename";
     this._filename.LocalOnly = false;
     this.table1.Add(this._filename);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this._filename]));
     w4.LeftAttach  = ((uint)(1));
     w4.RightAttach = ((uint)(4));
     w4.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this._name               = new global::Gtk.Entry();
     this._name.CanFocus      = true;
     this._name.Name          = "_name";
     this._name.IsEditable    = true;
     this._name.InvisibleChar = '●';
     this.table1.Add(this._name);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this._name]));
     w5.TopAttach    = ((uint)(5));
     w5.BottomAttach = ((uint)(6));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(4));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this._ok              = new global::Gtk.Button();
     this._ok.CanFocus     = true;
     this._ok.Name         = "_ok";
     this._ok.UseUnderline = true;
     this._ok.Label        = global::Mono.Unix.Catalog.GetString("OK");
     global::Gtk.Image w6 = new global::Gtk.Image();
     w6.Pixbuf      = global::Stetic.IconLoader.LoadIcon(this, "gtk-connect", global::Gtk.IconSize.Menu);
     this._ok.Image = w6;
     this.table1.Add(this._ok);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this._ok]));
     w7.TopAttach    = ((uint)(6));
     w7.BottomAttach = ((uint)(7));
     w7.LeftAttach   = ((uint)(3));
     w7.RightAttach  = ((uint)(4));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this._pass               = new global::Gtk.Entry();
     this._pass.CanFocus      = true;
     this._pass.Name          = "_pass";
     this._pass.IsEditable    = true;
     this._pass.Visibility    = false;
     this._pass.InvisibleChar = '●';
     this.table1.Add(this._pass);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this._pass]));
     w8.TopAttach    = ((uint)(3));
     w8.BottomAttach = ((uint)(4));
     w8.LeftAttach   = ((uint)(1));
     w8.RightAttach  = ((uint)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this._server               = new global::Gtk.Entry();
     this._server.CanFocus      = true;
     this._server.Name          = "_server";
     this._server.IsEditable    = true;
     this._server.InvisibleChar = '●';
     this.table1.Add(this._server);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this._server]));
     w9.TopAttach    = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.LeftAttach   = ((uint)(1));
     w9.RightAttach  = ((uint)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this._test              = new global::Gtk.Button();
     this._test.CanFocus     = true;
     this._test.Name         = "_test";
     this._test.UseUnderline = true;
     this._test.Label        = global::Mono.Unix.Catalog.GetString("接続テスト");
     global::Gtk.Image w10 = new global::Gtk.Image();
     w10.Pixbuf       = global::Stetic.IconLoader.LoadIcon(this, "gtk-execute", global::Gtk.IconSize.Menu);
     this._test.Image = w10;
     this.table1.Add(this._test);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this._test]));
     w11.TopAttach    = ((uint)(6));
     w11.BottomAttach = ((uint)(7));
     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._user               = new global::Gtk.Entry();
     this._user.CanFocus      = true;
     this._user.Name          = "_user";
     this._user.IsEditable    = true;
     this._user.InvisibleChar = '●';
     this.table1.Add(this._user);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this._user]));
     w12.TopAttach    = ((uint)(2));
     w12.BottomAttach = ((uint)(3));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(4));
     w12.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._preview          = new global::Gtk.TextView();
     this._preview.CanFocus = true;
     this._preview.Name     = "_preview";
     this._preview.WrapMode = ((global::Gtk.WrapMode)(2));
     this._preview.Indent   = 4;
     this.GtkScrolledWindow.Add(this._preview);
     this.table1.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.GtkScrolledWindow]));
     w14.TopAttach    = ((uint)(7));
     w14.BottomAttach = ((uint)(9));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(4));
     w14.XOptions     = ((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("MySQL Model");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w15.XOptions = ((global::Gtk.AttachOptions)(4));
     w15.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("MySQL Server");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w16.TopAttach    = ((uint)(1));
     w16.BottomAttach = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.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("User ID");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w17.TopAttach    = ((uint)(2));
     w17.BottomAttach = ((uint)(3));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.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("Password");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w18.TopAttach    = ((uint)(3));
     w18.BottomAttach = ((uint)(4));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Database");
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     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.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString(" ");
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w20.LeftAttach  = ((uint)(4));
     w20.RightAttach = ((uint)(5));
     w20.XOptions    = ((global::Gtk.AttachOptions)(4));
     w20.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Preview");
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
     w21.TopAttach    = ((uint)(7));
     w21.BottomAttach = ((uint)(9));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Namespace");
     this.table1.Add(this.label8);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
     w22.TopAttach    = ((uint)(5));
     w22.BottomAttach = ((uint)(6));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.Add(this.table1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 659;
     this.DefaultHeight = 452;
     this.Show();
     this.DeleteEvent   += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this._test.Clicked += new global::System.EventHandler(this.OnTestClicked);
     this._ok.Clicked   += new global::System.EventHandler(this.OnOkClicked);
     this._filename.SelectionChanged += new global::System.EventHandler(this.OnFilenameSelectionChanged);
 }
Exemple #34
0
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget uploader.MainWindow
			this.Name = "uploader.MainWindow";
			this.Title = global::Mono.Unix.Catalog.GetString ("SiK Firmware Uploader");
			this.Icon = global::Stetic.IconLoader.LoadIcon (this, "gtk-refresh", global::Gtk.IconSize.Menu);
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.BorderWidth = ((uint)(5));
			this.Resizable = false;
			// Container child uploader.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.hbuttonbox1 = new global::Gtk.HButtonBox ();
			this.hbuttonbox1.Name = "hbuttonbox1";
			this.vbox1.Add (this.hbuttonbox1);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbuttonbox1]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Firmware upload tool for the SiK bootloader.\n© 2011 Michael Smith, All Rights Reserved.");
			this.hbox1.Add (this.label2);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			this.vbox1.Add (this.hbox1);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
			w3.Position = 1;
			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 = 2;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(3)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.button_Console = new global::Gtk.Button ();
			this.button_Console.Name = "button_Console";
			this.button_Console.UseUnderline = true;
			this.button_Console.Label = global::Mono.Unix.Catalog.GetString ("Console");
			this.table1.Add (this.button_Console);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.button_Console]));
			w5.LeftAttach = ((uint)(2));
			w5.RightAttach = ((uint)(3));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.button_Upload = new global::Gtk.Button ();
			this.button_Upload.CanDefault = true;
			this.button_Upload.CanFocus = true;
			this.button_Upload.Events = ((global::Gdk.EventMask)(512));
			this.button_Upload.Name = "button_Upload";
			this.button_Upload.UseUnderline = true;
			this.button_Upload.Label = global::Mono.Unix.Catalog.GetString ("Upload");
			this.table1.Add (this.button_Upload);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.button_Upload]));
			w6.TopAttach = ((uint)(1));
			w6.BottomAttach = ((uint)(2));
			w6.LeftAttach = ((uint)(2));
			w6.RightAttach = ((uint)(3));
			w6.XOptions = ((global::Gtk.AttachOptions)(4));
			w6.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.chooser_Hex = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select A File"), ((global::Gtk.FileChooserAction)(0)));
			this.chooser_Hex.Name = "chooser_Hex";
			this.chooser_Hex.WidthChars = 40;
			this.table1.Add (this.chooser_Hex);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.chooser_Hex]));
			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.combo_Port = global::Gtk.ComboBox.NewText ();
			this.combo_Port.Name = "combo_Port";
			this.table1.Add (this.combo_Port);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.combo_Port]));
			w8.LeftAttach = ((uint)(1));
			w8.RightAttach = ((uint)(2));
			w8.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Hex File");
			this.table1.Add (this.label1);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
			w9.TopAttach = ((uint)(1));
			w9.BottomAttach = ((uint)(2));
			w9.XOptions = ((global::Gtk.AttachOptions)(4));
			w9.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label19 = new global::Gtk.Label ();
			this.label19.Name = "label19";
			this.label19.Xalign = 0F;
			this.label19.LabelProp = global::Mono.Unix.Catalog.GetString ("Serial Port");
			this.table1.Add (this.label19);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label19]));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox1.Add (this.table1);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
			w11.Position = 3;
			w11.Expand = false;
			w11.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.status_Bar = new global::Gtk.Statusbar ();
			this.status_Bar.Name = "status_Bar";
			this.status_Bar.Spacing = 6;
			this.status_Bar.HasResizeGrip = false;
			this.vbox1.Add (this.status_Bar);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.status_Bar]));
			w12.PackType = ((global::Gtk.PackType)(1));
			w12.Position = 4;
			w12.Expand = false;
			w12.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.progress_Bar = new global::Gtk.ProgressBar ();
			this.progress_Bar.Name = "progress_Bar";
			this.vbox1.Add (this.progress_Bar);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.progress_Bar]));
			w13.PackType = ((global::Gtk.PackType)(1));
			w13.Position = 5;
			w13.Expand = false;
			w13.Fill = false;
			this.Add (this.vbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 486;
			this.DefaultHeight = 173;
			this.Show ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget llum.ImportExportWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "llum.ImportExportWidget";
     // Container child llum.ImportExportWidget.Gtk.Container+ContainerChild
     this.vbox1             = new global::Gtk.VBox();
     this.vbox1.Name        = "vbox1";
     this.vbox1.Spacing     = 12;
     this.vbox1.BorderWidth = ((uint)(7));
     // 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.image1        = new global::Gtk.Image();
     this.image1.Name   = "image1";
     this.image1.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "document-revert", global::Gtk.IconSize.Dialog);
     this.hbox3.Add(this.image1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.image1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Import/Export operations");
     this.label2.UseMarkup = true;
     this.hbox3.Add(this.label2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label2]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox3]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("This option allows you to export users and groups to a json file and import them to other initialized servers");
     this.label3.Wrap      = true;
     this.vbox1.Add(this.label3);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label3]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.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 w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator1]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox1.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("<b>Export to file:</b>");
     this.label4.UseMarkup = true;
     this.vbox1.Add(this.label4);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label4]));
     w6.Position = 3;
     w6.Expand   = false;
     w6.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.exportFilechooserbutton      = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select destination folder"), ((global::Gtk.FileChooserAction)(2)));
     this.exportFilechooserbutton.Name = "exportFilechooserbutton";
     this.hbox1.Add(this.exportFilechooserbutton);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.exportFilechooserbutton]));
     w7.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.exportButton              = new global::Gtk.Button();
     this.exportButton.CanFocus     = true;
     this.exportButton.Name         = "exportButton";
     this.exportButton.UseUnderline = true;
     this.exportButton.Label        = global::Mono.Unix.Catalog.GetString("Export");
     this.hbox1.Add(this.exportButton);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.exportButton]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w9.Position = 4;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox1.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator2]));
     w10.Position = 5;
     w10.Expand   = false;
     w10.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>Import from file:</b>");
     this.label5.UseMarkup = true;
     this.vbox1.Add(this.label5);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label5]));
     w11.Position = 6;
     w11.Expand   = false;
     w11.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.importFilechooserbutton      = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Seleccionar un archivo"), ((global::Gtk.FileChooserAction)(0)));
     this.importFilechooserbutton.Name = "importFilechooserbutton";
     this.hbox2.Add(this.importFilechooserbutton);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.importFilechooserbutton]));
     w12.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.importButton              = new global::Gtk.Button();
     this.importButton.CanFocus     = true;
     this.importButton.Name         = "importButton";
     this.importButton.UseUnderline = true;
     this.importButton.Label        = global::Mono.Unix.Catalog.GetString("Import");
     this.hbox2.Add(this.importButton);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.importButton]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
     w14.Position = 7;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.regenerateCb               = new global::Gtk.CheckButton();
     this.regenerateCb.CanFocus      = true;
     this.regenerateCb.Name          = "regenerateCb";
     this.regenerateCb.Label         = global::Mono.Unix.Catalog.GetString("Regenerate random passwords for every user (students AND teachers)");
     this.regenerateCb.DrawIndicator = true;
     this.regenerateCb.UseUnderline  = true;
     this.vbox1.Add(this.regenerateCb);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.regenerateCb]));
     w15.Position = 8;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.msg_label      = new global::Gtk.Label();
     this.msg_label.Name = "msg_label";
     this.vbox1.Add(this.msg_label);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.msg_label]));
     w16.PackType = ((global::Gtk.PackType)(1));
     w16.Position = 9;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator3      = new global::Gtk.HSeparator();
     this.hseparator3.Name = "hseparator3";
     this.vbox1.Add(this.hseparator3);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator3]));
     w17.PackType = ((global::Gtk.PackType)(1));
     w17.Position = 10;
     w17.Expand   = false;
     w17.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.exportButton.Clicked += new global::System.EventHandler(this.OnExportButtonClicked);
     this.importButton.Clicked += new global::System.EventHandler(this.OnImportButtonClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("FxPicasaWebAlbumDownloader");
     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.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.albumList      = global::Gtk.ComboBox.NewText();
     this.albumList.Name = "albumList";
     this.table1.Add(this.albumList);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.albumList]));
     w1.TopAttach    = ((uint)(1));
     w1.BottomAttach = ((uint)(2));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.albumUser               = new global::Gtk.Entry();
     this.albumUser.CanFocus      = true;
     this.albumUser.Name          = "albumUser";
     this.albumUser.Text          = global::Mono.Unix.Catalog.GetString("oefenschool.2c");
     this.albumUser.IsEditable    = true;
     this.albumUser.InvisibleChar = '•';
     this.table1.Add(this.albumUser);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.albumUser]));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.checkAlbumsButton              = new global::Gtk.Button();
     this.checkAlbumsButton.CanFocus     = true;
     this.checkAlbumsButton.Name         = "checkAlbumsButton";
     this.checkAlbumsButton.UseUnderline = true;
     this.checkAlbumsButton.Label        = global::Mono.Unix.Catalog.GetString("Load Album List");
     this.table1.Add(this.checkAlbumsButton);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkAlbumsButton]));
     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.downloadButton              = new global::Gtk.Button();
     this.downloadButton.CanFocus     = true;
     this.downloadButton.Name         = "downloadButton";
     this.downloadButton.UseUnderline = true;
     this.downloadButton.Label        = global::Mono.Unix.Catalog.GetString("Download album(s)");
     this.table1.Add(this.downloadButton);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.downloadButton]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.table1]));
     w5.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.imageLoading      = new global::Gtk.Image();
     this.imageLoading.Name = "imageLoading";
     this.hbox1.Add(this.imageLoading);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.imageLoading]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.selectDestinationFolder      = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select destination folder"), ((global::Gtk.FileChooserAction)(2)));
     this.selectDestinationFolder.Name = "selectDestinationFolder";
     this.vbox1.Add(this.selectDestinationFolder);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.selectDestinationFolder]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.progressBar      = new global::Gtk.ProgressBar();
     this.progressBar.Name = "progressBar";
     this.vbox1.Add(this.progressBar);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.progressBar]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.console          = new global::Gtk.TextView();
     this.console.CanFocus = true;
     this.console.Name     = "console";
     this.GtkScrolledWindow.Add(this.console);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
     w11.Position = 3;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 775;
     this.DefaultHeight = 535;
     this.Show();
     this.DeleteEvent               += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.downloadButton.Clicked    += new global::System.EventHandler(this.OnDownloadButtonClicked);
     this.checkAlbumsButton.Clicked += new global::System.EventHandler(this.OnCheckAlbumsButtonClicked);
 }
Exemple #37
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Smuxi.Frontend.Gnome.EngineAssistantCredentialsWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Smuxi.Frontend.Gnome.EngineAssistantCredentialsWidget";
     // Container child Smuxi.Frontend.Gnome.EngineAssistantCredentialsWidget.Gtk.Container+ContainerChild
     this.vbox12             = new global::Gtk.VBox();
     this.vbox12.Name        = "vbox12";
     this.vbox12.Spacing     = 10;
     this.vbox12.BorderWidth = ((uint)(5));
     // Container child vbox12.Gtk.Box+BoxChild
     this.vbox13         = new global::Gtk.VBox();
     this.vbox13.Name    = "vbox13";
     this.vbox13.Spacing = 6;
     // Container child vbox13.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("_SSH Username: (optional)");
     this.label6.UseUnderline = true;
     this.vbox13.Add(this.label6);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.label6]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox13.Gtk.Box+BoxChild
     this.f_SshUsernameEntry               = new global::Gtk.Entry();
     this.f_SshUsernameEntry.CanFocus      = true;
     this.f_SshUsernameEntry.Name          = "f_SshUsernameEntry";
     this.f_SshUsernameEntry.IsEditable    = true;
     this.f_SshUsernameEntry.InvisibleChar = '●';
     this.vbox13.Add(this.f_SshUsernameEntry);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.f_SshUsernameEntry]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox13.Gtk.Box+BoxChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.Xpad      = 50;
     this.label9.Xalign    = 0F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("<span size=\"small\">Username which will be used to log into the SSH server</span>");
     this.label9.UseMarkup = true;
     this.vbox13.Add(this.label9);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.label9]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     this.vbox12.Add(this.vbox13);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.vbox13]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox12.Gtk.Box+BoxChild
     this.f_SshPasswordVBox         = new global::Gtk.VBox();
     this.f_SshPasswordVBox.Name    = "f_SshPasswordVBox";
     this.f_SshPasswordVBox.Spacing = 6;
     // Container child f_SshPasswordVBox.Gtk.Box+BoxChild
     this.label14              = new global::Gtk.Label();
     this.label14.Name         = "label14";
     this.label14.Xalign       = 0F;
     this.label14.LabelProp    = global::Mono.Unix.Catalog.GetString("_SSH Password: (optional)");
     this.label14.UseUnderline = true;
     this.f_SshPasswordVBox.Add(this.label14);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.f_SshPasswordVBox [this.label14]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child f_SshPasswordVBox.Gtk.Box+BoxChild
     this.f_SshPasswordEntry               = new global::Gtk.Entry();
     this.f_SshPasswordEntry.CanFocus      = true;
     this.f_SshPasswordEntry.Name          = "f_SshPasswordEntry";
     this.f_SshPasswordEntry.IsEditable    = true;
     this.f_SshPasswordEntry.Visibility    = false;
     this.f_SshPasswordEntry.InvisibleChar = '●';
     this.f_SshPasswordVBox.Add(this.f_SshPasswordEntry);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.f_SshPasswordVBox [this.f_SshPasswordEntry]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child f_SshPasswordVBox.Gtk.Box+BoxChild
     this.label15           = new global::Gtk.Label();
     this.label15.Name      = "label15";
     this.label15.Xpad      = 50;
     this.label15.Xalign    = 0F;
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString("<span size=\"small\">Password which will be used to log into the SSH server. The password is optional if SSH key authorization is used (see below).</span>");
     this.label15.UseMarkup = true;
     this.label15.Wrap      = true;
     this.f_SshPasswordVBox.Add(this.label15);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.f_SshPasswordVBox [this.label15]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vbox12.Add(this.f_SshPasswordVBox);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.f_SshPasswordVBox]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox12.Gtk.Box+BoxChild
     this.vbox17         = new global::Gtk.VBox();
     this.vbox17.Name    = "vbox17";
     this.vbox17.Spacing = 6;
     // Container child vbox17.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("_SSH Keyfile: (optional)");
     this.label16.UseUnderline = true;
     this.vbox17.Add(this.label16);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox17 [this.label16]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox17.Gtk.Box+BoxChild
     this.f_SshKeyfileChooserButton            = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select a File"), ((global::Gtk.FileChooserAction)(0)));
     this.f_SshKeyfileChooserButton.Name       = "f_SshKeyfileChooserButton";
     this.f_SshKeyfileChooserButton.ShowHidden = true;
     this.vbox17.Add(this.f_SshKeyfileChooserButton);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox17 [this.f_SshKeyfileChooserButton]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox17.Gtk.Box+BoxChild
     this.label17           = new global::Gtk.Label();
     this.label17.Name      = "label17";
     this.label17.Xpad      = 50;
     this.label17.Xalign    = 0F;
     this.label17.LabelProp = global::Mono.Unix.Catalog.GetString("<span size=\"small\">SSH private keyfile which will be used to log into the SSH server</span>");
     this.label17.UseMarkup = true;
     this.vbox17.Add(this.label17);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox17 [this.label17]));
     w11.Position = 2;
     w11.Expand   = false;
     w11.Fill     = false;
     this.vbox12.Add(this.vbox17);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.vbox17]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox12.Gtk.Box+BoxChild
     this.vbox16         = new global::Gtk.VBox();
     this.vbox16.Name    = "vbox16";
     this.vbox16.Spacing = 6;
     // Container child vbox16.Gtk.Box+BoxChild
     this.label12              = new global::Gtk.Label();
     this.label12.Name         = "label12";
     this.label12.Xalign       = 0F;
     this.label12.LabelProp    = global::Mono.Unix.Catalog.GetString("_Username:"******"f_UsernameEntry";
     this.f_UsernameEntry.IsEditable    = true;
     this.f_UsernameEntry.InvisibleChar = '●';
     this.vbox16.Add(this.f_UsernameEntry);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.f_UsernameEntry]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox16.Gtk.Box+BoxChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.Xpad      = 50;
     this.label13.Xalign    = 0F;
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("<span size=\"small\">Username which will be used to log into the Smuxi server</span>");
     this.label13.UseMarkup = true;
     this.vbox16.Add(this.label13);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.label13]));
     w15.Position = 2;
     w15.Expand   = false;
     w15.Fill     = false;
     this.vbox12.Add(this.vbox16);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.vbox16]));
     w16.Position = 3;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox12.Gtk.Box+BoxChild
     this.vbox14         = new global::Gtk.VBox();
     this.vbox14.Name    = "vbox14";
     this.vbox14.Spacing = 6;
     // Container child vbox14.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("_Password:"******"f_PasswordEntry";
     this.f_PasswordEntry.IsEditable    = true;
     this.f_PasswordEntry.Visibility    = false;
     this.f_PasswordEntry.InvisibleChar = '●';
     this.vbox14.Add(this.f_PasswordEntry);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.f_PasswordEntry]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox14.Gtk.Box+BoxChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.Xpad      = 50;
     this.label10.Xalign    = 0F;
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("<span size=\"small\">Password of the user</span>");
     this.label10.UseMarkup = true;
     this.vbox14.Add(this.label10);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.label10]));
     w19.Position = 2;
     w19.Expand   = false;
     w19.Fill     = false;
     this.vbox12.Add(this.vbox14);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.vbox14]));
     w20.Position = 4;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox12.Gtk.Box+BoxChild
     this.vbox15         = new global::Gtk.VBox();
     this.vbox15.Name    = "vbox15";
     this.vbox15.Spacing = 6;
     // Container child vbox15.Gtk.Box+BoxChild
     this.label8              = new global::Gtk.Label();
     this.label8.Name         = "label8";
     this.label8.Xalign       = 0F;
     this.label8.LabelProp    = global::Mono.Unix.Catalog.GetString("_Verify Password:"******"f_VerifyPasswordEntry";
     this.f_VerifyPasswordEntry.IsEditable    = true;
     this.f_VerifyPasswordEntry.Visibility    = false;
     this.f_VerifyPasswordEntry.InvisibleChar = '●';
     this.vbox15.Add(this.f_VerifyPasswordEntry);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox15 [this.f_VerifyPasswordEntry]));
     w22.Position = 1;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbox15.Gtk.Box+BoxChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.Xpad      = 50;
     this.label11.Xalign    = 0F;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("<span size=\"small\">Repeat the password for verification</span>");
     this.label11.UseMarkup = true;
     this.vbox15.Add(this.label11);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox15 [this.label11]));
     w23.Position = 2;
     w23.Expand   = false;
     w23.Fill     = false;
     this.vbox12.Add(this.vbox15);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.vbox15]));
     w24.Position = 5;
     w24.Expand   = false;
     w24.Fill     = false;
     this.Add(this.vbox12);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label6.MnemonicWidget  = this.f_SshUsernameEntry;
     this.label14.MnemonicWidget = this.f_SshUsernameEntry;
     this.label16.MnemonicWidget = this.f_SshKeyfileChooserButton;
     this.label12.MnemonicWidget = this.f_UsernameEntry;
     this.label7.MnemonicWidget  = this.f_PasswordEntry;
     this.label8.MnemonicWidget  = this.f_VerifyPasswordEntry;
     this.Hide();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget catoolgui.exportCACert
			this.Name = "catoolgui.exportCACert";
			this.WindowPosition = ((global::Gtk.WindowPosition)(2));
			// Internal child catoolgui.exportCACert.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)(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.caCertChooser = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select a Path"), ((global::Gtk.FileChooserAction)(2)));
			this.caCertChooser.Name = "caCertChooser";
			this.table1.Add (this.caCertChooser);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.caCertChooser]));
			w2.LeftAttach = ((uint)(1));
			w2.RightAttach = ((uint)(2));
			w2.XPadding = ((uint)(10));
			w2.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.caCertExportEntry = new global::Gtk.Entry ();
			this.caCertExportEntry.CanFocus = true;
			this.caCertExportEntry.Name = "caCertExportEntry";
			this.caCertExportEntry.IsEditable = true;
			this.caCertExportEntry.InvisibleChar = '•';
			this.table1.Add (this.caCertExportEntry);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.caCertExportEntry]));
			w3.TopAttach = ((uint)(1));
			w3.BottomAttach = ((uint)(2));
			w3.LeftAttach = ((uint)(1));
			w3.RightAttach = ((uint)(2));
			w3.XPadding = ((uint)(10));
			w3.YPadding = ((uint)(5));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Choose path to export CA-Cert.</b>");
			this.label1.UseMarkup = true;
			this.table1.Add (this.label1);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
			w4.XPadding = ((uint)(10));
			w4.YPadding = ((uint)(5));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.Xalign = 0F;
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Choose name for exported Cert.</b>");
			this.label2.UseMarkup = true;
			this.table1.Add (this.label2);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
			w5.TopAttach = ((uint)(1));
			w5.BottomAttach = ((uint)(2));
			w5.XPadding = ((uint)(10));
			w5.YPadding = ((uint)(5));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			w1.Add (this.table1);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(w1 [this.table1]));
			w6.Position = 0;
			w6.Expand = false;
			w6.Fill = false;
			// Internal child catoolgui.exportCACert.ActionArea
			global::Gtk.HButtonBox w7 = this.ActionArea;
			w7.Name = "dialog1_ActionArea";
			w7.Spacing = 10;
			w7.BorderWidth = ((uint)(5));
			w7.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonCancel = new global::Gtk.Button ();
			this.buttonCancel.CanDefault = true;
			this.buttonCancel.CanFocus = true;
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.UseStock = true;
			this.buttonCancel.UseUnderline = true;
			this.buttonCancel.Label = "gtk-cancel";
			this.AddActionWidget (this.buttonCancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w8 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w7 [this.buttonCancel]));
			w8.Expand = false;
			w8.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonOk = new global::Gtk.Button ();
			this.buttonOk.CanDefault = true;
			this.buttonOk.CanFocus = true;
			this.buttonOk.Name = "buttonOk";
			this.buttonOk.UseStock = true;
			this.buttonOk.UseUnderline = true;
			this.buttonOk.Label = "gtk-ok";
			this.AddActionWidget (this.buttonOk, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w7 [this.buttonOk]));
			w9.Position = 1;
			w9.Expand = false;
			w9.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 417;
			this.DefaultHeight = 119;
			this.Show ();
			this.buttonCancel.Clicked += new global::System.EventHandler (this.OnButtonCancelClicked);
			this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget NETGenVisualizer.VisualizerControl
     this.Name           = "NETGenVisualizer.VisualizerControl";
     this.Title          = global::Mono.Unix.Catalog.GetString("VisualizerControl");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child NETGenVisualizer.VisualizerControl.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("Network File");
     this.fixed1.Add(this.label1);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label1]));
     w1.X = 9;
     w1.Y = 11;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.fileChooserNetworkFile = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select A File"), ((global::Gtk.FileChooserAction)(0)));
     this.fileChooserNetworkFile.WidthRequest = 120;
     this.fileChooserNetworkFile.Name         = "fileChooserNetworkFile";
     this.fileChooserNetworkFile.ShowHidden   = true;
     this.fixed1.Add(this.fileChooserNetworkFile);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.fileChooserNetworkFile]));
     w2.X = 98;
     w2.Y = 3;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Node Size");
     this.fixed1.Add(this.label5);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label5]));
     w3.X = 8;
     w3.Y = 104;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Edge Width");
     this.fixed1.Add(this.label6);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label6]));
     w4.X = 8;
     w4.Y = 133;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.entryEdgeWidthExpression = new global::Gtk.Entry();
     this.entryEdgeWidthExpression.WidthRequest  = 300;
     this.entryEdgeWidthExpression.CanFocus      = true;
     this.entryEdgeWidthExpression.Name          = "entryEdgeWidthExpression";
     this.entryEdgeWidthExpression.Text          = global::Mono.Unix.Catalog.GetString("0.1f");
     this.entryEdgeWidthExpression.IsEditable    = true;
     this.entryEdgeWidthExpression.InvisibleChar = '●';
     this.fixed1.Add(this.entryEdgeWidthExpression);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.entryEdgeWidthExpression]));
     w5.X = 96;
     w5.Y = 129;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Cuttlefish cef");
     this.fixed1.Add(this.label7);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label7]));
     w6.X = 7;
     w6.Y = 164;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.fileChooserCEFFile = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select A File"), ((global::Gtk.FileChooserAction)(0)));
     this.fileChooserCEFFile.WidthRequest = 120;
     this.fileChooserCEFFile.Name         = "fileChooserCEFFile";
     this.fileChooserCEFFile.ShowHidden   = true;
     this.fixed1.Add(this.fileChooserCEFFile);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.fileChooserCEFFile]));
     w7.X = 94;
     w7.Y = 156;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Search Node");
     this.fixed1.Add(this.label8);
     global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label8]));
     w8.X = 7;
     w8.Y = 192;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.entrySearchNode = new global::Gtk.Entry();
     this.entrySearchNode.WidthRequest  = 300;
     this.entrySearchNode.CanFocus      = true;
     this.entrySearchNode.Name          = "entrySearchNode";
     this.entrySearchNode.IsEditable    = true;
     this.entrySearchNode.InvisibleChar = '●';
     this.fixed1.Add(this.entrySearchNode);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.entrySearchNode]));
     w9.X = 95;
     w9.Y = 187;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Highlight ... ");
     this.fixed1.Add(this.label9);
     global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label9]));
     w10.X = 6;
     w10.Y = 219;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.fileChooserHighlightNodes = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select A File"), ((global::Gtk.FileChooserAction)(0)));
     this.fileChooserHighlightNodes.WidthRequest = 120;
     this.fileChooserHighlightNodes.Name         = "fileChooserHighlightNodes";
     this.fixed1.Add(this.fileChooserHighlightNodes);
     global::Gtk.Fixed.FixedChild w11 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.fileChooserHighlightNodes]));
     w11.X = 95;
     w11.Y = 213;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.fileChooserExportPDF = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Export PDF File ... "), ((global::Gtk.FileChooserAction)(0)));
     this.fileChooserExportPDF.WidthRequest = 120;
     this.fileChooserExportPDF.Name         = "fileChooserExportPDF";
     this.fixed1.Add(this.fileChooserExportPDF);
     global::Gtk.Fixed.FixedChild w12 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.fileChooserExportPDF]));
     w12.X = 94;
     w12.Y = 245;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Export PDF");
     this.fixed1.Add(this.label10);
     global::Gtk.Fixed.FixedChild w13 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label10]));
     w13.X = 10;
     w13.Y = 248;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.fileChooserExportBitmap = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select A File"), ((global::Gtk.FileChooserAction)(0)));
     this.fileChooserExportBitmap.WidthRequest = 120;
     this.fileChooserExportBitmap.Name         = "fileChooserExportBitmap";
     this.fixed1.Add(this.fileChooserExportBitmap);
     global::Gtk.Fixed.FixedChild w14 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.fileChooserExportBitmap]));
     w14.X = 93;
     w14.Y = 276;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Export Bitmap");
     this.fixed1.Add(this.label11);
     global::Gtk.Fixed.FixedChild w15 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label11]));
     w15.X = 4;
     w15.Y = 281;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.entryNodeSizeExpression = new global::Gtk.Entry();
     this.entryNodeSizeExpression.WidthRequest  = 300;
     this.entryNodeSizeExpression.CanFocus      = true;
     this.entryNodeSizeExpression.Name          = "entryNodeSizeExpression";
     this.entryNodeSizeExpression.Text          = global::Mono.Unix.Catalog.GetString("2f");
     this.entryNodeSizeExpression.IsEditable    = true;
     this.entryNodeSizeExpression.InvisibleChar = '●';
     this.fixed1.Add(this.entryNodeSizeExpression);
     global::Gtk.Fixed.FixedChild w16 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.entryNodeSizeExpression]));
     w16.X = 97;
     w16.Y = 100;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.btnApplyNodeSize              = new global::Gtk.Button();
     this.btnApplyNodeSize.CanFocus     = true;
     this.btnApplyNodeSize.Name         = "btnApplyNodeSize";
     this.btnApplyNodeSize.UseUnderline = true;
     this.btnApplyNodeSize.Label        = global::Mono.Unix.Catalog.GetString("Apply");
     this.fixed1.Add(this.btnApplyNodeSize);
     global::Gtk.Fixed.FixedChild w17 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.btnApplyNodeSize]));
     w17.X = 404;
     w17.Y = 96;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.btnApplyEdgeWidth              = new global::Gtk.Button();
     this.btnApplyEdgeWidth.CanFocus     = true;
     this.btnApplyEdgeWidth.Name         = "btnApplyEdgeWidth";
     this.btnApplyEdgeWidth.UseUnderline = true;
     this.btnApplyEdgeWidth.Label        = global::Mono.Unix.Catalog.GetString("Apply");
     this.fixed1.Add(this.btnApplyEdgeWidth);
     global::Gtk.Fixed.FixedChild w18 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.btnApplyEdgeWidth]));
     w18.X = 402;
     w18.Y = 127;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.btnSearch              = new global::Gtk.Button();
     this.btnSearch.CanFocus     = true;
     this.btnSearch.Name         = "btnSearch";
     this.btnSearch.UseUnderline = true;
     this.btnSearch.Label        = global::Mono.Unix.Catalog.GetString("Search");
     this.fixed1.Add(this.btnSearch);
     global::Gtk.Fixed.FixedChild w19 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.btnSearch]));
     w19.X = 402;
     w19.Y = 185;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.btnRunCEF              = new global::Gtk.Button();
     this.btnRunCEF.CanFocus     = true;
     this.btnRunCEF.Name         = "btnRunCEF";
     this.btnRunCEF.UseUnderline = true;
     this.btnRunCEF.Label        = global::Mono.Unix.Catalog.GetString("Run ...");
     this.fixed1.Add(this.btnRunCEF);
     global::Gtk.Fixed.FixedChild w20 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.btnRunCEF]));
     w20.X = 220;
     w20.Y = 156;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.fileChooserCEFFrames = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select A File"), ((global::Gtk.FileChooserAction)(0)));
     this.fileChooserCEFFrames.WidthRequest = 120;
     this.fileChooserCEFFrames.Name         = "fileChooserCEFFrames";
     this.fileChooserCEFFrames.ShowHidden   = true;
     this.fixed1.Add(this.fileChooserCEFFrames);
     global::Gtk.Fixed.FixedChild w21 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.fileChooserCEFFrames]));
     w21.X = 283;
     w21.Y = 155;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Node Color");
     this.fixed1.Add(this.label3);
     global::Gtk.Fixed.FixedChild w22 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label3]));
     w22.X = 7;
     w22.Y = 72;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.btnChoseDefaultNodeColor          = new global::Gtk.ColorButton();
     this.btnChoseDefaultNodeColor.CanFocus = true;
     this.btnChoseDefaultNodeColor.Events   = ((global::Gdk.EventMask)(784));
     this.btnChoseDefaultNodeColor.Name     = "btnChoseDefaultNodeColor";
     this.fixed1.Add(this.btnChoseDefaultNodeColor);
     global::Gtk.Fixed.FixedChild w23 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.btnChoseDefaultNodeColor]));
     w23.X = 95;
     w23.Y = 62;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.btnChoseEdgeColor          = new global::Gtk.ColorButton();
     this.btnChoseEdgeColor.CanFocus = true;
     this.btnChoseEdgeColor.Events   = ((global::Gdk.EventMask)(784));
     this.btnChoseEdgeColor.Name     = "btnChoseEdgeColor";
     this.fixed1.Add(this.btnChoseEdgeColor);
     global::Gtk.Fixed.FixedChild w24 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.btnChoseEdgeColor]));
     w24.X = 272;
     w24.Y = 60;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Edge Color");
     this.fixed1.Add(this.label4);
     global::Gtk.Fixed.FixedChild w25 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label4]));
     w25.X = 193;
     w25.Y = 65;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.entry4 = new global::Gtk.Entry();
     this.entry4.WidthRequest  = 300;
     this.entry4.CanFocus      = true;
     this.entry4.Name          = "entry4";
     this.entry4.Text          = global::Mono.Unix.Catalog.GetString("FruchtermanReingoldLayout(5)");
     this.entry4.IsEditable    = true;
     this.entry4.InvisibleChar = '●';
     this.fixed1.Add(this.entry4);
     global::Gtk.Fixed.FixedChild w26 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.entry4]));
     w26.X = 5;
     w26.Y = 34;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.btnComputeLayout              = new global::Gtk.Button();
     this.btnComputeLayout.CanFocus     = true;
     this.btnComputeLayout.Name         = "btnComputeLayout";
     this.btnComputeLayout.UseUnderline = true;
     this.btnComputeLayout.Label        = global::Mono.Unix.Catalog.GetString("Apply");
     this.fixed1.Add(this.btnComputeLayout);
     global::Gtk.Fixed.FixedChild w27 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.btnComputeLayout]));
     w27.X = 309;
     w27.Y = 33;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.btnChoseHighlightNodeColor          = new global::Gtk.ColorButton();
     this.btnChoseHighlightNodeColor.CanFocus = true;
     this.btnChoseHighlightNodeColor.Events   = ((global::Gdk.EventMask)(784));
     this.btnChoseHighlightNodeColor.Name     = "btnChoseHighlightNodeColor";
     this.fixed1.Add(this.btnChoseHighlightNodeColor);
     global::Gtk.Fixed.FixedChild w28 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.btnChoseHighlightNodeColor]));
     w28.X = 220;
     w28.Y = 212;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.btnResetHighlights              = new global::Gtk.Button();
     this.btnResetHighlights.CanFocus     = true;
     this.btnResetHighlights.Name         = "btnResetHighlights";
     this.btnResetHighlights.UseUnderline = true;
     this.btnResetHighlights.Label        = global::Mono.Unix.Catalog.GetString("Reset");
     this.fixed1.Add(this.btnResetHighlights);
     global::Gtk.Fixed.FixedChild w29 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.btnResetHighlights]));
     w29.X = 281;
     w29.Y = 215;
     this.Add(this.fixed1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 684;
     this.DefaultHeight = 365;
     this.Show();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget XR.Baboon.AssemblyItem
			global::Stetic.BinContainer.Attach (this);
			this.Name = "XR.Baboon.AssemblyItem";
			// Container child XR.Baboon.AssemblyItem.Gtk.Container+ContainerChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.assemblyName = new global::Gtk.Label ();
			this.assemblyName.Name = "assemblyName";
			this.assemblyName.Xpad = 3;
			this.assemblyName.Ypad = 3;
			this.assemblyName.Xalign = 0F;
			this.assemblyName.LabelProp = global::Mono.Unix.Catalog.GetString ("Foo.Bar.Baz.AssemblyName");
			this.assemblyName.UseMarkup = true;
			this.assemblyName.Ellipsize = ((global::Pango.EllipsizeMode)(3));
			this.vbox3.Add (this.assemblyName);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.assemblyName]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.sourceFolderPath = new global::Gtk.Label ();
			this.sourceFolderPath.Name = "sourceFolderPath";
			this.sourceFolderPath.Xpad = 5;
			this.sourceFolderPath.Ypad = 2;
			this.sourceFolderPath.Xalign = 0F;
			this.sourceFolderPath.LabelProp = global::Mono.Unix.Catalog.GetString ("/home/foo/bar/baz/path/to/my/assembly/source/folder/blaa/basfdasdasdfasd/sdfsdfsdf/sdf/sdf/fsdfsd");
			this.sourceFolderPath.UseMarkup = true;
			this.sourceFolderPath.Ellipsize = ((global::Pango.EllipsizeMode)(1));
			this.vbox3.Add (this.sourceFolderPath);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.sourceFolderPath]));
			w2.Position = 1;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.newFolderPath = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select a Folder"), ((global::Gtk.FileChooserAction)(2)));
			this.newFolderPath.Name = "newFolderPath";
			this.vbox3.Add (this.newFolderPath);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.newFolderPath]));
			w3.Position = 2;
			w3.Expand = false;
			w3.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.hseparator1 = new global::Gtk.HSeparator ();
			this.hseparator1.Name = "hseparator1";
			this.vbox3.Add (this.hseparator1);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator1]));
			w4.PackType = ((global::Gtk.PackType)(1));
			w4.Position = 3;
			w4.Expand = false;
			w4.Fill = false;
			this.Add (this.vbox3);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget HypeMachineDownloader.Window
     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.AboutAction = new global::Gtk.Action ("AboutAction", global::Mono.Unix.Catalog.GetString ("About"), null, null);
     this.AboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("About");
     w1.Add (this.AboutAction, null);
     this.aboutAction = new global::Gtk.Action ("aboutAction", global::Mono.Unix.Catalog.GetString ("About Application"), null, "gtk-about");
     this.aboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("About Application");
     w1.Add (this.aboutAction, null);
     this.quitAction = new global::Gtk.Action ("quitAction", global::Mono.Unix.Catalog.GetString ("Exit"), null, "gtk-quit");
     this.quitAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Exit");
     w1.Add (this.quitAction, null);
     this.FileAction1 = new global::Gtk.Action ("FileAction1", global::Mono.Unix.Catalog.GetString ("File"), null, null);
     this.FileAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("File");
     w1.Add (this.FileAction1, null);
     this.QuitMenuItem = new global::Gtk.Action ("QuitMenuItem", global::Mono.Unix.Catalog.GetString ("Quit"), global::Mono.Unix.Catalog.GetString ("Quit Application"), "gtk-quit");
     this.QuitMenuItem.ShortLabel = global::Mono.Unix.Catalog.GetString ("Quit");
     w1.Add (this.QuitMenuItem, "q");
     this.HelpAction = new global::Gtk.Action ("HelpAction", global::Mono.Unix.Catalog.GetString ("Help"), null, null);
     this.HelpAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Help");
     w1.Add (this.HelpAction, null);
     this.aboutAction1 = new global::Gtk.Action ("aboutAction1", global::Mono.Unix.Catalog.GetString ("About"), global::Mono.Unix.Catalog.GetString ("About the application"), "gtk-about");
     this.aboutAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("About");
     w1.Add (this.aboutAction1, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "HypeMachineDownloader.Window";
     this.Title = global::Mono.Unix.Catalog.GetString ("Hype Machine Download GTK");
     this.Icon = global::Stetic.IconLoader.LoadIcon (this, "gtk-floppy", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Resizable = false;
     this.AllowGrow = false;
     this.DefaultWidth = 500;
     this.DefaultHeight = 300;
     // Container child HypeMachineDownloader.Window.Gtk.Container+ContainerChild
     this.MainFrame = new global::Gtk.Frame ();
     this.MainFrame.Name = "MainFrame";
     this.MainFrame.ShadowType = ((global::Gtk.ShadowType)(0));
     // 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 = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><menubar name='menubar2'><menu name='FileAction1' action='FileAction1'><menuitem name='QuitMenuItem' action='QuitMenuItem'/></menu><menu name='HelpAction' action='HelpAction'><menuitem name='aboutAction1' action='aboutAction1'/></menu></menubar></ui>");
     this.menubar2 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menubar2")));
     this.menubar2.Name = "menubar2";
     this.vbox2.Add (this.menubar2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.menubar2]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.fixed6 = new global::Gtk.Fixed ();
     this.fixed6.Name = "fixed6";
     this.fixed6.HasWindow = false;
     // Container child fixed6.Gtk.Fixed+FixedChild
     this.AccountLabel = new global::Gtk.Label ();
     this.AccountLabel.Name = "AccountLabel";
     this.AccountLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Account");
     this.fixed6.Add (this.AccountLabel);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed6 [this.AccountLabel]));
     w3.X = 5;
     w3.Y = 31;
     // Container child fixed6.Gtk.Fixed+FixedChild
     this.PageLabel = new global::Gtk.Label ();
     this.PageLabel.Name = "PageLabel";
     this.PageLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Page");
     this.fixed6.Add (this.PageLabel);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed6 [this.PageLabel]));
     w4.X = 4;
     w4.Y = 77;
     // Container child fixed6.Gtk.Fixed+FixedChild
     this.PageEntry = new global::Gtk.Entry ();
     this.PageEntry.CanFocus = true;
     this.PageEntry.Name = "PageEntry";
     this.PageEntry.Text = global::Mono.Unix.Catalog.GetString ("1");
     this.PageEntry.IsEditable = true;
     this.PageEntry.InvisibleChar = '●';
     this.fixed6.Add (this.PageEntry);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed6 [this.PageEntry]));
     w5.X = 83;
     w5.Y = 73;
     // Container child fixed6.Gtk.Fixed+FixedChild
     this.LimitLabel = new global::Gtk.Label ();
     this.LimitLabel.Name = "LimitLabel";
     this.LimitLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Limit");
     this.fixed6.Add (this.LimitLabel);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed6 [this.LimitLabel]));
     w6.X = 2;
     w6.Y = 128;
     // Container child fixed6.Gtk.Fixed+FixedChild
     this.SaveLabel = new global::Gtk.Label ();
     this.SaveLabel.Name = "SaveLabel";
     this.SaveLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Select Folder");
     this.fixed6.Add (this.SaveLabel);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed6 [this.SaveLabel]));
     w7.X = 3;
     w7.Y = 198;
     // Container child fixed6.Gtk.Fixed+FixedChild
     this.FilePickerLabel = new global::Gtk.Label ();
     this.FilePickerLabel.Name = "FilePickerLabel";
     this.FilePickerLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Pick Folder");
     this.fixed6.Add (this.FilePickerLabel);
     global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixed6 [this.FilePickerLabel]));
     w8.X = 2;
     w8.Y = 159;
     // Container child fixed6.Gtk.Fixed+FixedChild
     this.LimitEntry = new global::Gtk.Entry ();
     this.LimitEntry.CanFocus = true;
     this.LimitEntry.Name = "LimitEntry";
     this.LimitEntry.IsEditable = true;
     this.LimitEntry.InvisibleChar = '●';
     this.fixed6.Add (this.LimitEntry);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed6 [this.LimitEntry]));
     w9.X = 83;
     w9.Y = 119;
     // Container child fixed6.Gtk.Fixed+FixedChild
     this.AccountEntry = new global::Gtk.Entry ();
     this.AccountEntry.CanFocus = true;
     this.AccountEntry.Name = "AccountEntry";
     this.AccountEntry.IsEditable = true;
     this.AccountEntry.InvisibleChar = '●';
     this.fixed6.Add (this.AccountEntry);
     global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed6 [this.AccountEntry]));
     w10.X = 82;
     w10.Y = 28;
     // Container child fixed6.Gtk.Fixed+FixedChild
     this.FileChooserButton = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select a Folder"), ((global::Gtk.FileChooserAction)(2)));
     this.FileChooserButton.Name = "FileChooserButton";
     this.fixed6.Add (this.FileChooserButton);
     global::Gtk.Fixed.FixedChild w11 = ((global::Gtk.Fixed.FixedChild)(this.fixed6 [this.FileChooserButton]));
     w11.X = 85;
     w11.Y = 153;
     // Container child fixed6.Gtk.Fixed+FixedChild
     this.AppLogo = new global::Gtk.Image ();
     this.AppLogo.Name = "AppLogo";
     this.AppLogo.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("HypeMachineDownloader.hypem.png");
     this.fixed6.Add (this.AppLogo);
     global::Gtk.Fixed.FixedChild w12 = ((global::Gtk.Fixed.FixedChild)(this.fixed6 [this.AppLogo]));
     w12.X = 376;
     w12.Y = 8;
     // Container child fixed6.Gtk.Fixed+FixedChild
     this.SubmitButton = new global::Gtk.Button ();
     this.SubmitButton.CanFocus = true;
     this.SubmitButton.Name = "SubmitButton";
     this.SubmitButton.UseUnderline = true;
     this.SubmitButton.Label = global::Mono.Unix.Catalog.GetString ("Submit");
     this.fixed6.Add (this.SubmitButton);
     global::Gtk.Fixed.FixedChild w13 = ((global::Gtk.Fixed.FixedChild)(this.fixed6 [this.SubmitButton]));
     w13.X = 3;
     w13.Y = 254;
     this.vbox2.Add (this.fixed6);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.fixed6]));
     w14.Position = 1;
     // Container child vbox2.Gtk.Box+BoxChild
     this.MessageLabel = new global::Gtk.Label ();
     this.MessageLabel.Name = "MessageLabel";
     this.MessageLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Ready.");
     this.vbox2.Add (this.MessageLabel);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.MessageLabel]));
     w15.Position = 2;
     w15.Expand = false;
     w15.Fill = false;
     this.GtkAlignment.Add (this.vbox2);
     this.MainFrame.Add (this.GtkAlignment);
     this.Add (this.MainFrame);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Show ();
     this.quitAction.Activated += new global::System.EventHandler (this.OnExitActivated);
     this.QuitMenuItem.Activated += new global::System.EventHandler (this.OnExitActivated);
     this.aboutAction1.Activated += new global::System.EventHandler (this.OnAboutActivated);
     this.FileChooserButton.SelectionChanged += new global::System.EventHandler (this.OnSelectFolder);
     this.SubmitButton.Clicked += new global::System.EventHandler (this.OnSubmit);
 }
Exemple #42
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.LoadBankTransferDocumentDlg
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.LoadBankTransferDocumentDlg";
     // Container child Vodovoz.LoadBankTransferDocumentDlg.Gtk.Container+ContainerChild
     this.vbox1             = new global::Gtk.VBox();
     this.vbox1.Name        = "vbox1";
     this.vbox1.Spacing     = 6;
     this.vbox1.BorderWidth = ((uint)(6));
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Файл загрузки:");
     this.hbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label2]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.filechooser      = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Выберите файл выгрузки из банк-клиента"), ((global::Gtk.FileChooserAction)(0)));
     this.filechooser.Name = "filechooser";
     this.hbox1.Add(this.filechooser);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.filechooser]));
     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.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.buttonReadFile              = new global::Gtk.Button();
     this.buttonReadFile.CanFocus     = true;
     this.buttonReadFile.Name         = "buttonReadFile";
     this.buttonReadFile.UseUnderline = true;
     this.buttonReadFile.Label        = global::Mono.Unix.Catalog.GetString("Прочитать данные из файла");
     global::Gtk.Image w4 = new global::Gtk.Image();
     w4.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-justify-fill", global::Gtk.IconSize.Menu);
     this.buttonReadFile.Image = w4;
     this.hbox2.Add(this.buttonReadFile);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.buttonReadFile]));
     w5.Position = 0;
     w5.Expand   = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.progressBar      = new global::Gtk.ProgressBar();
     this.progressBar.Name = "progressBar";
     this.hbox2.Add(this.progressBar);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.progressBar]));
     w6.PackType = ((global::Gtk.PackType)(1));
     w6.Position = 1;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.checkButtonAll               = new global::Gtk.CheckButton();
     this.checkButtonAll.CanFocus      = true;
     this.checkButtonAll.Name          = "checkButtonAll";
     this.checkButtonAll.Label         = global::Mono.Unix.Catalog.GetString("Отметить все");
     this.checkButtonAll.DrawIndicator = true;
     this.checkButtonAll.UseUnderline  = true;
     this.vbox1.Add(this.checkButtonAll);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.checkButtonAll]));
     w8.Position = 2;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeDocuments          = new global::Gtk.TreeView();
     this.treeDocuments.CanFocus = true;
     this.treeDocuments.Name     = "treeDocuments";
     this.GtkScrolledWindow.Add(this.treeDocuments);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow]));
     w10.Position = 3;
     // 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.labelDescription1           = new global::Gtk.Label();
     this.labelDescription1.Name      = "labelDescription1";
     this.labelDescription1.UseMarkup = true;
     this.hbox3.Add(this.labelDescription1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.labelDescription1]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = global::Mono.Unix.Catalog.GetString("Отменить");
     global::Gtk.Image w12 = new global::Gtk.Image();
     w12.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-close", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w12;
     this.hbox3.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.buttonCancel]));
     w13.PackType = ((global::Gtk.PackType)(1));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.buttonUpload              = new global::Gtk.Button();
     this.buttonUpload.CanFocus     = true;
     this.buttonUpload.Name         = "buttonUpload";
     this.buttonUpload.UseUnderline = true;
     this.buttonUpload.Label        = global::Mono.Unix.Catalog.GetString("Загрузить");
     global::Gtk.Image w14 = new global::Gtk.Image();
     w14.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-goto-bottom", global::Gtk.IconSize.Menu);
     this.buttonUpload.Image = w14;
     this.hbox3.Add(this.buttonUpload);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.buttonUpload]));
     w15.PackType = ((global::Gtk.PackType)(1));
     w15.Position = 2;
     w15.Expand   = false;
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox3]));
     w16.Position = 4;
     w16.Expand   = false;
     w16.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.filechooser.SelectionChanged += new global::System.EventHandler(this.OnFilechooserSelectionChanged);
     this.buttonReadFile.Clicked       += new global::System.EventHandler(this.OnButtonReadFileClicked);
     this.checkButtonAll.Toggled       += new global::System.EventHandler(this.OnCheckButtonAllToggled);
     this.buttonUpload.Clicked         += new global::System.EventHandler(this.OnButtonUploadClicked);
     this.buttonCancel.Clicked         += new global::System.EventHandler(this.OnButtonCancelClicked);
 }
Exemple #43
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget UberDespatch.SettingsWindow
     this.Name           = "UberDespatch.SettingsWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("General Settings");
     this.Icon           = new global::Gdk.Pixbuf(global::System.IO.Path.Combine(global::System.AppDomain.CurrentDomain.BaseDirectory, "./Icons/png/settings.png"));
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(8));
     this.DefaultWidth   = 640;
     this.DefaultHeight  = 400;
     // Container child UberDespatch.SettingsWindow.Gtk.Container+ContainerChild
     this.MainLayout         = new global::Gtk.VBox();
     this.MainLayout.Name    = "MainLayout";
     this.MainLayout.Spacing = 6;
     // Container child MainLayout.Gtk.Box+BoxChild
     this.FoldersFrame             = new global::Gtk.Frame();
     this.FoldersFrame.Name        = "FoldersFrame";
     this.FoldersFrame.ShadowType  = ((global::Gtk.ShadowType)(0));
     this.FoldersFrame.BorderWidth = ((uint)(8));
     // Container child FoldersFrame.Gtk.Container+ContainerChild
     this.FoldersAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.FoldersAlignment.Name        = "FoldersAlignment";
     this.FoldersAlignment.LeftPadding = ((uint)(12));
     // Container child FoldersAlignment.Gtk.Container+ContainerChild
     this.FoldersLayout         = new global::Gtk.VBox();
     this.FoldersLayout.Name    = "FoldersLayout";
     this.FoldersLayout.Spacing = 6;
     // Container child FoldersLayout.Gtk.Box+BoxChild
     this.DownloadsLayout         = new global::Gtk.HBox();
     this.DownloadsLayout.Name    = "DownloadsLayout";
     this.DownloadsLayout.Spacing = 6;
     // Container child DownloadsLayout.Gtk.Box+BoxChild
     this.DownloadsLabel = new global::Gtk.Label();
     this.DownloadsLabel.WidthRequest   = 200;
     this.DownloadsLabel.Name           = "DownloadsLabel";
     this.DownloadsLabel.LabelProp      = global::Mono.Unix.Catalog.GetString("Downloads Folder");
     this.DownloadsLabel.Wrap           = true;
     this.DownloadsLabel.SingleLineMode = true;
     this.DownloadsLayout.Add(this.DownloadsLabel);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.DownloadsLayout[this.DownloadsLabel]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child DownloadsLayout.Gtk.Box+BoxChild
     this.DownloadsFileChooser = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select Downloads Folder"), ((global::Gtk.FileChooserAction)(2)));
     this.DownloadsFileChooser.TooltipMarkup = "The location were order files are saved to when an order is depatched. This is us" +
                                               "ually the user Downloads folder.";
     this.DownloadsFileChooser.Name = "DownloadsFileChooser";
     this.DownloadsLayout.Add(this.DownloadsFileChooser);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.DownloadsLayout[this.DownloadsFileChooser]));
     w2.Position = 1;
     this.FoldersLayout.Add(this.DownloadsLayout);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.FoldersLayout[this.DownloadsLayout]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child FoldersLayout.Gtk.Box+BoxChild
     this.ArchiveLayout         = new global::Gtk.HBox();
     this.ArchiveLayout.Name    = "ArchiveLayout";
     this.ArchiveLayout.Spacing = 6;
     // Container child ArchiveLayout.Gtk.Box+BoxChild
     this.ArchiveLabel = new global::Gtk.Label();
     this.ArchiveLabel.WidthRequest   = 200;
     this.ArchiveLabel.Name           = "ArchiveLabel";
     this.ArchiveLabel.LabelProp      = global::Mono.Unix.Catalog.GetString("Archive Folder");
     this.ArchiveLabel.Wrap           = true;
     this.ArchiveLabel.SingleLineMode = true;
     this.ArchiveLayout.Add(this.ArchiveLabel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.ArchiveLayout[this.ArchiveLabel]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child ArchiveLayout.Gtk.Box+BoxChild
     this.ArchiveFileChooser = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select Archive Folder"), ((global::Gtk.FileChooserAction)(2)));
     this.ArchiveFileChooser.TooltipMarkup = "The location where processed orders should be saved to. Do not set this as the sa" +
                                             "me location as the Downloads Folder or orders will be continuously processed ove" +
                                             "r and over again!";
     this.ArchiveFileChooser.Name = "ArchiveFileChooser";
     this.ArchiveLayout.Add(this.ArchiveFileChooser);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.ArchiveLayout[this.ArchiveFileChooser]));
     w5.Position = 1;
     this.FoldersLayout.Add(this.ArchiveLayout);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.FoldersLayout[this.ArchiveLayout]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child FoldersLayout.Gtk.Box+BoxChild
     this.PluginsLayout         = new global::Gtk.HBox();
     this.PluginsLayout.Name    = "PluginsLayout";
     this.PluginsLayout.Spacing = 6;
     // Container child PluginsLayout.Gtk.Box+BoxChild
     this.PluginsLabel = new global::Gtk.Label();
     this.PluginsLabel.WidthRequest   = 200;
     this.PluginsLabel.Name           = "PluginsLabel";
     this.PluginsLabel.LabelProp      = global::Mono.Unix.Catalog.GetString("Plugins File");
     this.PluginsLabel.Wrap           = true;
     this.PluginsLabel.SingleLineMode = true;
     this.PluginsLayout.Add(this.PluginsLabel);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.PluginsLayout[this.PluginsLabel]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child PluginsLayout.Gtk.Box+BoxChild
     this.PluginsFileChooser = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select Plugins Folder"), ((global::Gtk.FileChooserAction)(2)));
     this.PluginsFileChooser.TooltipMarkup = "The location of plugins to load.";
     this.PluginsFileChooser.Name          = "PluginsFileChooser";
     this.PluginsLayout.Add(this.PluginsFileChooser);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.PluginsLayout[this.PluginsFileChooser]));
     w8.Position = 1;
     this.FoldersLayout.Add(this.PluginsLayout);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.FoldersLayout[this.PluginsLayout]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     this.FoldersAlignment.Add(this.FoldersLayout);
     this.FoldersFrame.Add(this.FoldersAlignment);
     this.FoldersLabel             = new global::Gtk.Label();
     this.FoldersLabel.Name        = "FoldersLabel";
     this.FoldersLabel.LabelProp   = global::Mono.Unix.Catalog.GetString("<b>Folders</b>");
     this.FoldersLabel.UseMarkup   = true;
     this.FoldersFrame.LabelWidget = this.FoldersLabel;
     this.MainLayout.Add(this.FoldersFrame);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.MainLayout[this.FoldersFrame]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child MainLayout.Gtk.Box+BoxChild
     this.WebLoggingFrame             = new global::Gtk.Frame();
     this.WebLoggingFrame.Name        = "WebLoggingFrame";
     this.WebLoggingFrame.ShadowType  = ((global::Gtk.ShadowType)(0));
     this.WebLoggingFrame.BorderWidth = ((uint)(8));
     // Container child WebLoggingFrame.Gtk.Container+ContainerChild
     this.WebLoggingAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.WebLoggingAlignment.Name        = "WebLoggingAlignment";
     this.WebLoggingAlignment.LeftPadding = ((uint)(12));
     // Container child WebLoggingAlignment.Gtk.Container+ContainerChild
     this.WebLoggingLayout         = new global::Gtk.VBox();
     this.WebLoggingLayout.Name    = "WebLoggingLayout";
     this.WebLoggingLayout.Spacing = 6;
     // Container child WebLoggingLayout.Gtk.Box+BoxChild
     this.WebLoggingURLLayout         = new global::Gtk.HBox();
     this.WebLoggingURLLayout.Name    = "WebLoggingURLLayout";
     this.WebLoggingURLLayout.Spacing = 6;
     // Container child WebLoggingURLLayout.Gtk.Box+BoxChild
     this.WebLoggingURLLabel = new global::Gtk.Label();
     this.WebLoggingURLLabel.WidthRequest   = 200;
     this.WebLoggingURLLabel.Name           = "WebLoggingURLLabel";
     this.WebLoggingURLLabel.LabelProp      = global::Mono.Unix.Catalog.GetString("URL");
     this.WebLoggingURLLabel.Wrap           = true;
     this.WebLoggingURLLabel.SingleLineMode = true;
     this.WebLoggingURLLayout.Add(this.WebLoggingURLLabel);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.WebLoggingURLLayout[this.WebLoggingURLLabel]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child WebLoggingURLLayout.Gtk.Box+BoxChild
     this.WebLoggingURLEntry = new global::Gtk.Entry();
     this.WebLoggingURLEntry.TooltipMarkup = "The URL of the web logging adress, if empty, web logging will be disable.";
     this.WebLoggingURLEntry.CanFocus      = true;
     this.WebLoggingURLEntry.Name          = "WebLoggingURLEntry";
     this.WebLoggingURLEntry.IsEditable    = true;
     this.WebLoggingURLEntry.InvisibleChar = '•';
     this.WebLoggingURLLayout.Add(this.WebLoggingURLEntry);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.WebLoggingURLLayout[this.WebLoggingURLEntry]));
     w14.Position = 1;
     this.WebLoggingLayout.Add(this.WebLoggingURLLayout);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.WebLoggingLayout[this.WebLoggingURLLayout]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child WebLoggingLayout.Gtk.Box+BoxChild
     this.WebLoggingUsernameLayout         = new global::Gtk.HBox();
     this.WebLoggingUsernameLayout.Name    = "WebLoggingUsernameLayout";
     this.WebLoggingUsernameLayout.Spacing = 6;
     // Container child WebLoggingUsernameLayout.Gtk.Box+BoxChild
     this.WebLoggingUsernameLabel = new global::Gtk.Label();
     this.WebLoggingUsernameLabel.WidthRequest   = 200;
     this.WebLoggingUsernameLabel.Name           = "WebLoggingUsernameLabel";
     this.WebLoggingUsernameLabel.LabelProp      = global::Mono.Unix.Catalog.GetString("Username");
     this.WebLoggingUsernameLabel.Wrap           = true;
     this.WebLoggingUsernameLabel.SingleLineMode = true;
     this.WebLoggingUsernameLayout.Add(this.WebLoggingUsernameLabel);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.WebLoggingUsernameLayout[this.WebLoggingUsernameLabel]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child WebLoggingUsernameLayout.Gtk.Box+BoxChild
     this.WebLoggingUsernameEntry = new global::Gtk.Entry();
     this.WebLoggingUsernameEntry.TooltipMarkup = "The username for web logging.";
     this.WebLoggingUsernameEntry.CanFocus      = true;
     this.WebLoggingUsernameEntry.Name          = "WebLoggingUsernameEntry";
     this.WebLoggingUsernameEntry.IsEditable    = true;
     this.WebLoggingUsernameEntry.InvisibleChar = '•';
     this.WebLoggingUsernameLayout.Add(this.WebLoggingUsernameEntry);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.WebLoggingUsernameLayout[this.WebLoggingUsernameEntry]));
     w17.Position = 1;
     this.WebLoggingLayout.Add(this.WebLoggingUsernameLayout);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.WebLoggingLayout[this.WebLoggingUsernameLayout]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child WebLoggingLayout.Gtk.Box+BoxChild
     this.WebLoggingPasswordLayout         = new global::Gtk.HBox();
     this.WebLoggingPasswordLayout.Name    = "WebLoggingPasswordLayout";
     this.WebLoggingPasswordLayout.Spacing = 6;
     // Container child WebLoggingPasswordLayout.Gtk.Box+BoxChild
     this.WebLoggingPasswordLabel = new global::Gtk.Label();
     this.WebLoggingPasswordLabel.WidthRequest   = 200;
     this.WebLoggingPasswordLabel.Name           = "WebLoggingPasswordLabel";
     this.WebLoggingPasswordLabel.LabelProp      = global::Mono.Unix.Catalog.GetString("Password");
     this.WebLoggingPasswordLabel.Wrap           = true;
     this.WebLoggingPasswordLabel.SingleLineMode = true;
     this.WebLoggingPasswordLayout.Add(this.WebLoggingPasswordLabel);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.WebLoggingPasswordLayout[this.WebLoggingPasswordLabel]));
     w19.Position = 0;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child WebLoggingPasswordLayout.Gtk.Box+BoxChild
     this.WebLoggingPasswordEntry = new global::Gtk.Entry();
     this.WebLoggingPasswordEntry.TooltipMarkup = "The password for web logging.";
     this.WebLoggingPasswordEntry.CanFocus      = true;
     this.WebLoggingPasswordEntry.Name          = "WebLoggingPasswordEntry";
     this.WebLoggingPasswordEntry.IsEditable    = true;
     this.WebLoggingPasswordEntry.InvisibleChar = '•';
     this.WebLoggingPasswordLayout.Add(this.WebLoggingPasswordEntry);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.WebLoggingPasswordLayout[this.WebLoggingPasswordEntry]));
     w20.Position = 1;
     this.WebLoggingLayout.Add(this.WebLoggingPasswordLayout);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.WebLoggingLayout[this.WebLoggingPasswordLayout]));
     w21.Position = 2;
     w21.Expand   = false;
     w21.Fill     = false;
     this.WebLoggingAlignment.Add(this.WebLoggingLayout);
     this.WebLoggingFrame.Add(this.WebLoggingAlignment);
     this.WebLoggingLabel             = new global::Gtk.Label();
     this.WebLoggingLabel.Name        = "WebLoggingLabel";
     this.WebLoggingLabel.LabelProp   = global::Mono.Unix.Catalog.GetString("<b>Web Logging</b>");
     this.WebLoggingLabel.UseMarkup   = true;
     this.WebLoggingFrame.LabelWidget = this.WebLoggingLabel;
     this.MainLayout.Add(this.WebLoggingFrame);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.MainLayout[this.WebLoggingFrame]));
     w24.Position = 1;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child MainLayout.Gtk.Box+BoxChild
     this.DespatchFrame             = new global::Gtk.Frame();
     this.DespatchFrame.Name        = "DespatchFrame";
     this.DespatchFrame.ShadowType  = ((global::Gtk.ShadowType)(0));
     this.DespatchFrame.BorderWidth = ((uint)(8));
     // Container child DespatchFrame.Gtk.Container+ContainerChild
     this.DespatchAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.DespatchAlignment.Name        = "DespatchAlignment";
     this.DespatchAlignment.LeftPadding = ((uint)(12));
     // Container child DespatchAlignment.Gtk.Container+ContainerChild
     this.DespatchLayout         = new global::Gtk.VBox();
     this.DespatchLayout.Name    = "DespatchLayout";
     this.DespatchLayout.Spacing = 6;
     // Container child DespatchLayout.Gtk.Box+BoxChild
     this.DespatchURLLayout         = new global::Gtk.HBox();
     this.DespatchURLLayout.Name    = "DespatchURLLayout";
     this.DespatchURLLayout.Spacing = 6;
     // Container child DespatchURLLayout.Gtk.Box+BoxChild
     this.DespatchURLLabel = new global::Gtk.Label();
     this.DespatchURLLabel.WidthRequest   = 200;
     this.DespatchURLLabel.Name           = "DespatchURLLabel";
     this.DespatchURLLabel.LabelProp      = global::Mono.Unix.Catalog.GetString("URL");
     this.DespatchURLLabel.Wrap           = true;
     this.DespatchURLLabel.SingleLineMode = true;
     this.DespatchURLLayout.Add(this.DespatchURLLabel);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.DespatchURLLayout[this.DespatchURLLabel]));
     w25.Position = 0;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child DespatchURLLayout.Gtk.Box+BoxChild
     this.DespatchURLEntry = new global::Gtk.Entry();
     this.DespatchURLEntry.TooltipMarkup = "The URL of the web logging adress, if empty, web logging will be disable.";
     this.DespatchURLEntry.CanFocus      = true;
     this.DespatchURLEntry.Name          = "DespatchURLEntry";
     this.DespatchURLEntry.IsEditable    = true;
     this.DespatchURLEntry.InvisibleChar = '•';
     this.DespatchURLLayout.Add(this.DespatchURLEntry);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.DespatchURLLayout[this.DespatchURLEntry]));
     w26.Position = 1;
     this.DespatchLayout.Add(this.DespatchURLLayout);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.DespatchLayout[this.DespatchURLLayout]));
     w27.Position = 0;
     w27.Expand   = false;
     w27.Fill     = false;
     this.DespatchAlignment.Add(this.DespatchLayout);
     this.DespatchFrame.Add(this.DespatchAlignment);
     this.DespatchLabel             = new global::Gtk.Label();
     this.DespatchLabel.Name        = "DespatchLabel";
     this.DespatchLabel.LabelProp   = global::Mono.Unix.Catalog.GetString("<b>Despatch</b>");
     this.DespatchLabel.UseMarkup   = true;
     this.DespatchFrame.LabelWidget = this.DespatchLabel;
     this.MainLayout.Add(this.DespatchFrame);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.MainLayout[this.DespatchFrame]));
     w30.Position = 2;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child MainLayout.Gtk.Box+BoxChild
     this.TranslationFrame             = new global::Gtk.Frame();
     this.TranslationFrame.Name        = "TranslationFrame";
     this.TranslationFrame.ShadowType  = ((global::Gtk.ShadowType)(0));
     this.TranslationFrame.BorderWidth = ((uint)(8));
     // Container child TranslationFrame.Gtk.Container+ContainerChild
     this.TranslationAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.TranslationAlignment.Name        = "TranslationAlignment";
     this.TranslationAlignment.LeftPadding = ((uint)(12));
     // Container child TranslationAlignment.Gtk.Container+ContainerChild
     this.TranslationLayout         = new global::Gtk.VBox();
     this.TranslationLayout.Name    = "TranslationLayout";
     this.TranslationLayout.Spacing = 6;
     // Container child TranslationLayout.Gtk.Box+BoxChild
     this.TranslationURLLayout         = new global::Gtk.HBox();
     this.TranslationURLLayout.Name    = "TranslationURLLayout";
     this.TranslationURLLayout.Spacing = 6;
     // Container child TranslationURLLayout.Gtk.Box+BoxChild
     this.TranslationURLLabel = new global::Gtk.Label();
     this.TranslationURLLabel.WidthRequest   = 200;
     this.TranslationURLLabel.Name           = "TranslationURLLabel";
     this.TranslationURLLabel.LabelProp      = global::Mono.Unix.Catalog.GetString("URL");
     this.TranslationURLLabel.Wrap           = true;
     this.TranslationURLLabel.SingleLineMode = true;
     this.TranslationURLLayout.Add(this.TranslationURLLabel);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.TranslationURLLayout[this.TranslationURLLabel]));
     w31.Position = 0;
     w31.Expand   = false;
     w31.Fill     = false;
     // Container child TranslationURLLayout.Gtk.Box+BoxChild
     this.TranslationURLEntry = new global::Gtk.Entry();
     this.TranslationURLEntry.TooltipMarkup = "The URL of the web logging adress, if empty, web logging will be disable.";
     this.TranslationURLEntry.CanFocus      = true;
     this.TranslationURLEntry.Name          = "TranslationURLEntry";
     this.TranslationURLEntry.IsEditable    = true;
     this.TranslationURLEntry.InvisibleChar = '•';
     this.TranslationURLLayout.Add(this.TranslationURLEntry);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.TranslationURLLayout[this.TranslationURLEntry]));
     w32.Position = 1;
     this.TranslationLayout.Add(this.TranslationURLLayout);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.TranslationLayout[this.TranslationURLLayout]));
     w33.Position = 0;
     w33.Expand   = false;
     w33.Fill     = false;
     // Container child TranslationLayout.Gtk.Box+BoxChild
     this.TranslationKeyLayout         = new global::Gtk.HBox();
     this.TranslationKeyLayout.Name    = "TranslationKeyLayout";
     this.TranslationKeyLayout.Spacing = 6;
     // Container child TranslationKeyLayout.Gtk.Box+BoxChild
     this.TranslationKeyLabel = new global::Gtk.Label();
     this.TranslationKeyLabel.WidthRequest   = 200;
     this.TranslationKeyLabel.Name           = "TranslationKeyLabel";
     this.TranslationKeyLabel.LabelProp      = global::Mono.Unix.Catalog.GetString("Key");
     this.TranslationKeyLabel.Wrap           = true;
     this.TranslationKeyLabel.SingleLineMode = true;
     this.TranslationKeyLayout.Add(this.TranslationKeyLabel);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.TranslationKeyLayout[this.TranslationKeyLabel]));
     w34.Position = 0;
     w34.Expand   = false;
     w34.Fill     = false;
     // Container child TranslationKeyLayout.Gtk.Box+BoxChild
     this.TranslationKeyEntry = new global::Gtk.Entry();
     this.TranslationKeyEntry.TooltipMarkup = "The URL of the web logging adress, if empty, web logging will be disable.";
     this.TranslationKeyEntry.CanFocus      = true;
     this.TranslationKeyEntry.Name          = "TranslationKeyEntry";
     this.TranslationKeyEntry.IsEditable    = true;
     this.TranslationKeyEntry.InvisibleChar = '•';
     this.TranslationKeyLayout.Add(this.TranslationKeyEntry);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.TranslationKeyLayout[this.TranslationKeyEntry]));
     w35.Position = 1;
     this.TranslationLayout.Add(this.TranslationKeyLayout);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.TranslationLayout[this.TranslationKeyLayout]));
     w36.Position = 1;
     w36.Expand   = false;
     w36.Fill     = false;
     // Container child TranslationLayout.Gtk.Box+BoxChild
     this.TranslationCountriesLayout         = new global::Gtk.HBox();
     this.TranslationCountriesLayout.Name    = "TranslationCountriesLayout";
     this.TranslationCountriesLayout.Spacing = 6;
     // Container child TranslationCountriesLayout.Gtk.Box+BoxChild
     this.TranslationCountriesLabel = new global::Gtk.Label();
     this.TranslationCountriesLabel.WidthRequest   = 200;
     this.TranslationCountriesLabel.Name           = "TranslationCountriesLabel";
     this.TranslationCountriesLabel.LabelProp      = global::Mono.Unix.Catalog.GetString("Countries");
     this.TranslationCountriesLabel.Wrap           = true;
     this.TranslationCountriesLabel.SingleLineMode = true;
     this.TranslationCountriesLayout.Add(this.TranslationCountriesLabel);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.TranslationCountriesLayout[this.TranslationCountriesLabel]));
     w37.Position = 0;
     w37.Expand   = false;
     w37.Fill     = false;
     // Container child TranslationCountriesLayout.Gtk.Box+BoxChild
     this.TranslationCountriesEntry = new global::Gtk.Entry();
     this.TranslationCountriesEntry.TooltipMarkup = "The URL of the web logging adress, if empty, web logging will be disable.";
     this.TranslationCountriesEntry.CanFocus      = true;
     this.TranslationCountriesEntry.Name          = "TranslationCountriesEntry";
     this.TranslationCountriesEntry.IsEditable    = true;
     this.TranslationCountriesEntry.InvisibleChar = '•';
     this.TranslationCountriesLayout.Add(this.TranslationCountriesEntry);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.TranslationCountriesLayout[this.TranslationCountriesEntry]));
     w38.Position = 1;
     this.TranslationLayout.Add(this.TranslationCountriesLayout);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.TranslationLayout[this.TranslationCountriesLayout]));
     w39.Position = 2;
     w39.Expand   = false;
     w39.Fill     = false;
     this.TranslationAlignment.Add(this.TranslationLayout);
     this.TranslationFrame.Add(this.TranslationAlignment);
     this.TranslationLabel             = new global::Gtk.Label();
     this.TranslationLabel.Name        = "TranslationLabel";
     this.TranslationLabel.LabelProp   = global::Mono.Unix.Catalog.GetString("<b>Translation</b>");
     this.TranslationLabel.UseMarkup   = true;
     this.TranslationFrame.LabelWidget = this.TranslationLabel;
     this.MainLayout.Add(this.TranslationFrame);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.MainLayout[this.TranslationFrame]));
     w42.Position = 3;
     w42.Expand   = false;
     w42.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 w43 = ((global::Gtk.Box.BoxChild)(this.MainControlsLayout[this.MainControlsSpacerAlignment]));
     w43.Position = 0;
     // Container child MainControlsLayout.Gtk.Box+BoxChild
     this.CancelButton = new global::Gtk.Button();
     this.CancelButton.WidthRequest  = 150;
     this.CancelButton.HeightRequest = 40;
     this.CancelButton.CanFocus      = true;
     this.CancelButton.Name          = "CancelButton";
     this.CancelButton.UseUnderline  = true;
     this.CancelButton.Label         = global::Mono.Unix.Catalog.GetString("Cancel");
     global::Gtk.Image w44 = new global::Gtk.Image();
     w44.Pixbuf = new global::Gdk.Pixbuf(global::System.IO.Path.Combine(global::System.AppDomain.CurrentDomain.BaseDirectory, "./Icons/png/no-small.png"));
     this.CancelButton.Image = w44;
     this.MainControlsLayout.Add(this.CancelButton);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.MainControlsLayout[this.CancelButton]));
     w45.Position = 1;
     w45.Expand   = false;
     w45.Fill     = false;
     // Container child MainControlsLayout.Gtk.Box+BoxChild
     this.ConfirmButton = new global::Gtk.Button();
     this.ConfirmButton.WidthRequest  = 150;
     this.ConfirmButton.HeightRequest = 40;
     this.ConfirmButton.CanFocus      = true;
     this.ConfirmButton.Name          = "ConfirmButton";
     this.ConfirmButton.UseUnderline  = true;
     this.ConfirmButton.Label         = global::Mono.Unix.Catalog.GetString("Ok");
     global::Gtk.Image w46 = new global::Gtk.Image();
     w46.Pixbuf = new global::Gdk.Pixbuf(global::System.IO.Path.Combine(global::System.AppDomain.CurrentDomain.BaseDirectory, "./Icons/png/apply-small.png"));
     this.ConfirmButton.Image = w46;
     this.MainControlsLayout.Add(this.ConfirmButton);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.MainControlsLayout[this.ConfirmButton]));
     w47.Position = 2;
     w47.Expand   = false;
     w47.Fill     = false;
     this.MainLayout.Add(this.MainControlsLayout);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.MainLayout[this.MainControlsLayout]));
     w48.Position = 4;
     w48.Expand   = false;
     w48.Fill     = false;
     this.Add(this.MainLayout);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.CancelButton.Released  += new global::System.EventHandler(this.OnCancelButtonReleased);
     this.ConfirmButton.Released += new global::System.EventHandler(this.OnConfirmButtonReleased);
 }
Exemple #44
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.WidthRequest   = 700;
     this.HeightRequest  = 364;
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Crypter");
     this.Icon           = global::Stetic.IconLoader.LoadIcon(this, "gtk-dialog-authentication", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(2));
     this.Resizable      = false;
     // 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.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.frame2 = new global::Gtk.Frame();
     this.frame2.WidthRequest = 325;
     this.frame2.Name         = "frame2";
     this.frame2.ShadowType   = ((global::Gtk.ShadowType)(0));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0f, 0f, 1f, 1f);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.fileChooser      = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Seleccione un archivo"), ((global::Gtk.FileChooserAction)(0)));
     this.fileChooser.Name = "fileChooser";
     this.vbox4.Add(this.fileChooser);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.fileChooser]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.hbuttonbox9      = new global::Gtk.HButtonBox();
     this.hbuttonbox9.Name = "hbuttonbox9";
     this.hbox7.Add(this.hbuttonbox9);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.hbuttonbox9]));
     w2.Position = 0;
     // Container child hbox7.Gtk.Box+BoxChild
     this.btnDecrypt = new global::Gtk.Button();
     this.btnDecrypt.WidthRequest = 120;
     this.btnDecrypt.Sensitive    = false;
     this.btnDecrypt.CanFocus     = true;
     this.btnDecrypt.Name         = "btnDecrypt";
     this.btnDecrypt.UseUnderline = true;
     // Container child btnDecrypt.Gtk.Container+ContainerChild
     global::Gtk.Alignment w3 = new global::Gtk.Alignment(0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w4 = new global::Gtk.HBox();
     w4.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w5 = new global::Gtk.Image();
     w5.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-sort-ascending", global::Gtk.IconSize.Menu);
     w4.Add(w5);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w7 = new global::Gtk.Label();
     w7.LabelProp    = global::Mono.Unix.Catalog.GetString("Desencriptar");
     w7.UseUnderline = true;
     w4.Add(w7);
     w3.Add(w4);
     this.btnDecrypt.Add(w3);
     this.hbox7.Add(this.btnDecrypt);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.btnDecrypt]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.hbuttonbox8      = new global::Gtk.HButtonBox();
     this.hbuttonbox8.Name = "hbuttonbox8";
     this.hbox7.Add(this.hbuttonbox8);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.hbuttonbox8]));
     w12.Position = 2;
     this.vbox4.Add(this.hbox7);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox7]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     this.GtkAlignment.Add(this.vbox4);
     this.frame2.Add(this.GtkAlignment);
     this.GtkLabel8           = new global::Gtk.Label();
     this.GtkLabel8.Name      = "GtkLabel8";
     this.GtkLabel8.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Archivo existente:</b>");
     this.GtkLabel8.UseMarkup = true;
     this.frame2.LabelWidget  = this.GtkLabel8;
     this.hbox5.Add(this.frame2);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.frame2]));
     w16.Position = 0;
     // Container child hbox5.Gtk.Box+BoxChild
     this.frame3            = new global::Gtk.Frame();
     this.frame3.Name       = "frame3";
     this.frame3.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame3.Gtk.Container+ContainerChild
     this.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.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.folderChooser      = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Seleccione una carpeta"), ((global::Gtk.FileChooserAction)(2)));
     this.folderChooser.Name = "folderChooser";
     this.vbox5.Add(this.folderChooser);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.folderChooser]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox9         = new global::Gtk.HBox();
     this.hbox9.Name    = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Nombre del archivo:");
     this.hbox9.Add(this.label4);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.label4]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.txtFileName               = new global::Gtk.Entry();
     this.txtFileName.CanFocus      = true;
     this.txtFileName.Name          = "txtFileName";
     this.txtFileName.IsEditable    = true;
     this.txtFileName.InvisibleChar = '●';
     this.hbox9.Add(this.txtFileName);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.txtFileName]));
     w19.Position = 1;
     // Container child hbox9.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(".conf");
     this.hbox9.Add(this.label5);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.label5]));
     w20.Position = 2;
     w20.Fill     = false;
     this.vbox5.Add(this.hbox9);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hbox9]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.hbuttonbox7      = new global::Gtk.HButtonBox();
     this.hbuttonbox7.Name = "hbuttonbox7";
     this.hbox6.Add(this.hbuttonbox7);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.hbuttonbox7]));
     w22.Position = 0;
     // Container child hbox6.Gtk.Box+BoxChild
     this.btnNewFile = new global::Gtk.Button();
     this.btnNewFile.WidthRequest = 120;
     this.btnNewFile.Sensitive    = false;
     this.btnNewFile.CanFocus     = true;
     this.btnNewFile.Name         = "btnNewFile";
     this.btnNewFile.UseUnderline = true;
     // Container child btnNewFile.Gtk.Container+ContainerChild
     global::Gtk.Alignment w23 = new global::Gtk.Alignment(0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w24 = new global::Gtk.HBox();
     w24.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w25 = new global::Gtk.Image();
     w25.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-new", global::Gtk.IconSize.Menu);
     w24.Add(w25);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w27 = new global::Gtk.Label();
     w27.LabelProp    = global::Mono.Unix.Catalog.GetString("Nuevo");
     w27.UseUnderline = true;
     w24.Add(w27);
     w23.Add(w24);
     this.btnNewFile.Add(w23);
     this.hbox6.Add(this.btnNewFile);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.btnNewFile]));
     w31.Position = 1;
     w31.Expand   = false;
     w31.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.hbuttonbox6      = new global::Gtk.HButtonBox();
     this.hbuttonbox6.Name = "hbuttonbox6";
     this.hbox6.Add(this.hbuttonbox6);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.hbuttonbox6]));
     w32.Position = 2;
     this.vbox5.Add(this.hbox6);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hbox6]));
     w33.Position = 2;
     w33.Expand   = false;
     w33.Fill     = false;
     this.GtkAlignment2.Add(this.vbox5);
     this.frame3.Add(this.GtkAlignment2);
     this.GtkLabel12           = new global::Gtk.Label();
     this.GtkLabel12.Name      = "GtkLabel12";
     this.GtkLabel12.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Nuevo archivo:</b>");
     this.GtkLabel12.UseMarkup = true;
     this.frame3.LabelWidget   = this.GtkLabel12;
     this.hbox5.Add(this.frame3);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.frame3]));
     w36.Position = 1;
     this.vbox1.Add(this.hbox5);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox5]));
     w37.Position = 0;
     w37.Expand   = false;
     w37.Fill     = false;
     w37.Padding  = ((uint)(10));
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox8         = new global::Gtk.HBox();
     this.hbox8.Name    = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.hbuttonbox11      = new global::Gtk.HButtonBox();
     this.hbuttonbox11.Name = "hbuttonbox11";
     this.hbox8.Add(this.hbuttonbox11);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.hbuttonbox11]));
     w38.Position = 0;
     // Container child hbox8.Gtk.Box+BoxChild
     this.btnEncriptar = new global::Gtk.Button();
     this.btnEncriptar.WidthRequest = 150;
     this.btnEncriptar.Sensitive    = false;
     this.btnEncriptar.CanFocus     = true;
     this.btnEncriptar.Name         = "btnEncriptar";
     this.btnEncriptar.UseUnderline = true;
     // Container child btnEncriptar.Gtk.Container+ContainerChild
     global::Gtk.Alignment w39 = new global::Gtk.Alignment(0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w40 = new global::Gtk.HBox();
     w40.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w41 = new global::Gtk.Image();
     w41.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-sort-descending", global::Gtk.IconSize.Menu);
     w40.Add(w41);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w43 = new global::Gtk.Label();
     w43.LabelProp    = global::Mono.Unix.Catalog.GetString("Encriptar");
     w43.UseUnderline = true;
     w40.Add(w43);
     w39.Add(w40);
     this.btnEncriptar.Add(w39);
     this.hbox8.Add(this.btnEncriptar);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.btnEncriptar]));
     w47.Position = 1;
     w47.Expand   = false;
     w47.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.hbuttonbox10      = new global::Gtk.HButtonBox();
     this.hbuttonbox10.Name = "hbuttonbox10";
     this.hbox8.Add(this.hbuttonbox10);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.hbuttonbox10]));
     w48.Position = 2;
     this.vbox1.Add(this.hbox8);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox8]));
     w49.Position = 1;
     w49.Expand   = false;
     w49.Fill     = false;
     // Container child vbox1.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.GtkAlignment5             = new global::Gtk.Alignment(0f, 0f, 1f, 1f);
     this.GtkAlignment5.Name        = "GtkAlignment5";
     this.GtkAlignment5.LeftPadding = ((uint)(12));
     this.GtkAlignment5.BorderWidth = ((uint)(6));
     // Container child GtkAlignment5.Gtk.Container+ContainerChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.lblConn           = new global::Gtk.Label();
     this.lblConn.Name      = "lblConn";
     this.lblConn.Xalign    = 1f;
     this.lblConn.LabelProp = global::Mono.Unix.Catalog.GetString("Cadena de conexión:");
     this.vbox3.Add(this.lblConn);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.lblConn]));
     w50.Position = 0;
     w50.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.vbuttonbox1             = new global::Gtk.VButtonBox();
     this.vbuttonbox1.Name        = "vbuttonbox1";
     this.vbuttonbox1.BorderWidth = ((uint)(18));
     this.vbox3.Add(this.vbuttonbox1);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.vbuttonbox1]));
     w51.Position = 1;
     // Container child vbox3.Gtk.Box+BoxChild
     this.lblUser           = new global::Gtk.Label();
     this.lblUser.Name      = "lblUser";
     this.lblUser.Xalign    = 1f;
     this.lblUser.LabelProp = global::Mono.Unix.Catalog.GetString("Súper Usuario:");
     this.vbox3.Add(this.lblUser);
     global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.lblUser]));
     w52.Position = 2;
     w52.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.lblPass           = new global::Gtk.Label();
     this.lblPass.Name      = "lblPass";
     this.lblPass.Xalign    = 1f;
     this.lblPass.LabelProp = global::Mono.Unix.Catalog.GetString("Contraseña:");
     this.vbox3.Add(this.lblPass);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.lblPass]));
     w53.Position = 3;
     w53.Fill     = false;
     this.hbox2.Add(this.vbox3);
     global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vbox3]));
     w54.Position = 0;
     w54.Expand   = false;
     w54.Fill     = false;
     // 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.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.txvConn            = new global::Gtk.TextView();
     this.txvConn.Sensitive  = false;
     this.txvConn.CanFocus   = true;
     this.txvConn.Name       = "txvConn";
     this.txvConn.AcceptsTab = false;
     this.GtkScrolledWindow.Add(this.txvConn);
     this.vbox2.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.GtkScrolledWindow]));
     w56.Position = 0;
     // 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.txtUser               = new global::Gtk.Entry();
     this.txtUser.Sensitive     = false;
     this.txtUser.CanFocus      = true;
     this.txtUser.Name          = "txtUser";
     this.txtUser.IsEditable    = true;
     this.txtUser.WidthChars    = 36;
     this.txtUser.InvisibleChar = '●';
     this.hbox3.Add(this.txtUser);
     global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.txtUser]));
     w57.Position = 0;
     w57.Expand   = false;
     w57.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.hbuttonbox4      = new global::Gtk.HButtonBox();
     this.hbuttonbox4.Name = "hbuttonbox4";
     this.hbox3.Add(this.hbuttonbox4);
     global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.hbuttonbox4]));
     w58.Position = 1;
     this.vbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox3]));
     w59.Position = 1;
     w59.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.txtPass               = new global::Gtk.Entry();
     this.txtPass.Sensitive     = false;
     this.txtPass.CanFocus      = true;
     this.txtPass.Name          = "txtPass";
     this.txtPass.IsEditable    = true;
     this.txtPass.WidthChars    = 36;
     this.txtPass.InvisibleChar = '●';
     this.hbox4.Add(this.txtPass);
     global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.txtPass]));
     w60.Position = 0;
     w60.Expand   = false;
     w60.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.hbuttonbox5             = new global::Gtk.HButtonBox();
     this.hbuttonbox5.Name        = "hbuttonbox5";
     this.hbuttonbox5.BorderWidth = ((uint)(12));
     this.hbox4.Add(this.hbuttonbox5);
     global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.hbuttonbox5]));
     w61.Position = 1;
     this.vbox2.Add(this.hbox4);
     global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox4]));
     w62.Position = 2;
     w62.Expand   = false;
     w62.Fill     = false;
     this.hbox2.Add(this.vbox2);
     global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vbox2]));
     w63.Position = 1;
     this.GtkAlignment5.Add(this.hbox2);
     this.frame1.Add(this.GtkAlignment5);
     this.lblRecuadro           = new global::Gtk.Label();
     this.lblRecuadro.Name      = "lblRecuadro";
     this.lblRecuadro.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Datos del archivo: </b>");
     this.lblRecuadro.UseMarkup = true;
     this.frame1.LabelWidget    = this.lblRecuadro;
     this.vbox1.Add(this.frame1);
     global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.frame1]));
     w66.Position = 2;
     // Container child vbox1.Gtk.Box+BoxChild
     this.statusBar         = new global::Gtk.Statusbar();
     this.statusBar.Name    = "statusBar";
     this.statusBar.Spacing = 6;
     this.vbox1.Add(this.statusBar);
     global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.statusBar]));
     w67.Position = 3;
     w67.Expand   = false;
     w67.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 708;
     this.DefaultHeight = 411;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.fileChooser.SelectionChanged += new global::System.EventHandler(this.OnFileChooserSelectionChanged);
     this.btnDecrypt.Clicked           += new global::System.EventHandler(this.OnBtnDecryptClicked);
     this.txtFileName.TextInserted     += new global::Gtk.TextInsertedHandler(this.OnTxtFileNameTextInserted);
     this.btnNewFile.Clicked           += new global::System.EventHandler(this.OnBtnNewFileClicked);
     this.btnEncriptar.Clicked         += new global::System.EventHandler(this.OnBtnEncriptarClicked);
 }
 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.fixedContainer           = new global::Gtk.Fixed();
     this.fixedContainer.Name      = "fixedContainer";
     this.fixedContainer.HasWindow = false;
     // Container child fixedContainer.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.tokenTreeView = new global::Gtk.TreeView();
     this.tokenTreeView.WidthRequest  = 300;
     this.tokenTreeView.HeightRequest = 150;
     this.tokenTreeView.CanFocus      = true;
     this.tokenTreeView.Name          = "tokenTreeView";
     this.GtkScrolledWindow1.Add(this.tokenTreeView);
     this.fixedContainer.Add(this.GtkScrolledWindow1);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixedContainer [this.GtkScrolledWindow1]));
     w2.X = 627;
     w2.Y = 52;
     // Container child fixedContainer.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow2            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow2.Name       = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.symbolTableTreeView = new global::Gtk.TreeView();
     this.symbolTableTreeView.WidthRequest  = 300;
     this.symbolTableTreeView.HeightRequest = 150;
     this.symbolTableTreeView.CanFocus      = true;
     this.symbolTableTreeView.Name          = "symbolTableTreeView";
     this.GtkScrolledWindow2.Add(this.symbolTableTreeView);
     this.fixedContainer.Add(this.GtkScrolledWindow2);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixedContainer [this.GtkScrolledWindow2]));
     w4.X = 629;
     w4.Y = 233;
     // Container child fixedContainer.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.editorTextView = new global::Gtk.TextView();
     this.editorTextView.WidthRequest  = 600;
     this.editorTextView.HeightRequest = 330;
     this.editorTextView.CanFocus      = true;
     this.editorTextView.Name          = "editorTextView";
     this.GtkScrolledWindow.Add(this.editorTextView);
     this.fixedContainer.Add(this.GtkScrolledWindow);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixedContainer [this.GtkScrolledWindow]));
     w6.X = 19;
     w6.Y = 52;
     // Container child fixedContainer.Gtk.Fixed+FixedChild
     this.uhm           = new global::Gtk.Label();
     this.uhm.Name      = "uhm";
     this.uhm.LabelProp = global::Mono.Unix.Catalog.GetString("Symbol Table");
     this.fixedContainer.Add(this.uhm);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixedContainer [this.uhm]));
     w7.X = 636;
     w7.Y = 210;
     // Container child fixedContainer.Gtk.Fixed+FixedChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Tokens");
     this.fixedContainer.Add(this.label2);
     global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixedContainer [this.label2]));
     w8.X = 630;
     w8.Y = 30;
     // Container child fixedContainer.Gtk.Fixed+FixedChild
     this.fileChooser = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select a File"), ((global::Gtk.FileChooserAction)(0)));
     this.fileChooser.WidthRequest = 150;
     this.fileChooser.Name         = "fileChooser";
     this.fixedContainer.Add(this.fileChooser);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixedContainer [this.fileChooser]));
     w9.X = 25;
     w9.Y = 12;
     // Container child fixedContainer.Gtk.Fixed+FixedChild
     this.executeButton              = new global::Gtk.Button();
     this.executeButton.CanFocus     = true;
     this.executeButton.Name         = "executeButton";
     this.executeButton.UseUnderline = true;
     this.executeButton.Label        = global::Mono.Unix.Catalog.GetString("Execute");
     this.fixedContainer.Add(this.executeButton);
     global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixedContainer [this.executeButton]));
     w10.X = 181;
     w10.Y = 13;
     // Container child fixedContainer.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow3            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow3.Name       = "GtkScrolledWindow3";
     this.GtkScrolledWindow3.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow3.Gtk.Container+ContainerChild
     this.consoleTextView = new global::Gtk.TextView();
     this.consoleTextView.WidthRequest  = 910;
     this.consoleTextView.HeightRequest = 150;
     this.consoleTextView.CanFocus      = true;
     this.consoleTextView.Name          = "consoleTextView";
     this.GtkScrolledWindow3.Add(this.consoleTextView);
     this.fixedContainer.Add(this.GtkScrolledWindow3);
     global::Gtk.Fixed.FixedChild w12 = ((global::Gtk.Fixed.FixedChild)(this.fixedContainer [this.GtkScrolledWindow3]));
     w12.X = 19;
     w12.Y = 392;
     this.Add(this.fixedContainer);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 950;
     this.DefaultHeight = 557;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.fileChooser.SelectionChanged += new global::System.EventHandler(this.transferSourceCodeToEditor);
     this.executeButton.Clicked        += new global::System.EventHandler(this.onExecuteButtonClick);
 }
Exemple #46
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.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.FileChooserButton            = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select a File"), ((global::Gtk.FileChooserAction)(0)));
     this.FileChooserButton.Name       = "FileChooserButton";
     this.FileChooserButton.ShowHidden = true;
     this.hbox1.Add(this.FileChooserButton);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.FileChooserButton]));
     w1.Position = 0;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.alignment1      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name = "alignment1";
     // Container child alignment1.Gtk.Container+ContainerChild
     this.hbuttonbox1      = new global::Gtk.HButtonBox();
     this.hbuttonbox1.Name = "hbuttonbox1";
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.RunMessagesButton              = new global::Gtk.Button();
     this.RunMessagesButton.CanFocus     = true;
     this.RunMessagesButton.Name         = "RunMessagesButton";
     this.RunMessagesButton.UseUnderline = true;
     this.RunMessagesButton.Label        = global::Mono.Unix.Catalog.GetString("Run Messages");
     this.hbuttonbox1.Add(this.RunMessagesButton);
     global::Gtk.ButtonBox.ButtonBoxChild w3 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.RunMessagesButton]));
     w3.Expand = false;
     w3.Fill   = false;
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.RunHTMLDebugButton              = new global::Gtk.Button();
     this.RunHTMLDebugButton.CanFocus     = true;
     this.RunHTMLDebugButton.Name         = "RunHTMLDebugButton";
     this.RunHTMLDebugButton.UseUnderline = true;
     this.RunHTMLDebugButton.Label        = global::Mono.Unix.Catalog.GetString("Run HTML Debug");
     this.hbuttonbox1.Add(this.RunHTMLDebugButton);
     global::Gtk.ButtonBox.ButtonBoxChild w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.RunHTMLDebugButton]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.alignment1.Add(this.hbuttonbox1);
     this.vbox1.Add(this.alignment1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment1]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.originalTextView          = new global::Gtk.TextView();
     this.originalTextView.CanFocus = true;
     this.originalTextView.Name     = "originalTextView";
     this.GtkScrolledWindow.Add(this.originalTextView);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
     w8.Position = 2;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.TreeView          = new global::Gtk.TreeView();
     this.TreeView.CanFocus = true;
     this.TreeView.Name     = "TreeView";
     this.GtkScrolledWindow1.Add(this.TreeView);
     this.vbox1.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow1]));
     w10.Position = 3;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 424;
     this.DefaultHeight = 321;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.RunMessagesButton.Clicked  += new global::System.EventHandler(this.OnRunMessagesButtonClicked);
     this.RunHTMLDebugButton.Clicked += new global::System.EventHandler(this.OnRunHTMLDebugButtonClicked);
 }
Exemple #47
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Secret Messages");
     this.Icon           = global::Stetic.IconLoader.LoadIcon(this, "gtk-select-color", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(6));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox_main         = new global::Gtk.VBox();
     this.vbox_main.Name    = "vbox_main";
     this.vbox_main.Spacing = 6;
     // Container child vbox_main.Gtk.Box+BoxChild
     this.hbox_io         = new global::Gtk.HBox();
     this.hbox_io.Name    = "hbox_io";
     this.hbox_io.Spacing = 6;
     // Container child hbox_io.Gtk.Box+BoxChild
     this.vbox_input         = new global::Gtk.VBox();
     this.vbox_input.Name    = "vbox_input";
     this.vbox_input.Spacing = 6;
     // Container child vbox_input.Gtk.Box+BoxChild
     this.file_load = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Load image..."), ((global::Gtk.FileChooserAction)(0)));
     this.file_load.TooltipMarkup = "Input file";
     this.file_load.Name          = "file_load";
     this.file_load.LocalOnly     = false;
     this.file_load.ShowHidden    = true;
     this.vbox_input.Add(this.file_load);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox_input[this.file_load]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox_input.Gtk.Box+BoxChild
     this.img_load = new global::Gtk.Image();
     this.img_load.WidthRequest  = 150;
     this.img_load.HeightRequest = 150;
     this.img_load.Name          = "img_load";
     this.vbox_input.Add(this.img_load);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox_input[this.img_load]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox_input.Gtk.Box+BoxChild
     this.l_load = new global::Gtk.Label();
     this.l_load.TooltipMarkup = "Modification date of the input file";
     this.l_load.Name          = "l_load";
     this.l_load.LabelProp     = global::Mono.Unix.Catalog.GetString("(date)");
     this.vbox_input.Add(this.l_load);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox_input[this.l_load]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox_input.Gtk.Box+BoxChild
     this.hbox_input_params         = new global::Gtk.HBox();
     this.hbox_input_params.Name    = "hbox_input_params";
     this.hbox_input_params.Spacing = 6;
     // Container child hbox_input_params.Gtk.Box+BoxChild
     this.b_load = new global::Gtk.Button();
     this.b_load.TooltipMarkup = "Reloads the input image";
     this.b_load.CanFocus      = true;
     this.b_load.Name          = "b_load";
     this.b_load.UseUnderline  = true;
     this.b_load.Label         = global::Mono.Unix.Catalog.GetString(" ⭯ ");
     this.hbox_input_params.Add(this.b_load);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox_input_params[this.b_load]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox_input_params.Gtk.Box+BoxChild
     this.num_xoffset = new global::Gtk.SpinButton(0D, 100D, 1D);
     this.num_xoffset.TooltipMarkup            = "X Offset (for Input and Output)";
     this.num_xoffset.CanFocus                 = true;
     this.num_xoffset.Name                     = "num_xoffset";
     this.num_xoffset.Adjustment.PageIncrement = 10D;
     this.num_xoffset.ClimbRate                = 1D;
     this.num_xoffset.Numeric                  = true;
     this.hbox_input_params.Add(this.num_xoffset);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox_input_params[this.num_xoffset]));
     w5.Position = 1;
     // Container child hbox_input_params.Gtk.Box+BoxChild
     this.num_yoffset = new global::Gtk.SpinButton(0D, 100D, 1D);
     this.num_yoffset.TooltipMarkup            = "Y Offset (for Input and Output)";
     this.num_yoffset.CanFocus                 = true;
     this.num_yoffset.Name                     = "num_yoffset";
     this.num_yoffset.Adjustment.PageIncrement = 10D;
     this.num_yoffset.ClimbRate                = 1D;
     this.num_yoffset.Numeric                  = true;
     this.hbox_input_params.Add(this.num_yoffset);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox_input_params[this.num_yoffset]));
     w6.Position = 2;
     this.vbox_input.Add(this.hbox_input_params);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox_input[this.hbox_input_params]));
     w7.Position = 3;
     w7.Expand   = false;
     w7.Fill     = false;
     this.hbox_io.Add(this.vbox_input);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox_io[this.vbox_input]));
     w8.Position = 0;
     // Container child hbox_io.Gtk.Box+BoxChild
     this.vbox_output         = new global::Gtk.VBox();
     this.vbox_output.Name    = "vbox_output";
     this.vbox_output.Spacing = 6;
     // Container child vbox_output.Gtk.Box+BoxChild
     this.file_export = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Save as..."), ((global::Gtk.FileChooserAction)(0)));
     this.file_export.TooltipMarkup           = "Output file";
     this.file_export.Name                    = "file_export";
     this.file_export.LocalOnly               = false;
     this.file_export.DoOverwriteConfirmation = true;
     this.vbox_output.Add(this.file_export);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox_output[this.file_export]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox_output.Gtk.Box+BoxChild
     this.img_encoded = new global::Gtk.Image();
     this.img_encoded.WidthRequest  = 150;
     this.img_encoded.HeightRequest = 150;
     this.img_encoded.Name          = "img_encoded";
     this.vbox_output.Add(this.img_encoded);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox_output[this.img_encoded]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox_output.Gtk.Box+BoxChild
     this.l_export = new global::Gtk.Label();
     this.l_export.TooltipMarkup = "Modification date of the output file";
     this.l_export.Name          = "l_export";
     this.l_export.LabelProp     = global::Mono.Unix.Catalog.GetString("(date)");
     this.vbox_output.Add(this.l_export);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox_output[this.l_export]));
     w11.Position = 2;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox_output.Gtk.Box+BoxChild
     this.hbox_output_export         = new global::Gtk.HBox();
     this.hbox_output_export.Name    = "hbox_output_export";
     this.hbox_output_export.Spacing = 6;
     // Container child hbox_output_export.Gtk.Box+BoxChild
     this.b_preview = new global::Gtk.Button();
     this.b_preview.TooltipMarkup = "Preview capacity of output image";
     this.b_preview.CanFocus      = true;
     this.b_preview.Name          = "b_preview";
     this.b_preview.UseUnderline  = true;
     this.b_preview.Label         = global::Mono.Unix.Catalog.GetString("Preview");
     this.hbox_output_export.Add(this.b_preview);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox_output_export[this.b_preview]));
     w12.Position = 0;
     // Container child hbox_output_export.Gtk.Box+BoxChild
     this.b_export = new global::Gtk.Button();
     this.b_export.TooltipMarkup = "Export the image using the password and text";
     this.b_export.CanFocus      = true;
     this.b_export.Name          = "b_export";
     this.b_export.UseUnderline  = true;
     this.b_export.Label         = global::Mono.Unix.Catalog.GetString("Export");
     this.hbox_output_export.Add(this.b_export);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox_output_export[this.b_export]));
     w13.Position = 1;
     this.vbox_output.Add(this.hbox_output_export);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox_output[this.hbox_output_export]));
     w14.Position = 3;
     w14.Expand   = false;
     w14.Fill     = false;
     this.hbox_io.Add(this.vbox_output);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox_io[this.vbox_output]));
     w15.Position = 1;
     this.vbox_main.Add(this.hbox_io);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox_main[this.hbox_io]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox_main.Gtk.Box+BoxChild
     this.password_input = new global::Gtk.Entry();
     this.password_input.TooltipMarkup = "Password for the encryption (empty = none)";
     this.password_input.HeightRequest = 30;
     this.password_input.CanDefault    = true;
     this.password_input.CanFocus      = true;
     this.password_input.Name          = "password_input";
     this.password_input.IsEditable    = true;
     this.password_input.InvisibleChar = '•';
     this.vbox_main.Add(this.password_input);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox_main[this.password_input]));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox_main.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.text_input = new global::Gtk.TextView();
     this.text_input.HeightRequest = 100;
     this.text_input.CanFocus      = true;
     this.text_input.Name          = "text_input";
     this.text_input.WrapMode      = ((global::Gtk.WrapMode)(3));
     this.GtkScrolledWindow.Add(this.text_input);
     this.vbox_main.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox_main[this.GtkScrolledWindow]));
     w19.Position = 2;
     this.Add(this.vbox_main);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 319;
     this.DefaultHeight = 417;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.file_load.SelectionChanged   += new global::System.EventHandler(this.LoadImage);
     this.b_load.Clicked               += new global::System.EventHandler(this.LoadImage);
     this.file_export.SelectionChanged += new global::System.EventHandler(this.SelectDestination);
     this.b_preview.Clicked            += new global::System.EventHandler(this.PreviewImage);
     this.b_export.Clicked             += new global::System.EventHandler(this.ExportImage);
 }
Exemple #48
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("ECM Database Compactor");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth = ((uint)(3));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     // Container child hbox1.Gtk.Box+BoxChild
     this.ntbServers = new global::Gtk.Notebook ();
     this.ntbServers.CanFocus = true;
     this.ntbServers.Name = "ntbServers";
     this.ntbServers.CurrentPage = 0;
     this.ntbServers.BorderWidth = ((uint)(3));
     // Container child ntbServers.Gtk.Notebook+NotebookChild
     this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(4)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     this.table1.BorderWidth = ((uint)(3));
     // Container child table1.Gtk.Table+TableChild
     this.chkIntegratedSec = new global::Gtk.CheckButton ();
     this.chkIntegratedSec.CanFocus = true;
     this.chkIntegratedSec.Name = "chkIntegratedSec";
     this.chkIntegratedSec.Label = global::Mono.Unix.Catalog.GetString ("Integrated Security");
     this.chkIntegratedSec.Active = true;
     this.chkIntegratedSec.DrawIndicator = true;
     this.chkIntegratedSec.UseUnderline = true;
     this.table1.Add (this.chkIntegratedSec);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.chkIntegratedSec]));
     w1.TopAttach = ((uint)(2));
     w1.BottomAttach = ((uint)(3));
     w1.LeftAttach = ((uint)(3));
     w1.RightAttach = ((uint)(4));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.Xalign = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Source");
     this.table1.Add (this.label1);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label11 = new global::Gtk.Label ();
     this.label11.Name = "label11";
     this.label11.Xalign = 1F;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("DB Name");
     this.table1.Add (this.label11);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label11]));
     w3.TopAttach = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.Xalign = 1F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("User Name");
     this.table1.Add (this.label5);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w4.LeftAttach = ((uint)(2));
     w4.RightAttach = ((uint)(3));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.Xalign = 1F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Password");
     this.table1.Add (this.label6);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w5.TopAttach = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.LeftAttach = ((uint)(2));
     w5.RightAttach = ((uint)(3));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.txtMSSQLDbname = new global::Gtk.Entry ();
     this.txtMSSQLDbname.CanFocus = true;
     this.txtMSSQLDbname.Name = "txtMSSQLDbname";
     this.txtMSSQLDbname.Text = global::Mono.Unix.Catalog.GetString ("evedb");
     this.txtMSSQLDbname.IsEditable = true;
     this.txtMSSQLDbname.InvisibleChar = '●';
     this.table1.Add (this.txtMSSQLDbname);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.txtMSSQLDbname]));
     w6.TopAttach = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.LeftAttach = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.txtMSSQLPass = new global::Gtk.Entry ();
     this.txtMSSQLPass.Sensitive = false;
     this.txtMSSQLPass.CanFocus = true;
     this.txtMSSQLPass.Name = "txtMSSQLPass";
     this.txtMSSQLPass.IsEditable = true;
     this.txtMSSQLPass.Visibility = false;
     this.txtMSSQLPass.InvisibleChar = '●';
     this.table1.Add (this.txtMSSQLPass);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.txtMSSQLPass]));
     w7.TopAttach = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.LeftAttach = ((uint)(3));
     w7.RightAttach = ((uint)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.txtMSSQLSource = new global::Gtk.Entry ();
     this.txtMSSQLSource.CanFocus = true;
     this.txtMSSQLSource.Name = "txtMSSQLSource";
     this.txtMSSQLSource.Text = global::Mono.Unix.Catalog.GetString (".\\SQLEXPRESS");
     this.txtMSSQLSource.IsEditable = true;
     this.txtMSSQLSource.InvisibleChar = '●';
     this.table1.Add (this.txtMSSQLSource);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.txtMSSQLSource]));
     w8.LeftAttach = ((uint)(1));
     w8.RightAttach = ((uint)(2));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.txtMSSQLUser = new global::Gtk.Entry ();
     this.txtMSSQLUser.Sensitive = false;
     this.txtMSSQLUser.CanFocus = true;
     this.txtMSSQLUser.Name = "txtMSSQLUser";
     this.txtMSSQLUser.IsEditable = true;
     this.txtMSSQLUser.InvisibleChar = '●';
     this.table1.Add (this.txtMSSQLUser);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.txtMSSQLUser]));
     w9.LeftAttach = ((uint)(3));
     w9.RightAttach = ((uint)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     this.ntbServers.Add (this.table1);
     // Notebook tab
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("MS SQL");
     this.ntbServers.SetTabLabel (this.table1, this.label2);
     this.label2.ShowAll ();
     // Container child ntbServers.Gtk.Notebook+NotebookChild
     this.table2 = new global::Gtk.Table (((uint)(3)), ((uint)(4)), false);
     this.table2.Name = "table2";
     this.table2.RowSpacing = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     this.table2.BorderWidth = ((uint)(3));
     // Container child table2.Gtk.Table+TableChild
     this.label12 = new global::Gtk.Label ();
     this.label12.Name = "label12";
     this.label12.Xalign = 1F;
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("Source");
     this.table2.Add (this.label12);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table2 [this.label12]));
     w11.TopAttach = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label13 = new global::Gtk.Label ();
     this.label13.Name = "label13";
     this.label13.Xalign = 1F;
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("Port");
     this.table2.Add (this.label13);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2 [this.label13]));
     w12.TopAttach = ((uint)(2));
     w12.BottomAttach = ((uint)(3));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.Xalign = 1F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("DB Name");
     this.table2.Add (this.label3);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table2 [this.label3]));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label8 = new global::Gtk.Label ();
     this.label8.Name = "label8";
     this.label8.Xalign = 1F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Password");
     this.table2.Add (this.label8);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table2 [this.label8]));
     w14.TopAttach = ((uint)(1));
     w14.BottomAttach = ((uint)(2));
     w14.LeftAttach = ((uint)(2));
     w14.RightAttach = ((uint)(3));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label9 = new global::Gtk.Label ();
     this.label9.Name = "label9";
     this.label9.Xalign = 1F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("User Name");
     this.table2.Add (this.label9);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table2 [this.label9]));
     w15.LeftAttach = ((uint)(2));
     w15.RightAttach = ((uint)(3));
     w15.XOptions = ((global::Gtk.AttachOptions)(4));
     w15.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.spbPort = new global::Gtk.SpinButton (1, 65535, 1);
     this.spbPort.CanFocus = true;
     this.spbPort.Name = "spbPort";
     this.spbPort.Adjustment.PageIncrement = 10;
     this.spbPort.ClimbRate = 1;
     this.spbPort.Numeric = true;
     this.spbPort.Value = 3306;
     this.table2.Add (this.spbPort);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table2 [this.spbPort]));
     w16.TopAttach = ((uint)(2));
     w16.BottomAttach = ((uint)(3));
     w16.RightAttach = ((uint)(2));
     w16.XOptions = ((global::Gtk.AttachOptions)(0));
     w16.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.txtMySqlDbName = new global::Gtk.Entry ();
     this.txtMySqlDbName.CanFocus = true;
     this.txtMySqlDbName.Name = "txtMySqlDbName";
     this.txtMySqlDbName.Text = global::Mono.Unix.Catalog.GetString ("evedb");
     this.txtMySqlDbName.IsEditable = true;
     this.txtMySqlDbName.InvisibleChar = '●';
     this.table2.Add (this.txtMySqlDbName);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table2 [this.txtMySqlDbName]));
     w17.LeftAttach = ((uint)(1));
     w17.RightAttach = ((uint)(2));
     w17.XOptions = ((global::Gtk.AttachOptions)(4));
     w17.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.txtMySqlPass = new global::Gtk.Entry ();
     this.txtMySqlPass.CanFocus = true;
     this.txtMySqlPass.Name = "txtMySqlPass";
     this.txtMySqlPass.Text = global::Mono.Unix.Catalog.GetString ("zn645szn");
     this.txtMySqlPass.IsEditable = true;
     this.txtMySqlPass.Visibility = false;
     this.txtMySqlPass.InvisibleChar = '●';
     this.table2.Add (this.txtMySqlPass);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2 [this.txtMySqlPass]));
     w18.TopAttach = ((uint)(1));
     w18.BottomAttach = ((uint)(2));
     w18.LeftAttach = ((uint)(3));
     w18.RightAttach = ((uint)(4));
     w18.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.txtMySqlSource = new global::Gtk.Entry ();
     this.txtMySqlSource.CanFocus = true;
     this.txtMySqlSource.Name = "txtMySqlSource";
     this.txtMySqlSource.Text = global::Mono.Unix.Catalog.GetString ("localhost");
     this.txtMySqlSource.IsEditable = true;
     this.txtMySqlSource.InvisibleChar = '●';
     this.table2.Add (this.txtMySqlSource);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.txtMySqlSource]));
     w19.TopAttach = ((uint)(1));
     w19.BottomAttach = ((uint)(2));
     w19.LeftAttach = ((uint)(1));
     w19.RightAttach = ((uint)(2));
     w19.XOptions = ((global::Gtk.AttachOptions)(4));
     w19.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.txtMySqlUser = new global::Gtk.Entry ();
     this.txtMySqlUser.CanFocus = true;
     this.txtMySqlUser.Name = "txtMySqlUser";
     this.txtMySqlUser.Text = global::Mono.Unix.Catalog.GetString ("root");
     this.txtMySqlUser.IsEditable = true;
     this.txtMySqlUser.InvisibleChar = '●';
     this.table2.Add (this.txtMySqlUser);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table2 [this.txtMySqlUser]));
     w20.LeftAttach = ((uint)(3));
     w20.RightAttach = ((uint)(4));
     w20.YOptions = ((global::Gtk.AttachOptions)(4));
     this.ntbServers.Add (this.table2);
     global::Gtk.Notebook.NotebookChild w21 = ((global::Gtk.Notebook.NotebookChild)(this.ntbServers [this.table2]));
     w21.Position = 1;
     // Notebook tab
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("MySql");
     this.ntbServers.SetTabLabel (this.table2, this.label4);
     this.label4.ShowAll ();
     // Container child ntbServers.Gtk.Notebook+NotebookChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label7 = new global::Gtk.Label ();
     this.label7.Name = "label7";
     this.label7.Xalign = 0F;
     this.label7.Yalign = 1F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Database File:");
     this.vbox2.Add (this.label7);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label7]));
     w22.Position = 0;
     w22.Expand = false;
     w22.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.fcbSqliteDB = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select SQLite3 Database"), ((global::Gtk.FileChooserAction)(0)));
     this.fcbSqliteDB.Name = "fcbSqliteDB";
     this.vbox2.Add (this.fcbSqliteDB);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.fcbSqliteDB]));
     w23.Position = 1;
     w23.Expand = false;
     w23.Fill = false;
     this.ntbServers.Add (this.vbox2);
     global::Gtk.Notebook.NotebookChild w24 = ((global::Gtk.Notebook.NotebookChild)(this.ntbServers [this.vbox2]));
     w24.Position = 2;
     // Notebook tab
     this.label10 = new global::Gtk.Label ();
     this.label10.Name = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("SQLite");
     this.label10.WidthChars = 6;
     this.ntbServers.SetTabLabel (this.vbox2, this.label10);
     this.label10.ShowAll ();
     this.hbox1.Add (this.ntbServers);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.ntbServers]));
     w25.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbuttonbox1 = new global::Gtk.VButtonBox ();
     this.vbuttonbox1.Name = "vbuttonbox1";
     this.vbuttonbox1.BorderWidth = ((uint)(3));
     this.vbuttonbox1.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.btnStartProcess = new global::Gtk.Button ();
     this.btnStartProcess.CanFocus = true;
     this.btnStartProcess.Name = "btnStartProcess";
     this.btnStartProcess.UseUnderline = true;
     this.btnStartProcess.Label = global::Mono.Unix.Catalog.GetString ("Compact\nDatabase");
     this.vbuttonbox1.Add (this.btnStartProcess);
     global::Gtk.ButtonBox.ButtonBoxChild w26 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.btnStartProcess]));
     w26.Expand = false;
     w26.Fill = false;
     this.hbox1.Add (this.vbuttonbox1);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbuttonbox1]));
     w27.Position = 1;
     w27.Expand = false;
     w27.Fill = false;
     this.vbox1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w28.Position = 0;
     w28.Expand = false;
     w28.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.lblStatus = new global::Gtk.Label ();
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.LabelProp = global::Mono.Unix.Catalog.GetString ("label1");
     this.vbox1.Add (this.lblStatus);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.lblStatus]));
     w29.Position = 1;
     w29.Expand = false;
     w29.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.lblRecords = new global::Gtk.Label ();
     this.lblRecords.Name = "lblRecords";
     this.lblRecords.LabelProp = global::Mono.Unix.Catalog.GetString ("label4");
     this.vbox1.Add (this.lblRecords);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.lblRecords]));
     w30.Position = 2;
     w30.Expand = false;
     w30.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.pgbProgress = new global::Gtk.ProgressBar ();
     this.pgbProgress.Name = "pgbProgress";
     this.vbox1.Add (this.pgbProgress);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.pgbProgress]));
     w31.PackType = ((global::Gtk.PackType)(1));
     w31.Position = 3;
     w31.Expand = false;
     w31.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 569;
     this.DefaultHeight = 200;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.chkIntegratedSec.Toggled += new global::System.EventHandler (this.IntegratedSecToggle);
     this.btnStartProcess.Clicked += new global::System.EventHandler (this.StartProcess);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LampManager.SettingsPanel
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LampManager.SettingsPanel";
     // Container child LampManager.SettingsPanel.Gtk.Container+ContainerChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.table2               = new global::Gtk.Table(((uint)(7)), ((uint)(3)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.filechooserbutton2            = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Seleccione un archivo"), ((global::Gtk.FileChooserAction)(0)));
     this.filechooserbutton2.Name       = "filechooserbutton2";
     this.filechooserbutton2.ShowHidden = true;
     this.table2.Add(this.filechooserbutton2);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table2[this.filechooserbutton2]));
     w1.TopAttach    = ((uint)(1));
     w1.BottomAttach = ((uint)(2));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("Web Directory:");
     this.table2.Add(this.label13);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table2[this.label13]));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString("Browser:");
     this.table2.Add(this.label14);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table2[this.label14]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.webDirectoryEntry               = new global::Gtk.Entry();
     this.webDirectoryEntry.CanFocus      = true;
     this.webDirectoryEntry.Name          = "webDirectoryEntry";
     this.webDirectoryEntry.Text          = global::Mono.Unix.Catalog.GetString("/var/www/");
     this.webDirectoryEntry.IsEditable    = true;
     this.webDirectoryEntry.InvisibleChar = '•';
     this.table2.Add(this.webDirectoryEntry);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table2[this.webDirectoryEntry]));
     w4.LeftAttach  = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add(this.table2);
     // Notebook tab
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("General");
     this.notebook1.SetTabLabel(this.table2, this.label6);
     this.label6.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.table3               = new global::Gtk.Table(((uint)(9)), ((uint)(2)), false);
     this.table3.Name          = "table3";
     this.table3.RowSpacing    = ((uint)(6));
     this.table3.ColumnSpacing = ((uint)(6));
     // Container child table3.Gtk.Table+TableChild
     this.apachectlEntry               = new global::Gtk.Entry();
     this.apachectlEntry.CanFocus      = true;
     this.apachectlEntry.Name          = "apachectlEntry";
     this.apachectlEntry.Text          = global::Mono.Unix.Catalog.GetString("/usr/sbin/apachectl");
     this.apachectlEntry.IsEditable    = true;
     this.apachectlEntry.InvisibleChar = '•';
     this.table3.Add(this.apachectlEntry);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table3[this.apachectlEntry]));
     w6.LeftAttach  = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("apachectl");
     this.table3.Add(this.label8);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table3[this.label8]));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add(this.table3);
     global::Gtk.Notebook.NotebookChild w8 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.table3]));
     w8.Position = 1;
     // Notebook tab
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Paths");
     this.notebook1.SetTabLabel(this.table3, this.label7);
     this.label7.ShowAll();
     this.Add(this.notebook1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Exemple #50
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.Action1            = new global::Gtk.Action("Action1", null, null, null);
     this.Action1.ShortLabel = "";
     w1.Add(this.Action1, null);
     this.EditAction            = new global::Gtk.Action("EditAction", global::Mono.Unix.Catalog.GetString("Edit"), null, null);
     this.EditAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Edit");
     w1.Add(this.EditAction, null);
     this.HelpAction            = new global::Gtk.Action("HelpAction", global::Mono.Unix.Catalog.GetString("Help"), null, null);
     this.HelpAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Help");
     w1.Add(this.HelpAction, null);
     this.EditAction1            = new global::Gtk.Action("EditAction1", global::Mono.Unix.Catalog.GetString("Edit"), null, null);
     this.EditAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Edit");
     w1.Add(this.EditAction1, null);
     this.HelpAction1            = new global::Gtk.Action("HelpAction1", global::Mono.Unix.Catalog.GetString("Help"), null, null);
     this.HelpAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Help");
     w1.Add(this.HelpAction1, null);
     this.AboutAction            = new global::Gtk.Action("AboutAction", global::Mono.Unix.Catalog.GetString("About"), null, null);
     this.AboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString("About");
     w1.Add(this.AboutAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.WidthRequest   = 1024;
     this.HeightRequest  = 768;
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("OpenCOBOL Interactive Compiler v1.0 rc .001");
     this.Icon           = new global::Gdk.Pixbuf(global::System.IO.Path.Combine(global::System.AppDomain.CurrentDomain.BaseDirectory, ".\\oc-icon.png"));
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(4)), ((uint)(1)), 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.hbox3 = new global::Gtk.HBox();
     this.hbox3.HeightRequest = 0;
     this.hbox3.Name          = "hbox3";
     this.hbox3.Spacing       = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.fixed2 = new global::Gtk.Fixed();
     this.fixed2.WidthRequest  = 600;
     this.fixed2.HeightRequest = 0;
     this.fixed2.Name          = "fixed2";
     this.fixed2.HasWindow     = false;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Program</b>");
     this.label11.UseMarkup = true;
     this.fixed2.Add(this.label11);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed2 [this.label11]));
     w2.X = 13;
     w2.Y = 7;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.btnCompile              = new global::Gtk.Button();
     this.btnCompile.CanFocus     = true;
     this.btnCompile.Name         = "btnCompile";
     this.btnCompile.UseUnderline = true;
     this.btnCompile.Label        = global::Mono.Unix.Catalog.GetString("Compile");
     this.fixed2.Add(this.btnCompile);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed2 [this.btnCompile]));
     w3.X = 912;
     w3.Y = 2;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.txtProgram               = new global::Gtk.Entry();
     this.txtProgram.CanFocus      = true;
     this.txtProgram.Name          = "txtProgram";
     this.txtProgram.IsEditable    = true;
     this.txtProgram.WidthChars    = 120;
     this.txtProgram.InvisibleChar = '●';
     this.fixed2.Add(this.txtProgram);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed2 [this.txtProgram]));
     w4.X = 71;
     w4.Y = 4;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.filechooserbutton1      = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select A File"), ((global::Gtk.FileChooserAction)(0)));
     this.filechooserbutton1.Name = "filechooserbutton1";
     this.fixed2.Add(this.filechooserbutton1);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed2 [this.filechooserbutton1]));
     w5.X = 804;
     w5.Y = 4;
     this.hbox3.Add(this.fixed2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.fixed2]));
     w6.Position = 0;
     this.table1.Add(this.hbox3);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox3]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.UIManager.AddUiFromString("<ui><menubar name=\'menubar3\'><menu name=\'FileAction\' action=\'FileAction\'/><menu n" +
                                    "ame=\'EditAction1\' action=\'EditAction1\'/><menu name=\'HelpAction1\' action=\'HelpAct" +
                                    "ion1\'><menuitem name=\'AboutAction\' action=\'AboutAction\'/></menu></menubar></ui>");
     this.menubar3      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar3")));
     this.menubar3.Name = "menubar3";
     this.table1.Add(this.menubar3);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.menubar3]));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.nbOutput             = new global::Gtk.Notebook();
     this.nbOutput.CanFocus    = true;
     this.nbOutput.Name        = "nbOutput";
     this.nbOutput.CurrentPage = 0;
     // Container child nbOutput.Gtk.Notebook+NotebookChild
     this.scrolledwindow3            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow3.CanFocus   = true;
     this.scrolledwindow3.Name       = "scrolledwindow3";
     this.scrolledwindow3.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow3.Gtk.Container+ContainerChild
     this.txtOutput          = new global::Gtk.TextView();
     this.txtOutput.CanFocus = true;
     this.txtOutput.Name     = "txtOutput";
     this.scrolledwindow3.Add(this.txtOutput);
     this.nbOutput.Add(this.scrolledwindow3);
     // Notebook tab
     this.tabOutput           = new global::Gtk.Label();
     this.tabOutput.Name      = "tabOutput";
     this.tabOutput.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Output</b>");
     this.tabOutput.UseMarkup = true;
     this.nbOutput.SetTabLabel(this.scrolledwindow3, this.tabOutput);
     this.tabOutput.ShowAll();
     // Container child nbOutput.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.txtCfile          = new global::Gtk.TextView();
     this.txtCfile.CanFocus = true;
     this.txtCfile.Name     = "txtCfile";
     this.GtkScrolledWindow.Add(this.txtCfile);
     this.nbOutput.Add(this.GtkScrolledWindow);
     global::Gtk.Notebook.NotebookChild w12 = ((global::Gtk.Notebook.NotebookChild)(this.nbOutput [this.GtkScrolledWindow]));
     w12.Position = 1;
     // Notebook tab
     this.tabCFile           = new global::Gtk.Label();
     this.tabCFile.Name      = "tabCFile";
     this.tabCFile.LabelProp = global::Mono.Unix.Catalog.GetString("<b>.c File </b>");
     this.tabCFile.UseMarkup = true;
     this.nbOutput.SetTabLabel(this.GtkScrolledWindow, this.tabCFile);
     this.tabCFile.ShowAll();
     // Container child nbOutput.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.txtCLfile          = new global::Gtk.TextView();
     this.txtCLfile.CanFocus = true;
     this.txtCLfile.Name     = "txtCLfile";
     this.GtkScrolledWindow1.Add(this.txtCLfile);
     this.nbOutput.Add(this.GtkScrolledWindow1);
     global::Gtk.Notebook.NotebookChild w14 = ((global::Gtk.Notebook.NotebookChild)(this.nbOutput [this.GtkScrolledWindow1]));
     w14.Position = 2;
     // Notebook tab
     this.tabCHFile           = new global::Gtk.Label();
     this.tabCHFile.Name      = "tabCHFile";
     this.tabCHFile.LabelProp = global::Mono.Unix.Catalog.GetString("<b>.c.h File </b>");
     this.tabCHFile.UseMarkup = true;
     this.nbOutput.SetTabLabel(this.GtkScrolledWindow1, this.tabCHFile);
     this.tabCHFile.ShowAll();
     // Container child nbOutput.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow2            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow2.Name       = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.txtCLHfile          = new global::Gtk.TextView();
     this.txtCLHfile.CanFocus = true;
     this.txtCLHfile.Name     = "txtCLHfile";
     this.GtkScrolledWindow2.Add(this.txtCLHfile);
     this.nbOutput.Add(this.GtkScrolledWindow2);
     global::Gtk.Notebook.NotebookChild w16 = ((global::Gtk.Notebook.NotebookChild)(this.nbOutput [this.GtkScrolledWindow2]));
     w16.Position = 3;
     // Notebook tab
     this.tabCLHfile           = new global::Gtk.Label();
     this.tabCLHfile.Name      = "tabCLHfile";
     this.tabCLHfile.LabelProp = global::Mono.Unix.Catalog.GetString("<b>.c.l.h File </b>");
     this.tabCLHfile.UseMarkup = true;
     this.tabCLHfile.Justify   = ((global::Gtk.Justification)(2));
     this.nbOutput.SetTabLabel(this.GtkScrolledWindow2, this.tabCLHfile);
     this.tabCLHfile.ShowAll();
     this.table1.Add(this.nbOutput);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.nbOutput]));
     w17.TopAttach    = ((uint)(3));
     w17.BottomAttach = ((uint)(4));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.table2               = new global::Gtk.Table(((uint)(8)), ((uint)(3)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     this.table2.BorderWidth   = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.chkBS2000               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("BS2000"));
     this.chkBS2000.CanFocus      = true;
     this.chkBS2000.Name          = "chkBS2000";
     this.chkBS2000.DrawIndicator = true;
     this.chkBS2000.UseUnderline  = true;
     this.chkBS2000.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.table2.Add(this.chkBS2000);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2 [this.chkBS2000]));
     w18.TopAttach    = ((uint)(1));
     w18.BottomAttach = ((uint)(2));
     w18.LeftAttach   = ((uint)(1));
     w18.RightAttach  = ((uint)(2));
     w18.XPadding     = ((uint)(31));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.chkCobol2k2               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("COBOL 2002"));
     this.chkCobol2k2.CanFocus      = true;
     this.chkCobol2k2.Name          = "chkCobol2k2";
     this.chkCobol2k2.DrawIndicator = true;
     this.chkCobol2k2.UseUnderline  = true;
     this.chkCobol2k2.Group         = this.chkBS2000.Group;
     this.table2.Add(this.chkCobol2k2);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.chkCobol2k2]));
     w19.TopAttach    = ((uint)(3));
     w19.BottomAttach = ((uint)(4));
     w19.LeftAttach   = ((uint)(1));
     w19.RightAttach  = ((uint)(2));
     w19.XPadding     = ((uint)(31));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.chkCobol85               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("COBOL 85"));
     this.chkCobol85.CanFocus      = true;
     this.chkCobol85.Name          = "chkCobol85";
     this.chkCobol85.DrawIndicator = true;
     this.chkCobol85.UseUnderline  = true;
     this.chkCobol85.Group         = this.chkBS2000.Group;
     this.table2.Add(this.chkCobol85);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table2 [this.chkCobol85]));
     w20.TopAttach    = ((uint)(2));
     w20.BottomAttach = ((uint)(3));
     w20.LeftAttach   = ((uint)(1));
     w20.RightAttach  = ((uint)(2));
     w20.XPadding     = ((uint)(31));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.chkDebug               = new global::Gtk.CheckButton();
     this.chkDebug.CanFocus      = true;
     this.chkDebug.Name          = "chkDebug";
     this.chkDebug.Label         = global::Mono.Unix.Catalog.GetString("Compile Debug Lines");
     this.chkDebug.DrawIndicator = true;
     this.chkDebug.UseUnderline  = true;
     this.table2.Add(this.chkDebug);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table2 [this.chkDebug]));
     w21.TopAttach    = ((uint)(1));
     w21.BottomAttach = ((uint)(2));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.chkDefault               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("DEFAULT"));
     this.chkDefault.CanFocus      = true;
     this.chkDefault.Name          = "chkDefault";
     this.chkDefault.DrawIndicator = true;
     this.chkDefault.UseUnderline  = true;
     this.chkDefault.Group         = this.chkBS2000.Group;
     this.table2.Add(this.chkDefault);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table2 [this.chkDefault]));
     w22.TopAttach    = ((uint)(4));
     w22.BottomAttach = ((uint)(5));
     w22.LeftAttach   = ((uint)(1));
     w22.RightAttach  = ((uint)(2));
     w22.XPadding     = ((uint)(31));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.chkDll               = new global::Gtk.CheckButton();
     this.chkDll.CanFocus      = true;
     this.chkDll.Name          = "chkDll";
     this.chkDll.Label         = global::Mono.Unix.Catalog.GetString("Generate MAIN PROGRAMS as DLLs");
     this.chkDll.DrawIndicator = true;
     this.chkDll.UseUnderline  = true;
     this.table2.Add(this.chkDll);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table2 [this.chkDll]));
     w23.TopAttach    = ((uint)(2));
     w23.BottomAttach = ((uint)(3));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.chkExecute               = new global::Gtk.CheckButton();
     this.chkExecute.CanFocus      = true;
     this.chkExecute.Name          = "chkExecute";
     this.chkExecute.Label         = global::Mono.Unix.Catalog.GetString("Execute upon successful completion");
     this.chkExecute.DrawIndicator = true;
     this.chkExecute.UseUnderline  = true;
     this.table2.Add(this.chkExecute);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table2 [this.chkExecute]));
     w24.TopAttach    = ((uint)(4));
     w24.BottomAttach = ((uint)(5));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.chkIBM               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("IBM"));
     this.chkIBM.CanFocus      = true;
     this.chkIBM.Name          = "chkIBM";
     this.chkIBM.DrawIndicator = true;
     this.chkIBM.UseUnderline  = true;
     this.chkIBM.Group         = this.chkBS2000.Group;
     this.table2.Add(this.chkIBM);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table2 [this.chkIBM]));
     w25.TopAttach    = ((uint)(5));
     w25.BottomAttach = ((uint)(6));
     w25.LeftAttach   = ((uint)(1));
     w25.RightAttach  = ((uint)(2));
     w25.XPadding     = ((uint)(31));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.chkMicroFocus               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("MicroFocus"));
     this.chkMicroFocus.CanFocus      = true;
     this.chkMicroFocus.Name          = "chkMicroFocus";
     this.chkMicroFocus.DrawIndicator = true;
     this.chkMicroFocus.UseUnderline  = true;
     this.chkMicroFocus.Group         = this.chkBS2000.Group;
     this.table2.Add(this.chkMicroFocus);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table2 [this.chkMicroFocus]));
     w26.TopAttach    = ((uint)(6));
     w26.BottomAttach = ((uint)(7));
     w26.LeftAttach   = ((uint)(1));
     w26.RightAttach  = ((uint)(2));
     w26.XPadding     = ((uint)(31));
     w26.XOptions     = ((global::Gtk.AttachOptions)(4));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.chkMVS               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("mvs"));
     this.chkMVS.CanFocus      = true;
     this.chkMVS.Name          = "chkMVS";
     this.chkMVS.DrawIndicator = true;
     this.chkMVS.UseUnderline  = true;
     this.chkMVS.Group         = this.chkBS2000.Group;
     this.table2.Add(this.chkMVS);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table2 [this.chkMVS]));
     w27.TopAttach    = ((uint)(7));
     w27.BottomAttach = ((uint)(8));
     w27.LeftAttach   = ((uint)(1));
     w27.RightAttach  = ((uint)(2));
     w27.XPadding     = ((uint)(31));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.chkNoTrunc               = new global::Gtk.CheckButton();
     this.chkNoTrunc.CanFocus      = true;
     this.chkNoTrunc.Name          = "chkNoTrunc";
     this.chkNoTrunc.Label         = global::Mono.Unix.Catalog.GetString("Do not truncate COMP/BINARY values");
     this.chkNoTrunc.DrawIndicator = true;
     this.chkNoTrunc.UseUnderline  = true;
     this.table2.Add(this.chkNoTrunc);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table2 [this.chkNoTrunc]));
     w28.TopAttach    = ((uint)(5));
     w28.BottomAttach = ((uint)(6));
     w28.XOptions     = ((global::Gtk.AttachOptions)(4));
     w28.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.chkSubRoutine               = new global::Gtk.CheckButton();
     this.chkSubRoutine.CanFocus      = true;
     this.chkSubRoutine.Name          = "chkSubRoutine";
     this.chkSubRoutine.Label         = global::Mono.Unix.Catalog.GetString("This program is a SUBROUTINE");
     this.chkSubRoutine.DrawIndicator = true;
     this.chkSubRoutine.UseUnderline  = true;
     this.table2.Add(this.chkSubRoutine);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table2 [this.chkSubRoutine]));
     w29.TopAttach    = ((uint)(3));
     w29.BottomAttach = ((uint)(4));
     w29.XOptions     = ((global::Gtk.AttachOptions)(4));
     w29.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.chkTraceAll               = new global::Gtk.CheckButton();
     this.chkTraceAll.CanFocus      = true;
     this.chkTraceAll.Name          = "chkTraceAll";
     this.chkTraceAll.Label         = global::Mono.Unix.Catalog.GetString("Trace procedures + statements");
     this.chkTraceAll.DrawIndicator = true;
     this.chkTraceAll.UseUnderline  = true;
     this.table2.Add(this.chkTraceAll);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table2 [this.chkTraceAll]));
     w30.TopAttach    = ((uint)(7));
     w30.BottomAttach = ((uint)(8));
     w30.XOptions     = ((global::Gtk.AttachOptions)(4));
     w30.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.chkTraceYN               = new global::Gtk.CheckButton();
     this.chkTraceYN.CanFocus      = true;
     this.chkTraceYN.Name          = "chkTraceYN";
     this.chkTraceYN.Label         = global::Mono.Unix.Catalog.GetString("Trace procedures");
     this.chkTraceYN.DrawIndicator = true;
     this.chkTraceYN.UseUnderline  = true;
     this.table2.Add(this.chkTraceYN);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table2 [this.chkTraceYN]));
     w31.TopAttach    = ((uint)(6));
     w31.BottomAttach = ((uint)(7));
     w31.XOptions     = ((global::Gtk.AttachOptions)(4));
     w31.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.fixed1           = new global::Gtk.Fixed();
     this.fixed1.Name      = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.Xalign    = 0F;
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Add  \"directory\" to copy/include search path</b>");
     this.label10.UseMarkup = true;
     this.fixed1.Add(this.label10);
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.txtCopyInc               = new global::Gtk.Entry();
     this.txtCopyInc.CanFocus      = true;
     this.txtCopyInc.Name          = "txtCopyInc";
     this.txtCopyInc.IsEditable    = true;
     this.txtCopyInc.WidthChars    = 95;
     this.txtCopyInc.MaxLength     = 135;
     this.txtCopyInc.InvisibleChar = '●';
     this.fixed1.Add(this.txtCopyInc);
     global::Gtk.Fixed.FixedChild w33 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.txtCopyInc]));
     w33.Y = 28;
     this.table2.Add(this.fixed1);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.table2 [this.fixed1]));
     w34.TopAttach    = ((uint)(5));
     w34.BottomAttach = ((uint)(6));
     w34.LeftAttach   = ((uint)(2));
     w34.RightAttach  = ((uint)(3));
     w34.XOptions     = ((global::Gtk.AttachOptions)(4));
     w34.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Switches</b>");
     this.label1.UseMarkup = true;
     this.table2.Add(this.label1);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.table2 [this.label1]));
     w35.XOptions = ((global::Gtk.AttachOptions)(4));
     w35.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Configuration</b>");
     this.label2.UseMarkup = true;
     this.table2.Add(this.label2);
     global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.table2 [this.label2]));
     w36.LeftAttach  = ((uint)(1));
     w36.RightAttach = ((uint)(2));
     w36.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>Program parameters (if any)</b>");
     this.label7.UseMarkup = true;
     this.table2.Add(this.label7);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table2 [this.label7]));
     w37.TopAttach    = ((uint)(3));
     w37.BottomAttach = ((uint)(4));
     w37.LeftAttach   = ((uint)(2));
     w37.RightAttach  = ((uint)(3));
     w37.XOptions     = ((global::Gtk.AttachOptions)(4));
     w37.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>Additional Compiler Switches</b>");
     this.label8.UseMarkup = true;
     this.table2.Add(this.label8);
     global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table2 [this.label8]));
     w38.TopAttach    = ((uint)(1));
     w38.BottomAttach = ((uint)(2));
     w38.LeftAttach   = ((uint)(2));
     w38.RightAttach  = ((uint)(3));
     w38.XOptions     = ((global::Gtk.AttachOptions)(4));
     w38.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> Add \"directory\" to library search path </b>");
     this.label9.UseMarkup = true;
     this.table2.Add(this.label9);
     global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table2 [this.label9]));
     w39.TopAttach    = ((uint)(6));
     w39.BottomAttach = ((uint)(7));
     w39.LeftAttach   = ((uint)(2));
     w39.RightAttach  = ((uint)(3));
     w39.XOptions     = ((global::Gtk.AttachOptions)(4));
     w39.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.lblOS           = new global::Gtk.Label();
     this.lblOS.Name      = "lblOS";
     this.lblOS.LabelProp = global::Mono.Unix.Catalog.GetString("label1");
     this.lblOS.UseMarkup = true;
     this.table2.Add(this.lblOS);
     global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table2 [this.lblOS]));
     w40.LeftAttach  = ((uint)(2));
     w40.RightAttach = ((uint)(3));
     w40.XOptions    = ((global::Gtk.AttachOptions)(4));
     w40.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.txtAddSwitch               = new global::Gtk.Entry();
     this.txtAddSwitch.CanFocus      = true;
     this.txtAddSwitch.Name          = "txtAddSwitch";
     this.txtAddSwitch.IsEditable    = true;
     this.txtAddSwitch.WidthChars    = 95;
     this.txtAddSwitch.MaxLength     = 135;
     this.txtAddSwitch.InvisibleChar = '●';
     this.table2.Add(this.txtAddSwitch);
     global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table2 [this.txtAddSwitch]));
     w41.TopAttach    = ((uint)(2));
     w41.BottomAttach = ((uint)(3));
     w41.LeftAttach   = ((uint)(2));
     w41.RightAttach  = ((uint)(3));
     w41.XOptions     = ((global::Gtk.AttachOptions)(4));
     w41.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.txtLibrary               = new global::Gtk.Entry();
     this.txtLibrary.CanFocus      = true;
     this.txtLibrary.Name          = "txtLibrary";
     this.txtLibrary.IsEditable    = true;
     this.txtLibrary.WidthChars    = 89;
     this.txtLibrary.MaxLength     = 135;
     this.txtLibrary.InvisibleChar = '●';
     this.table2.Add(this.txtLibrary);
     global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.table2 [this.txtLibrary]));
     w42.TopAttach    = ((uint)(7));
     w42.BottomAttach = ((uint)(8));
     w42.LeftAttach   = ((uint)(2));
     w42.RightAttach  = ((uint)(3));
     w42.XOptions     = ((global::Gtk.AttachOptions)(4));
     w42.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.txtPgmParams               = new global::Gtk.Entry();
     this.txtPgmParams.CanFocus      = true;
     this.txtPgmParams.Name          = "txtPgmParams";
     this.txtPgmParams.IsEditable    = true;
     this.txtPgmParams.WidthChars    = 95;
     this.txtPgmParams.MaxLength     = 135;
     this.txtPgmParams.InvisibleChar = '●';
     this.table2.Add(this.txtPgmParams);
     global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table2 [this.txtPgmParams]));
     w43.TopAttach    = ((uint)(4));
     w43.BottomAttach = ((uint)(5));
     w43.LeftAttach   = ((uint)(2));
     w43.RightAttach  = ((uint)(3));
     w43.XOptions     = ((global::Gtk.AttachOptions)(4));
     w43.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox4.Add(this.table2);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.table2]));
     w44.Position = 0;
     w44.Expand   = false;
     w44.Fill     = false;
     this.notebook1.Add(this.hbox4);
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Common Settings</b>");
     this.label3.UseMarkup = true;
     this.notebook1.SetTabLabel(this.hbox4, this.label3);
     this.label3.ShowAll();
     this.table1.Add(this.notebook1);
     global::Gtk.Table.TableChild w46 = ((global::Gtk.Table.TableChild)(this.table1 [this.notebook1]));
     w46.TopAttach    = ((uint)(2));
     w46.BottomAttach = ((uint)(3));
     w46.XOptions     = ((global::Gtk.AttachOptions)(4));
     w46.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.Add(this.table1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 1024;
     this.DefaultHeight = 768;
     this.Show();
     this.DeleteEvent           += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.HelpAction1.Activated += new global::System.EventHandler(this.OnHelpAction1Activated);
     this.AboutAction.Activated += new global::System.EventHandler(this.OnAboutActionActivated);
     this.btnCompile.Clicked    += new global::System.EventHandler(this.OnBtnCompileClicked);
     this.filechooserbutton1.SelectionChanged += new global::System.EventHandler(this.OnFilechooserbutton1SelectionChanged);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.location           = new global::Gtk.Label();
     this.location.Name      = "location";
     this.location.Xalign    = 0F;
     this.location.LabelProp = global::Mono.Unix.Catalog.GetString("Loaction:");
     this.vbox4.Add(this.location);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.location]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.host               = new global::Gtk.Entry();
     this.host.CanFocus      = true;
     this.host.Name          = "host";
     this.host.IsEditable    = true;
     this.host.InvisibleChar = '•';
     this.vbox4.Add(this.host);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.host]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.connect              = new global::Gtk.ToggleButton();
     this.connect.CanFocus     = true;
     this.connect.Name         = "connect";
     this.connect.UseUnderline = true;
     this.connect.Label        = global::Mono.Unix.Catalog.GetString("Connect");
     this.vbox4.Add(this.connect);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.connect]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Model file");
     this.vbox4.Add(this.label2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label2]));
     w4.Position = 3;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.modelFilePicker           = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select a File"), ((global::Gtk.FileChooserAction)(0)));
     this.modelFilePicker.Sensitive = false;
     this.modelFilePicker.Name      = "modelFilePicker";
     this.vbox4.Add(this.modelFilePicker);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.modelFilePicker]));
     w5.Position = 4;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.getNext              = new global::Gtk.Button();
     this.getNext.Sensitive    = false;
     this.getNext.CanFocus     = true;
     this.getNext.Name         = "getNext";
     this.getNext.UseUnderline = true;
     this.getNext.Label        = global::Mono.Unix.Catalog.GetString("getNext");
     this.vbox4.Add(this.getNext);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.getNext]));
     w6.Position = 5;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hasNext              = new global::Gtk.Button();
     this.hasNext.Sensitive    = false;
     this.hasNext.CanFocus     = true;
     this.hasNext.Name         = "hasNext";
     this.hasNext.UseUnderline = true;
     this.hasNext.Label        = global::Mono.Unix.Catalog.GetString("hasNext");
     this.vbox4.Add(this.hasNext);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hasNext]));
     w7.Position = 6;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.getData              = new global::Gtk.Button();
     this.getData.Sensitive    = false;
     this.getData.CanFocus     = true;
     this.getData.Name         = "getData";
     this.getData.UseUnderline = true;
     this.getData.Label        = global::Mono.Unix.Catalog.GetString("getData");
     this.vbox4.Add(this.getData);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.getData]));
     w8.Position = 7;
     w8.Expand   = false;
     w8.Fill     = false;
     this.hbox2.Add(this.vbox4);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox4]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.log               = new global::Gtk.TextView();
     this.log.CanFocus      = true;
     this.log.Name          = "log";
     this.log.Editable      = false;
     this.log.CursorVisible = false;
     this.log.AcceptsTab    = false;
     this.GtkScrolledWindow.Add(this.log);
     this.hbox2.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow]));
     w11.Position = 1;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 513;
     this.DefaultHeight = 290;
     this.Show();
     this.DeleteEvent     += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.connect.Toggled += new global::System.EventHandler(this.onConnectToggled);
     this.modelFilePicker.SelectionChanged += new global::System.EventHandler(this.OnModelSelectionChanged);
     this.getNext.Clicked += new global::System.EventHandler(this.onGetNext);
     this.hasNext.Clicked += new global::System.EventHandler(this.OnHasNext);
     this.getData.Clicked += new global::System.EventHandler(this.OnGetData);
 }
 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.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.FileChooserButton = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select a File"), ((global::Gtk.FileChooserAction)(0)));
     this.FileChooserButton.Name = "FileChooserButton";
     this.FileChooserButton.ShowHidden = true;
     this.hbox1.Add (this.FileChooserButton);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.FileChooserButton]));
     w1.Position = 0;
     this.vbox1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.alignment1 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name = "alignment1";
     // Container child alignment1.Gtk.Container+ContainerChild
     this.hbuttonbox1 = new global::Gtk.HButtonBox ();
     this.hbuttonbox1.Name = "hbuttonbox1";
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.RunMessagesButton = new global::Gtk.Button ();
     this.RunMessagesButton.CanFocus = true;
     this.RunMessagesButton.Name = "RunMessagesButton";
     this.RunMessagesButton.UseUnderline = true;
     this.RunMessagesButton.Label = global::Mono.Unix.Catalog.GetString ("Run Messages");
     this.hbuttonbox1.Add (this.RunMessagesButton);
     global::Gtk.ButtonBox.ButtonBoxChild w3 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.RunMessagesButton]));
     w3.Expand = false;
     w3.Fill = false;
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.RunHTMLDebugButton = new global::Gtk.Button ();
     this.RunHTMLDebugButton.CanFocus = true;
     this.RunHTMLDebugButton.Name = "RunHTMLDebugButton";
     this.RunHTMLDebugButton.UseUnderline = true;
     this.RunHTMLDebugButton.Label = global::Mono.Unix.Catalog.GetString ("Run HTML Debug");
     this.hbuttonbox1.Add (this.RunHTMLDebugButton);
     global::Gtk.ButtonBox.ButtonBoxChild w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.RunHTMLDebugButton]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     this.alignment1.Add (this.hbuttonbox1);
     this.vbox1.Add (this.alignment1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment1]));
     w6.Position = 1;
     w6.Expand = false;
     w6.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.originalTextView = new global::Gtk.TextView ();
     this.originalTextView.CanFocus = true;
     this.originalTextView.Name = "originalTextView";
     this.GtkScrolledWindow.Add (this.originalTextView);
     this.vbox1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
     w8.Position = 2;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.TreeView = new global::Gtk.TreeView ();
     this.TreeView.CanFocus = true;
     this.TreeView.Name = "TreeView";
     this.GtkScrolledWindow1.Add (this.TreeView);
     this.vbox1.Add (this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow1]));
     w10.Position = 3;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 424;
     this.DefaultHeight = 321;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.RunMessagesButton.Clicked += new global::System.EventHandler (this.OnRunMessagesButtonClicked);
     this.RunHTMLDebugButton.Clicked += new global::System.EventHandler (this.OnRunHTMLDebugButtonClicked);
 }
Exemple #53
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget UI
     this.Name           = "UI";
     this.Title          = global::Mono.Unix.Catalog.GetString("vCardLib UI 1.4");
     this.Icon           = new global::Gdk.Pixbuf(global::System.IO.Path.Combine(global::System.AppDomain.CurrentDomain.BaseDirectory, "./vcard.jpg"));
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Gravity        = ((global::Gdk.Gravity)(5));
     // Container child UI.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("File Path:");
     this.hbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label2]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.ofd_select_vcard      = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select a File"), ((global::Gtk.FileChooserAction)(0)));
     this.ofd_select_vcard.Name = "ofd_select_vcard";
     this.hbox1.Add(this.ofd_select_vcard);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.ofd_select_vcard]));
     w2.PackType = ((global::Gtk.PackType)(1));
     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.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Search:");
     this.hbox2.Add(this.label4);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label4]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.txt_search            = new global::Gtk.TextView();
     this.txt_search.CanFocus   = true;
     this.txt_search.Name       = "txt_search";
     this.txt_search.AcceptsTab = false;
     this.hbox2.Add(this.txt_search);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.txt_search]));
     w5.Position = 1;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.dgv_contacts          = new global::Gtk.NodeView();
     this.dgv_contacts.CanFocus = true;
     this.dgv_contacts.Name     = "dgv_contacts";
     this.GtkScrolledWindow.Add(this.dgv_contacts);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow]));
     w8.Position = 2;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 666;
     this.DefaultHeight = 432;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.ofd_select_vcard.SelectionChanged += new global::System.EventHandler(this.OnOfdSelectVcardSelectionChanged);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Smuxi.Frontend.Gnome.EngineAssistantCredentialsWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Smuxi.Frontend.Gnome.EngineAssistantCredentialsWidget";
     // Container child Smuxi.Frontend.Gnome.EngineAssistantCredentialsWidget.Gtk.Container+ContainerChild
     this.vbox12 = new global::Gtk.VBox ();
     this.vbox12.Name = "vbox12";
     this.vbox12.Spacing = 10;
     this.vbox12.BorderWidth = ((uint)(5));
     // Container child vbox12.Gtk.Box+BoxChild
     this.vbox13 = new global::Gtk.VBox ();
     this.vbox13.Name = "vbox13";
     this.vbox13.Spacing = 6;
     // Container child vbox13.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 ("_SSH Username: (optional)");
     this.label6.UseUnderline = true;
     this.vbox13.Add (this.label6);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.label6]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox13.Gtk.Box+BoxChild
     this.f_SshUsernameEntry = new global::Gtk.Entry ();
     this.f_SshUsernameEntry.CanFocus = true;
     this.f_SshUsernameEntry.Name = "f_SshUsernameEntry";
     this.f_SshUsernameEntry.IsEditable = true;
     this.f_SshUsernameEntry.InvisibleChar = '●';
     this.vbox13.Add (this.f_SshUsernameEntry);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.f_SshUsernameEntry]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox13.Gtk.Box+BoxChild
     this.label9 = new global::Gtk.Label ();
     this.label9.Name = "label9";
     this.label9.Xpad = 50;
     this.label9.Xalign = 0F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("<span size=\"small\">Username which will be used to log into the SSH server</span>");
     this.label9.UseMarkup = true;
     this.vbox13.Add (this.label9);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.label9]));
     w3.Position = 2;
     w3.Expand = false;
     w3.Fill = false;
     this.vbox12.Add (this.vbox13);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.vbox13]));
     w4.Position = 0;
     w4.Expand = false;
     w4.Fill = false;
     // Container child vbox12.Gtk.Box+BoxChild
     this.f_SshPasswordVBox = new global::Gtk.VBox ();
     this.f_SshPasswordVBox.Name = "f_SshPasswordVBox";
     this.f_SshPasswordVBox.Spacing = 6;
     // Container child f_SshPasswordVBox.Gtk.Box+BoxChild
     this.label14 = new global::Gtk.Label ();
     this.label14.Name = "label14";
     this.label14.Xalign = 0F;
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString ("_SSH Password: (optional)");
     this.label14.UseUnderline = true;
     this.f_SshPasswordVBox.Add (this.label14);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.f_SshPasswordVBox [this.label14]));
     w5.Position = 0;
     w5.Expand = false;
     w5.Fill = false;
     // Container child f_SshPasswordVBox.Gtk.Box+BoxChild
     this.f_SshPasswordEntry = new global::Gtk.Entry ();
     this.f_SshPasswordEntry.CanFocus = true;
     this.f_SshPasswordEntry.Name = "f_SshPasswordEntry";
     this.f_SshPasswordEntry.IsEditable = true;
     this.f_SshPasswordEntry.Visibility = false;
     this.f_SshPasswordEntry.InvisibleChar = '●';
     this.f_SshPasswordVBox.Add (this.f_SshPasswordEntry);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.f_SshPasswordVBox [this.f_SshPasswordEntry]));
     w6.Position = 1;
     w6.Expand = false;
     w6.Fill = false;
     // Container child f_SshPasswordVBox.Gtk.Box+BoxChild
     this.label15 = new global::Gtk.Label ();
     this.label15.Name = "label15";
     this.label15.Xpad = 50;
     this.label15.Xalign = 0F;
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString ("<span size=\"small\">Password which will be used to log into the SSH server. The password is optional if SSH key authorization is used (see below).</span>");
     this.label15.UseMarkup = true;
     this.label15.Wrap = true;
     this.f_SshPasswordVBox.Add (this.label15);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.f_SshPasswordVBox [this.label15]));
     w7.Position = 2;
     w7.Expand = false;
     w7.Fill = false;
     this.vbox12.Add (this.f_SshPasswordVBox);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.f_SshPasswordVBox]));
     w8.Position = 1;
     w8.Expand = false;
     w8.Fill = false;
     // Container child vbox12.Gtk.Box+BoxChild
     this.vbox17 = new global::Gtk.VBox ();
     this.vbox17.Name = "vbox17";
     this.vbox17.Spacing = 6;
     // Container child vbox17.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 ("_SSH Keyfile: (optional)");
     this.label16.UseUnderline = true;
     this.vbox17.Add (this.label16);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox17 [this.label16]));
     w9.Position = 0;
     w9.Expand = false;
     w9.Fill = false;
     // Container child vbox17.Gtk.Box+BoxChild
     this.f_SshKeyfileChooserButton = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select a File"), ((global::Gtk.FileChooserAction)(0)));
     this.f_SshKeyfileChooserButton.Name = "f_SshKeyfileChooserButton";
     this.f_SshKeyfileChooserButton.ShowHidden = true;
     this.vbox17.Add (this.f_SshKeyfileChooserButton);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox17 [this.f_SshKeyfileChooserButton]));
     w10.Position = 1;
     w10.Expand = false;
     w10.Fill = false;
     // Container child vbox17.Gtk.Box+BoxChild
     this.label17 = new global::Gtk.Label ();
     this.label17.Name = "label17";
     this.label17.Xpad = 50;
     this.label17.Xalign = 0F;
     this.label17.LabelProp = global::Mono.Unix.Catalog.GetString ("<span size=\"small\">SSH private keyfile which will be used to log into the SSH server</span>");
     this.label17.UseMarkup = true;
     this.vbox17.Add (this.label17);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox17 [this.label17]));
     w11.Position = 2;
     w11.Expand = false;
     w11.Fill = false;
     this.vbox12.Add (this.vbox17);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.vbox17]));
     w12.Position = 2;
     w12.Expand = false;
     w12.Fill = false;
     // Container child vbox12.Gtk.Box+BoxChild
     this.vbox16 = new global::Gtk.VBox ();
     this.vbox16.Name = "vbox16";
     this.vbox16.Spacing = 6;
     // Container child vbox16.Gtk.Box+BoxChild
     this.label12 = new global::Gtk.Label ();
     this.label12.Name = "label12";
     this.label12.Xalign = 0F;
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("_Username:"******"f_UsernameEntry";
     this.f_UsernameEntry.IsEditable = true;
     this.f_UsernameEntry.InvisibleChar = '●';
     this.vbox16.Add (this.f_UsernameEntry);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.f_UsernameEntry]));
     w14.Position = 1;
     w14.Expand = false;
     w14.Fill = false;
     // Container child vbox16.Gtk.Box+BoxChild
     this.label13 = new global::Gtk.Label ();
     this.label13.Name = "label13";
     this.label13.Xpad = 50;
     this.label13.Xalign = 0F;
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("<span size=\"small\">Username which will be used to log into the Smuxi server</span>");
     this.label13.UseMarkup = true;
     this.vbox16.Add (this.label13);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.label13]));
     w15.Position = 2;
     w15.Expand = false;
     w15.Fill = false;
     this.vbox12.Add (this.vbox16);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.vbox16]));
     w16.Position = 3;
     w16.Expand = false;
     w16.Fill = false;
     // Container child vbox12.Gtk.Box+BoxChild
     this.vbox14 = new global::Gtk.VBox ();
     this.vbox14.Name = "vbox14";
     this.vbox14.Spacing = 6;
     // Container child vbox14.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 ("_Password:"******"f_PasswordEntry";
     this.f_PasswordEntry.IsEditable = true;
     this.f_PasswordEntry.Visibility = false;
     this.f_PasswordEntry.InvisibleChar = '●';
     this.vbox14.Add (this.f_PasswordEntry);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.f_PasswordEntry]));
     w18.Position = 1;
     w18.Expand = false;
     w18.Fill = false;
     // Container child vbox14.Gtk.Box+BoxChild
     this.label10 = new global::Gtk.Label ();
     this.label10.Name = "label10";
     this.label10.Xpad = 50;
     this.label10.Xalign = 0F;
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("<span size=\"small\">Password of the user</span>");
     this.label10.UseMarkup = true;
     this.vbox14.Add (this.label10);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.label10]));
     w19.Position = 2;
     w19.Expand = false;
     w19.Fill = false;
     this.vbox12.Add (this.vbox14);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.vbox14]));
     w20.Position = 4;
     w20.Expand = false;
     w20.Fill = false;
     // Container child vbox12.Gtk.Box+BoxChild
     this.vbox15 = new global::Gtk.VBox ();
     this.vbox15.Name = "vbox15";
     this.vbox15.Spacing = 6;
     // Container child vbox15.Gtk.Box+BoxChild
     this.label8 = new global::Gtk.Label ();
     this.label8.Name = "label8";
     this.label8.Xalign = 0F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("_Verify Password:"******"f_VerifyPasswordEntry";
     this.f_VerifyPasswordEntry.IsEditable = true;
     this.f_VerifyPasswordEntry.Visibility = false;
     this.f_VerifyPasswordEntry.InvisibleChar = '●';
     this.vbox15.Add (this.f_VerifyPasswordEntry);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox15 [this.f_VerifyPasswordEntry]));
     w22.Position = 1;
     w22.Expand = false;
     w22.Fill = false;
     // Container child vbox15.Gtk.Box+BoxChild
     this.label11 = new global::Gtk.Label ();
     this.label11.Name = "label11";
     this.label11.Xpad = 50;
     this.label11.Xalign = 0F;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("<span size=\"small\">Repeat the password for verification</span>");
     this.label11.UseMarkup = true;
     this.vbox15.Add (this.label11);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox15 [this.label11]));
     w23.Position = 2;
     w23.Expand = false;
     w23.Fill = false;
     this.vbox12.Add (this.vbox15);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.vbox15]));
     w24.Position = 5;
     w24.Expand = false;
     w24.Fill = false;
     this.Add (this.vbox12);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.label6.MnemonicWidget = this.f_SshUsernameEntry;
     this.label14.MnemonicWidget = this.f_SshUsernameEntry;
     this.label16.MnemonicWidget = this.f_SshKeyfileChooserButton;
     this.label12.MnemonicWidget = this.f_UsernameEntry;
     this.label7.MnemonicWidget = this.f_PasswordEntry;
     this.label8.MnemonicWidget = this.f_VerifyPasswordEntry;
     this.Hide ();
 }
Exemple #55
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Unified Programmer");
     this.Icon = global::Stetic.IconLoader.LoadIcon (this, "gtk-sort-ascending", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Resizable = false;
     this.AllowGrow = false;
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.boxLayout = new global::Gtk.VBox ();
     this.boxLayout.Name = "boxLayout";
     this.boxLayout.Spacing = 6;
     // Container child boxLayout.Gtk.Box+BoxChild
     this.image5 = new global::Gtk.Image ();
     this.image5.Name = "image5";
     this.image5.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("ProgrammerGUI.watson_dash_smaller.png");
     this.boxLayout.Add (this.image5);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.boxLayout[this.image5]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child boxLayout.Gtk.Box+BoxChild
     this.tabLayout = new global::Gtk.Notebook ();
     this.tabLayout.CanFocus = true;
     this.tabLayout.Name = "tabLayout";
     this.tabLayout.CurrentPage = 0;
     // Container child tabLayout.Gtk.Notebook+NotebookChild
     this.fixed2 = new global::Gtk.Fixed ();
     this.fixed2.Name = "fixed2";
     this.fixed2.HasWindow = false;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.fileHex = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select A File"), ((global::Gtk.FileChooserAction)(0)));
     this.fileHex.WidthRequest = 489;
     this.fileHex.Name = "fileHex";
     this.fileHex.ShowHidden = true;
     this.fixed2.Add (this.fileHex);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.fileHex]));
     w2.X = 8;
     w2.Y = 34;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the intel Hex file to be programmed:");
     this.fixed2.Add (this.label6);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.label6]));
     w3.X = 11;
     w3.Y = 12;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.lblHexStatistics = new global::Gtk.Label ();
     this.lblHexStatistics.WidthRequest = 477;
     this.lblHexStatistics.HeightRequest = 65;
     this.lblHexStatistics.Name = "lblHexStatistics";
     this.lblHexStatistics.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Program Memory Available:</b> XX\n<b>Data Memory Available:</b> YY\n");
     this.lblHexStatistics.UseMarkup = true;
     this.lblHexStatistics.MaxWidthChars = 57;
     this.fixed2.Add (this.lblHexStatistics);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.lblHexStatistics]));
     w4.X = 16;
     w4.Y = 80;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.btnHexProgram = new global::Gtk.Button ();
     this.btnHexProgram.WidthRequest = 115;
     this.btnHexProgram.Sensitive = false;
     this.btnHexProgram.CanFocus = true;
     this.btnHexProgram.Name = "btnHexProgram";
     this.btnHexProgram.UseUnderline = true;
     // Container child btnHexProgram.Gtk.Container+ContainerChild
     global::Gtk.Alignment w5 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w6 = new global::Gtk.HBox ();
     w6.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w7 = new global::Gtk.Image ();
     w7.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-jump-to", global::Gtk.IconSize.Menu);
     w6.Add (w7);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w9 = new global::Gtk.Label ();
     w9.LabelProp = global::Mono.Unix.Catalog.GetString ("Program");
     w9.UseUnderline = true;
     w6.Add (w9);
     w5.Add (w6);
     this.btnHexProgram.Add (w5);
     this.fixed2.Add (this.btnHexProgram);
     global::Gtk.Fixed.FixedChild w13 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.btnHexProgram]));
     w13.X = 379;
     w13.Y = 241;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.lblOldHexWarning = new global::Gtk.Label ();
     this.lblOldHexWarning.Name = "lblOldHexWarning";
     this.lblOldHexWarning.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Warning!</b> The file you're programming hasn't changed\nsince the previous programming. (Did you recompile?)");
     this.lblOldHexWarning.UseMarkup = true;
     this.lblOldHexWarning.Angle = 360;
     this.fixed2.Add (this.lblOldHexWarning);
     global::Gtk.Fixed.FixedChild w14 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.lblOldHexWarning]));
     w14.X = 13;
     w14.Y = 230;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.btnHexRefresh = new global::Gtk.Button ();
     this.btnHexRefresh.Sensitive = false;
     this.btnHexRefresh.CanFocus = true;
     this.btnHexRefresh.Name = "btnHexRefresh";
     this.btnHexRefresh.UseUnderline = true;
     // Container child btnHexRefresh.Gtk.Container+ContainerChild
     global::Gtk.Alignment w15 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w16 = new global::Gtk.HBox ();
     w16.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w17 = new global::Gtk.Image ();
     w17.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-refresh", global::Gtk.IconSize.Menu);
     w16.Add (w17);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w19 = new global::Gtk.Label ();
     w19.LabelProp = global::Mono.Unix.Catalog.GetString ("_Refresh");
     w19.UseUnderline = true;
     w16.Add (w19);
     w15.Add (w16);
     this.btnHexRefresh.Add (w15);
     this.fixed2.Add (this.btnHexRefresh);
     global::Gtk.Fixed.FixedChild w23 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.btnHexRefresh]));
     w23.X = 419;
     w23.Y = 71;
     this.tabLayout.Add (this.fixed2);
     // Notebook tab
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Microcontroller Only");
     this.tabLayout.SetTabLabel (this.fixed2, this.label1);
     this.label1.ShowAll ();
     // Notebook tab
     global::Gtk.Label w25 = new global::Gtk.Label ();
     w25.Visible = true;
     this.tabLayout.Add (w25);
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("FPGA Only");
     this.tabLayout.SetTabLabel (w25, this.label2);
     this.label2.ShowAll ();
     // Notebook tab
     global::Gtk.Label w26 = new global::Gtk.Label ();
     w26.Visible = true;
     this.tabLayout.Add (w26);
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Full Kit");
     this.tabLayout.SetTabLabel (w26, this.label3);
     this.label3.ShowAll ();
     // Notebook tab
     global::Gtk.Label w27 = new global::Gtk.Label ();
     w27.Visible = true;
     this.tabLayout.Add (w27);
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Ready Modules");
     this.tabLayout.SetTabLabel (w27, this.label5);
     this.label5.ShowAll ();
     // Notebook tab
     global::Gtk.Label w28 = new global::Gtk.Label ();
     w28.Visible = true;
     this.tabLayout.Add (w28);
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Advanced");
     this.tabLayout.SetTabLabel (w28, this.label4);
     this.label4.ShowAll ();
     this.boxLayout.Add (this.tabLayout);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.boxLayout[this.tabLayout]));
     w29.Position = 1;
     // Container child boxLayout.Gtk.Box+BoxChild
     this.progressBar = new global::Gtk.ProgressBar ();
     this.progressBar.WidthRequest = 505;
     this.progressBar.HeightRequest = 0;
     this.progressBar.Name = "progressBar";
     this.progressBar.Text = global::Mono.Unix.Catalog.GetString (" ");
     this.boxLayout.Add (this.progressBar);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.boxLayout[this.progressBar]));
     w30.Position = 2;
     w30.Expand = false;
     w30.Fill = false;
     this.Add (this.boxLayout);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 517;
     this.DefaultHeight = 450;
     this.lblHexStatistics.Hide ();
     this.lblOldHexWarning.Hide ();
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
Exemple #56
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.ServiceDialogs.ImportPaymentsFromTinkoffDlg
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.ServiceDialogs.ImportPaymentsFromTinkoffDlg";
     // Container child Vodovoz.ServiceDialogs.ImportPaymentsFromTinkoffDlg.Gtk.Container+ContainerChild
     this.vbox1             = new global::Gtk.VBox();
     this.vbox1.Name        = "vbox1";
     this.vbox1.Spacing     = 6;
     this.vbox1.BorderWidth = ((uint)(6));
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.lblFile           = new global::Gtk.Label();
     this.lblFile.Name      = "lblFile";
     this.lblFile.LabelProp = global::Mono.Unix.Catalog.GetString("Файл загрузки:");
     this.hbox1.Add(this.lblFile);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.lblFile]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.fChooser      = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Выберите файл выгрузки из банк-клиента"), ((global::Gtk.FileChooserAction)(0)));
     this.fChooser.Name = "fChooser";
     this.hbox1.Add(this.fChooser);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.fChooser]));
     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.hboxButtons         = new global::Gtk.HBox();
     this.hboxButtons.Name    = "hboxButtons";
     this.hboxButtons.Spacing = 6;
     // Container child hboxButtons.Gtk.Box+BoxChild
     this.progressBar      = new global::Gtk.ProgressBar();
     this.progressBar.Name = "progressBar";
     this.hboxButtons.Add(this.progressBar);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hboxButtons[this.progressBar]));
     w4.Position = 1;
     this.vbox1.Add(this.hboxButtons);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hboxButtons]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.chkAll               = new global::Gtk.CheckButton();
     this.chkAll.CanFocus      = true;
     this.chkAll.Name          = "chkAll";
     this.chkAll.Label         = global::Mono.Unix.Catalog.GetString("Отметить все");
     this.chkAll.DrawIndicator = true;
     this.chkAll.UseUnderline  = true;
     this.vbox1.Add(this.chkAll);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.chkAll]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeDocuments          = new global::Gamma.GtkWidgets.yTreeView();
     this.treeDocuments.CanFocus = true;
     this.treeDocuments.Name     = "treeDocuments";
     this.GtkScrolledWindow.Add(this.treeDocuments);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow]));
     w8.Position = 3;
     // 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.lblDescription           = new global::Gtk.Label();
     this.lblDescription.Name      = "lblDescription";
     this.lblDescription.UseMarkup = true;
     this.hbox3.Add(this.lblDescription);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.lblDescription]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.btnCancel              = new global::Gtk.Button();
     this.btnCancel.CanFocus     = true;
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.UseUnderline = true;
     this.btnCancel.Label        = global::Mono.Unix.Catalog.GetString("Отменить");
     global::Gtk.Image w10 = new global::Gtk.Image();
     w10.Pixbuf           = global::Stetic.IconLoader.LoadIcon(this, "gtk-close", global::Gtk.IconSize.Menu);
     this.btnCancel.Image = w10;
     this.hbox3.Add(this.btnCancel);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.btnCancel]));
     w11.PackType = ((global::Gtk.PackType)(1));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.btnUpload              = new global::Gtk.Button();
     this.btnUpload.CanFocus     = true;
     this.btnUpload.Name         = "btnUpload";
     this.btnUpload.UseUnderline = true;
     this.btnUpload.Label        = global::Mono.Unix.Catalog.GetString("Загрузить");
     global::Gtk.Image w12 = new global::Gtk.Image();
     w12.Pixbuf           = global::Stetic.IconLoader.LoadIcon(this, "gtk-goto-bottom", global::Gtk.IconSize.Menu);
     this.btnUpload.Image = w12;
     this.hbox3.Add(this.btnUpload);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.btnUpload]));
     w13.PackType = ((global::Gtk.PackType)(1));
     w13.Position = 2;
     w13.Expand   = false;
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox3]));
     w14.Position = 4;
     w14.Expand   = false;
     w14.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.fChooser.SelectionChanged += new global::System.EventHandler(this.OnFilechooserSelectionChanged);
     this.chkAll.Toggled            += new global::System.EventHandler(this.OnChkAllToggled);
     this.btnUpload.Clicked         += new global::System.EventHandler(this.OnBtnUploadClicked);
     this.btnCancel.Clicked         += new global::System.EventHandler(this.OnBtnCancelClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MonoDevelop.ClassDesigner.Gui.Dialogs.AddFigureDialog
     this.Name = "MonoDevelop.ClassDesigner.Gui.Dialogs.AddFigureDialog";
     this.Title = global::Mono.Unix.Catalog.GetString ("Add new");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal = true;
     // Internal child MonoDevelop.ClassDesigner.Gui.Dialogs.AddFigureDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.container = new global::Gtk.HBox ();
     this.container.Name = "container";
     this.container.Spacing = 10;
     // Container child container.Gtk.Box+BoxChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 10;
     // Container child vbox4.Gtk.Box+BoxChild
     this.typeLabel = new global::Gtk.Label ();
     this.typeLabel.Name = "typeLabel";
     this.typeLabel.Xalign = 0F;
     this.typeLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Name:");
     this.typeLabel.Justify = ((global::Gtk.Justification)(1));
     this.typeLabel.Selectable = true;
     this.vbox4.Add (this.typeLabel);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.typeLabel]));
     w2.Position = 0;
     w2.Padding = ((uint)(1));
     // Container child vbox4.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 ("Access:");
     this.vbox4.Add (this.label5);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label5]));
     w3.Position = 1;
     // Container child vbox4.Gtk.Box+BoxChild
     this.createNew = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("_Create new file"));
     this.createNew.Name = "createNew";
     this.createNew.Active = true;
     this.createNew.DrawIndicator = true;
     this.createNew.UseUnderline = true;
     this.createNew.FocusOnClick = false;
     this.createNew.Group = new global::GLib.SList (global::System.IntPtr.Zero);
     this.vbox4.Add (this.createNew);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.createNew]));
     w4.Position = 2;
     // Container child vbox4.Gtk.Box+BoxChild
     this.existing = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("_Add to an existing file"));
     this.existing.Name = "existing";
     this.existing.DrawIndicator = true;
     this.existing.UseUnderline = true;
     this.existing.FocusOnClick = false;
     this.existing.Group = this.createNew.Group;
     this.vbox4.Add (this.existing);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.existing]));
     w5.Position = 3;
     this.container.Add (this.vbox4);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.container [this.vbox4]));
     w6.Position = 0;
     w6.Expand = false;
     w6.Fill = false;
     w6.Padding = ((uint)(5));
     // Container child container.Gtk.Box+BoxChild
     this.vbox5 = new global::Gtk.VBox ();
     this.vbox5.Name = "vbox5";
     this.vbox5.Spacing = 5;
     // Container child vbox5.Gtk.Box+BoxChild
     this.typeName = new global::Gtk.Entry ();
     this.typeName.CanFocus = true;
     this.typeName.Name = "typeName";
     this.typeName.IsEditable = true;
     this.typeName.InvisibleChar = '●';
     this.vbox5.Add (this.typeName);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.typeName]));
     w7.Position = 0;
     w7.Expand = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.accessModifier = global::Gtk.ComboBox.NewText ();
     this.accessModifier.Name = "accessModifier";
     this.vbox5.Add (this.accessModifier);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.accessModifier]));
     w8.Position = 1;
     w8.Expand = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.newFileName = new global::Gtk.Entry ();
     this.newFileName.CanFocus = true;
     this.newFileName.Name = "newFileName";
     this.newFileName.IsEditable = true;
     this.newFileName.InvisibleChar = '●';
     this.vbox5.Add (this.newFileName);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.newFileName]));
     w9.Position = 2;
     w9.Expand = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 5;
     // Container child hbox3.Gtk.Box+BoxChild
     this.existingFileName = new global::Gtk.Entry ();
     this.existingFileName.Sensitive = false;
     this.existingFileName.CanFocus = true;
     this.existingFileName.Name = "existingFileName";
     this.existingFileName.IsEditable = true;
     this.existingFileName.InvisibleChar = '●';
     this.hbox3.Add (this.existingFileName);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.existingFileName]));
     w10.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.fileChooser = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select A File"), ((global::Gtk.FileChooserAction)(0)));
     this.fileChooser.Sensitive = false;
     this.fileChooser.Name = "fileChooser";
     this.hbox3.Add (this.fileChooser);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.fileChooser]));
     w11.Position = 1;
     w11.Expand = false;
     this.vbox5.Add (this.hbox3);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox3]));
     w12.Position = 3;
     w12.Expand = false;
     w12.Fill = false;
     this.container.Add (this.vbox5);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.container [this.vbox5]));
     w13.Position = 1;
     w13.Padding = ((uint)(5));
     w1.Add (this.container);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(w1 [this.container]));
     w14.Position = 0;
     w14.Expand = false;
     w14.Fill = false;
     // Internal child MonoDevelop.ClassDesigner.Gui.Dialogs.AddFigureDialog.ActionArea
     global::Gtk.HButtonBox w15 = this.ActionArea;
     w15.Name = "dialog1_ActionArea";
     w15.Spacing = 10;
     w15.BorderWidth = ((uint)(5));
     w15.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel = new global::Gtk.Button ();
     this.buttonCancel.CanDefault = true;
     this.buttonCancel.CanFocus = true;
     this.buttonCancel.Name = "buttonCancel";
     this.buttonCancel.UseStock = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label = "gtk-cancel";
     this.AddActionWidget (this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w16 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w15 [this.buttonCancel]));
     w16.Expand = false;
     w16.Fill = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk = new global::Gtk.Button ();
     this.buttonOk.CanDefault = true;
     this.buttonOk.CanFocus = true;
     this.buttonOk.Name = "buttonOk";
     this.buttonOk.UseStock = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label = "gtk-add";
     this.AddActionWidget (this.buttonOk, 0);
     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 = 537;
     this.DefaultHeight = 195;
     this.Show ();
     this.createNew.Toggled += new global::System.EventHandler (this.OnCreateNewToggled);
     this.accessModifier.Changed += new global::System.EventHandler (this.OnAccessModifierChanged);
     this.fileChooser.SelectionChanged += new global::System.EventHandler (this.OnFileChooserSelectionChanged);
     this.buttonCancel.Clicked += new global::System.EventHandler (this.OnButtonCancelClicked);
     this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("FxPicasaWebAlbumDownloader");
     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.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.albumList = global::Gtk.ComboBox.NewText ();
     this.albumList.Name = "albumList";
     this.table1.Add (this.albumList);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.albumList]));
     w1.TopAttach = ((uint)(1));
     w1.BottomAttach = ((uint)(2));
     w1.XOptions = ((global::Gtk.AttachOptions)(4));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.albumUser = new global::Gtk.Entry ();
     this.albumUser.CanFocus = true;
     this.albumUser.Name = "albumUser";
     this.albumUser.Text = global::Mono.Unix.Catalog.GetString ("oefenschool.2c");
     this.albumUser.IsEditable = true;
     this.albumUser.InvisibleChar = '•';
     this.table1.Add (this.albumUser);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.albumUser]));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.checkAlbumsButton = new global::Gtk.Button ();
     this.checkAlbumsButton.CanFocus = true;
     this.checkAlbumsButton.Name = "checkAlbumsButton";
     this.checkAlbumsButton.UseUnderline = true;
     this.checkAlbumsButton.Label = global::Mono.Unix.Catalog.GetString ("Load Album List");
     this.table1.Add (this.checkAlbumsButton);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkAlbumsButton]));
     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.downloadButton = new global::Gtk.Button ();
     this.downloadButton.CanFocus = true;
     this.downloadButton.Name = "downloadButton";
     this.downloadButton.UseUnderline = true;
     this.downloadButton.Label = global::Mono.Unix.Catalog.GetString ("Download album(s)");
     this.table1.Add (this.downloadButton);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.downloadButton]));
     w4.TopAttach = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.LeftAttach = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add (this.table1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.table1]));
     w5.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.imageLoading = new global::Gtk.Image ();
     this.imageLoading.Name = "imageLoading";
     this.hbox1.Add (this.imageLoading);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.imageLoading]));
     w6.Position = 1;
     w6.Expand = false;
     w6.Fill = false;
     this.vbox1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w7.Position = 0;
     w7.Expand = false;
     w7.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.selectDestinationFolder = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select destination folder"), ((global::Gtk.FileChooserAction)(2)));
     this.selectDestinationFolder.Name = "selectDestinationFolder";
     this.vbox1.Add (this.selectDestinationFolder);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.selectDestinationFolder]));
     w8.Position = 1;
     w8.Expand = false;
     w8.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.progressBar = new global::Gtk.ProgressBar ();
     this.progressBar.Name = "progressBar";
     this.vbox1.Add (this.progressBar);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.progressBar]));
     w9.Position = 2;
     w9.Expand = false;
     w9.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.console = new global::Gtk.TextView ();
     this.console.CanFocus = true;
     this.console.Name = "console";
     this.GtkScrolledWindow.Add (this.console);
     this.vbox1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
     w11.Position = 3;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 775;
     this.DefaultHeight = 535;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.downloadButton.Clicked += new global::System.EventHandler (this.OnDownloadButtonClicked);
     this.checkAlbumsButton.Clicked += new global::System.EventHandler (this.OnCheckAlbumsButtonClicked);
 }
Exemple #59
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.ServiceDialogs.LoadFrom1cClientsAndDeliveryPoints
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.ServiceDialogs.LoadFrom1cClientsAndDeliveryPoints";
     // Container child Vodovoz.ServiceDialogs.LoadFrom1cClientsAndDeliveryPoints.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.filechooser      = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Выберите XML файл с данными из 1с"), ((global::Gtk.FileChooserAction)(0)));
     this.filechooser.Name = "filechooser";
     this.vbox2.Add(this.filechooser);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.filechooser]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.progressbar      = new global::Gtk.ProgressBar();
     this.progressbar.Name = "progressbar";
     this.vbox2.Add(this.progressbar);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.progressbar]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.button1              = new global::Gtk.Button();
     this.button1.CanFocus     = true;
     this.button1.Name         = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label        = global::Mono.Unix.Catalog.GetString("Counterparties");
     this.hbox1.Add(this.button1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.button1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonLoad              = new global::Gtk.Button();
     this.buttonLoad.CanFocus     = true;
     this.buttonLoad.Name         = "buttonLoad";
     this.buttonLoad.UseUnderline = true;
     this.buttonLoad.Label        = global::Mono.Unix.Catalog.GetString("Load");
     this.hbox1.Add(this.buttonLoad);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonLoad]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonSave              = new global::Gtk.Button();
     this.buttonSave.CanFocus     = true;
     this.buttonSave.Name         = "buttonSave";
     this.buttonSave.UseUnderline = true;
     this.buttonSave.Label        = global::Mono.Unix.Catalog.GetString("Save");
     this.hbox1.Add(this.buttonSave);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonSave]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox1.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("Start ALL");
     this.hbox1.Add(this.button2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.button2]));
     w6.Position = 3;
     w6.Expand   = false;
     w6.Fill     = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.tableCounteparties               = new global::Gtk.Table(((uint)(5)), ((uint)(2)), false);
     this.tableCounteparties.Name          = "tableCounteparties";
     this.tableCounteparties.RowSpacing    = ((uint)(6));
     this.tableCounteparties.ColumnSpacing = ((uint)(6));
     // Container child tableCounteparties.Gtk.Table+TableChild
     this.labelCounterparties           = new global::Gtk.Label();
     this.labelCounterparties.Name      = "labelCounterparties";
     this.labelCounterparties.LabelProp = global::Mono.Unix.Catalog.GetString("Контрагенты");
     this.tableCounteparties.Add(this.labelCounterparties);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tableCounteparties[this.labelCounterparties]));
     w8.RightAttach = ((uint)(2));
     w8.XOptions    = ((global::Gtk.AttachOptions)(4));
     w8.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableCounteparties.Gtk.Table+TableChild
     this.labelCounterpartyErrors           = new global::Gtk.Label();
     this.labelCounterpartyErrors.Name      = "labelCounterpartyErrors";
     this.labelCounterpartyErrors.Xalign    = 1F;
     this.labelCounterpartyErrors.LabelProp = global::Mono.Unix.Catalog.GetString("С ошибками:");
     this.tableCounteparties.Add(this.labelCounterpartyErrors);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tableCounteparties[this.labelCounterpartyErrors]));
     w9.TopAttach    = ((uint)(3));
     w9.BottomAttach = ((uint)(4));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableCounteparties.Gtk.Table+TableChild
     this.labelCounterpartyErrorsValue           = new global::Gtk.Label();
     this.labelCounterpartyErrorsValue.Name      = "labelCounterpartyErrorsValue";
     this.labelCounterpartyErrorsValue.Xalign    = 0F;
     this.labelCounterpartyErrorsValue.LabelProp = global::Mono.Unix.Catalog.GetString("0");
     this.tableCounteparties.Add(this.labelCounterpartyErrorsValue);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.tableCounteparties[this.labelCounterpartyErrorsValue]));
     w10.TopAttach    = ((uint)(3));
     w10.BottomAttach = ((uint)(4));
     w10.LeftAttach   = ((uint)(1));
     w10.RightAttach  = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableCounteparties.Gtk.Table+TableChild
     this.labelCounterpartyFails           = new global::Gtk.Label();
     this.labelCounterpartyFails.Name      = "labelCounterpartyFails";
     this.labelCounterpartyFails.Xalign    = 1F;
     this.labelCounterpartyFails.LabelProp = global::Mono.Unix.Catalog.GetString("Не загружено:");
     this.tableCounteparties.Add(this.labelCounterpartyFails);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.tableCounteparties[this.labelCounterpartyFails]));
     w11.TopAttach    = ((uint)(4));
     w11.BottomAttach = ((uint)(5));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableCounteparties.Gtk.Table+TableChild
     this.labelCounterpartyFailsValue           = new global::Gtk.Label();
     this.labelCounterpartyFailsValue.Name      = "labelCounterpartyFailsValue";
     this.labelCounterpartyFailsValue.Xalign    = 0F;
     this.labelCounterpartyFailsValue.LabelProp = global::Mono.Unix.Catalog.GetString("0");
     this.tableCounteparties.Add(this.labelCounterpartyFailsValue);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.tableCounteparties[this.labelCounterpartyFailsValue]));
     w12.TopAttach    = ((uint)(4));
     w12.BottomAttach = ((uint)(5));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableCounteparties.Gtk.Table+TableChild
     this.labelCounterpartySuccess           = new global::Gtk.Label();
     this.labelCounterpartySuccess.Name      = "labelCounterpartySuccess";
     this.labelCounterpartySuccess.Xalign    = 1F;
     this.labelCounterpartySuccess.LabelProp = global::Mono.Unix.Catalog.GetString("Успешно:");
     this.tableCounteparties.Add(this.labelCounterpartySuccess);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.tableCounteparties[this.labelCounterpartySuccess]));
     w13.TopAttach    = ((uint)(2));
     w13.BottomAttach = ((uint)(3));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableCounteparties.Gtk.Table+TableChild
     this.labelCounterpartySuccessValue           = new global::Gtk.Label();
     this.labelCounterpartySuccessValue.Name      = "labelCounterpartySuccessValue";
     this.labelCounterpartySuccessValue.Xalign    = 0F;
     this.labelCounterpartySuccessValue.LabelProp = global::Mono.Unix.Catalog.GetString("0");
     this.tableCounteparties.Add(this.labelCounterpartySuccessValue);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.tableCounteparties[this.labelCounterpartySuccessValue]));
     w14.TopAttach    = ((uint)(2));
     w14.BottomAttach = ((uint)(3));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableCounteparties.Gtk.Table+TableChild
     this.labelCounterpartyTotal           = new global::Gtk.Label();
     this.labelCounterpartyTotal.Name      = "labelCounterpartyTotal";
     this.labelCounterpartyTotal.Xalign    = 1F;
     this.labelCounterpartyTotal.LabelProp = global::Mono.Unix.Catalog.GetString("Всего:");
     this.tableCounteparties.Add(this.labelCounterpartyTotal);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.tableCounteparties[this.labelCounterpartyTotal]));
     w15.TopAttach    = ((uint)(1));
     w15.BottomAttach = ((uint)(2));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableCounteparties.Gtk.Table+TableChild
     this.labelCounterpartyTotalValue           = new global::Gtk.Label();
     this.labelCounterpartyTotalValue.Name      = "labelCounterpartyTotalValue";
     this.labelCounterpartyTotalValue.Xalign    = 0F;
     this.labelCounterpartyTotalValue.LabelProp = global::Mono.Unix.Catalog.GetString("0");
     this.tableCounteparties.Add(this.labelCounterpartyTotalValue);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.tableCounteparties[this.labelCounterpartyTotalValue]));
     w16.TopAttach    = ((uint)(1));
     w16.BottomAttach = ((uint)(2));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(7));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox2.Add(this.tableCounteparties);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.tableCounteparties]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.tableCounteparties1               = new global::Gtk.Table(((uint)(5)), ((uint)(2)), false);
     this.tableCounteparties1.Name          = "tableCounteparties1";
     this.tableCounteparties1.RowSpacing    = ((uint)(6));
     this.tableCounteparties1.ColumnSpacing = ((uint)(6));
     // Container child tableCounteparties1.Gtk.Table+TableChild
     this.labelDP           = new global::Gtk.Label();
     this.labelDP.Name      = "labelDP";
     this.labelDP.Xalign    = 0F;
     this.labelDP.LabelProp = global::Mono.Unix.Catalog.GetString("Точки доставки");
     this.tableCounteparties1.Add(this.labelDP);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.tableCounteparties1[this.labelDP]));
     w18.RightAttach = ((uint)(2));
     w18.XOptions    = ((global::Gtk.AttachOptions)(4));
     w18.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableCounteparties1.Gtk.Table+TableChild
     this.labelDPErrors           = new global::Gtk.Label();
     this.labelDPErrors.Name      = "labelDPErrors";
     this.labelDPErrors.Xalign    = 1F;
     this.labelDPErrors.LabelProp = global::Mono.Unix.Catalog.GetString("С ошибками:");
     this.tableCounteparties1.Add(this.labelDPErrors);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.tableCounteparties1[this.labelDPErrors]));
     w19.TopAttach    = ((uint)(3));
     w19.BottomAttach = ((uint)(4));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableCounteparties1.Gtk.Table+TableChild
     this.labelDPErrorsValue           = new global::Gtk.Label();
     this.labelDPErrorsValue.Name      = "labelDPErrorsValue";
     this.labelDPErrorsValue.Xalign    = 0F;
     this.labelDPErrorsValue.LabelProp = global::Mono.Unix.Catalog.GetString("0");
     this.tableCounteparties1.Add(this.labelDPErrorsValue);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.tableCounteparties1[this.labelDPErrorsValue]));
     w20.TopAttach    = ((uint)(3));
     w20.BottomAttach = ((uint)(4));
     w20.LeftAttach   = ((uint)(1));
     w20.RightAttach  = ((uint)(2));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableCounteparties1.Gtk.Table+TableChild
     this.labelDPFails           = new global::Gtk.Label();
     this.labelDPFails.Name      = "labelDPFails";
     this.labelDPFails.Xalign    = 1F;
     this.labelDPFails.LabelProp = global::Mono.Unix.Catalog.GetString("Не загружено:");
     this.tableCounteparties1.Add(this.labelDPFails);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.tableCounteparties1[this.labelDPFails]));
     w21.TopAttach    = ((uint)(4));
     w21.BottomAttach = ((uint)(5));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableCounteparties1.Gtk.Table+TableChild
     this.labelDPFailsValue           = new global::Gtk.Label();
     this.labelDPFailsValue.Name      = "labelDPFailsValue";
     this.labelDPFailsValue.Xalign    = 0F;
     this.labelDPFailsValue.LabelProp = global::Mono.Unix.Catalog.GetString("0");
     this.tableCounteparties1.Add(this.labelDPFailsValue);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.tableCounteparties1[this.labelDPFailsValue]));
     w22.TopAttach    = ((uint)(4));
     w22.BottomAttach = ((uint)(5));
     w22.LeftAttach   = ((uint)(1));
     w22.RightAttach  = ((uint)(2));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableCounteparties1.Gtk.Table+TableChild
     this.labelDPSuccess           = new global::Gtk.Label();
     this.labelDPSuccess.Name      = "labelDPSuccess";
     this.labelDPSuccess.Xalign    = 1F;
     this.labelDPSuccess.LabelProp = global::Mono.Unix.Catalog.GetString("Успешно:");
     this.tableCounteparties1.Add(this.labelDPSuccess);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.tableCounteparties1[this.labelDPSuccess]));
     w23.TopAttach    = ((uint)(2));
     w23.BottomAttach = ((uint)(3));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableCounteparties1.Gtk.Table+TableChild
     this.labelDPSuccessValue           = new global::Gtk.Label();
     this.labelDPSuccessValue.Name      = "labelDPSuccessValue";
     this.labelDPSuccessValue.Xalign    = 0F;
     this.labelDPSuccessValue.LabelProp = global::Mono.Unix.Catalog.GetString("0");
     this.tableCounteparties1.Add(this.labelDPSuccessValue);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.tableCounteparties1[this.labelDPSuccessValue]));
     w24.TopAttach    = ((uint)(2));
     w24.BottomAttach = ((uint)(3));
     w24.LeftAttach   = ((uint)(1));
     w24.RightAttach  = ((uint)(2));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableCounteparties1.Gtk.Table+TableChild
     this.labelDPTotal           = new global::Gtk.Label();
     this.labelDPTotal.Name      = "labelDPTotal";
     this.labelDPTotal.Xalign    = 1F;
     this.labelDPTotal.LabelProp = global::Mono.Unix.Catalog.GetString("Всего:");
     this.tableCounteparties1.Add(this.labelDPTotal);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.tableCounteparties1[this.labelDPTotal]));
     w25.TopAttach    = ((uint)(1));
     w25.BottomAttach = ((uint)(2));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableCounteparties1.Gtk.Table+TableChild
     this.labelDPTotalValue           = new global::Gtk.Label();
     this.labelDPTotalValue.Name      = "labelDPTotalValue";
     this.labelDPTotalValue.Xalign    = 0F;
     this.labelDPTotalValue.LabelProp = global::Mono.Unix.Catalog.GetString("0");
     this.tableCounteparties1.Add(this.labelDPTotalValue);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.tableCounteparties1[this.labelDPTotalValue]));
     w26.TopAttach    = ((uint)(1));
     w26.BottomAttach = ((uint)(2));
     w26.LeftAttach   = ((uint)(1));
     w26.RightAttach  = ((uint)(2));
     w26.XOptions     = ((global::Gtk.AttachOptions)(7));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox2.Add(this.tableCounteparties1);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.tableCounteparties1]));
     w27.Position = 1;
     w27.Expand   = false;
     w27.Fill     = false;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox2]));
     w28.Position = 3;
     w28.Expand   = false;
     w28.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.filechooser.SelectionChanged += new global::System.EventHandler(this.OnFilechooserXMLSelectionChanged);
     this.button1.Clicked    += new global::System.EventHandler(this.OnButton1Clicked);
     this.buttonLoad.Clicked += new global::System.EventHandler(this.OnButtonLoadClicked);
     this.buttonSave.Clicked += new global::System.EventHandler(this.OnButtonSaveClicked);
     this.button2.Clicked    += new global::System.EventHandler(this.OnButton2Clicked);
 }
Exemple #60
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Daggerfall.Editor.Viewer
     this.Name           = "Daggerfall.Editor.Viewer";
     this.Title          = global::Mono.Unix.Catalog.GetString("Daggerfall Viewer");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child Daggerfall.Editor.Viewer.Gtk.Container+ContainerChild
     this.sectionNotebook             = new global::Gtk.Notebook();
     this.sectionNotebook.CanFocus    = true;
     this.sectionNotebook.Name        = "sectionNotebook";
     this.sectionNotebook.CurrentPage = 2;
     // Container child sectionNotebook.Gtk.Notebook+NotebookChild
     this.gameSection             = new global::Gtk.VBox();
     this.gameSection.Name        = "gameSection";
     this.gameSection.Spacing     = 6;
     this.gameSection.BorderWidth = ((uint)(5));
     // Container child gameSection.Gtk.Box+BoxChild
     this.gamePathContainer         = new global::Gtk.HBox();
     this.gamePathContainer.Name    = "gamePathContainer";
     this.gamePathContainer.Spacing = 6;
     // Container child gamePathContainer.Gtk.Box+BoxChild
     this.gamePathLabel           = new global::Gtk.Label();
     this.gamePathLabel.Name      = "gamePathLabel";
     this.gamePathLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Source path:");
     this.gamePathContainer.Add(this.gamePathLabel);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.gamePathContainer [this.gamePathLabel]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     w1.Padding  = ((uint)(7));
     // Container child gamePathContainer.Gtk.Box+BoxChild
     this.gamePathChooser      = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select the folder of your Daggerfall copy."), ((global::Gtk.FileChooserAction)(2)));
     this.gamePathChooser.Name = "gamePathChooser";
     this.gamePathContainer.Add(this.gamePathChooser);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.gamePathContainer [this.gamePathChooser]));
     w2.Position = 1;
     this.gameSection.Add(this.gamePathContainer);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.gameSection [this.gamePathContainer]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child gameSection.Gtk.Box+BoxChild
     this.playButtonContainer             = new global::Gtk.HButtonBox();
     this.playButtonContainer.Name        = "playButtonContainer";
     this.playButtonContainer.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child playButtonContainer.Gtk.ButtonBox+ButtonBoxChild
     this.playButton = new global::Gtk.Button();
     this.playButton.TooltipMarkup = "Start playing Daggerfall with these settings.";
     this.playButton.CanFocus      = true;
     this.playButton.Name          = "playButton";
     this.playButton.UseUnderline  = true;
     this.playButton.Label         = global::Mono.Unix.Catalog.GetString("Play");
     this.playButtonContainer.Add(this.playButton);
     global::Gtk.ButtonBox.ButtonBoxChild w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.playButtonContainer [this.playButton]));
     w4.Expand = false;
     w4.Fill   = false;
     this.gameSection.Add(this.playButtonContainer);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.gameSection [this.playButtonContainer]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     this.sectionNotebook.Add(this.gameSection);
     // Notebook tab
     this.gameSectionLabel = new global::Gtk.Label();
     this.gameSectionLabel.TooltipMarkup = "Manage the game and start playing.";
     this.gameSectionLabel.Name          = "gameSectionLabel";
     this.gameSectionLabel.LabelProp     = global::Mono.Unix.Catalog.GetString("Game");
     this.sectionNotebook.SetTabLabel(this.gameSection, this.gameSectionLabel);
     this.gameSectionLabel.ShowAll();
     // Container child sectionNotebook.Gtk.Notebook+NotebookChild
     this.blocksSection             = new global::Gtk.HPaned();
     this.blocksSection.CanFocus    = true;
     this.blocksSection.Name        = "blocksSection";
     this.blocksSection.Position    = 1;
     this.blocksSection.BorderWidth = ((uint)(5));
     // Container child blocksSection.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.blockList             = new global::Gtk.NodeView();
     this.blockList.CanFocus    = true;
     this.blockList.Name        = "blockList";
     this.blockList.Reorderable = true;
     this.GtkScrolledWindow.Add(this.blockList);
     this.blocksSection.Add(this.GtkScrolledWindow);
     global::Gtk.Paned.PanedChild w8 = ((global::Gtk.Paned.PanedChild)(this.blocksSection [this.GtkScrolledWindow]));
     w8.Resize = false;
     // Container child blocksSection.Gtk.Paned+PanedChild
     this.notebook2             = new global::Gtk.Notebook();
     this.notebook2.CanFocus    = true;
     this.notebook2.Name        = "notebook2";
     this.notebook2.CurrentPage = 0;
     this.notebook2.TabPos      = ((global::Gtk.PositionType)(0));
     // Container child notebook2.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.blockChunkList             = new global::Gtk.NodeView();
     this.blockChunkList.CanFocus    = true;
     this.blockChunkList.Name        = "blockChunkList";
     this.blockChunkList.Reorderable = true;
     this.GtkScrolledWindow1.Add(this.blockChunkList);
     this.notebook2.Add(this.GtkScrolledWindow1);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Chunks");
     this.notebook2.SetTabLabel(this.GtkScrolledWindow1, this.label1);
     this.label1.ShowAll();
     this.blocksSection.Add(this.notebook2);
     this.sectionNotebook.Add(this.blocksSection);
     global::Gtk.Notebook.NotebookChild w12 = ((global::Gtk.Notebook.NotebookChild)(this.sectionNotebook [this.blocksSection]));
     w12.Position = 1;
     // Notebook tab
     this.blocksSectionLabel = new global::Gtk.Label();
     this.blocksSectionLabel.TooltipMarkup = "Blocks are collections of parts of buildings/interior pieces, objects, people, an" +
                                             "d items that can be joined together in a Location under Region.";
     this.blocksSectionLabel.Name      = "blocksSectionLabel";
     this.blocksSectionLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Blocks");
     this.sectionNotebook.SetTabLabel(this.blocksSection, this.blocksSectionLabel);
     this.blocksSectionLabel.ShowAll();
     // Container child sectionNotebook.Gtk.Notebook+NotebookChild
     this.glwidget                = new global::Gtk.GLWidget();
     this.glwidget.Name           = "glwidget";
     this.glwidget.SingleBuffer   = false;
     this.glwidget.ColorBPP       = 32;
     this.glwidget.AccumulatorBPP = 0;
     this.glwidget.DepthBPP       = 32;
     this.glwidget.StencilBPP     = 0;
     this.glwidget.Samples        = 8;
     this.glwidget.Stereo         = false;
     this.glwidget.GlVersionMajor = 0;
     this.glwidget.GlVersionMinor = 0;
     this.sectionNotebook.Add(this.glwidget);
     global::Gtk.Notebook.NotebookChild w13 = ((global::Gtk.Notebook.NotebookChild)(this.sectionNotebook [this.glwidget]));
     w13.Position = 2;
     // Notebook tab
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("page3");
     this.sectionNotebook.SetTabLabel(this.glwidget, this.label5);
     this.label5.ShowAll();
     this.Add(this.sectionNotebook);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 400;
     this.DefaultHeight = 300;
     this.Show();
     this.blocksSection.Shown    += new global::System.EventHandler(this.OnBlocksPaneShown);
     this.blockList.RowActivated += new global::Gtk.RowActivatedHandler(this.OnBlockListRowActivated);
 }