Пример #1
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget PreferencesWindow
     this.Name           = "PreferencesWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Mybox Preferences");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child PreferencesWindow.Gtk.Container+ContainerChild
     this.tabs             = new global::Gtk.Notebook();
     this.tabs.CanFocus    = true;
     this.tabs.Name        = "tabs";
     this.tabs.CurrentPage = 0;
     // Container child tabs.Gtk.Notebook+NotebookChild
     this.fixedAccountArea           = new global::Gtk.Fixed();
     this.fixedAccountArea.Name      = "fixedAccountArea";
     this.fixedAccountArea.HasWindow = false;
     // Container child fixedAccountArea.Gtk.Fixed+FixedChild
     this.labelAccount           = new global::Gtk.Label();
     this.labelAccount.Name      = "labelAccount";
     this.labelAccount.LabelProp = global::Mono.Unix.Catalog.GetString("Account:");
     this.fixedAccountArea.Add(this.labelAccount);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixedAccountArea [this.labelAccount]));
     w1.X = 38;
     w1.Y = 50;
     this.tabs.Add(this.fixedAccountArea);
     // Notebook tab
     this.labelTabAccount           = new global::Gtk.Label();
     this.labelTabAccount.Name      = "labelTabAccount";
     this.labelTabAccount.LabelProp = global::Mono.Unix.Catalog.GetString("Account");
     this.tabs.SetTabLabel(this.fixedAccountArea, this.labelTabAccount);
     this.labelTabAccount.ShowAll();
     // Container child tabs.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.textviewMessages          = new global::Gtk.TextView();
     this.textviewMessages.CanFocus = true;
     this.textviewMessages.Name     = "textviewMessages";
     this.GtkScrolledWindow.Add(this.textviewMessages);
     this.tabs.Add(this.GtkScrolledWindow);
     global::Gtk.Notebook.NotebookChild w4 = ((global::Gtk.Notebook.NotebookChild)(this.tabs [this.GtkScrolledWindow]));
     w4.Position = 1;
     // Notebook tab
     this.labelTabMessages           = new global::Gtk.Label();
     this.labelTabMessages.Name      = "labelTabMessages";
     this.labelTabMessages.LabelProp = global::Mono.Unix.Catalog.GetString("Messages");
     this.tabs.SetTabLabel(this.GtkScrolledWindow, this.labelTabMessages);
     this.labelTabMessages.ShowAll();
     this.Add(this.tabs);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 478;
     this.DefaultHeight = 406;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
 }
Пример #2
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Component.EventsListWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.Component.EventsListWidget";
     // Container child LongoMatch.Gui.Component.EventsListWidget.Gtk.Container+ContainerChild
     this.playsnotebook             = new global::Gtk.Notebook();
     this.playsnotebook.CanFocus    = true;
     this.playsnotebook.Name        = "playsnotebook";
     this.playsnotebook.CurrentPage = 2;
     this.playsnotebook.TabPos      = ((global::Gtk.PositionType)(3));
     // Container child playsnotebook.Gtk.Notebook+NotebookChild
     this.eventsScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.eventsScrolledWindow.CanFocus   = true;
     this.eventsScrolledWindow.Name       = "eventsScrolledWindow";
     this.eventsScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     this.playsnotebook.Add(this.eventsScrolledWindow);
     // Notebook tab
     this.playsList1           = new global::Gtk.Label();
     this.playsList1.Name      = "playsList1";
     this.playsList1.LabelProp = global::VAS.Core.Catalog.GetString("Events");
     this.playsnotebook.SetTabLabel(this.eventsScrolledWindow, this.playsList1);
     this.playsList1.ShowAll();
     // Container child playsnotebook.Gtk.Notebook+NotebookChild
     this.homescrolledwindow            = new global::Gtk.ScrolledWindow();
     this.homescrolledwindow.CanFocus   = true;
     this.homescrolledwindow.Name       = "homescrolledwindow";
     this.homescrolledwindow.ShadowType = ((global::Gtk.ShadowType)(1));
     this.playsnotebook.Add(this.homescrolledwindow);
     global::Gtk.Notebook.NotebookChild w2 = ((global::Gtk.Notebook.NotebookChild)(this.playsnotebook [this.homescrolledwindow]));
     w2.Position = 1;
     // Notebook tab
     this.localPlaysList      = new global::Gtk.Label();
     this.localPlaysList.Name = "localPlaysList";
     this.playsnotebook.SetTabLabel(this.homescrolledwindow, this.localPlaysList);
     this.localPlaysList.ShowAll();
     // Container child playsnotebook.Gtk.Notebook+NotebookChild
     this.awayscrolledwindow            = new global::Gtk.ScrolledWindow();
     this.awayscrolledwindow.CanFocus   = true;
     this.awayscrolledwindow.Name       = "awayscrolledwindow";
     this.awayscrolledwindow.ShadowType = ((global::Gtk.ShadowType)(1));
     this.playsnotebook.Add(this.awayscrolledwindow);
     global::Gtk.Notebook.NotebookChild w3 = ((global::Gtk.Notebook.NotebookChild)(this.playsnotebook [this.awayscrolledwindow]));
     w3.Position = 2;
     // Notebook tab
     this.visitorPlaysList      = new global::Gtk.Label();
     this.visitorPlaysList.Name = "visitorPlaysList";
     this.playsnotebook.SetTabLabel(this.awayscrolledwindow, this.visitorPlaysList);
     this.visitorPlaysList.ShowAll();
     this.Add(this.playsnotebook);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Пример #3
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Component.EventsListWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.Component.EventsListWidget";
     // Container child LongoMatch.Gui.Component.EventsListWidget.Gtk.Container+ContainerChild
     this.playsnotebook             = new global::Gtk.Notebook();
     this.playsnotebook.CanFocus    = true;
     this.playsnotebook.Name        = "playsnotebook";
     this.playsnotebook.CurrentPage = 0;
     this.playsnotebook.TabPos      = ((global::Gtk.PositionType)(3));
     // Container child playsnotebook.Gtk.Notebook+NotebookChild
     this.playsList        = new global::LongoMatch.Gui.Component.PlaysListTreeWidget();
     this.playsList.Events = ((global::Gdk.EventMask)(256));
     this.playsList.Name   = "playsList";
     this.playsnotebook.Add(this.playsList);
     // Notebook tab
     this.playsList1           = new global::Gtk.Label();
     this.playsList1.Name      = "playsList1";
     this.playsList1.LabelProp = global::Mono.Unix.Catalog.GetString("Events");
     this.playsnotebook.SetTabLabel(this.playsList, this.playsList1);
     this.playsList1.ShowAll();
     // Container child playsnotebook.Gtk.Notebook+NotebookChild
     this.localPlayersList        = new global::LongoMatch.Gui.Component.PlayersListTreeWidget();
     this.localPlayersList.Events = ((global::Gdk.EventMask)(256));
     this.localPlayersList.Name   = "localPlayersList";
     this.playsnotebook.Add(this.localPlayersList);
     global::Gtk.Notebook.NotebookChild w2 = ((global::Gtk.Notebook.NotebookChild)(this.playsnotebook [this.localPlayersList]));
     w2.Position = 1;
     // Notebook tab
     this.localPlaysList      = new global::Gtk.Label();
     this.localPlaysList.Name = "localPlaysList";
     this.playsnotebook.SetTabLabel(this.localPlayersList, this.localPlaysList);
     this.localPlaysList.ShowAll();
     // Container child playsnotebook.Gtk.Notebook+NotebookChild
     this.visitorPlayersList        = new global::LongoMatch.Gui.Component.PlayersListTreeWidget();
     this.visitorPlayersList.Events = ((global::Gdk.EventMask)(256));
     this.visitorPlayersList.Name   = "visitorPlayersList";
     this.playsnotebook.Add(this.visitorPlayersList);
     global::Gtk.Notebook.NotebookChild w3 = ((global::Gtk.Notebook.NotebookChild)(this.playsnotebook [this.visitorPlayersList]));
     w3.Position = 2;
     // Notebook tab
     this.visitorPlaysList      = new global::Gtk.Label();
     this.visitorPlaysList.Name = "visitorPlaysList";
     this.playsnotebook.SetTabLabel(this.visitorPlayersList, this.visitorPlaysList);
     this.visitorPlaysList.ShowAll();
     this.Add(this.playsnotebook);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Пример #4
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 1;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.filechooserwidget1      = new global::Gtk.FileChooserWidget(((global::Gtk.FileChooserAction)(0)));
     this.filechooserwidget1.Name = "filechooserwidget1";
     this.notebook1.Add(this.filechooserwidget1);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("page1");
     this.notebook1.SetTabLabel(this.filechooserwidget1, this.label1);
     this.label1.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vpaned1          = new global::Gtk.VPaned();
     this.vpaned1.CanFocus = true;
     this.vpaned1.Name     = "vpaned1";
     this.vpaned1.Position = 10;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.button1              = new global::Gtk.Button();
     this.button1.CanFocus     = true;
     this.button1.Name         = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label        = global::Mono.Unix.Catalog.GetString("GtkButton");
     this.vpaned1.Add(this.button1);
     this.notebook1.Add(this.vpaned1);
     global::Gtk.Notebook.NotebookChild w3 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vpaned1]));
     w3.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.vpaned1, this.label2);
     this.label2.ShowAll();
     this.Add(this.notebook1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 699;
     this.DefaultHeight = 452;
     this.Show();
     this.DeleteEvent     += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.button1.Clicked += new global::System.EventHandler(this.OnButton1Clicked);
 }
Пример #5
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.VersionControl.Views.DiffWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.VersionControl.Views.DiffWidget";
     // Container child MonoDevelop.VersionControl.Views.DiffWidget.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     this.notebook1.ShowBorder  = false;
     this.notebook1.ShowTabs    = false;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vboxComparisonView         = new global::Gtk.VBox();
     this.vboxComparisonView.Name    = "vboxComparisonView";
     this.vboxComparisonView.Spacing = 6;
     this.notebook1.Add(this.vboxComparisonView);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("page2");
     this.notebook1.SetTabLabel(this.vboxComparisonView, this.label1);
     this.label1.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     this.notebook1.Add(this.scrolledwindow1);
     global::Gtk.Notebook.NotebookChild w2 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.scrolledwindow1]));
     w2.Position = 1;
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("page2");
     this.notebook1.SetTabLabel(this.scrolledwindow1, this.label3);
     this.label3.ShowAll();
     this.vbox2.Add(this.notebook1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebook1]));
     w3.Position = 0;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Пример #6
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.DefaultWidth   = 1280;
     this.DefaultHeight  = 720;
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.binanceview1 = null;
     this.notebook1.Add(this.binanceview1);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Binance");
     this.notebook1.SetTabLabel(this.binanceview1, this.label1);
     this.label1.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.dsxview1 = null;
     this.notebook1.Add(this.dsxview1);
     global::Gtk.Notebook.NotebookChild w2 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.dsxview1]));
     w2.Position = 1;
     // Notebook tab
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("DSX");
     this.notebook1.SetTabLabel(this.dsxview1, this.label6);
     this.label6.ShowAll();
     this.Add(this.notebook1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.AddinAuthoring.NewExtensionPointDialog
     this.Name           = "MonoDevelop.AddinAuthoring.NewExtensionPointDialog";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal          = true;
     // Internal child MonoDevelop.AddinAuthoring.NewExtensionPointDialog.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     = 15;
     this.vbox2.BorderWidth = ((uint)(15));
     // Container child vbox2.Gtk.Box+BoxChild
     this.table2               = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.entryDesc               = new global::Gtk.Entry();
     this.entryDesc.CanFocus      = true;
     this.entryDesc.Name          = "entryDesc";
     this.entryDesc.IsEditable    = true;
     this.entryDesc.InvisibleChar = '●';
     this.table2.Add(this.entryDesc);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table2[this.entryDesc]));
     w2.TopAttach    = ((uint)(2));
     w2.BottomAttach = ((uint)(3));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.entryName               = new global::Gtk.Entry();
     this.entryName.CanFocus      = true;
     this.entryName.Name          = "entryName";
     this.entryName.IsEditable    = true;
     this.entryName.InvisibleChar = '●';
     this.table2.Add(this.entryName);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table2[this.entryName]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.entryPath               = new global::Gtk.Entry();
     this.entryPath.CanFocus      = true;
     this.entryPath.Name          = "entryPath";
     this.entryPath.IsEditable    = true;
     this.entryPath.InvisibleChar = '●';
     this.table2.Add(this.entryPath);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table2[this.entryPath]));
     w4.LeftAttach  = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 0f;
     this.label6.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Description:");
     this.table2.Add(this.label6);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2[this.label6]));
     w5.TopAttach    = ((uint)(2));
     w5.BottomAttach = ((uint)(3));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.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.Addins.AddinManager.CurrentLocalizer.GetString("Extension path:");
     this.table2.Add(this.label7);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table2[this.label7]));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.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.Addins.AddinManager.CurrentLocalizer.GetString("Name:");
     this.table2.Add(this.label8);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table2[this.label8]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table2]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // 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.Addins.AddinManager.CurrentLocalizer.GetString("Select the kind of extension point to create:");
     this.vbox3.Add(this.label2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.label2]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 24;
     // Container child hbox2.Gtk.Box+BoxChild
     this.radioTypeExtension               = new global::Gtk.RadioButton(global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Type extension point"));
     this.radioTypeExtension.CanFocus      = true;
     this.radioTypeExtension.Name          = "radioTypeExtension";
     this.radioTypeExtension.DrawIndicator = true;
     this.radioTypeExtension.UseUnderline  = true;
     this.radioTypeExtension.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.hbox2.Add(this.radioTypeExtension);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.radioTypeExtension]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.radioCustomExtension               = new global::Gtk.RadioButton(global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Custom extension point"));
     this.radioCustomExtension.CanFocus      = true;
     this.radioCustomExtension.Name          = "radioCustomExtension";
     this.radioCustomExtension.DrawIndicator = true;
     this.radioCustomExtension.UseUnderline  = true;
     this.radioCustomExtension.Group         = this.radioTypeExtension.Group;
     this.hbox2.Add(this.radioCustomExtension);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.radioCustomExtension]));
     w11.Position = 1;
     this.vbox3.Add(this.hbox2);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox2]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     this.vbox2.Add(this.vbox3);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.vbox3]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox2.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hseparator2]));
     w14.Position = 2;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.notebook             = new global::Gtk.Notebook();
     this.notebook.CanFocus    = true;
     this.notebook.Name        = "notebook";
     this.notebook.CurrentPage = 0;
     this.notebook.ShowBorder  = false;
     this.notebook.ShowTabs    = false;
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.table1               = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.baseTypeSelector                      = new global::MonoDevelop.AddinAuthoring.TypeSelector();
     this.baseTypeSelector.Events               = ((global::Gdk.EventMask)(256));
     this.baseTypeSelector.Name                 = "baseTypeSelector";
     this.baseTypeSelector.AllowCreate          = false;
     this.baseTypeSelector.AllowCreateInterface = false;
     this.table1.Add(this.baseTypeSelector);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1[this.baseTypeSelector]));
     w15.TopAttach    = ((uint)(1));
     w15.BottomAttach = ((uint)(2));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryNodeDescription               = new global::Gtk.Entry();
     this.entryNodeDescription.CanFocus      = true;
     this.entryNodeDescription.Name          = "entryNodeDescription";
     this.entryNodeDescription.IsEditable    = true;
     this.entryNodeDescription.InvisibleChar = '●';
     this.table1.Add(this.entryNodeDescription);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1[this.entryNodeDescription]));
     w16.TopAttach    = ((uint)(2));
     w16.BottomAttach = ((uint)(3));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryNodeName               = new global::Gtk.Entry();
     this.entryNodeName.CanFocus      = true;
     this.entryNodeName.Name          = "entryNodeName";
     this.entryNodeName.IsEditable    = true;
     this.entryNodeName.InvisibleChar = '●';
     this.table1.Add(this.entryNodeName);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1[this.entryNodeName]));
     w17.LeftAttach  = ((uint)(1));
     w17.RightAttach = ((uint)(2));
     w17.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0f;
     this.label3.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Node name:");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
     w18.XOptions = ((global::Gtk.AttachOptions)(4));
     w18.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0f;
     this.label4.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Description:");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
     w19.TopAttach    = ((uint)(2));
     w19.BottomAttach = ((uint)(3));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 0f;
     this.label5.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Base type:");
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1[this.label5]));
     w20.TopAttach    = ((uint)(1));
     w20.BottomAttach = ((uint)(2));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook.Add(this.table1);
     // Notebook tab
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("page1");
     this.notebook.SetTabLabel(this.table1, this.label9);
     this.label9.ShowAll();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.nodeseteditorwidget              = new global::MonoDevelop.AddinAuthoring.NodeSetEditorWidget();
     this.nodeseteditorwidget.Events       = ((global::Gdk.EventMask)(256));
     this.nodeseteditorwidget.Name         = "nodeseteditorwidget";
     this.nodeseteditorwidget.AllowEditing = true;
     this.notebook.Add(this.nodeseteditorwidget);
     global::Gtk.Notebook.NotebookChild w22 = ((global::Gtk.Notebook.NotebookChild)(this.notebook[this.nodeseteditorwidget]));
     w22.Position = 1;
     // Notebook tab
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("page2");
     this.notebook.SetTabLabel(this.nodeseteditorwidget, this.label10);
     this.label10.ShowAll();
     this.vbox2.Add(this.notebook);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.notebook]));
     w23.Position = 3;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
     w24.Position = 0;
     // Internal child MonoDevelop.AddinAuthoring.NewExtensionPointDialog.ActionArea
     global::Gtk.HButtonBox w25 = this.ActionArea;
     w25.Name        = "dialog1_ActionArea";
     w25.Spacing     = 6;
     w25.BorderWidth = ((uint)(5));
     w25.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 w26 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w25[this.buttonCancel]));
     w26.Expand = false;
     w26.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 w27 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w25[this.buttonOk]));
     w27.Position = 1;
     w27.Expand   = false;
     w27.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 625;
     this.DefaultHeight = 522;
     this.Show();
     this.entryPath.Changed            += new global::System.EventHandler(this.OnEntryPathChanged);
     this.radioTypeExtension.Clicked   += new global::System.EventHandler(this.OnRadioTypeExtensionClicked);
     this.radioCustomExtension.Clicked += new global::System.EventHandler(this.OnRadioCustomExtensionClicked);
     this.buttonOk.Clicked             += new global::System.EventHandler(this.OnButtonOkClicked);
 }
Пример #8
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget OPDtabGui.ShowRanking
     this.Name           = "OPDtabGui.ShowRanking";
     this.Title          = global::Mono.Unix.Catalog.GetString("ShowRanking");
     this.Icon           = global::Gdk.Pixbuf.LoadFromResource("OPDtabGui.AppIcon.png");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     // Container child OPDtabGui.ShowRanking.Gtk.Container+ContainerChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 3;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.cTeamsFilter             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.cTeamsFilter.Name        = "cTeamsFilter";
     this.cTeamsFilter.LeftPadding = ((uint)(6));
     this.hbox2.Add(this.cTeamsFilter);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.cTeamsFilter]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.cbTeamsOnlyHighlight               = new global::Gtk.CheckButton();
     this.cbTeamsOnlyHighlight.CanFocus      = true;
     this.cbTeamsOnlyHighlight.Name          = "cbTeamsOnlyHighlight";
     this.cbTeamsOnlyHighlight.Label         = global::Mono.Unix.Catalog.GetString("Only Highlight");
     this.cbTeamsOnlyHighlight.Active        = true;
     this.cbTeamsOnlyHighlight.DrawIndicator = true;
     this.cbTeamsOnlyHighlight.UseUnderline  = true;
     this.hbox2.Add(this.cbTeamsOnlyHighlight);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.cbTeamsOnlyHighlight]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     this.vbox3.Add(this.hbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.GtkScrolledWindow1      = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w4 = new global::Gtk.Viewport();
     w4.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport1.Gtk.Container+ContainerChild
     this.tableTeams      = new global::Gtk.Table(((uint)(3)), ((uint)(6)), false);
     this.tableTeams.Name = "tableTeams";
     // Container child tableTeams.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 0F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Team</b>");
     this.label8.UseMarkup = true;
     this.tableTeams.Add(this.label8);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.tableTeams [this.label8]));
     w5.LeftAttach  = ((uint)(1));
     w5.RightAttach = ((uint)(6));
     w5.XPadding    = ((uint)(6));
     w5.XOptions    = ((global::Gtk.AttachOptions)(4));
     w5.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableTeams.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Pos</b>");
     this.label9.UseMarkup = true;
     this.tableTeams.Add(this.label9);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.tableTeams [this.label9]));
     w6.XPadding = ((uint)(6));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     w4.Add(this.tableTeams);
     this.GtkScrolledWindow1.Add(w4);
     this.vbox3.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow1]));
     w9.Position = 1;
     this.notebook1.Add(this.vbox3);
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Teams");
     this.notebook1.SetTabLabel(this.vbox3, this.label2);
     this.label2.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.cSpeakersFilter             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.cSpeakersFilter.Name        = "cSpeakersFilter";
     this.cSpeakersFilter.LeftPadding = ((uint)(6));
     this.hbox3.Add(this.cSpeakersFilter);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.cSpeakersFilter]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.cbSpeakersOnlyHighlight               = new global::Gtk.CheckButton();
     this.cbSpeakersOnlyHighlight.CanFocus      = true;
     this.cbSpeakersOnlyHighlight.Name          = "cbSpeakersOnlyHighlight";
     this.cbSpeakersOnlyHighlight.Label         = global::Mono.Unix.Catalog.GetString("Only Highlight");
     this.cbSpeakersOnlyHighlight.Active        = true;
     this.cbSpeakersOnlyHighlight.DrawIndicator = true;
     this.cbSpeakersOnlyHighlight.UseUnderline  = true;
     this.hbox3.Add(this.cbSpeakersOnlyHighlight);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.cbSpeakersOnlyHighlight]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox3]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow      = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     global::Gtk.Viewport w14 = new global::Gtk.Viewport();
     w14.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.tableSpeakers      = new global::Gtk.Table(((uint)(3)), ((uint)(6)), false);
     this.tableSpeakers.Name = "tableSpeakers";
     // Container child tableSpeakers.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Pos</b>");
     this.label6.UseMarkup = true;
     this.tableSpeakers.Add(this.label6);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.tableSpeakers [this.label6]));
     w15.XPadding = ((uint)(6));
     w15.XOptions = ((global::Gtk.AttachOptions)(4));
     w15.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableSpeakers.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Speaker</b>");
     this.label7.UseMarkup = true;
     this.tableSpeakers.Add(this.label7);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.tableSpeakers [this.label7]));
     w16.LeftAttach  = ((uint)(1));
     w16.RightAttach = ((uint)(6));
     w16.XPadding    = ((uint)(6));
     w16.XOptions    = ((global::Gtk.AttachOptions)(4));
     w16.YOptions    = ((global::Gtk.AttachOptions)(4));
     w14.Add(this.tableSpeakers);
     this.GtkScrolledWindow.Add(w14);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
     w19.Position = 1;
     this.notebook1.Add(this.vbox1);
     global::Gtk.Notebook.NotebookChild w20 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox1]));
     w20.Position = 1;
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Speakers");
     this.notebook1.SetTabLabel(this.vbox1, this.label3);
     this.label3.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow2                  = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow2.Name             = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     global::Gtk.Viewport w21 = new global::Gtk.Viewport();
     w21.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport2.Gtk.Container+ContainerChild
     this.tableJudges               = new global::Gtk.Table(((uint)(3)), ((uint)(4)), false);
     this.tableJudges.Name          = "tableJudges";
     this.tableJudges.ColumnSpacing = ((uint)(6));
     // Container child tableJudges.Gtk.Table+TableChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.Xalign    = 0F;
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Judge</b>");
     this.label10.UseMarkup = true;
     this.tableJudges.Add(this.label10);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.tableJudges [this.label10]));
     w22.XOptions = ((global::Gtk.AttachOptions)(4));
     w22.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableJudges.Gtk.Table+TableChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.Xalign    = 0F;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Stats</b>");
     this.label11.UseMarkup = true;
     this.tableJudges.Add(this.label11);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.tableJudges [this.label11]));
     w23.LeftAttach  = ((uint)(1));
     w23.RightAttach = ((uint)(4));
     w23.XOptions    = ((global::Gtk.AttachOptions)(4));
     w23.YOptions    = ((global::Gtk.AttachOptions)(4));
     w21.Add(this.tableJudges);
     this.GtkScrolledWindow2.Add(w21);
     this.notebook1.Add(this.GtkScrolledWindow2);
     global::Gtk.Notebook.NotebookChild w26 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.GtkScrolledWindow2]));
     w26.Position = 2;
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Judges");
     this.notebook1.SetTabLabel(this.GtkScrolledWindow2, this.label1);
     this.label1.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbuttonbox1             = new global::Gtk.HButtonBox();
     this.hbuttonbox1.Name        = "hbuttonbox1";
     this.hbuttonbox1.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(3));
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.btnExportPDF              = new global::Gtk.Button();
     this.btnExportPDF.CanFocus     = true;
     this.btnExportPDF.Name         = "btnExportPDF";
     this.btnExportPDF.UseUnderline = true;
     this.btnExportPDF.Label        = global::Mono.Unix.Catalog.GetString("Export as PDF");
     this.hbuttonbox1.Add(this.btnExportPDF);
     global::Gtk.ButtonBox.ButtonBoxChild w27 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.btnExportPDF]));
     w27.Expand = false;
     w27.Fill   = false;
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.btnExportCSV              = new global::Gtk.Button();
     this.btnExportCSV.CanFocus     = true;
     this.btnExportCSV.Name         = "btnExportCSV";
     this.btnExportCSV.UseUnderline = true;
     this.btnExportCSV.Label        = global::Mono.Unix.Catalog.GetString("Export as CSV");
     this.hbuttonbox1.Add(this.btnExportCSV);
     global::Gtk.ButtonBox.ButtonBoxChild w28 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.btnExportCSV]));
     w28.Position = 1;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.btnUpdate              = new global::Gtk.Button();
     this.btnUpdate.CanFocus     = true;
     this.btnUpdate.Name         = "btnUpdate";
     this.btnUpdate.UseUnderline = true;
     // Container child btnUpdate.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-redo",
         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("Update All");
     w33.UseUnderline = true;
     w30.Add(w33);
     w29.Add(w30);
     this.btnUpdate.Add(w29);
     this.hbuttonbox1.Add(this.btnUpdate);
     global::Gtk.ButtonBox.ButtonBoxChild w37 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.btnUpdate]));
     w37.Position = 2;
     w37.Expand   = false;
     w37.Fill     = false;
     this.vbox2.Add(this.hbuttonbox1);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbuttonbox1]));
     w38.Position = 0;
     w38.Expand   = false;
     w38.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Mark Break:");
     this.hbox1.Add(this.label12);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label12]));
     w39.Position = 0;
     w39.Expand   = false;
     w39.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.cbSelectMarking      = global::Gtk.ComboBox.NewText();
     this.cbSelectMarking.Name = "cbSelectMarking";
     this.hbox1.Add(this.cbSelectMarking);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.cbSelectMarking]));
     w40.Position = 1;
     w40.Expand   = false;
     w40.Fill     = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w41.Position = 1;
     w41.Expand   = false;
     w41.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment1      = new global::Gtk.Alignment(0F, 0F, 0F, 0F);
     this.alignment1.Name = "alignment1";
     // Container child alignment1.Gtk.Container+ContainerChild
     this.frame1      = new global::Gtk.Frame();
     this.frame1.Name = "frame1";
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment1               = new global::Gtk.Alignment(0F, 0F, 0F, 0F);
     this.GtkAlignment1.Name          = "GtkAlignment1";
     this.GtkAlignment1.LeftPadding   = ((uint)(12));
     this.GtkAlignment1.TopPadding    = ((uint)(6));
     this.GtkAlignment1.RightPadding  = ((uint)(6));
     this.GtkAlignment1.BottomPadding = ((uint)(6));
     // Container child GtkAlignment1.Gtk.Container+ContainerChild
     this.tableRounds               = new global::Gtk.Table(((uint)(3)), ((uint)(4)), false);
     this.tableRounds.Name          = "tableRounds";
     this.tableRounds.RowSpacing    = ((uint)(6));
     this.tableRounds.ColumnSpacing = ((uint)(6));
     // Container child tableRounds.Gtk.Table+TableChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.Xalign    = 0F;
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("Name");
     this.tableRounds.Add(this.label13);
     global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.tableRounds [this.label13]));
     w42.LeftAttach  = ((uint)(2));
     w42.RightAttach = ((uint)(3));
     w42.XOptions    = ((global::Gtk.AttachOptions)(4));
     w42.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child tableRounds.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Gov / Opp");
     this.tableRounds.Add(this.label5);
     global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.tableRounds [this.label5]));
     w43.LeftAttach  = ((uint)(3));
     w43.RightAttach = ((uint)(4));
     w43.XOptions    = ((global::Gtk.AttachOptions)(4));
     w43.YOptions    = ((global::Gtk.AttachOptions)(0));
     this.GtkAlignment1.Add(this.tableRounds);
     this.frame1.Add(this.GtkAlignment1);
     this.GtkLabel5           = new global::Gtk.Label();
     this.GtkLabel5.Name      = "GtkLabel5";
     this.GtkLabel5.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Selected Rounds</b>");
     this.GtkLabel5.UseMarkup = true;
     this.frame1.LabelWidget  = this.GtkLabel5;
     this.alignment1.Add(this.frame1);
     this.vbox2.Add(this.alignment1);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment1]));
     w47.Position = 2;
     w47.Expand   = false;
     w47.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment2      = new global::Gtk.Alignment(0F, 0F, 0F, 0F);
     this.alignment2.Name = "alignment2";
     // Container child alignment2.Gtk.Container+ContainerChild
     this.frame2      = new global::Gtk.Frame();
     this.frame2.Name = "frame2";
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment2               = new global::Gtk.Alignment(0F, 0F, 0F, 0F);
     this.GtkAlignment2.Name          = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding   = ((uint)(12));
     this.GtkAlignment2.TopPadding    = ((uint)(6));
     this.GtkAlignment2.RightPadding  = ((uint)(6));
     this.GtkAlignment2.BottomPadding = ((uint)(6));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.tableAvgPoints = new global::Gtk.Table(
         ((uint)(12)),
         ((uint)(2)),
         false
         );
     this.tableAvgPoints.Name          = "tableAvgPoints";
     this.tableAvgPoints.RowSpacing    = ((uint)(6));
     this.tableAvgPoints.ColumnSpacing = ((uint)(6));
     // Container child tableAvgPoints.Gtk.Table+TableChild
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.Xalign    = 0F;
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString("<small>Gov1</small>");
     this.label14.UseMarkup = true;
     this.tableAvgPoints.Add(this.label14);
     global::Gtk.Table.TableChild w48 = ((global::Gtk.Table.TableChild)(this.tableAvgPoints [this.label14]));
     w48.TopAttach    = ((uint)(1));
     w48.BottomAttach = ((uint)(2));
     w48.XOptions     = ((global::Gtk.AttachOptions)(4));
     w48.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child tableAvgPoints.Gtk.Table+TableChild
     this.label15           = new global::Gtk.Label();
     this.label15.Name      = "label15";
     this.label15.Xalign    = 0F;
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString("<small>Opp1</small>");
     this.label15.UseMarkup = true;
     this.tableAvgPoints.Add(this.label15);
     global::Gtk.Table.TableChild w49 = ((global::Gtk.Table.TableChild)(this.tableAvgPoints [this.label15]));
     w49.TopAttach    = ((uint)(2));
     w49.BottomAttach = ((uint)(3));
     w49.XOptions     = ((global::Gtk.AttachOptions)(4));
     w49.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child tableAvgPoints.Gtk.Table+TableChild
     this.label16           = new global::Gtk.Label();
     this.label16.Name      = "label16";
     this.label16.Xalign    = 0F;
     this.label16.LabelProp = global::Mono.Unix.Catalog.GetString("<small>Gov2</small>");
     this.label16.UseMarkup = true;
     this.tableAvgPoints.Add(this.label16);
     global::Gtk.Table.TableChild w50 = ((global::Gtk.Table.TableChild)(this.tableAvgPoints [this.label16]));
     w50.TopAttach    = ((uint)(3));
     w50.BottomAttach = ((uint)(4));
     w50.XOptions     = ((global::Gtk.AttachOptions)(4));
     w50.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child tableAvgPoints.Gtk.Table+TableChild
     this.label17           = new global::Gtk.Label();
     this.label17.Name      = "label17";
     this.label17.Xalign    = 0F;
     this.label17.LabelProp = global::Mono.Unix.Catalog.GetString("<small>Opp2</small>");
     this.label17.UseMarkup = true;
     this.tableAvgPoints.Add(this.label17);
     global::Gtk.Table.TableChild w51 = ((global::Gtk.Table.TableChild)(this.tableAvgPoints [this.label17]));
     w51.TopAttach    = ((uint)(4));
     w51.BottomAttach = ((uint)(5));
     w51.XOptions     = ((global::Gtk.AttachOptions)(4));
     w51.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child tableAvgPoints.Gtk.Table+TableChild
     this.label18           = new global::Gtk.Label();
     this.label18.Name      = "label18";
     this.label18.Xalign    = 0F;
     this.label18.LabelProp = global::Mono.Unix.Catalog.GetString("<small>Free1</small>");
     this.label18.UseMarkup = true;
     this.tableAvgPoints.Add(this.label18);
     global::Gtk.Table.TableChild w52 = ((global::Gtk.Table.TableChild)(this.tableAvgPoints [this.label18]));
     w52.TopAttach    = ((uint)(5));
     w52.BottomAttach = ((uint)(6));
     w52.XOptions     = ((global::Gtk.AttachOptions)(4));
     w52.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child tableAvgPoints.Gtk.Table+TableChild
     this.label19           = new global::Gtk.Label();
     this.label19.Name      = "label19";
     this.label19.Xalign    = 0F;
     this.label19.LabelProp = global::Mono.Unix.Catalog.GetString("<small>Free2</small>");
     this.label19.UseMarkup = true;
     this.tableAvgPoints.Add(this.label19);
     global::Gtk.Table.TableChild w53 = ((global::Gtk.Table.TableChild)(this.tableAvgPoints [this.label19]));
     w53.TopAttach    = ((uint)(6));
     w53.BottomAttach = ((uint)(7));
     w53.XOptions     = ((global::Gtk.AttachOptions)(4));
     w53.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child tableAvgPoints.Gtk.Table+TableChild
     this.label20           = new global::Gtk.Label();
     this.label20.Name      = "label20";
     this.label20.Xalign    = 0F;
     this.label20.LabelProp = global::Mono.Unix.Catalog.GetString("<small>Free3</small>");
     this.label20.UseMarkup = true;
     this.tableAvgPoints.Add(this.label20);
     global::Gtk.Table.TableChild w54 = ((global::Gtk.Table.TableChild)(this.tableAvgPoints [this.label20]));
     w54.TopAttach    = ((uint)(7));
     w54.BottomAttach = ((uint)(8));
     w54.XOptions     = ((global::Gtk.AttachOptions)(4));
     w54.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child tableAvgPoints.Gtk.Table+TableChild
     this.label21           = new global::Gtk.Label();
     this.label21.Name      = "label21";
     this.label21.Xalign    = 0F;
     this.label21.LabelProp = global::Mono.Unix.Catalog.GetString("<small>Opp3</small>");
     this.label21.UseMarkup = true;
     this.tableAvgPoints.Add(this.label21);
     global::Gtk.Table.TableChild w55 = ((global::Gtk.Table.TableChild)(this.tableAvgPoints [this.label21]));
     w55.TopAttach    = ((uint)(8));
     w55.BottomAttach = ((uint)(9));
     w55.XOptions     = ((global::Gtk.AttachOptions)(4));
     w55.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child tableAvgPoints.Gtk.Table+TableChild
     this.label22           = new global::Gtk.Label();
     this.label22.Name      = "label22";
     this.label22.Xalign    = 0F;
     this.label22.LabelProp = global::Mono.Unix.Catalog.GetString("<small>Gov3</small>");
     this.label22.UseMarkup = true;
     this.tableAvgPoints.Add(this.label22);
     global::Gtk.Table.TableChild w56 = ((global::Gtk.Table.TableChild)(this.tableAvgPoints [this.label22]));
     w56.TopAttach    = ((uint)(9));
     w56.BottomAttach = ((uint)(10));
     w56.XOptions     = ((global::Gtk.AttachOptions)(4));
     w56.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child tableAvgPoints.Gtk.Table+TableChild
     this.label23           = new global::Gtk.Label();
     this.label23.Name      = "label23";
     this.label23.Xalign    = 0F;
     this.label23.LabelProp = global::Mono.Unix.Catalog.GetString("<small>Gov</small>");
     this.label23.UseMarkup = true;
     this.tableAvgPoints.Add(this.label23);
     global::Gtk.Table.TableChild w57 = ((global::Gtk.Table.TableChild)(this.tableAvgPoints [this.label23]));
     w57.TopAttach    = ((uint)(10));
     w57.BottomAttach = ((uint)(11));
     w57.XOptions     = ((global::Gtk.AttachOptions)(4));
     w57.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child tableAvgPoints.Gtk.Table+TableChild
     this.label24           = new global::Gtk.Label();
     this.label24.Name      = "label24";
     this.label24.Xalign    = 0F;
     this.label24.LabelProp = global::Mono.Unix.Catalog.GetString("<small>Opp</small>");
     this.label24.UseMarkup = true;
     this.tableAvgPoints.Add(this.label24);
     global::Gtk.Table.TableChild w58 = ((global::Gtk.Table.TableChild)(this.tableAvgPoints [this.label24]));
     w58.TopAttach    = ((uint)(11));
     w58.BottomAttach = ((uint)(12));
     w58.XOptions     = ((global::Gtk.AttachOptions)(4));
     w58.YOptions     = ((global::Gtk.AttachOptions)(0));
     this.GtkAlignment2.Add(this.tableAvgPoints);
     this.frame2.Add(this.GtkAlignment2);
     this.GtkLabel6           = new global::Gtk.Label();
     this.GtkLabel6.Name      = "GtkLabel6";
     this.GtkLabel6.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Average Points</b>");
     this.GtkLabel6.UseMarkup = true;
     this.frame2.LabelWidget  = this.GtkLabel6;
     this.alignment2.Add(this.frame2);
     this.vbox2.Add(this.alignment2);
     global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment2]));
     w62.Position = 3;
     w62.Expand   = false;
     w62.Fill     = false;
     this.notebook1.Add(this.vbox2);
     global::Gtk.Notebook.NotebookChild w63 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox2]));
     w63.Position = 3;
     // Notebook tab
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Options & Tools");
     this.notebook1.SetTabLabel(this.vbox2, this.label4);
     this.label4.ShowAll();
     this.Add(this.notebook1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 498;
     this.DefaultHeight = 780;
     this.Hide();
     this.cbTeamsOnlyHighlight.Toggled    += new global::System.EventHandler(this.OnCbTeamsOnlyHighlightToggled);
     this.cbSpeakersOnlyHighlight.Toggled += new global::System.EventHandler(this.OnCbSpeakersOnlyHighlightToggled);
     this.btnExportPDF.Clicked            += new global::System.EventHandler(this.OnBtnExportPDFClicked);
     this.btnExportCSV.Clicked            += new global::System.EventHandler(this.OnBtnExportCSVClicked);
     this.btnUpdate.Clicked       += new global::System.EventHandler(this.OnBtnUpdateClicked);
     this.cbSelectMarking.Changed += new global::System.EventHandler(this.OnCbSelectMarkingChanged);
 }
Пример #9
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.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()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.Gettext.TranslationProjectOptionsDialog
     this.Name           = "MonoDevelop.Gettext.TranslationProjectOptionsDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Translation Options");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(6));
     // Internal child MonoDevelop.Gettext.TranslationProjectOptionsDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 1;
     this.notebook1.BorderWidth = ((uint)(6));
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(6));
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.label3              = new global::Gtk.Label();
     this.label3.Name         = "label3";
     this.label3.LabelProp    = global::Mono.Unix.Catalog.GetString("_Package name:");
     this.label3.UseUnderline = true;
     this.hbox4.Add(this.label3);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label3]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.entryPackageName               = new global::Gtk.Entry();
     this.entryPackageName.CanFocus      = true;
     this.entryPackageName.Name          = "entryPackageName";
     this.entryPackageName.IsEditable    = true;
     this.entryPackageName.InvisibleChar = '●';
     this.hbox4.Add(this.entryPackageName);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.entryPackageName]));
     w3.Position = 1;
     this.vbox2.Add(this.hbox4);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox4]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment2             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name        = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding = ((uint)(12));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.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.entryRelPath               = new global::Gtk.Entry();
     this.entryRelPath.CanFocus      = true;
     this.entryRelPath.Name          = "entryRelPath";
     this.entryRelPath.IsEditable    = true;
     this.entryRelPath.InvisibleChar = '●';
     this.table1.Add(this.entryRelPath);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryRelPath]));
     w5.LeftAttach  = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     w5.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.folderentrySystemPath      = new global::MonoDevelop.Components.FolderEntry();
     this.folderentrySystemPath.Name = "folderentrySystemPath";
     this.table1.Add(this.folderentrySystemPath);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.folderentrySystemPath]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.radiobuttonRelPath               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("_Relative to output path:"));
     this.radiobuttonRelPath.CanFocus      = true;
     this.radiobuttonRelPath.Name          = "radiobuttonRelPath";
     this.radiobuttonRelPath.DrawIndicator = true;
     this.radiobuttonRelPath.UseUnderline  = true;
     this.radiobuttonRelPath.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.table1.Add(this.radiobuttonRelPath);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.radiobuttonRelPath]));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.radiobuttonSystemPath               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("_System path:"));
     this.radiobuttonSystemPath.CanFocus      = true;
     this.radiobuttonSystemPath.Name          = "radiobuttonSystemPath";
     this.radiobuttonSystemPath.DrawIndicator = true;
     this.radiobuttonSystemPath.UseUnderline  = true;
     this.radiobuttonSystemPath.Group         = this.radiobuttonRelPath.Group;
     this.table1.Add(this.radiobuttonSystemPath);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.radiobuttonSystemPath]));
     w8.TopAttach    = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment2.Add(this.table1);
     this.frame1.Add(this.GtkAlignment2);
     this.GtkLabel4           = new global::Gtk.Label();
     this.GtkLabel4.Name      = "GtkLabel4";
     this.GtkLabel4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Output</b>");
     this.GtkLabel4.UseMarkup = true;
     this.frame1.LabelWidget  = this.GtkLabel4;
     this.vbox2.Add(this.frame1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame1]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.frame2            = new global::Gtk.Frame();
     this.frame2.Name       = "frame2";
     this.frame2.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment3             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment3.Name        = "GtkAlignment3";
     this.GtkAlignment3.LeftPadding = ((uint)(12));
     // Container child GtkAlignment3.Gtk.Container+ContainerChild
     this.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("The catalog initialization string should look like:");
     this.vbox4.Add(this.label4);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label4]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.frame3            = new global::Gtk.Frame();
     this.frame3.Name       = "frame3";
     this.frame3.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child frame3.Gtk.Container+ContainerChild
     this.GtkAlignment4             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment4.Name        = "GtkAlignment4";
     this.GtkAlignment4.LeftPadding = ((uint)(12));
     // Container child GtkAlignment4.Gtk.Container+ContainerChild
     this.labelInitString        = new global::Gtk.Label();
     this.labelInitString.Name   = "labelInitString";
     this.labelInitString.Xalign = 0F;
     this.GtkAlignment4.Add(this.labelInitString);
     this.frame3.Add(this.GtkAlignment4);
     this.vbox4.Add(this.frame3);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.frame3]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     this.GtkAlignment3.Add(this.vbox4);
     this.frame2.Add(this.GtkAlignment3);
     this.GtkLabel6           = new global::Gtk.Label();
     this.GtkLabel6.Name      = "GtkLabel6";
     this.GtkLabel6.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Init String</b>");
     this.GtkLabel6.UseMarkup = true;
     this.frame2.LabelWidget  = this.GtkLabel6;
     this.vbox2.Add(this.frame2);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame2]));
     w18.Position = 2;
     w18.Expand   = false;
     w18.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("Settings");
     this.notebook1.SetTabLabel(this.vbox2, this.label1);
     this.label1.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.scrolledwindow1             = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus    = true;
     this.scrolledwindow1.Name        = "scrolledwindow1";
     this.scrolledwindow1.ShadowType  = ((global::Gtk.ShadowType)(1));
     this.scrolledwindow1.BorderWidth = ((uint)(6));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.treeviewProjectList          = new global::Gtk.TreeView();
     this.treeviewProjectList.CanFocus = true;
     this.treeviewProjectList.Name     = "treeviewProjectList";
     this.scrolledwindow1.Add(this.treeviewProjectList);
     this.notebook1.Add(this.scrolledwindow1);
     global::Gtk.Notebook.NotebookChild w21 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.scrolledwindow1]));
     w21.Position = 1;
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Include in Projects");
     this.notebook1.SetTabLabel(this.scrolledwindow1, this.label2);
     this.label2.ShowAll();
     w1.Add(this.notebook1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(w1 [this.notebook1]));
     w22.Position = 0;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     w1.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(w1 [this.hseparator1]));
     w23.PackType = ((global::Gtk.PackType)(1));
     w23.Position = 2;
     w23.Expand   = false;
     w23.Fill     = false;
     // Internal child MonoDevelop.Gettext.TranslationProjectOptionsDialog.ActionArea
     global::Gtk.HButtonBox w24 = this.ActionArea;
     w24.Name        = "dialog1_ActionArea";
     w24.Spacing     = 6;
     w24.BorderWidth = ((uint)(5));
     w24.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 w25 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w24 [this.buttonCancel]));
     w25.Expand = false;
     w25.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 w26 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w24 [this.buttonOk]));
     w26.Position = 1;
     w26.Expand   = false;
     w26.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 519;
     this.DefaultHeight = 426;
     this.folderentrySystemPath.Hide();
     this.Hide();
 }
Пример #11
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.ChangeLogAddIn.ProjectOptionPanelWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.ChangeLogAddIn.ProjectOptionPanelWidget";
     // Container child MonoDevelop.ChangeLogAddIn.ProjectOptionPanelWidget.Gtk.Container+ContainerChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(6));
     // Container child vbox2.Gtk.Box+BoxChild
     this.noneRadioButton               = new global::Gtk.RadioButton("radiobutton1");
     this.noneRadioButton.CanFocus      = true;
     this.noneRadioButton.Name          = "noneRadioButton";
     this.noneRadioButton.Active        = true;
     this.noneRadioButton.DrawIndicator = true;
     this.noneRadioButton.UseUnderline  = true;
     this.noneRadioButton.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.noneRadioButton.Remove(this.noneRadioButton.Child);
     // Container child noneRadioButton.Gtk.Container+ContainerChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Disable ChangeLog support</b>\nNo ChangeLog entries will be generated for this project.");
     this.label3.UseMarkup = true;
     this.noneRadioButton.Add(this.label3);
     this.vbox2.Add(this.noneRadioButton);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.noneRadioButton]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.nearestRadioButton               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Custom policy"));
     this.nearestRadioButton.CanFocus      = true;
     this.nearestRadioButton.Name          = "nearestRadioButton";
     this.nearestRadioButton.DrawIndicator = true;
     this.nearestRadioButton.UseUnderline  = true;
     this.nearestRadioButton.Group         = this.noneRadioButton.Group;
     this.nearestRadioButton.Remove(this.nearestRadioButton.Child);
     // Container child nearestRadioButton.Gtk.Container+ContainerChild
     this.label5 = new global::Gtk.Label();
     this.label5.WidthRequest = 500;
     this.label5.Name         = "label5";
     this.label5.LabelProp    = global::Mono.Unix.Catalog.GetString("<b>Update nearest ChangeLog</b>\nThe nearest ChangeLog file in the directory hierarchy will be updated (below the commit directory). If none is found, a warning message will be shown. ChangeLog files will never be automatically created.");
     this.label5.UseMarkup    = true;
     this.label5.Wrap         = true;
     this.nearestRadioButton.Add(this.label5);
     this.vbox2.Add(this.nearestRadioButton);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.nearestRadioButton]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.oneChangeLogInProjectRootDirectoryRadioButton               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("One ChangeLog in the project root directory"));
     this.oneChangeLogInProjectRootDirectoryRadioButton.CanFocus      = true;
     this.oneChangeLogInProjectRootDirectoryRadioButton.Name          = "oneChangeLogInProjectRootDirectoryRadioButton";
     this.oneChangeLogInProjectRootDirectoryRadioButton.DrawIndicator = true;
     this.oneChangeLogInProjectRootDirectoryRadioButton.UseUnderline  = true;
     this.oneChangeLogInProjectRootDirectoryRadioButton.Group         = this.noneRadioButton.Group;
     this.oneChangeLogInProjectRootDirectoryRadioButton.Remove(this.oneChangeLogInProjectRootDirectoryRadioButton.Child);
     // Container child oneChangeLogInProjectRootDirectoryRadioButton.Gtk.Container+ContainerChild
     this.label6 = new global::Gtk.Label();
     this.label6.WidthRequest = 500;
     this.label6.Name         = "label6";
     this.label6.LabelProp    = global::Mono.Unix.Catalog.GetString("<b>Single project ChangeLog</b>\nAll changes done in the project files will be logged in a single ChangeLog file, located at the project root directory. The ChangeLog file will be created if it doesn't exist.");
     this.label6.UseMarkup    = true;
     this.label6.Wrap         = true;
     this.oneChangeLogInProjectRootDirectoryRadioButton.Add(this.label6);
     this.vbox2.Add(this.oneChangeLogInProjectRootDirectoryRadioButton);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.oneChangeLogInProjectRootDirectoryRadioButton]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.oneChangeLogInEachDirectoryRadioButton               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("One ChangeLog in each directory"));
     this.oneChangeLogInEachDirectoryRadioButton.CanFocus      = true;
     this.oneChangeLogInEachDirectoryRadioButton.Name          = "oneChangeLogInEachDirectoryRadioButton";
     this.oneChangeLogInEachDirectoryRadioButton.DrawIndicator = true;
     this.oneChangeLogInEachDirectoryRadioButton.UseUnderline  = true;
     this.oneChangeLogInEachDirectoryRadioButton.Group         = this.noneRadioButton.Group;
     this.oneChangeLogInEachDirectoryRadioButton.Remove(this.oneChangeLogInEachDirectoryRadioButton.Child);
     // Container child oneChangeLogInEachDirectoryRadioButton.Gtk.Container+ContainerChild
     this.label7 = new global::Gtk.Label();
     this.label7.WidthRequest = 500;
     this.label7.Name         = "label7";
     this.label7.LabelProp    = global::Mono.Unix.Catalog.GetString("<b>One ChangeLog in each directory</b>\nFile changes will be logged in a ChangeLog located at the file's directory. The ChangeLog file will be created if it doesn't exist.");
     this.label7.UseMarkup    = true;
     this.label7.Wrap         = true;
     this.oneChangeLogInEachDirectoryRadioButton.Add(this.label7);
     this.vbox2.Add(this.oneChangeLogInEachDirectoryRadioButton);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.oneChangeLogInEachDirectoryRadioButton]));
     w8.Position = 3;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment1      = new global::Gtk.Alignment(0.5f, 0.5f, 1f, 1f);
     this.alignment1.Name = "alignment1";
     // Container child alignment1.Gtk.Container+ContainerChild
     this.alignment2            = new global::Gtk.Alignment(0f, 0f, 1f, 1f);
     this.alignment2.Name       = "alignment2";
     this.alignment2.TopPadding = ((uint)(18));
     // Container child alignment2.Gtk.Container+ContainerChild
     this.checkVersionControl               = new global::Gtk.CheckButton();
     this.checkVersionControl.CanFocus      = true;
     this.checkVersionControl.Name          = "checkVersionControl";
     this.checkVersionControl.Label         = global::Mono.Unix.Catalog.GetString("Integrate with _version control");
     this.checkVersionControl.DrawIndicator = true;
     this.checkVersionControl.UseUnderline  = true;
     this.alignment2.Add(this.checkVersionControl);
     this.alignment1.Add(this.alignment2);
     this.vbox2.Add(this.alignment1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.alignment1]));
     w11.Position = 4;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment3             = new global::Gtk.Alignment(0f, 0f, 1f, 1f);
     this.alignment3.Name        = "alignment3";
     this.alignment3.LeftPadding = ((uint)(24));
     // Container child alignment3.Gtk.Container+ContainerChild
     this.checkRequireOnCommit               = new global::Gtk.CheckButton();
     this.checkRequireOnCommit.CanFocus      = true;
     this.checkRequireOnCommit.Name          = "checkRequireOnCommit";
     this.checkRequireOnCommit.Label         = global::Mono.Unix.Catalog.GetString("_Require ChangeLog entries for all files when committing");
     this.checkRequireOnCommit.DrawIndicator = true;
     this.checkRequireOnCommit.UseUnderline  = true;
     this.alignment3.Add(this.checkRequireOnCommit);
     this.vbox2.Add(this.alignment3);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.alignment3]));
     w13.PackType = ((global::Gtk.PackType)(1));
     w13.Position = 6;
     w13.Expand   = false;
     w13.Fill     = false;
     this.notebook1.Add(this.vbox2);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("ChangeLog Generation");
     this.notebook1.SetTabLabel(this.vbox2, this.label1);
     this.label1.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox1             = new global::Gtk.VBox();
     this.vbox1.Name        = "vbox1";
     this.vbox1.Spacing     = 6;
     this.vbox1.BorderWidth = ((uint)(9));
     // Container child vbox1.Gtk.Box+BoxChild
     this.messageWidget        = new global::MonoDevelop.VersionControl.CommitMessageStylePanelWidget();
     this.messageWidget.Events = ((global::Gdk.EventMask)(256));
     this.messageWidget.Name   = "messageWidget";
     this.vbox1.Add(this.messageWidget);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.messageWidget]));
     w15.Position = 0;
     this.notebook1.Add(this.vbox1);
     global::Gtk.Notebook.NotebookChild w16 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox1]));
     w16.Position = 1;
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Message Style");
     this.notebook1.SetTabLabel(this.vbox1, this.label2);
     this.label2.ShowAll();
     this.Add(this.notebook1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.noneRadioButton.Toggled    += new global::System.EventHandler(this.ValueChanged);
     this.nearestRadioButton.Toggled += new global::System.EventHandler(this.ValueChanged);
     this.oneChangeLogInProjectRootDirectoryRadioButton.Toggled += new global::System.EventHandler(this.ValueChanged);
     this.oneChangeLogInEachDirectoryRadioButton.Toggled        += new global::System.EventHandler(this.ValueChanged);
     this.checkVersionControl.Toggled  += new global::System.EventHandler(this.ValueChanged);
     this.checkRequireOnCommit.Toggled += new global::System.EventHandler(this.ValueChanged);
     this.messageWidget.Changed        += new global::System.EventHandler(this.OnMessageWidgetChanged);
 }
Пример #12
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.RegexToolkit.RegexToolkitWindow
     this.Name           = "MonoDevelop.RegexToolkit.RegexToolkitWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Regular Expression Toolkit");
     this.TypeHint       = ((global::Gdk.WindowTypeHint)(1));
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(6));
     // Container child MonoDevelop.RegexToolkit.RegexToolkitWindow.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.vpaned1             = new global::Gtk.VPaned();
     this.vpaned1.CanFocus    = true;
     this.vpaned1.Name        = "vpaned1";
     this.vpaned1.Position    = 393;
     this.vpaned1.BorderWidth = ((uint)(6));
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hpaned1          = new global::Gtk.HPaned();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name     = "hpaned1";
     this.hpaned1.Position = 335;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.vbox6             = new global::Gtk.VBox();
     this.vbox6.Name        = "vbox6";
     this.vbox6.Spacing     = 6;
     this.vbox6.BorderWidth = ((uint)(6));
     // Container child vbox6.Gtk.Box+BoxChild
     this.label8              = new global::Gtk.Label();
     this.label8.Name         = "label8";
     this.label8.Xalign       = 0F;
     this.label8.LabelProp    = global::Mono.Unix.Catalog.GetString("_Regular Expression");
     this.label8.UseUnderline = true;
     this.vbox6.Add(this.label8);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label8]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.entryRegEx               = new global::Gtk.Entry();
     this.entryRegEx.CanFocus      = true;
     this.entryRegEx.Name          = "entryRegEx";
     this.entryRegEx.IsEditable    = true;
     this.entryRegEx.InvisibleChar = '●';
     this.vbox6.Add(this.entryRegEx);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.entryRegEx]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkbuttonReplace               = new global::Gtk.CheckButton();
     this.checkbuttonReplace.CanFocus      = true;
     this.checkbuttonReplace.Name          = "checkbuttonReplace";
     this.checkbuttonReplace.Label         = global::Mono.Unix.Catalog.GetString("_Replace");
     this.checkbuttonReplace.Active        = true;
     this.checkbuttonReplace.DrawIndicator = true;
     this.checkbuttonReplace.UseUnderline  = true;
     this.vbox3.Add(this.checkbuttonReplace);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkbuttonReplace]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.entryReplace               = new global::Gtk.Entry();
     this.entryReplace.CanFocus      = true;
     this.entryReplace.Name          = "entryReplace";
     this.entryReplace.IsEditable    = true;
     this.entryReplace.InvisibleChar = '●';
     this.vbox3.Add(this.entryReplace);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.entryReplace]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.buttonStart              = new global::Gtk.Button();
     this.buttonStart.CanDefault   = true;
     this.buttonStart.CanFocus     = true;
     this.buttonStart.Name         = "buttonStart";
     this.buttonStart.UseUnderline = true;
     // Container child buttonStart.Gtk.Container+ContainerChild
     global::Gtk.Alignment w5 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w6 = new global::Gtk.HBox();
     w6.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w7 = new global::Gtk.Image();
     w7.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-media-play", global::Gtk.IconSize.Menu);
     w6.Add(w7);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w9 = new global::Gtk.Label();
     w9.LabelProp    = global::Mono.Unix.Catalog.GetString("_Start Regular Expression");
     w9.UseUnderline = true;
     w6.Add(w9);
     w5.Add(w6);
     this.buttonStart.Add(w5);
     this.hbox7.Add(this.buttonStart);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.buttonStart]));
     w13.PackType = ((global::Gtk.PackType)(1));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     this.vbox3.Add(this.hbox7);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox7]));
     w14.PackType = ((global::Gtk.PackType)(1));
     w14.Position = 2;
     w14.Expand   = false;
     w14.Fill     = false;
     this.vbox6.Add(this.vbox3);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.vbox3]));
     w15.Position = 2;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.scrolledwindow5            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow5.CanFocus   = true;
     this.scrolledwindow5.Name       = "scrolledwindow5";
     this.scrolledwindow5.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow5.Gtk.Container+ContainerChild
     this.optionsTreeview          = new global::Gtk.TreeView();
     this.optionsTreeview.CanFocus = true;
     this.optionsTreeview.Name     = "optionsTreeview";
     this.scrolledwindow5.Add(this.optionsTreeview);
     this.vbox6.Add(this.scrolledwindow5);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.scrolledwindow5]));
     w17.PackType = ((global::Gtk.PackType)(1));
     w17.Position = 3;
     // Container child vbox6.Gtk.Box+BoxChild
     this.label10              = new global::Gtk.Label();
     this.label10.Name         = "label10";
     this.label10.Xalign       = 0F;
     this.label10.LabelProp    = global::Mono.Unix.Catalog.GetString("_Options:");
     this.label10.UseMarkup    = true;
     this.label10.UseUnderline = true;
     this.vbox6.Add(this.label10);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label10]));
     w18.PackType = ((global::Gtk.PackType)(1));
     w18.Position = 4;
     w18.Expand   = false;
     w18.Fill     = false;
     this.hpaned1.Add(this.vbox6);
     global::Gtk.Paned.PanedChild w19 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.vbox6]));
     w19.Resize = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label11              = new global::Gtk.Label();
     this.label11.Name         = "label11";
     this.label11.Xalign       = 0F;
     this.label11.LabelProp    = global::Mono.Unix.Catalog.GetString("_Elements:");
     this.label11.UseMarkup    = true;
     this.label11.UseUnderline = true;
     this.vbox4.Add(this.label11);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label11]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.elementsscrolledwindow            = new global::Gtk.ScrolledWindow();
     this.elementsscrolledwindow.CanFocus   = true;
     this.elementsscrolledwindow.Name       = "elementsscrolledwindow";
     this.elementsscrolledwindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child elementsscrolledwindow.Gtk.Container+ContainerChild
     this.elementsTreeview          = new global::Gtk.TreeView();
     this.elementsTreeview.CanFocus = true;
     this.elementsTreeview.Name     = "elementsTreeview";
     this.elementsscrolledwindow.Add(this.elementsTreeview);
     this.vbox4.Add(this.elementsscrolledwindow);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.elementsscrolledwindow]));
     w22.Position = 1;
     this.hpaned1.Add(this.vbox4);
     this.vbox1.Add(this.hpaned1);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hpaned1]));
     w24.Position = 0;
     // Container child vbox1.Gtk.Box+BoxChild
     this.HelpWidget             = new global::Gtk.VBox();
     this.HelpWidget.Name        = "HelpWidget";
     this.HelpWidget.Spacing     = 6;
     this.HelpWidget.BorderWidth = ((uint)(6));
     // Container child HelpWidget.Gtk.Box+BoxChild
     this.label9              = new global::Gtk.Label();
     this.label9.Name         = "label9";
     this.label9.Xalign       = 0F;
     this.label9.LabelProp    = global::Mono.Unix.Catalog.GetString("_Input:");
     this.label9.UseMarkup    = true;
     this.label9.UseUnderline = true;
     this.HelpWidget.Add(this.label9);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.HelpWidget [this.label9]));
     w25.Position = 0;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child HelpWidget.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.inputTextview          = new global::Gtk.TextView();
     this.inputTextview.CanFocus = true;
     this.inputTextview.Name     = "inputTextview";
     this.scrolledwindow1.Add(this.inputTextview);
     this.hbox5.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.scrolledwindow1]));
     w27.Position = 0;
     this.HelpWidget.Add(this.hbox5);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.HelpWidget [this.hbox5]));
     w28.Position = 1;
     this.vbox1.Add(this.HelpWidget);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.HelpWidget]));
     w29.Position = 1;
     this.vpaned1.Add(this.vbox1);
     global::Gtk.Paned.PanedChild w30 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.vbox1]));
     w30.Resize = false;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.notebook2             = new global::Gtk.Notebook();
     this.notebook2.CanFocus    = true;
     this.notebook2.Name        = "notebook2";
     this.notebook2.CurrentPage = 0;
     // Container child notebook2.Gtk.Notebook+NotebookChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.CanFocus   = true;
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.resultsTreeview          = new global::Gtk.TreeView();
     this.resultsTreeview.CanFocus = true;
     this.resultsTreeview.Name     = "resultsTreeview";
     this.scrolledwindow2.Add(this.resultsTreeview);
     this.notebook2.Add(this.scrolledwindow2);
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Matches");
     this.notebook2.SetTabLabel(this.scrolledwindow2, this.label3);
     this.label3.ShowAll();
     // Container child notebook2.Gtk.Notebook+NotebookChild
     this.scrolledwindow4            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow4.CanFocus   = true;
     this.scrolledwindow4.Name       = "scrolledwindow4";
     this.scrolledwindow4.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow4.Gtk.Container+ContainerChild
     this.replaceResultTextview               = new global::Gtk.TextView();
     this.replaceResultTextview.CanFocus      = true;
     this.replaceResultTextview.Name          = "replaceResultTextview";
     this.replaceResultTextview.Editable      = false;
     this.replaceResultTextview.CursorVisible = false;
     this.scrolledwindow4.Add(this.replaceResultTextview);
     this.notebook2.Add(this.scrolledwindow4);
     global::Gtk.Notebook.NotebookChild w34 = ((global::Gtk.Notebook.NotebookChild)(this.notebook2 [this.scrolledwindow4]));
     w34.Position = 1;
     // Notebook tab
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Replace");
     this.notebook2.SetTabLabel(this.scrolledwindow4, this.label4);
     this.label4.ShowAll();
     this.hbox4.Add(this.notebook2);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.notebook2]));
     w35.Position = 0;
     this.vpaned1.Add(this.hbox4);
     this.vbox2.Add(this.vpaned1);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.vpaned1]));
     w37.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.labelStatus              = new global::Gtk.Label();
     this.labelStatus.Name         = "labelStatus";
     this.labelStatus.Xalign       = 0F;
     this.labelStatus.UseMarkup    = true;
     this.labelStatus.UseUnderline = true;
     this.hbox1.Add(this.labelStatus);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.labelStatus]));
     w38.Position = 0;
     w38.Expand   = false;
     w38.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-close";
     this.hbox1.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonCancel]));
     w39.PackType = ((global::Gtk.PackType)(1));
     w39.Position = 1;
     w39.Expand   = false;
     w39.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonLibrary              = new global::Gtk.Button();
     this.buttonLibrary.CanDefault   = true;
     this.buttonLibrary.CanFocus     = true;
     this.buttonLibrary.Name         = "buttonLibrary";
     this.buttonLibrary.UseUnderline = true;
     this.buttonLibrary.Label        = global::Mono.Unix.Catalog.GetString("Regex Library");
     this.hbox1.Add(this.buttonLibrary);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonLibrary]));
     w40.PackType = ((global::Gtk.PackType)(1));
     w40.Position = 2;
     w40.Expand   = false;
     w40.Fill     = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w41.Position = 1;
     w41.Expand   = false;
     w41.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth               = 613;
     this.DefaultHeight              = 623;
     this.label8.MnemonicWidget      = this.inputTextview;
     this.label10.MnemonicWidget     = this.optionsTreeview;
     this.label11.MnemonicWidget     = this.elementsTreeview;
     this.label9.MnemonicWidget      = this.inputTextview;
     this.labelStatus.MnemonicWidget = this.inputTextview;
     this.Hide();
 }
Пример #13
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget FontTool.FontStyleWindow
     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.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.CloseAction            = new global::Gtk.Action("CloseAction", global::Mono.Unix.Catalog.GetString("Close"), null, null);
     this.CloseAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Close");
     w1.Add(this.CloseAction, null);
     this.SettingsAction            = new global::Gtk.Action("SettingsAction", global::Mono.Unix.Catalog.GetString("Settings"), null, null);
     this.SettingsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Settings");
     w1.Add(this.SettingsAction, null);
     this.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.WindowStyleAction            = new global::Gtk.Action("WindowStyleAction", global::Mono.Unix.Catalog.GetString("Window style"), null, null);
     this.WindowStyleAction.Sensitive  = false;
     this.WindowStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Window style");
     this.WindowStyleAction.Visible    = false;
     w1.Add(this.WindowStyleAction, 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.CustomStyleAction            = new global::Gtk.RadioAction("CustomStyleAction", global::Mono.Unix.Catalog.GetString("DGLE2"), null, null, 0);
     this.CustomStyleAction.Group      = new global::GLib.SList(global::System.IntPtr.Zero);
     this.CustomStyleAction.Sensitive  = false;
     this.CustomStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("DGLE2");
     this.CustomStyleAction.Visible    = false;
     w1.Add(this.CustomStyleAction, null);
     this.PlatformStyleAction            = new global::Gtk.RadioAction("PlatformStyleAction", global::Mono.Unix.Catalog.GetString("Platform"), null, null, 0);
     this.PlatformStyleAction.Group      = this.CustomStyleAction.Group;
     this.PlatformStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Platform");
     w1.Add(this.PlatformStyleAction, null);
     this.DecoratedCustomStyleAction            = new global::Gtk.RadioAction("DecoratedCustomStyleAction", global::Mono.Unix.Catalog.GetString("Decorated DGLE2"), null, null, 0);
     this.DecoratedCustomStyleAction.Group      = this.CustomStyleAction.Group;
     this.DecoratedCustomStyleAction.Sensitive  = false;
     this.DecoratedCustomStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Decorated DGLE2");
     this.DecoratedCustomStyleAction.Visible    = false;
     w1.Add(this.DecoratedCustomStyleAction, null);
     this.OnlyEnglishAction            = new global::Gtk.ToggleAction("OnlyEnglishAction", global::Mono.Unix.Catalog.GetString("Only English"), null, null);
     this.OnlyEnglishAction.Active     = true;
     this.OnlyEnglishAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Only English");
     w1.Add(this.OnlyEnglishAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.WidthRequest   = 536;
     this.HeightRequest  = 536;
     this.CanDefault     = true;
     this.Name           = "FontTool.FontStyleWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("FontTool");
     this.TypeHint       = ((global::Gdk.WindowTypeHint)(1));
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.Resizable      = false;
     this.Decorated      = false;
     // Container child FontTool.FontStyleWindow.Gtk.Container+ContainerChild
     this.vbox1      = new global::Gtk.VBox();
     this.vbox1.Name = "vbox1";
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString(@"<ui><menubar name='menubar1'><menu name='FileAction' action='FileAction'><menuitem name='SaveAction' action='SaveAction'/><menuitem name='CloseAction' action='CloseAction'/></menu><menu name='SettingsAction' action='SettingsAction'><menuitem name='OnlyEnglishAction' action='OnlyEnglishAction'/></menu><menu name='HelpAction' action='HelpAction'><menuitem name='AboutAction' action='AboutAction'/></menu></menubar></ui>");
     this.menubar1      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vbox1.Add(this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.menubar1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.notebookFont             = new global::Gtk.Notebook();
     this.notebookFont.CanFocus    = true;
     this.notebookFont.Name        = "notebookFont";
     this.notebookFont.CurrentPage = 0;
     this.notebookFont.ShowTabs    = false;
     // Container child notebookFont.Gtk.Notebook+NotebookChild
     this.vboxFontSettings             = new global::Gtk.VBox();
     this.vboxFontSettings.Name        = "vboxFontSettings";
     this.vboxFontSettings.Spacing     = 6;
     this.vboxFontSettings.BorderWidth = ((uint)(6));
     // Container child vboxFontSettings.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.treeFont          = new global::Gtk.TreeView();
     this.treeFont.CanFocus = true;
     this.treeFont.Name     = "treeFont";
     this.GtkScrolledWindow.Add(this.treeFont);
     this.vboxFontSettings.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vboxFontSettings [this.GtkScrolledWindow]));
     w4.Position = 0;
     // Container child vboxFontSettings.Gtk.Box+BoxChild
     this.vboxSamplePreview         = new global::Gtk.VBox();
     this.vboxSamplePreview.Name    = "vboxSamplePreview";
     this.vboxSamplePreview.Spacing = 6;
     // Container child vboxSamplePreview.Gtk.Box+BoxChild
     this.lPreview           = new global::Gtk.Label();
     this.lPreview.Name      = "lPreview";
     this.lPreview.Xalign    = 0F;
     this.lPreview.LabelProp = global::Mono.Unix.Catalog.GetString("Preview");
     this.vboxSamplePreview.Add(this.lPreview);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vboxSamplePreview [this.lPreview]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vboxSamplePreview.Gtk.Box+BoxChild
     this.preview = new global::Gtk.DrawingArea();
     this.preview.HeightRequest = 90;
     this.preview.Name          = "preview";
     this.vboxSamplePreview.Add(this.preview);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vboxSamplePreview [this.preview]));
     w6.Position = 1;
     // Container child vboxSamplePreview.Gtk.Box+BoxChild
     this.ePreviewSample               = new global::Gtk.Entry();
     this.ePreviewSample.CanFocus      = true;
     this.ePreviewSample.Name          = "ePreviewSample";
     this.ePreviewSample.Text          = global::Mono.Unix.Catalog.GetString("DGLE2 is here!");
     this.ePreviewSample.IsEditable    = true;
     this.ePreviewSample.InvisibleChar = '●';
     this.vboxSamplePreview.Add(this.ePreviewSample);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vboxSamplePreview [this.ePreviewSample]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vboxFontSettings.Add(this.vboxSamplePreview);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vboxFontSettings [this.vboxSamplePreview]));
     w8.Position = 1;
     w8.Expand   = false;
     // Container child vboxFontSettings.Gtk.Box+BoxChild
     this.hboxSettings         = new global::Gtk.HBox();
     this.hboxSettings.Name    = "hboxSettings";
     this.hboxSettings.Spacing = 6;
     // Container child hboxSettings.Gtk.Box+BoxChild
     this.tableSettings               = new global::Gtk.Table(((uint)(2)), ((uint)(4)), true);
     this.tableSettings.Name          = "tableSettings";
     this.tableSettings.RowSpacing    = ((uint)(12));
     this.tableSettings.ColumnSpacing = ((uint)(12));
     // Container child tableSettings.Gtk.Table+TableChild
     this.cbBold               = new global::Gtk.CheckButton();
     this.cbBold.CanFocus      = true;
     this.cbBold.Name          = "cbBold";
     this.cbBold.Label         = global::Mono.Unix.Catalog.GetString("Bold");
     this.cbBold.DrawIndicator = true;
     this.cbBold.UseUnderline  = true;
     this.tableSettings.Add(this.cbBold);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tableSettings [this.cbBold]));
     w9.LeftAttach  = ((uint)(3));
     w9.RightAttach = ((uint)(4));
     w9.XOptions    = ((global::Gtk.AttachOptions)(4));
     w9.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.Gtk.Table+TableChild
     this.cbItalic               = new global::Gtk.CheckButton();
     this.cbItalic.CanFocus      = true;
     this.cbItalic.Name          = "cbItalic";
     this.cbItalic.Label         = global::Mono.Unix.Catalog.GetString("Italic");
     this.cbItalic.DrawIndicator = true;
     this.cbItalic.UseUnderline  = true;
     this.tableSettings.Add(this.cbItalic);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.tableSettings [this.cbItalic]));
     w10.LeftAttach  = ((uint)(2));
     w10.RightAttach = ((uint)(3));
     w10.XOptions    = ((global::Gtk.AttachOptions)(4));
     w10.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.Gtk.Table+TableChild
     this.cbStrikeout               = new global::Gtk.CheckButton();
     this.cbStrikeout.CanFocus      = true;
     this.cbStrikeout.Name          = "cbStrikeout";
     this.cbStrikeout.Label         = global::Mono.Unix.Catalog.GetString("Strikeout");
     this.cbStrikeout.DrawIndicator = true;
     this.cbStrikeout.UseUnderline  = true;
     this.tableSettings.Add(this.cbStrikeout);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.tableSettings [this.cbStrikeout]));
     w11.TopAttach    = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.LeftAttach   = ((uint)(3));
     w11.RightAttach  = ((uint)(4));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.Gtk.Table+TableChild
     this.cbUnderline               = new global::Gtk.CheckButton();
     this.cbUnderline.CanFocus      = true;
     this.cbUnderline.Name          = "cbUnderline";
     this.cbUnderline.Label         = global::Mono.Unix.Catalog.GetString("Underline");
     this.cbUnderline.DrawIndicator = true;
     this.cbUnderline.UseUnderline  = true;
     this.tableSettings.Add(this.cbUnderline);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.tableSettings [this.cbUnderline]));
     w12.TopAttach    = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.LeftAttach   = ((uint)(2));
     w12.RightAttach  = ((uint)(3));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.Gtk.Table+TableChild
     this.lSize           = new global::Gtk.Label();
     this.lSize.Name      = "lSize";
     this.lSize.Xalign    = 0F;
     this.lSize.LabelProp = global::Mono.Unix.Catalog.GetString("Size");
     this.tableSettings.Add(this.lSize);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.tableSettings [this.lSize]));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.Gtk.Table+TableChild
     this.lStretch           = new global::Gtk.Label();
     this.lStretch.Name      = "lStretch";
     this.lStretch.Xalign    = 0F;
     this.lStretch.LabelProp = global::Mono.Unix.Catalog.GetString("Stretch");
     this.tableSettings.Add(this.lStretch);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.tableSettings [this.lStretch]));
     w14.TopAttach    = ((uint)(1));
     w14.BottomAttach = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.Gtk.Table+TableChild
     this.sbSize = new global::Gtk.SpinButton(4D, 72D, 1D);
     this.sbSize.WidthRequest             = 80;
     this.sbSize.CanFocus                 = true;
     this.sbSize.Name                     = "sbSize";
     this.sbSize.Adjustment.PageIncrement = 10D;
     this.sbSize.ClimbRate                = 1D;
     this.sbSize.Numeric                  = true;
     this.sbSize.Value                    = 12D;
     this.tableSettings.Add(this.sbSize);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.tableSettings [this.sbSize]));
     w15.LeftAttach  = ((uint)(1));
     w15.RightAttach = ((uint)(2));
     w15.XOptions    = ((global::Gtk.AttachOptions)(4));
     w15.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.Gtk.Table+TableChild
     this.sbStretch = new global::Gtk.SpinButton(0D, 72D, 1D);
     this.sbStretch.WidthRequest             = 80;
     this.sbStretch.CanFocus                 = true;
     this.sbStretch.Name                     = "sbStretch";
     this.sbStretch.Adjustment.PageIncrement = 10D;
     this.sbStretch.ClimbRate                = 1D;
     this.sbStretch.Numeric                  = true;
     this.tableSettings.Add(this.sbStretch);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.tableSettings [this.sbStretch]));
     w16.TopAttach    = ((uint)(1));
     w16.BottomAttach = ((uint)(2));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hboxSettings.Add(this.tableSettings);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hboxSettings [this.tableSettings]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child hboxSettings.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.btnNextPreview              = new global::Gtk.Button();
     this.btnNextPreview.CanFocus     = true;
     this.btnNextPreview.Name         = "btnNextPreview";
     this.btnNextPreview.UseUnderline = true;
     // Container child btnNextPreview.Gtk.Container+ContainerChild
     global::Gtk.Alignment w18 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w19 = new global::Gtk.HBox();
     w19.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w20 = new global::Gtk.Image();
     w20.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-forward", global::Gtk.IconSize.Menu);
     w19.Add(w20);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w22 = new global::Gtk.Label();
     w22.LabelProp    = global::Mono.Unix.Catalog.GetString("Preview");
     w22.UseUnderline = true;
     w19.Add(w22);
     w18.Add(w19);
     this.btnNextPreview.Add(w18);
     this.vbox2.Add(this.btnNextPreview);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.btnNextPreview]));
     w26.PackType = ((global::Gtk.PackType)(1));
     w26.Position = 0;
     w26.Expand   = false;
     w26.Fill     = false;
     this.hboxSettings.Add(this.vbox2);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hboxSettings [this.vbox2]));
     w27.PackType = ((global::Gtk.PackType)(1));
     w27.Position = 1;
     w27.Expand   = false;
     w27.Fill     = false;
     this.vboxFontSettings.Add(this.hboxSettings);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vboxFontSettings [this.hboxSettings]));
     w28.Position = 2;
     w28.Expand   = false;
     w28.Fill     = false;
     w28.Padding  = ((uint)(6));
     this.notebookFont.Add(this.vboxFontSettings);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Settings");
     this.notebookFont.SetTabLabel(this.vboxFontSettings, this.label1);
     this.label1.ShowAll();
     // Container child notebookFont.Gtk.Notebook+NotebookChild
     this.vboxBuildPreview             = new global::Gtk.VBox();
     this.vboxBuildPreview.Name        = "vboxBuildPreview";
     this.vboxBuildPreview.Spacing     = 6;
     this.vboxBuildPreview.BorderWidth = ((uint)(6));
     // Container child vboxBuildPreview.Gtk.Box+BoxChild
     this.scrolledwindowPreview            = new global::Gtk.ScrolledWindow();
     this.scrolledwindowPreview.CanFocus   = true;
     this.scrolledwindowPreview.Name       = "scrolledwindowPreview";
     this.scrolledwindowPreview.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindowPreview.Gtk.Container+ContainerChild
     global::Gtk.Viewport w30 = new global::Gtk.Viewport();
     w30.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.fontPreviewImage      = new global::FontTool.FontPreviewWidget();
     this.fontPreviewImage.Name = "fontPreviewImage";
     w30.Add(this.fontPreviewImage);
     this.scrolledwindowPreview.Add(w30);
     this.vboxBuildPreview.Add(this.scrolledwindowPreview);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vboxBuildPreview [this.scrolledwindowPreview]));
     w33.Position = 0;
     // Container child vboxBuildPreview.Gtk.Box+BoxChild
     this.hboxPreview         = new global::Gtk.HBox();
     this.hboxPreview.Name    = "hboxPreview";
     this.hboxPreview.Spacing = 6;
     // Container child hboxPreview.Gtk.Box+BoxChild
     this.lImageSize           = new global::Gtk.Label();
     this.lImageSize.Name      = "lImageSize";
     this.lImageSize.LabelProp = global::Mono.Unix.Catalog.GetString("Image 0 X 0");
     this.hboxPreview.Add(this.lImageSize);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hboxPreview [this.lImageSize]));
     w34.Position = 0;
     w34.Expand   = false;
     w34.Fill     = false;
     // Container child hboxPreview.Gtk.Box+BoxChild
     this.lFileSize           = new global::Gtk.Label();
     this.lFileSize.Name      = "lFileSize";
     this.lFileSize.LabelProp = global::Mono.Unix.Catalog.GetString("0 KB");
     this.hboxPreview.Add(this.lFileSize);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hboxPreview [this.lFileSize]));
     w35.Position = 1;
     w35.Expand   = false;
     w35.Fill     = false;
     // Container child hboxPreview.Gtk.Box+BoxChild
     this.btnPrevSettings              = new global::Gtk.Button();
     this.btnPrevSettings.CanFocus     = true;
     this.btnPrevSettings.Name         = "btnPrevSettings";
     this.btnPrevSettings.UseUnderline = true;
     // Container child btnPrevSettings.Gtk.Container+ContainerChild
     global::Gtk.Alignment w36 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w37 = new global::Gtk.HBox();
     w37.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w38 = new global::Gtk.Image();
     w38.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-back", global::Gtk.IconSize.Menu);
     w37.Add(w38);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w40 = new global::Gtk.Label();
     w40.LabelProp    = global::Mono.Unix.Catalog.GetString("Settings");
     w40.UseUnderline = true;
     w37.Add(w40);
     w36.Add(w37);
     this.btnPrevSettings.Add(w36);
     this.hboxPreview.Add(this.btnPrevSettings);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hboxPreview [this.btnPrevSettings]));
     w44.PackType = ((global::Gtk.PackType)(1));
     w44.Position = 2;
     w44.Expand   = false;
     w44.Fill     = false;
     this.vboxBuildPreview.Add(this.hboxPreview);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.vboxBuildPreview [this.hboxPreview]));
     w45.Position = 1;
     w45.Expand   = false;
     w45.Fill     = false;
     w45.Padding  = ((uint)(6));
     this.notebookFont.Add(this.vboxBuildPreview);
     global::Gtk.Notebook.NotebookChild w46 = ((global::Gtk.Notebook.NotebookChild)(this.notebookFont [this.vboxBuildPreview]));
     w46.Position = 1;
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Preview");
     this.notebookFont.SetTabLabel(this.vboxBuildPreview, this.label2);
     this.label2.ShowAll();
     this.vbox1.Add(this.notebookFont);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.notebookFont]));
     w47.Position = 1;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 536;
     this.DefaultHeight = 536;
     this.HasDefault    = true;
     this.Show();
 }
Пример #14
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.PGEManagerAction            = new global::Gtk.Action("PGEManagerAction", "PGE Manager", null, null);
     this.PGEManagerAction.ShortLabel = "PGE Manager";
     w1.Add(this.PGEManagerAction, null);
     this.dialogInfoAction            = new global::Gtk.Action("dialogInfoAction", "About", null, "gtk-dialog-info");
     this.dialogInfoAction.ShortLabel = "About";
     w1.Add(this.dialogInfoAction, null);
     this.ExitAction            = new global::Gtk.Action("ExitAction", "Exit", null, null);
     this.ExitAction.ShortLabel = "Exit";
     w1.Add(this.ExitAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "MainWindow";
     this.Title          = "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;
     this.vbox1.BorderWidth = ((uint)(6));
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><menubar name=\'menubar1\'><menu name=\'PGEManagerAction\' action=\'PGEManagerActi" +
                                    "on\'><menuitem name=\'dialogInfoAction\' action=\'dialogInfoAction\'/><menuitem name=" +
                                    "\'ExitAction\' action=\'ExitAction\'/></menu></menubar></ui>");
     this.menubar1      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vbox1.Add(this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.menubar1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.notebook2             = new global::Gtk.Notebook();
     this.notebook2.CanFocus    = true;
     this.notebook2.Name        = "notebook2";
     this.notebook2.CurrentPage = 1;
     this.notebook2.ShowBorder  = false;
     // Container child notebook2.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.pgeNewsTree          = new global::Gtk.TreeView();
     this.pgeNewsTree.CanFocus = true;
     this.pgeNewsTree.Name     = "pgeNewsTree";
     this.GtkScrolledWindow1.Add(this.pgeNewsTree);
     this.notebook2.Add(this.GtkScrolledWindow1);
     // Notebook tab
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = "PGE News";
     this.notebook2.SetTabLabel(this.GtkScrolledWindow1, this.label6);
     this.label6.ShowAll();
     // Container child notebook2.Gtk.Notebook+NotebookChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // 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.configListTreeview          = new global::Gtk.TreeView();
     this.configListTreeview.CanFocus = true;
     this.configListTreeview.Name     = "configListTreeview";
     this.GtkScrolledWindow.Add(this.configListTreeview);
     this.vbox4.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkScrolledWindow]));
     w6.Position = 0;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.button3              = new global::Gtk.Button();
     this.button3.CanFocus     = true;
     this.button3.Name         = "button3";
     this.button3.UseUnderline = true;
     this.button3.Label        = ":)";
     this.hbox3.Add(this.button3);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.button3]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vbox4.Add(this.hbox3);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox3]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     this.notebook2.Add(this.vbox4);
     global::Gtk.Notebook.NotebookChild w9 = ((global::Gtk.Notebook.NotebookChild)(this.notebook2 [this.vbox4]));
     w9.Position = 1;
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = "Config Packs";
     this.notebook2.SetTabLabel(this.vbox4, this.label3);
     this.label3.ShowAll();
     this.vbox1.Add(this.notebook2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.notebook2]));
     w10.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.launcheditorwidget1        = new global::PGEManager.LaunchEditorWidget();
     this.launcheditorwidget1.Events = ((global::Gdk.EventMask)(256));
     this.launcheditorwidget1.Name   = "launcheditorwidget1";
     this.vbox1.Add(this.launcheditorwidget1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.launcheditorwidget1]));
     w11.Position = 2;
     w11.Expand   = false;
     w11.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 626;
     this.DefaultHeight = 461;
     this.Show();
     this.DeleteEvent          += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.ExitAction.Activated += new global::System.EventHandler(this.OnExitActionActivated);
     this.configListTreeview.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler(this.OnConfigListTreeviewButtonPressEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget ocmgtk.ModifyCacheDialog
     this.WidthRequest   = 650;
     this.HeightRequest  = 550;
     this.Name           = "ocmgtk.ModifyCacheDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Add/Modify Geocache...");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(6));
     // Internal child ocmgtk.ModifyCacheDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     this.notebook1.TabPos      = ((global::Gtk.PositionType)(0));
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.table2               = new global::Gtk.Table(((uint)(6)), ((uint)(2)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     this.table2.BorderWidth   = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.codeEntry               = new global::Gtk.Entry();
     this.codeEntry.CanFocus      = true;
     this.codeEntry.Name          = "codeEntry";
     this.codeEntry.IsEditable    = true;
     this.codeEntry.InvisibleChar = '•';
     this.table2.Add(this.codeEntry);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table2 [this.codeEntry]));
     w2.LeftAttach  = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     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.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.image46        = new global::Gtk.Image();
     this.image46.Name   = "image46";
     this.image46.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-dialog-info", global::Gtk.IconSize.Button);
     this.hbox1.Add(this.image46);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.image46]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.corrButton              = new global::Gtk.Button();
     this.corrButton.CanFocus     = true;
     this.corrButton.Name         = "corrButton";
     this.corrButton.FocusOnClick = false;
     this.corrButton.Relief       = ((global::Gtk.ReliefStyle)(2));
     // Container child corrButton.Gtk.Container+ContainerChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Use <span fgcolor=\"blue\">corrected coordinates</span> to prevent GPX imports from overwriting the cache location");
     this.label3.UseMarkup = true;
     this.corrButton.Add(this.label3);
     this.hbox1.Add(this.corrButton);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.corrButton]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.coordEntry = null;
     this.vbox2.Add(this.coordEntry);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.coordEntry]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     this.GtkAlignment2.Add(this.vbox2);
     this.frame3.Add(this.GtkAlignment2);
     this.GtkLabel2           = new global::Gtk.Label();
     this.GtkLabel2.Name      = "GtkLabel2";
     this.GtkLabel2.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Location</b>");
     this.GtkLabel2.UseMarkup = true;
     this.frame3.LabelWidget  = this.GtkLabel2;
     this.table2.Add(this.frame3);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table2 [this.frame3]));
     w10.TopAttach    = ((uint)(4));
     w10.BottomAttach = ((uint)(5));
     w10.RightAttach  = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.frame4            = new global::Gtk.Frame();
     this.frame4.Name       = "frame4";
     this.frame4.ShadowType = ((global::Gtk.ShadowType)(0));
     // 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));
     // 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.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.descriptionEntry          = new global::Gtk.TextView();
     this.descriptionEntry.CanFocus = true;
     this.descriptionEntry.Name     = "descriptionEntry";
     this.GtkScrolledWindow.Add(this.descriptionEntry);
     this.vbox3.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow]));
     w12.Position = 0;
     this.GtkAlignment3.Add(this.vbox3);
     this.frame4.Add(this.GtkAlignment3);
     this.GtkLabel3           = new global::Gtk.Label();
     this.GtkLabel3.Name      = "GtkLabel3";
     this.GtkLabel3.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Waypoint Description</b>");
     this.GtkLabel3.UseMarkup = true;
     this.frame4.LabelWidget  = this.GtkLabel3;
     this.table2.Add(this.frame4);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table2 [this.frame4]));
     w15.TopAttach    = ((uint)(5));
     w15.BottomAttach = ((uint)(6));
     w15.RightAttach  = ((uint)(2));
     // Container child table2.Gtk.Table+TableChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.Xalign    = 0F;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("URL:");
     this.table2.Add(this.label11);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table2 [this.label11]));
     w16.TopAttach    = ((uint)(2));
     w16.BottomAttach = ((uint)(3));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.Xalign    = 0F;
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("URL Name:");
     this.table2.Add(this.label12);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table2 [this.label12]));
     w17.TopAttach    = ((uint)(3));
     w17.BottomAttach = ((uint)(4));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.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("Cache Type:");
     this.table2.Add(this.label7);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2 [this.label7]));
     w18.TopAttach    = ((uint)(1));
     w18.BottomAttach = ((uint)(2));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 0F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Cache Code:");
     this.table2.Add(this.label8);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.label8]));
     w19.XOptions = ((global::Gtk.AttachOptions)(4));
     w19.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.typeEntry = global::Gtk.ComboBox.NewText();
     this.typeEntry.AppendText(global::Mono.Unix.Catalog.GetString("Generic"));
     this.typeEntry.AppendText(global::Mono.Unix.Catalog.GetString("Traditional Cache"));
     this.typeEntry.AppendText(global::Mono.Unix.Catalog.GetString("Unknown Cache"));
     this.typeEntry.AppendText(global::Mono.Unix.Catalog.GetString("Multi-Cache"));
     this.typeEntry.AppendText(global::Mono.Unix.Catalog.GetString("Earthcache"));
     this.typeEntry.AppendText(global::Mono.Unix.Catalog.GetString("Eventcache"));
     this.typeEntry.AppendText(global::Mono.Unix.Catalog.GetString("Letterbox Hybrid"));
     this.typeEntry.AppendText(global::Mono.Unix.Catalog.GetString("Project A.P.E Cache"));
     this.typeEntry.AppendText(global::Mono.Unix.Catalog.GetString("GPS Adventures Exhibit"));
     this.typeEntry.AppendText(global::Mono.Unix.Catalog.GetString("Locationless Cache"));
     this.typeEntry.AppendText(global::Mono.Unix.Catalog.GetString("Virtual Cache"));
     this.typeEntry.AppendText(global::Mono.Unix.Catalog.GetString("Webcam Cache"));
     this.typeEntry.AppendText(global::Mono.Unix.Catalog.GetString("Wherigo Cache"));
     this.typeEntry.AppendText(global::Mono.Unix.Catalog.GetString("Cache In Trash Out Event"));
     this.typeEntry.AppendText(global::Mono.Unix.Catalog.GetString("Mega Event Cache"));
     this.typeEntry.Name   = "typeEntry";
     this.typeEntry.Active = 0;
     this.table2.Add(this.typeEntry);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table2 [this.typeEntry]));
     w20.TopAttach    = ((uint)(1));
     w20.BottomAttach = ((uint)(2));
     w20.LeftAttach   = ((uint)(1));
     w20.RightAttach  = ((uint)(2));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.urlEntry               = new global::Gtk.Entry();
     this.urlEntry.CanFocus      = true;
     this.urlEntry.Name          = "urlEntry";
     this.urlEntry.IsEditable    = true;
     this.urlEntry.InvisibleChar = '•';
     this.table2.Add(this.urlEntry);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table2 [this.urlEntry]));
     w21.TopAttach    = ((uint)(2));
     w21.BottomAttach = ((uint)(3));
     w21.LeftAttach   = ((uint)(1));
     w21.RightAttach  = ((uint)(2));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.urlNameEntry               = new global::Gtk.Entry();
     this.urlNameEntry.CanFocus      = true;
     this.urlNameEntry.Name          = "urlNameEntry";
     this.urlNameEntry.IsEditable    = true;
     this.urlNameEntry.InvisibleChar = '•';
     this.table2.Add(this.urlNameEntry);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table2 [this.urlNameEntry]));
     w22.TopAttach    = ((uint)(3));
     w22.BottomAttach = ((uint)(4));
     w22.LeftAttach   = ((uint)(1));
     w22.RightAttach  = ((uint)(2));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add(this.table2);
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Waypoint Properties");
     this.notebook1.SetTabLabel(this.table2, this.label2);
     this.label2.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.table3               = new global::Gtk.Table(((uint)(6)), ((uint)(2)), false);
     this.table3.Name          = "table3";
     this.table3.RowSpacing    = ((uint)(6));
     this.table3.ColumnSpacing = ((uint)(6));
     this.table3.BorderWidth   = ((uint)(6));
     // Container child table3.Gtk.Table+TableChild
     this.diffEntry = global::Gtk.ComboBox.NewText();
     this.diffEntry.AppendText(global::Mono.Unix.Catalog.GetString("1"));
     this.diffEntry.AppendText(global::Mono.Unix.Catalog.GetString("1.5"));
     this.diffEntry.AppendText(global::Mono.Unix.Catalog.GetString("2"));
     this.diffEntry.AppendText(global::Mono.Unix.Catalog.GetString("2.5"));
     this.diffEntry.AppendText(global::Mono.Unix.Catalog.GetString("3"));
     this.diffEntry.AppendText(global::Mono.Unix.Catalog.GetString("3.5"));
     this.diffEntry.AppendText(global::Mono.Unix.Catalog.GetString("4"));
     this.diffEntry.AppendText(global::Mono.Unix.Catalog.GetString("4.5"));
     this.diffEntry.AppendText(global::Mono.Unix.Catalog.GetString("5"));
     this.diffEntry.Name   = "diffEntry";
     this.diffEntry.Active = 0;
     this.table3.Add(this.diffEntry);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table3 [this.diffEntry]));
     w24.TopAttach    = ((uint)(1));
     w24.BottomAttach = ((uint)(2));
     w24.LeftAttach   = ((uint)(1));
     w24.RightAttach  = ((uint)(2));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.frame5            = new global::Gtk.Frame();
     this.frame5.Name       = "frame5";
     this.frame5.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame5.Gtk.Container+ContainerChild
     this.GtkAlignment4             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment4.Name        = "GtkAlignment4";
     this.GtkAlignment4.LeftPadding = ((uint)(12));
     // Container child GtkAlignment4.Gtk.Container+ContainerChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.shortDescEntry          = new global::Gtk.TextView();
     this.shortDescEntry.CanFocus = true;
     this.shortDescEntry.Name     = "shortDescEntry";
     this.shortDescEntry.WrapMode = ((global::Gtk.WrapMode)(2));
     this.GtkScrolledWindow1.Add(this.shortDescEntry);
     this.GtkAlignment4.Add(this.GtkScrolledWindow1);
     this.frame5.Add(this.GtkAlignment4);
     this.GtkLabel4           = new global::Gtk.Label();
     this.GtkLabel4.Name      = "GtkLabel4";
     this.GtkLabel4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Short Description</b>");
     this.GtkLabel4.UseMarkup = true;
     this.frame5.LabelWidget  = this.GtkLabel4;
     this.table3.Add(this.frame5);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table3 [this.frame5]));
     w28.TopAttach    = ((uint)(4));
     w28.BottomAttach = ((uint)(5));
     w28.RightAttach  = ((uint)(2));
     w28.XOptions     = ((global::Gtk.AttachOptions)(4));
     w28.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.frame6            = new global::Gtk.Frame();
     this.frame6.Name       = "frame6";
     this.frame6.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame6.Gtk.Container+ContainerChild
     this.GtkAlignment5             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment5.Name        = "GtkAlignment5";
     this.GtkAlignment5.LeftPadding = ((uint)(12));
     // Container child GtkAlignment5.Gtk.Container+ContainerChild
     this.GtkScrolledWindow2            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow2.Name       = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.longDescEntry          = new global::Gtk.TextView();
     this.longDescEntry.CanFocus = true;
     this.longDescEntry.Name     = "longDescEntry";
     this.longDescEntry.WrapMode = ((global::Gtk.WrapMode)(2));
     this.GtkScrolledWindow2.Add(this.longDescEntry);
     this.GtkAlignment5.Add(this.GtkScrolledWindow2);
     this.frame6.Add(this.GtkAlignment5);
     this.GtkLabel5           = new global::Gtk.Label();
     this.GtkLabel5.Name      = "GtkLabel5";
     this.GtkLabel5.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Long Description</b>");
     this.GtkLabel5.UseMarkup = true;
     this.frame6.LabelWidget  = this.GtkLabel5;
     this.table3.Add(this.frame6);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table3 [this.frame6]));
     w32.TopAttach    = ((uint)(5));
     w32.BottomAttach = ((uint)(6));
     w32.RightAttach  = ((uint)(2));
     w32.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.frame7            = new global::Gtk.Frame();
     this.frame7.Name       = "frame7";
     this.frame7.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame7.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.GtkScrolledWindow3            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow3.Name       = "GtkScrolledWindow3";
     this.GtkScrolledWindow3.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow3.Gtk.Container+ContainerChild
     this.hintEntry          = new global::Gtk.TextView();
     this.hintEntry.CanFocus = true;
     this.hintEntry.Name     = "hintEntry";
     this.hintEntry.WrapMode = ((global::Gtk.WrapMode)(2));
     this.GtkScrolledWindow3.Add(this.hintEntry);
     this.GtkAlignment6.Add(this.GtkScrolledWindow3);
     this.frame7.Add(this.GtkAlignment6);
     this.GtkLabel6           = new global::Gtk.Label();
     this.GtkLabel6.Name      = "GtkLabel6";
     this.GtkLabel6.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Hint</b>");
     this.GtkLabel6.UseMarkup = true;
     this.frame7.LabelWidget  = this.GtkLabel6;
     this.table3.Add(this.frame7);
     global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.table3 [this.frame7]));
     w36.TopAttach    = ((uint)(3));
     w36.BottomAttach = ((uint)(4));
     w36.RightAttach  = ((uint)(2));
     w36.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.Xalign    = 0F;
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("Cache Name:");
     this.table3.Add(this.label13);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table3 [this.label13]));
     w37.XOptions = ((global::Gtk.AttachOptions)(4));
     w37.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.Xalign    = 0F;
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString("Difficulty:");
     this.table3.Add(this.label14);
     global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table3 [this.label14]));
     w38.TopAttach    = ((uint)(1));
     w38.BottomAttach = ((uint)(2));
     w38.XOptions     = ((global::Gtk.AttachOptions)(4));
     w38.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label15           = new global::Gtk.Label();
     this.label15.Name      = "label15";
     this.label15.Xalign    = 0F;
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString("Terrain:");
     this.table3.Add(this.label15);
     global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table3 [this.label15]));
     w39.TopAttach    = ((uint)(2));
     w39.BottomAttach = ((uint)(3));
     w39.XOptions     = ((global::Gtk.AttachOptions)(4));
     w39.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.nameEntry               = new global::Gtk.Entry();
     this.nameEntry.CanFocus      = true;
     this.nameEntry.Name          = "nameEntry";
     this.nameEntry.IsEditable    = true;
     this.nameEntry.InvisibleChar = '•';
     this.table3.Add(this.nameEntry);
     global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table3 [this.nameEntry]));
     w40.LeftAttach  = ((uint)(1));
     w40.RightAttach = ((uint)(2));
     w40.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.terrEntry = global::Gtk.ComboBox.NewText();
     this.terrEntry.AppendText(global::Mono.Unix.Catalog.GetString("1"));
     this.terrEntry.AppendText(global::Mono.Unix.Catalog.GetString("1.5"));
     this.terrEntry.AppendText(global::Mono.Unix.Catalog.GetString("2"));
     this.terrEntry.AppendText(global::Mono.Unix.Catalog.GetString("2.5"));
     this.terrEntry.AppendText(global::Mono.Unix.Catalog.GetString("3"));
     this.terrEntry.AppendText(global::Mono.Unix.Catalog.GetString("3.5"));
     this.terrEntry.AppendText(global::Mono.Unix.Catalog.GetString("4"));
     this.terrEntry.AppendText(global::Mono.Unix.Catalog.GetString("4.5"));
     this.terrEntry.AppendText(global::Mono.Unix.Catalog.GetString("5"));
     this.terrEntry.Name   = "terrEntry";
     this.terrEntry.Active = 0;
     this.table3.Add(this.terrEntry);
     global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table3 [this.terrEntry]));
     w41.TopAttach    = ((uint)(2));
     w41.BottomAttach = ((uint)(3));
     w41.LeftAttach   = ((uint)(1));
     w41.RightAttach  = ((uint)(2));
     w41.XOptions     = ((global::Gtk.AttachOptions)(4));
     w41.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add(this.table3);
     global::Gtk.Notebook.NotebookChild w42 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.table3]));
     w42.Position = 1;
     // Notebook tab
     this.name           = new global::Gtk.Label();
     this.name.Name      = "name";
     this.name.LabelProp = global::Mono.Unix.Catalog.GetString("Paperless Caching Details");
     this.notebook1.SetTabLabel(this.table3, this.name);
     this.name.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox4             = new global::Gtk.VBox();
     this.vbox4.Name        = "vbox4";
     this.vbox4.Spacing     = 6;
     this.vbox4.BorderWidth = ((uint)(6));
     // Container child vbox4.Gtk.Box+BoxChild
     this.frame8            = new global::Gtk.Frame();
     this.frame8.Name       = "frame8";
     this.frame8.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame8.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.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.cacheIDEntry               = new global::Gtk.Entry();
     this.cacheIDEntry.CanFocus      = true;
     this.cacheIDEntry.Name          = "cacheIDEntry";
     this.cacheIDEntry.IsEditable    = true;
     this.cacheIDEntry.InvisibleChar = '•';
     this.table1.Add(this.cacheIDEntry);
     global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table1 [this.cacheIDEntry]));
     w43.TopAttach    = ((uint)(3));
     w43.BottomAttach = ((uint)(4));
     w43.LeftAttach   = ((uint)(1));
     w43.RightAttach  = ((uint)(2));
     w43.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("Owner:");
     this.table1.Add(this.label19);
     global::Gtk.Table.TableChild w44 = ((global::Gtk.Table.TableChild)(this.table1 [this.label19]));
     w44.XOptions = ((global::Gtk.AttachOptions)(4));
     w44.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label20           = new global::Gtk.Label();
     this.label20.Name      = "label20";
     this.label20.Xalign    = 0F;
     this.label20.LabelProp = global::Mono.Unix.Catalog.GetString("Owner ID:");
     this.table1.Add(this.label20);
     global::Gtk.Table.TableChild w45 = ((global::Gtk.Table.TableChild)(this.table1 [this.label20]));
     w45.TopAttach    = ((uint)(1));
     w45.BottomAttach = ((uint)(2));
     w45.XOptions     = ((global::Gtk.AttachOptions)(4));
     w45.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label21           = new global::Gtk.Label();
     this.label21.Name      = "label21";
     this.label21.Xalign    = 0F;
     this.label21.LabelProp = global::Mono.Unix.Catalog.GetString("Placed By:");
     this.table1.Add(this.label21);
     global::Gtk.Table.TableChild w46 = ((global::Gtk.Table.TableChild)(this.table1 [this.label21]));
     w46.TopAttach    = ((uint)(2));
     w46.BottomAttach = ((uint)(3));
     w46.XOptions     = ((global::Gtk.AttachOptions)(4));
     w46.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label22           = new global::Gtk.Label();
     this.label22.Name      = "label22";
     this.label22.Xalign    = 0F;
     this.label22.LabelProp = global::Mono.Unix.Catalog.GetString("Cache ID:");
     this.table1.Add(this.label22);
     global::Gtk.Table.TableChild w47 = ((global::Gtk.Table.TableChild)(this.table1 [this.label22]));
     w47.TopAttach    = ((uint)(3));
     w47.BottomAttach = ((uint)(4));
     w47.XOptions     = ((global::Gtk.AttachOptions)(4));
     w47.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ownerEntry               = new global::Gtk.Entry();
     this.ownerEntry.CanFocus      = true;
     this.ownerEntry.Name          = "ownerEntry";
     this.ownerEntry.IsEditable    = true;
     this.ownerEntry.InvisibleChar = '•';
     this.table1.Add(this.ownerEntry);
     global::Gtk.Table.TableChild w48 = ((global::Gtk.Table.TableChild)(this.table1 [this.ownerEntry]));
     w48.LeftAttach  = ((uint)(1));
     w48.RightAttach = ((uint)(2));
     w48.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ownerIDEntry               = new global::Gtk.Entry();
     this.ownerIDEntry.CanFocus      = true;
     this.ownerIDEntry.Name          = "ownerIDEntry";
     this.ownerIDEntry.IsEditable    = true;
     this.ownerIDEntry.InvisibleChar = '•';
     this.table1.Add(this.ownerIDEntry);
     global::Gtk.Table.TableChild w49 = ((global::Gtk.Table.TableChild)(this.table1 [this.ownerIDEntry]));
     w49.TopAttach    = ((uint)(1));
     w49.BottomAttach = ((uint)(2));
     w49.LeftAttach   = ((uint)(1));
     w49.RightAttach  = ((uint)(2));
     w49.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.placedByEntry               = new global::Gtk.Entry();
     this.placedByEntry.CanFocus      = true;
     this.placedByEntry.Name          = "placedByEntry";
     this.placedByEntry.IsEditable    = true;
     this.placedByEntry.InvisibleChar = '•';
     this.table1.Add(this.placedByEntry);
     global::Gtk.Table.TableChild w50 = ((global::Gtk.Table.TableChild)(this.table1 [this.placedByEntry]));
     w50.TopAttach    = ((uint)(2));
     w50.BottomAttach = ((uint)(3));
     w50.LeftAttach   = ((uint)(1));
     w50.RightAttach  = ((uint)(2));
     w50.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment7.Add(this.table1);
     this.frame8.Add(this.GtkAlignment7);
     this.GtkLabel           = new global::Gtk.Label();
     this.GtkLabel.Name      = "GtkLabel";
     this.GtkLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Owner Details</b>");
     this.GtkLabel.UseMarkup = true;
     this.frame8.LabelWidget = this.GtkLabel;
     this.vbox4.Add(this.frame8);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.frame8]));
     w53.Position = 0;
     w53.Expand   = false;
     w53.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.frame9            = new global::Gtk.Frame();
     this.frame9.Name       = "frame9";
     this.frame9.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame9.Gtk.Container+ContainerChild
     this.GtkAlignment8             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment8.Name        = "GtkAlignment8";
     this.GtkAlignment8.LeftPadding = ((uint)(12));
     // Container child GtkAlignment8.Gtk.Container+ContainerChild
     this.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.label23           = new global::Gtk.Label();
     this.label23.Name      = "label23";
     this.label23.LabelProp = global::Mono.Unix.Catalog.GetString("User Data 2:");
     this.table4.Add(this.label23);
     global::Gtk.Table.TableChild w54 = ((global::Gtk.Table.TableChild)(this.table4 [this.label23]));
     w54.TopAttach    = ((uint)(1));
     w54.BottomAttach = ((uint)(2));
     w54.XOptions     = ((global::Gtk.AttachOptions)(4));
     w54.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label24           = new global::Gtk.Label();
     this.label24.Name      = "label24";
     this.label24.LabelProp = global::Mono.Unix.Catalog.GetString("User Data 3:");
     this.table4.Add(this.label24);
     global::Gtk.Table.TableChild w55 = ((global::Gtk.Table.TableChild)(this.table4 [this.label24]));
     w55.TopAttach    = ((uint)(2));
     w55.BottomAttach = ((uint)(3));
     w55.XOptions     = ((global::Gtk.AttachOptions)(4));
     w55.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label25           = new global::Gtk.Label();
     this.label25.Name      = "label25";
     this.label25.LabelProp = global::Mono.Unix.Catalog.GetString("User Data 4:");
     this.table4.Add(this.label25);
     global::Gtk.Table.TableChild w56 = ((global::Gtk.Table.TableChild)(this.table4 [this.label25]));
     w56.TopAttach    = ((uint)(3));
     w56.BottomAttach = ((uint)(4));
     w56.XOptions     = ((global::Gtk.AttachOptions)(4));
     w56.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("User Data 1:");
     this.table4.Add(this.label5);
     global::Gtk.Table.TableChild w57 = ((global::Gtk.Table.TableChild)(this.table4 [this.label5]));
     w57.XOptions = ((global::Gtk.AttachOptions)(4));
     w57.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.udata1Entry               = new global::Gtk.Entry();
     this.udata1Entry.CanFocus      = true;
     this.udata1Entry.Name          = "udata1Entry";
     this.udata1Entry.IsEditable    = true;
     this.udata1Entry.InvisibleChar = '•';
     this.table4.Add(this.udata1Entry);
     global::Gtk.Table.TableChild w58 = ((global::Gtk.Table.TableChild)(this.table4 [this.udata1Entry]));
     w58.LeftAttach  = ((uint)(1));
     w58.RightAttach = ((uint)(2));
     w58.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.uData2Entry               = new global::Gtk.Entry();
     this.uData2Entry.CanFocus      = true;
     this.uData2Entry.Name          = "uData2Entry";
     this.uData2Entry.IsEditable    = true;
     this.uData2Entry.InvisibleChar = '•';
     this.table4.Add(this.uData2Entry);
     global::Gtk.Table.TableChild w59 = ((global::Gtk.Table.TableChild)(this.table4 [this.uData2Entry]));
     w59.TopAttach    = ((uint)(1));
     w59.BottomAttach = ((uint)(2));
     w59.LeftAttach   = ((uint)(1));
     w59.RightAttach  = ((uint)(2));
     w59.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.uData3Entry               = new global::Gtk.Entry();
     this.uData3Entry.CanFocus      = true;
     this.uData3Entry.Name          = "uData3Entry";
     this.uData3Entry.IsEditable    = true;
     this.uData3Entry.InvisibleChar = '•';
     this.table4.Add(this.uData3Entry);
     global::Gtk.Table.TableChild w60 = ((global::Gtk.Table.TableChild)(this.table4 [this.uData3Entry]));
     w60.TopAttach    = ((uint)(2));
     w60.BottomAttach = ((uint)(3));
     w60.LeftAttach   = ((uint)(1));
     w60.RightAttach  = ((uint)(2));
     w60.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.uData4Entry               = new global::Gtk.Entry();
     this.uData4Entry.CanFocus      = true;
     this.uData4Entry.Name          = "uData4Entry";
     this.uData4Entry.IsEditable    = true;
     this.uData4Entry.InvisibleChar = '•';
     this.table4.Add(this.uData4Entry);
     global::Gtk.Table.TableChild w61 = ((global::Gtk.Table.TableChild)(this.table4 [this.uData4Entry]));
     w61.TopAttach    = ((uint)(3));
     w61.BottomAttach = ((uint)(4));
     w61.LeftAttach   = ((uint)(1));
     w61.RightAttach  = ((uint)(2));
     w61.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment8.Add(this.table4);
     this.frame9.Add(this.GtkAlignment8);
     this.GtkLabel8           = new global::Gtk.Label();
     this.GtkLabel8.Name      = "GtkLabel8";
     this.GtkLabel8.LabelProp = global::Mono.Unix.Catalog.GetString("<b>User Data</b>");
     this.GtkLabel8.UseMarkup = true;
     this.frame9.LabelWidget  = this.GtkLabel8;
     this.vbox4.Add(this.frame9);
     global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.frame9]));
     w64.Position = 1;
     w64.Expand   = false;
     w64.Fill     = false;
     this.notebook1.Add(this.vbox4);
     global::Gtk.Notebook.NotebookChild w65 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox4]));
     w65.Position = 2;
     // Notebook tab
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Other Properties");
     this.notebook1.SetTabLabel(this.vbox4, this.label4);
     this.label4.ShowAll();
     w1.Add(this.notebook1);
     global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(w1 [this.notebook1]));
     w66.Position = 0;
     w66.Padding  = ((uint)(6));
     // Internal child ocmgtk.ModifyCacheDialog.ActionArea
     global::Gtk.HButtonBox w67 = this.ActionArea;
     w67.Name        = "dialog1_ActionArea";
     w67.Spacing     = 10;
     w67.BorderWidth = ((uint)(5));
     w67.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 w68 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w67 [this.buttonCancel]));
     w68.Expand = false;
     w68.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 w69 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w67 [this.buttonOk]));
     w69.Position = 1;
     w69.Expand   = false;
     w69.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 808;
     this.DefaultHeight = 577;
     this.Show();
     this.corrButton.Clicked   += new global::System.EventHandler(this.OnCorrClick);
     this.buttonCancel.Clicked += new global::System.EventHandler(this.OnCancelClicked);
     this.buttonOk.Clicked     += new global::System.EventHandler(this.OnButtonOkClicked);
 }
Пример #16
0
        protected virtual void Build()
        {
            global::Stetic.Gui.Initialize(this);
            // Widget DamageControl.MenuPrincipal
            this.Name           = "DamageControl.MenuPrincipal";
            this.Title          = global::Mono.Unix.Catalog.GetString("Menú Principal");
            this.WindowPosition = ((global::Gtk.WindowPosition)(3));
            // Container child DamageControl.MenuPrincipal.Gtk.Container+ContainerChild
            this.frameMenu             = new global::Gtk.Frame();
            this.frameMenu.Name        = "frameMenu";
            this.frameMenu.ShadowType  = ((global::Gtk.ShadowType)(1));
            this.frameMenu.BorderWidth = ((uint)(15));
            // Container child frameMenu.Gtk.Container+ContainerChild
            this.GtkAligInterior             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
            this.GtkAligInterior.Name        = "GtkAligInterior";
            this.GtkAligInterior.LeftPadding = ((uint)(12));
            this.GtkAligInterior.BorderWidth = ((uint)(15));
            // Container child GtkAligInterior.Gtk.Container+ContainerChild
            this.alignment1      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
            this.alignment1.Name = "alignment1";
            // Container child alignment1.Gtk.Container+ContainerChild
            this.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.butInfoUsuario = new global::Gtk.Button();
            this.butInfoUsuario.WidthRequest  = 40;
            this.butInfoUsuario.HeightRequest = 35;
            this.butInfoUsuario.CanFocus      = true;
            this.butInfoUsuario.Name          = "butInfoUsuario";
            this.butInfoUsuario.UseUnderline  = true;
            global::Gtk.Image w1 = new global::Gtk.Image();
            w1.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-dialog-info", global::Gtk.IconSize.Menu);
            this.butInfoUsuario.Image = w1;
            this.hbox4.Add(this.butInfoUsuario);
            global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.butInfoUsuario]));
            w2.Position = 0;
            w2.Expand   = false;
            w2.Fill     = false;
            w2.Padding  = ((uint)(10));
            // Container child hbox4.Gtk.Box+BoxChild
            this.labUsuario = new global::Gtk.Label();
            this.labUsuario.WidthRequest = 150;
            this.labUsuario.Name         = "labUsuario";
            this.labUsuario.Xalign       = 0F;
            this.labUsuario.LabelProp    = global::Mono.Unix.Catalog.GetString("<b>labUsuario</b>");
            this.labUsuario.UseMarkup    = true;
            this.labUsuario.UseUnderline = true;
            this.hbox4.Add(this.labUsuario);
            global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.labUsuario]));
            w3.Position = 1;
            w3.Expand   = false;
            // Container child hbox4.Gtk.Box+BoxChild
            this.fixed7           = new global::Gtk.Fixed();
            this.fixed7.Name      = "fixed7";
            this.fixed7.HasWindow = false;
            this.hbox4.Add(this.fixed7);
            global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.fixed7]));
            w4.Position = 2;
            // Container child hbox4.Gtk.Box+BoxChild
            this.labFecha = new global::Gtk.Label();
            this.labFecha.WidthRequest = 200;
            this.labFecha.Name         = "labFecha";
            this.labFecha.Xalign       = 0F;
            this.labFecha.LabelProp    = global::Mono.Unix.Catalog.GetString("labFecha");
            this.hbox4.Add(this.labFecha);
            global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.labFecha]));
            w5.Position = 3;
            w5.Expand   = false;
            this.vbox1.Add(this.hbox4);
            global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox4]));
            w6.Position = 0;
            w6.Expand   = false;
            w6.Fill     = false;
            // Container child vbox1.Gtk.Box+BoxChild
            this.imgMenuPrincipal        = new global::Gtk.Image();
            this.imgMenuPrincipal.Name   = "imgMenuPrincipal";
            this.imgMenuPrincipal.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("DamageControl.imagenes.Logo-Damage-Control.png");
            this.vbox1.Add(this.imgMenuPrincipal);
            global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.imgMenuPrincipal]));
            w7.Position = 1;
            w7.Expand   = 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.notebookMenu             = new global::Gtk.Notebook();
            this.notebookMenu.CanFocus    = true;
            this.notebookMenu.Name        = "notebookMenu";
            this.notebookMenu.CurrentPage = 1;
            this.notebookMenu.TabPos      = ((global::Gtk.PositionType)(0));
            this.notebookMenu.BorderWidth = ((uint)(5));
            // Container child notebookMenu.Gtk.Notebook+NotebookChild
            this.alignActualizar               = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
            this.alignActualizar.Name          = "alignActualizar";
            this.alignActualizar.LeftPadding   = ((uint)(15));
            this.alignActualizar.TopPadding    = ((uint)(10));
            this.alignActualizar.RightPadding  = ((uint)(5));
            this.alignActualizar.BottomPadding = ((uint)(5));
            // Container child alignActualizar.Gtk.Container+ContainerChild
            this.vbox2         = new global::Gtk.VBox();
            this.vbox2.Name    = "vbox2";
            this.vbox2.Spacing = 6;
            // Container child vbox2.Gtk.Box+BoxChild
            this.imgActualizar        = new global::Gtk.Image();
            this.imgActualizar.Name   = "imgActualizar";
            this.imgActualizar.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("DamageControl.imagenes.Actualizar.png");
            this.vbox2.Add(this.imgActualizar);
            global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.imgActualizar]));
            w8.Position = 0;
            w8.Expand   = false;
            w8.Fill     = false;
            // Container child vbox2.Gtk.Box+BoxChild
            this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
            this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
            this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
            // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
            this.textVActualizar                  = new global::Gtk.TextView();
            this.textVActualizar.Buffer.Text      = @"Damage Control, C.A. maneja información importante en cuanto los cursos que dicta, los grupos que reciben las clases dadas, los instructores que laboran en la empresa y los mismísimos estudiantes que, a fin de cuenta, es a quien va dirigida nuestra misión y razón de ser.
Esta opción de ""Actualizar"" permite la inclusión, modificación, eliminación en cuanto a la información de los cursos, grupos, instructores y estudiantes presentes en nuestra organización.";
            this.textVActualizar.CanFocus         = true;
            this.textVActualizar.Name             = "textVActualizar";
            this.textVActualizar.Editable         = false;
            this.textVActualizar.CursorVisible    = false;
            this.textVActualizar.AcceptsTab       = false;
            this.textVActualizar.Justification    = ((global::Gtk.Justification)(3));
            this.textVActualizar.WrapMode         = ((global::Gtk.WrapMode)(3));
            this.textVActualizar.PixelsAboveLines = 5;
            this.textVActualizar.PixelsBelowLines = 5;
            this.textVActualizar.LeftMargin       = 15;
            this.textVActualizar.RightMargin      = 10;
            this.textVActualizar.Indent           = 25;
            this.GtkScrolledWindow.Add(this.textVActualizar);
            this.vbox2.Add(this.GtkScrolledWindow);
            global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
            w10.Position = 1;
            // Container child vbox2.Gtk.Box+BoxChild
            this.butActualizar = new global::Gtk.Button();
            this.butActualizar.HeightRequest = 50;
            this.butActualizar.CanFocus      = true;
            this.butActualizar.Name          = "butActualizar";
            this.butActualizar.UseUnderline  = true;
            this.butActualizar.Label         = global::Mono.Unix.Catalog.GetString("Actualizar datos");
            this.vbox2.Add(this.butActualizar);
            global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.butActualizar]));
            w11.Position = 2;
            w11.Expand   = false;
            w11.Fill     = false;
            this.alignActualizar.Add(this.vbox2);
            this.notebookMenu.Add(this.alignActualizar);
            // Notebook tab
            this.labActualizaciones           = new global::Gtk.Label();
            this.labActualizaciones.Name      = "labActualizaciones";
            this.labActualizaciones.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Actualizar</b>");
            this.labActualizaciones.UseMarkup = true;
            this.notebookMenu.SetTabLabel(this.alignActualizar, this.labActualizaciones);
            this.labActualizaciones.ShowAll();
            // Container child notebookMenu.Gtk.Notebook+NotebookChild
            this.alignReportes               = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
            this.alignReportes.Name          = "alignReportes";
            this.alignReportes.LeftPadding   = ((uint)(15));
            this.alignReportes.TopPadding    = ((uint)(10));
            this.alignReportes.RightPadding  = ((uint)(5));
            this.alignReportes.BottomPadding = ((uint)(5));
            // Container child alignReportes.Gtk.Container+ContainerChild
            this.vbox3         = new global::Gtk.VBox();
            this.vbox3.Name    = "vbox3";
            this.vbox3.Spacing = 6;
            // Container child vbox3.Gtk.Box+BoxChild
            this.imgReportes        = new global::Gtk.Image();
            this.imgReportes.Name   = "imgReportes";
            this.imgReportes.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("DamageControl.imagenes.Reporte.png");
            this.vbox3.Add(this.imgReportes);
            global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.imgReportes]));
            w14.Position = 0;
            w14.Expand   = false;
            w14.Fill     = false;
            // Container child vbox3.Gtk.Box+BoxChild
            this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
            this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
            this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
            // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
            this.textVReportes                  = new global::Gtk.TextView();
            this.textVReportes.Buffer.Text      = @"Damage Control, C.A. mantiene un control sobre los cursos que dicta y los grupos que han formado parte de la organización, es por eso que trabaja con reportes que indican información importante para la toma de decisiones en la empresa.
Esta opción de ""Reportes"" permite generar dos diferentes tipos de listados; ""Listado de cursos"" que permite conocer por parte de cada curso, la cantidad de grupos de ese curso en una determinada fecha. Y ""Listado de grupos culminados a la fecha actual"" que indica los grupos que han finalizado hasta la fecha.";
            this.textVReportes.CanFocus         = true;
            this.textVReportes.Name             = "textVReportes";
            this.textVReportes.Editable         = false;
            this.textVReportes.CursorVisible    = false;
            this.textVReportes.AcceptsTab       = false;
            this.textVReportes.Justification    = ((global::Gtk.Justification)(3));
            this.textVReportes.WrapMode         = ((global::Gtk.WrapMode)(3));
            this.textVReportes.PixelsAboveLines = 5;
            this.textVReportes.PixelsBelowLines = 5;
            this.textVReportes.LeftMargin       = 15;
            this.textVReportes.RightMargin      = 10;
            this.textVReportes.Indent           = 25;
            this.GtkScrolledWindow1.Add(this.textVReportes);
            this.vbox3.Add(this.GtkScrolledWindow1);
            global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow1]));
            w16.Position = 1;
            // Container child vbox3.Gtk.Box+BoxChild
            this.butReportes = new global::Gtk.Button();
            this.butReportes.HeightRequest = 50;
            this.butReportes.CanFocus      = true;
            this.butReportes.Name          = "butReportes";
            this.butReportes.UseUnderline  = true;
            this.butReportes.Label         = global::Mono.Unix.Catalog.GetString("Solicitar reportes");
            this.vbox3.Add(this.butReportes);
            global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.butReportes]));
            w17.Position = 2;
            w17.Expand   = false;
            this.alignReportes.Add(this.vbox3);
            this.notebookMenu.Add(this.alignReportes);
            global::Gtk.Notebook.NotebookChild w19 = ((global::Gtk.Notebook.NotebookChild)(this.notebookMenu [this.alignReportes]));
            w19.Position = 1;
            // Notebook tab
            this.labReportes           = new global::Gtk.Label();
            this.labReportes.Name      = "labReportes";
            this.labReportes.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Reportes</b>");
            this.labReportes.UseMarkup = true;
            this.notebookMenu.SetTabLabel(this.alignReportes, this.labReportes);
            this.labReportes.ShowAll();
            // Container child notebookMenu.Gtk.Notebook+NotebookChild
            this.alignCreditos               = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
            this.alignCreditos.Name          = "alignCreditos";
            this.alignCreditos.LeftPadding   = ((uint)(15));
            this.alignCreditos.TopPadding    = ((uint)(10));
            this.alignCreditos.RightPadding  = ((uint)(5));
            this.alignCreditos.BottomPadding = ((uint)(5));
            // Container child alignCreditos.Gtk.Container+ContainerChild
            this.vbox4         = new global::Gtk.VBox();
            this.vbox4.Name    = "vbox4";
            this.vbox4.Spacing = 6;
            // Container child vbox4.Gtk.Box+BoxChild
            this.imgCreditos        = new global::Gtk.Image();
            this.imgCreditos.Name   = "imgCreditos";
            this.imgCreditos.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("DamageControl.imagenes.Creditos1.png");
            this.vbox4.Add(this.imgCreditos);
            global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.imgCreditos]));
            w20.Position = 0;
            w20.Expand   = false;
            w20.Fill     = false;
            // Container child vbox4.Gtk.Box+BoxChild
            this.GtkScrolledWindow2            = new global::Gtk.ScrolledWindow();
            this.GtkScrolledWindow2.Name       = "GtkScrolledWindow2";
            this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
            // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
            this.textVCreditos                  = new global::Gtk.TextView();
            this.textVCreditos.Buffer.Text      = @"Damage Control System es una aplicación de escritorio elaborada por el equipo de trabajo UCLASoftware, con la finalidad de dar sencillez en la manipulación de los datos e información importante de la empresa Damage Control, C.A. La aplicación fue hecha en el período diciembre, 2018 a  enero, 2019, utilizando el lenguaje de programación C# bajo el entorno de desarrollo Monodevelop 5.10 para Sistemas Operativos Linux y el sistema de gestión de base de datos MySQL Workbrench 6.3.6.
El equipo de UCLASoftware está conformado por estudiantes de Ingeniería en Informática en la Universidad Centroccidental ""Lisandro Alvarado"". Los integrantes de este equipo, son:
	- Brizuela, Yurisbellys.
	- Camacho, Franklin.
	- Leal, Jesús.
	- Miranda, Marihec.
	- Rivero Gustavo."    ;
            this.textVCreditos.CanFocus         = true;
            this.textVCreditos.Name             = "textVCreditos";
            this.textVCreditos.Editable         = false;
            this.textVCreditos.CursorVisible    = false;
            this.textVCreditos.AcceptsTab       = false;
            this.textVCreditos.Justification    = ((global::Gtk.Justification)(3));
            this.textVCreditos.WrapMode         = ((global::Gtk.WrapMode)(3));
            this.textVCreditos.PixelsAboveLines = 5;
            this.textVCreditos.PixelsBelowLines = 5;
            this.textVCreditos.LeftMargin       = 15;
            this.textVCreditos.RightMargin      = 10;
            this.textVCreditos.Indent           = 25;
            this.GtkScrolledWindow2.Add(this.textVCreditos);
            this.vbox4.Add(this.GtkScrolledWindow2);
            global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkScrolledWindow2]));
            w22.Position = 1;
            this.alignCreditos.Add(this.vbox4);
            this.notebookMenu.Add(this.alignCreditos);
            global::Gtk.Notebook.NotebookChild w24 = ((global::Gtk.Notebook.NotebookChild)(this.notebookMenu [this.alignCreditos]));
            w24.Position = 2;
            // Notebook tab
            this.labCreditos           = new global::Gtk.Label();
            this.labCreditos.Name      = "labCreditos";
            this.labCreditos.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Créditos</b>");
            this.labCreditos.UseMarkup = true;
            this.notebookMenu.SetTabLabel(this.alignCreditos, this.labCreditos);
            this.labCreditos.ShowAll();
            this.hbox1.Add(this.notebookMenu);
            global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.notebookMenu]));
            w25.Position = 0;
            w25.Padding  = ((uint)(15));
            this.vbox1.Add(this.hbox1);
            global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
            w26.Position = 2;
            // Container child vbox1.Gtk.Box+BoxChild
            this.hbox3             = new global::Gtk.HBox();
            this.hbox3.Name        = "hbox3";
            this.hbox3.Homogeneous = true;
            this.hbox3.Spacing     = 6;
            // Container child hbox3.Gtk.Box+BoxChild
            this.butCerrarSesion = new global::Gtk.Button();
            this.butCerrarSesion.HeightRequest = 50;
            this.butCerrarSesion.CanFocus      = true;
            this.butCerrarSesion.Name          = "butCerrarSesion";
            this.butCerrarSesion.UseUnderline  = true;
            this.butCerrarSesion.Label         = global::Mono.Unix.Catalog.GetString("Cerrar sesión");
            this.hbox3.Add(this.butCerrarSesion);
            global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.butCerrarSesion]));
            w27.Position = 0;
            w27.Expand   = false;
            // Container child hbox3.Gtk.Box+BoxChild
            this.butSalir = new global::Gtk.Button();
            this.butSalir.HeightRequest = 50;
            this.butSalir.CanFocus      = true;
            this.butSalir.Name          = "butSalir";
            this.butSalir.UseUnderline  = true;
            this.butSalir.Label         = global::Mono.Unix.Catalog.GetString("Salir");
            this.hbox3.Add(this.butSalir);
            global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.butSalir]));
            w28.Position = 1;
            w28.Expand   = false;
            this.vbox1.Add(this.hbox3);
            global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox3]));
            w29.Position = 3;
            w29.Expand   = false;
            w29.Fill     = false;
            this.alignment1.Add(this.vbox1);
            this.GtkAligInterior.Add(this.alignment1);
            this.frameMenu.Add(this.GtkAligInterior);
            this.GtkLabDamageControl           = new global::Gtk.Label();
            this.GtkLabDamageControl.Name      = "GtkLabDamageControl";
            this.GtkLabDamageControl.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Damage Control</b>");
            this.GtkLabDamageControl.UseMarkup = true;
            this.frameMenu.LabelWidget         = this.GtkLabDamageControl;
            this.Add(this.frameMenu);
            if ((this.Child != null))
            {
                this.Child.ShowAll();
            }
            this.DefaultWidth  = 706;
            this.DefaultHeight = 681;
            this.Show();
            this.butInfoUsuario.Clicked  += new global::System.EventHandler(this.OnButInfoUsuarioClicked);
            this.butActualizar.Clicked   += new global::System.EventHandler(this.OnButActualizarClicked);
            this.butReportes.Clicked     += new global::System.EventHandler(this.OnButReportesClicked);
            this.butCerrarSesion.Clicked += new global::System.EventHandler(this.OnButCerrarSesionClicked);
            this.butSalir.Clicked        += new global::System.EventHandler(this.OnButSalirClicked);
        }
Пример #17
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.MonoDroid.Gui.MonoDroidBuildOptionsWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.MonoDroid.Gui.MonoDroidBuildOptionsWidget";
     // Container child MonoDevelop.MonoDroid.Gui.MonoDroidBuildOptionsWidget.Gtk.Container+ContainerChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 1;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.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.extraMonoDroidArgsEntry               = new global::Gtk.Entry();
     this.extraMonoDroidArgsEntry.CanFocus      = true;
     this.extraMonoDroidArgsEntry.Name          = "extraMonoDroidArgsEntry";
     this.extraMonoDroidArgsEntry.IsEditable    = true;
     this.extraMonoDroidArgsEntry.InvisibleChar = '●';
     this.table1.Add(this.extraMonoDroidArgsEntry);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.extraMonoDroidArgsEntry]));
     w1.TopAttach    = ((uint)(2));
     w1.BottomAttach = ((uint)(3));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox1      = new global::Gtk.HBox();
     this.hbox1.Name = "hbox1";
     // Container child hbox1.Gtk.Box+BoxChild
     this.linkerCombo      = global::Gtk.ComboBox.NewText();
     this.linkerCombo.Name = "linkerCombo";
     this.hbox1.Add(this.linkerCombo);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.linkerCombo]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     this.table1.Add(this.hbox1);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox1]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1              = new global::Gtk.Label();
     this.label1.Name         = "label1";
     this.label1.Xalign       = 0F;
     this.label1.LabelProp    = global::Mono.Unix.Catalog.GetString("_Extra arguments:");
     this.label1.UseUnderline = true;
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w4.TopAttach    = ((uint)(2));
     w4.BottomAttach = ((uint)(3));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2              = new global::Gtk.Label();
     this.label2.Name         = "label2";
     this.label2.Xalign       = 0F;
     this.label2.LabelProp    = global::Mono.Unix.Catalog.GetString("_Linker behavior:");
     this.label2.UseUnderline = 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.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.sharedRuntimeCheck               = new global::Gtk.CheckButton();
     this.sharedRuntimeCheck.CanFocus      = true;
     this.sharedRuntimeCheck.Name          = "sharedRuntimeCheck";
     this.sharedRuntimeCheck.Label         = global::Mono.Unix.Catalog.GetString("Use shared Mono runtime");
     this.sharedRuntimeCheck.DrawIndicator = true;
     this.sharedRuntimeCheck.UseUnderline  = true;
     this.table1.Add(this.sharedRuntimeCheck);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.sharedRuntimeCheck]));
     w6.RightAttach = ((uint)(2));
     w6.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add(this.table1);
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("General");
     this.notebook1.SetTabLabel(this.table1, this.label3);
     this.label3.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(6));
     // Container child vbox2.Gtk.Box+BoxChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Supported ABIs</b>");
     this.label7.UseMarkup = true;
     this.vbox2.Add(this.label7);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label7]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment2             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment2.Name        = "alignment2";
     this.alignment2.LeftPadding = ((uint)(24));
     // Container child alignment2.Gtk.Container+ContainerChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.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("<small>List of ABIs to support. If no abi is specified, 'armeabi' is used.</small>");
     this.label8.UseMarkup = true;
     this.vbox4.Add(this.label8);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label8]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.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.abisTreeView          = new global::Gtk.TreeView();
     this.abisTreeView.CanFocus = true;
     this.abisTreeView.Name     = "abisTreeView";
     this.GtkScrolledWindow1.Add(this.abisTreeView);
     this.vbox4.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkScrolledWindow1]));
     w11.Position = 1;
     this.alignment2.Add(this.vbox4);
     this.vbox2.Add(this.alignment2);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment2]));
     w13.Position = 1;
     // Container child vbox2.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>Internationalization</b>");
     this.label5.UseMarkup = true;
     this.vbox2.Add(this.label5);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label5]));
     w14.Position = 2;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment1             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name        = "alignment1";
     this.alignment1.LeftPadding = ((uint)(24));
     // Container child alignment1.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("<small>If the application uses certain international codesets, they must be\nspecified explicitly so that the linker can include supporting resources.</small>");
     this.label6.UseMarkup = true;
     this.vbox3.Add(this.label6);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label6]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.i18NTreeView          = new global::Gtk.TreeView();
     this.i18NTreeView.CanFocus = true;
     this.i18NTreeView.Name     = "i18NTreeView";
     this.GtkScrolledWindow.Add(this.i18NTreeView);
     this.vbox3.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow]));
     w17.Position = 1;
     this.alignment1.Add(this.vbox3);
     this.vbox2.Add(this.alignment1);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment1]));
     w19.Position = 3;
     this.notebook1.Add(this.vbox2);
     global::Gtk.Notebook.NotebookChild w20 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox2]));
     w20.Position = 1;
     // Notebook tab
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Advanced");
     this.notebook1.SetTabLabel(this.vbox2, this.label4);
     this.label4.ShowAll();
     this.Add(this.notebook1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label1.MnemonicWidget = this.extraMonoDroidArgsEntry;
     this.label2.MnemonicWidget = this.linkerCombo;
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Gettext.Editor.CatalogHeadersWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Gettext.Editor.CatalogHeadersWidget";
     // Container child MonoDevelop.Gettext.Editor.CatalogHeadersWidget.Gtk.Container+ContainerChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 1;
     this.notebook1.TabPos      = ((global::Gtk.PositionType)(0));
     this.notebook1.BorderWidth = ((uint)(8));
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.table1               = new global::Gtk.Table(((uint)(6)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     this.table1.BorderWidth   = ((uint)(8));
     // Container child table1.Gtk.Table+TableChild
     this.entryBugzilla               = new global::Gtk.Entry();
     this.entryBugzilla.CanFocus      = true;
     this.entryBugzilla.Name          = "entryBugzilla";
     this.entryBugzilla.IsEditable    = true;
     this.entryBugzilla.InvisibleChar = '●';
     this.table1.Add(this.entryBugzilla);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryBugzilla]));
     w1.TopAttach    = ((uint)(3));
     w1.BottomAttach = ((uint)(4));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryProjectName               = new global::Gtk.Entry();
     this.entryProjectName.CanFocus      = true;
     this.entryProjectName.Name          = "entryProjectName";
     this.entryProjectName.IsEditable    = true;
     this.entryProjectName.InvisibleChar = '●';
     this.table1.Add(this.entryProjectName);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryProjectName]));
     w2.TopAttach    = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryProjectVersion               = new global::Gtk.Entry();
     this.entryProjectVersion.CanFocus      = true;
     this.entryProjectVersion.Name          = "entryProjectVersion";
     this.entryProjectVersion.IsEditable    = true;
     this.entryProjectVersion.InvisibleChar = '●';
     this.table1.Add(this.entryProjectVersion);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryProjectVersion]));
     w3.TopAttach    = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Last modification:");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w4.TopAttach    = ((uint)(5));
     w4.BottomAttach = ((uint)(6));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5              = new global::Gtk.Label();
     this.label5.Name         = "label5";
     this.label5.Xalign       = 0F;
     this.label5.LabelProp    = global::Mono.Unix.Catalog.GetString("_Comments:");
     this.label5.UseUnderline = true;
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6              = new global::Gtk.Label();
     this.label6.Name         = "label6";
     this.label6.Xalign       = 0F;
     this.label6.LabelProp    = global::Mono.Unix.Catalog.GetString("_Project name:");
     this.label6.UseUnderline = true;
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label7              = new global::Gtk.Label();
     this.label7.Name         = "label7";
     this.label7.Xalign       = 0F;
     this.label7.LabelProp    = global::Mono.Unix.Catalog.GetString("P_roject version:");
     this.label7.UseUnderline = true;
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
     w7.TopAttach    = ((uint)(2));
     w7.BottomAttach = ((uint)(3));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label8              = new global::Gtk.Label();
     this.label8.Name         = "label8";
     this.label8.Xalign       = 0F;
     this.label8.LabelProp    = global::Mono.Unix.Catalog.GetString("_Bugzilla URL:");
     this.label8.UseUnderline = true;
     this.table1.Add(this.label8);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
     w8.TopAttach    = ((uint)(3));
     w8.BottomAttach = ((uint)(4));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.Xalign    = 0F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Creation date:");
     this.table1.Add(this.label9);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label9]));
     w9.TopAttach    = ((uint)(4));
     w9.BottomAttach = ((uint)(5));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelPoLastModification           = new global::Gtk.Label();
     this.labelPoLastModification.Name      = "labelPoLastModification";
     this.labelPoLastModification.Xalign    = 0F;
     this.labelPoLastModification.UseMarkup = true;
     this.table1.Add(this.labelPoLastModification);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelPoLastModification]));
     w10.TopAttach    = ((uint)(5));
     w10.BottomAttach = ((uint)(6));
     w10.LeftAttach   = ((uint)(1));
     w10.RightAttach  = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelPotCreation           = new global::Gtk.Label();
     this.labelPotCreation.Name      = "labelPotCreation";
     this.labelPotCreation.Xalign    = 0F;
     this.labelPotCreation.UseMarkup = true;
     this.table1.Add(this.labelPotCreation);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelPotCreation]));
     w11.TopAttach    = ((uint)(4));
     w11.BottomAttach = ((uint)(5));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.textviewComments = new global::Gtk.TextView();
     this.textviewComments.HeightRequest = 180;
     this.textviewComments.CanFocus      = true;
     this.textviewComments.Name          = "textviewComments";
     this.scrolledwindow1.Add(this.textviewComments);
     this.table1.Add(this.scrolledwindow1);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.scrolledwindow1]));
     w13.LeftAttach  = ((uint)(1));
     w13.RightAttach = ((uint)(2));
     w13.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add(this.table1);
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Project settings");
     this.notebook1.SetTabLabel(this.table1, this.label3);
     this.label3.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.table2               = new global::Gtk.Table(((uint)(6)), ((uint)(2)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     this.table2.BorderWidth   = ((uint)(8));
     // Container child table2.Gtk.Table+TableChild
     this.comboboxentryCharset      = new global::Gtk.ComboBoxEntry();
     this.comboboxentryCharset.Name = "comboboxentryCharset";
     this.table2.Add(this.comboboxentryCharset);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table2 [this.comboboxentryCharset]));
     w15.TopAttach    = ((uint)(4));
     w15.BottomAttach = ((uint)(5));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.entryLanguageGroupEmail               = new global::Gtk.Entry();
     this.entryLanguageGroupEmail.CanFocus      = true;
     this.entryLanguageGroupEmail.Name          = "entryLanguageGroupEmail";
     this.entryLanguageGroupEmail.IsEditable    = true;
     this.entryLanguageGroupEmail.InvisibleChar = '●';
     this.table2.Add(this.entryLanguageGroupEmail);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryLanguageGroupEmail]));
     w16.TopAttach    = ((uint)(3));
     w16.BottomAttach = ((uint)(4));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.entryLanguageGroupName               = new global::Gtk.Entry();
     this.entryLanguageGroupName.CanFocus      = true;
     this.entryLanguageGroupName.Name          = "entryLanguageGroupName";
     this.entryLanguageGroupName.IsEditable    = true;
     this.entryLanguageGroupName.InvisibleChar = '●';
     this.table2.Add(this.entryLanguageGroupName);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryLanguageGroupName]));
     w17.TopAttach    = ((uint)(2));
     w17.BottomAttach = ((uint)(3));
     w17.LeftAttach   = ((uint)(1));
     w17.RightAttach  = ((uint)(2));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.entryTranslatorEmail               = new global::Gtk.Entry();
     this.entryTranslatorEmail.CanFocus      = true;
     this.entryTranslatorEmail.Name          = "entryTranslatorEmail";
     this.entryTranslatorEmail.IsEditable    = true;
     this.entryTranslatorEmail.InvisibleChar = '●';
     this.table2.Add(this.entryTranslatorEmail);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryTranslatorEmail]));
     w18.TopAttach    = ((uint)(1));
     w18.BottomAttach = ((uint)(2));
     w18.LeftAttach   = ((uint)(1));
     w18.RightAttach  = ((uint)(2));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.entryTranslatorName               = new global::Gtk.Entry();
     this.entryTranslatorName.CanFocus      = true;
     this.entryTranslatorName.Name          = "entryTranslatorName";
     this.entryTranslatorName.IsEditable    = true;
     this.entryTranslatorName.InvisibleChar = '●';
     this.table2.Add(this.entryTranslatorName);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryTranslatorName]));
     w19.LeftAttach  = ((uint)(1));
     w19.RightAttach = ((uint)(2));
     w19.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 4;
     // Container child hbox2.Gtk.Box+BoxChild
     this.entryPluralsForms               = new global::Gtk.Entry();
     this.entryPluralsForms.CanFocus      = true;
     this.entryPluralsForms.Name          = "entryPluralsForms";
     this.entryPluralsForms.IsEditable    = true;
     this.entryPluralsForms.InvisibleChar = '●';
     this.hbox2.Add(this.entryPluralsForms);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.entryPluralsForms]));
     w20.Position = 0;
     this.table2.Add(this.hbox2);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table2 [this.hbox2]));
     w21.TopAttach    = ((uint)(5));
     w21.BottomAttach = ((uint)(6));
     w21.LeftAttach   = ((uint)(1));
     w21.RightAttach  = ((uint)(2));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label10              = new global::Gtk.Label();
     this.label10.Name         = "label10";
     this.label10.Xalign       = 0F;
     this.label10.LabelProp    = global::Mono.Unix.Catalog.GetString("_Translator name:");
     this.label10.UseUnderline = true;
     this.table2.Add(this.label10);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table2 [this.label10]));
     w22.XOptions = ((global::Gtk.AttachOptions)(4));
     w22.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label11              = new global::Gtk.Label();
     this.label11.Name         = "label11";
     this.label11.Xalign       = 0F;
     this.label11.LabelProp    = global::Mono.Unix.Catalog.GetString("T_ranslator e-mail:");
     this.label11.UseUnderline = true;
     this.table2.Add(this.label11);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table2 [this.label11]));
     w23.TopAttach    = ((uint)(1));
     w23.BottomAttach = ((uint)(2));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label12              = new global::Gtk.Label();
     this.label12.Name         = "label12";
     this.label12.Xalign       = 0F;
     this.label12.LabelProp    = global::Mono.Unix.Catalog.GetString("_Language group:");
     this.label12.UseUnderline = true;
     this.table2.Add(this.label12);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table2 [this.label12]));
     w24.TopAttach    = ((uint)(2));
     w24.BottomAttach = ((uint)(3));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label13              = new global::Gtk.Label();
     this.label13.Name         = "label13";
     this.label13.Xalign       = 0F;
     this.label13.LabelProp    = global::Mono.Unix.Catalog.GetString("L_anguage group e-mail:");
     this.label13.UseUnderline = true;
     this.table2.Add(this.label13);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table2 [this.label13]));
     w25.TopAttach    = ((uint)(3));
     w25.BottomAttach = ((uint)(4));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label14              = new global::Gtk.Label();
     this.label14.Name         = "label14";
     this.label14.Xalign       = 0F;
     this.label14.LabelProp    = global::Mono.Unix.Catalog.GetString("_Charset:");
     this.label14.UseUnderline = true;
     this.table2.Add(this.label14);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table2 [this.label14]));
     w26.TopAttach    = ((uint)(4));
     w26.BottomAttach = ((uint)(5));
     w26.XOptions     = ((global::Gtk.AttachOptions)(4));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label15              = new global::Gtk.Label();
     this.label15.Name         = "label15";
     this.label15.Xalign       = 0F;
     this.label15.LabelProp    = global::Mono.Unix.Catalog.GetString("_Plural forms:");
     this.label15.UseUnderline = true;
     this.table2.Add(this.label15);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table2 [this.label15]));
     w27.TopAttach    = ((uint)(5));
     w27.BottomAttach = ((uint)(6));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add(this.table2);
     global::Gtk.Notebook.NotebookChild w28 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.table2]));
     w28.Position = 1;
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Language settings");
     this.notebook1.SetTabLabel(this.table2, this.label2);
     this.label2.ShowAll();
     this.Add(this.notebook1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label5.MnemonicWidget  = this.textviewComments;
     this.label6.MnemonicWidget  = this.entryProjectName;
     this.label7.MnemonicWidget  = this.entryProjectVersion;
     this.label8.MnemonicWidget  = this.entryBugzilla;
     this.label10.MnemonicWidget = this.entryTranslatorName;
     this.label11.MnemonicWidget = this.entryTranslatorEmail;
     this.label12.MnemonicWidget = this.entryLanguageGroupName;
     this.label13.MnemonicWidget = this.entryLanguageGroupEmail;
     this.label15.MnemonicWidget = this.entryPluralsForms;
     this.Show();
     this.entryProjectVersion.Changed     += new global::System.EventHandler(this.OnHeaderChanged);
     this.entryProjectName.Changed        += new global::System.EventHandler(this.OnHeaderChanged);
     this.entryBugzilla.Changed           += new global::System.EventHandler(this.OnHeaderChanged);
     this.entryPluralsForms.Changed       += new global::System.EventHandler(this.OnHeaderChanged);
     this.entryTranslatorName.Changed     += new global::System.EventHandler(this.OnHeaderChanged);
     this.entryTranslatorEmail.Changed    += new global::System.EventHandler(this.OnHeaderChanged);
     this.entryLanguageGroupName.Changed  += new global::System.EventHandler(this.OnHeaderChanged);
     this.entryLanguageGroupEmail.Changed += new global::System.EventHandler(this.OnHeaderChanged);
 }
Пример #19
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Platform.Updater.UpdateDialog
     this.Name           = "MonoDevelop.Platform.Updater.UpdateDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("MonoDevelop Updater");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoDevelop.Platform.Updater.UpdateDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.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.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(6));
     // Container child vbox2.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.alignment2      = new global::Gtk.Alignment(0.5f, 0.5f, 1f, 1f);
     this.alignment2.Name = "alignment2";
     // Container child alignment2.Gtk.Container+ContainerChild
     this.messageLabel      = new global::Gtk.Label();
     this.messageLabel.Name = "messageLabel";
     this.messageLabel.Wrap = true;
     this.alignment2.Add(this.messageLabel);
     this.notebook1.Add(this.alignment2);
     // 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.infoLabel           = new global::Gtk.Label();
     this.infoLabel.Name      = "infoLabel";
     this.infoLabel.Xpad      = 6;
     this.infoLabel.Ypad      = 6;
     this.infoLabel.Xalign    = 0f;
     this.infoLabel.LabelProp = global::Mono.Unix.Catalog.GetString("The following updates are available. After downloading,\nplease close MonoDevelop before installing them.");
     this.infoLabel.Wrap      = true;
     this.vbox3.Add(this.infoLabel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.infoLabel]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w5 = new global::Gtk.Viewport();
     w5.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.productBox         = new global::Gtk.VBox();
     this.productBox.Name    = "productBox";
     this.productBox.Spacing = 12;
     w5.Add(this.productBox);
     this.scrolledwindow1.Add(w5);
     this.vbox3.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.scrolledwindow1]));
     w8.Position = 1;
     this.notebook1.Add(this.vbox3);
     global::Gtk.Notebook.NotebookChild w9 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox3]));
     w9.Position = 1;
     this.vbox2.Add(this.notebook1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.notebook1]));
     w10.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1              = new global::Gtk.Label();
     this.label1.Name         = "label1";
     this.label1.LabelProp    = global::Mono.Unix.Catalog.GetString("Update _level:");
     this.label1.UseUnderline = true;
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label1]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.updateLevelCombo      = global::Gtk.ComboBox.NewText();
     this.updateLevelCombo.Name = "updateLevelCombo";
     this.hbox1.Add(this.updateLevelCombo);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.updateLevelCombo]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.checkAutomaticallyCheck               = new global::Gtk.CheckButton();
     this.checkAutomaticallyCheck.CanFocus      = true;
     this.checkAutomaticallyCheck.Name          = "checkAutomaticallyCheck";
     this.checkAutomaticallyCheck.Label         = global::Mono.Unix.Catalog.GetString("Check for updates automatically");
     this.checkAutomaticallyCheck.DrawIndicator = true;
     this.checkAutomaticallyCheck.UseUnderline  = true;
     this.vbox2.Add(this.checkAutomaticallyCheck);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.checkAutomaticallyCheck]));
     w14.Position = 2;
     w14.Expand   = false;
     w14.Fill     = false;
     this.alignment1.Add(this.vbox2);
     w1.Add(this.alignment1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(w1[this.alignment1]));
     w16.Position = 0;
     // Internal child MonoDevelop.Platform.Updater.UpdateDialog.ActionArea
     global::Gtk.HButtonBox w17 = this.ActionArea;
     w17.Name        = "dialog1_ActionArea";
     w17.Spacing     = 10;
     w17.BorderWidth = ((uint)(5));
     w17.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-close";
     this.AddActionWidget(this.buttonOk, -7);
     global::Gtk.ButtonBox.ButtonBoxChild w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w17[this.buttonOk]));
     w18.Expand = false;
     w18.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth          = 450;
     this.DefaultHeight         = 373;
     this.label1.MnemonicWidget = this.updateLevelCombo;
     this.Show();
 }
Пример #20
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.AssemblyBrowser.AssemblyBrowserWidget
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
     this.NavigateBackwardAction = new global::Gtk.Action(
         "NavigateBackwardAction",
         global::Mono.Unix.Catalog.GetString("Navigate backward"),
         null,
         "gtk-go-back"
         );
     this.NavigateBackwardAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Navigate backward");
     w2.Add(this.NavigateBackwardAction, null);
     this.NavigateForwardAction = new global::Gtk.Action(
         "NavigateForwardAction",
         global::Mono.Unix.Catalog.GetString("Navigate forward"),
         null,
         "gtk-go-forward"
         );
     this.NavigateForwardAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Navigate forward");
     w2.Add(this.NavigateForwardAction, null);
     this.goBackAction = new global::Gtk.Action(
         "goBackAction",
         null,
         null,
         "gtk-go-back"
         );
     w2.Add(this.goBackAction, null);
     this.goForwardAction = new global::Gtk.Action(
         "goForwardAction",
         null,
         null,
         "gtk-go-forward"
         );
     w2.Add(this.goForwardAction, null);
     this.goBackAction1 = new global::Gtk.Action(
         "goBackAction1",
         null,
         null,
         "gtk-go-back"
         );
     w2.Add(this.goBackAction1, null);
     this.UIManager.InsertActionGroup(w2, 0);
     this.Name = "MonoDevelop.AssemblyBrowser.AssemblyBrowserWidget";
     // Container child MonoDevelop.AssemblyBrowser.AssemblyBrowserWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 2;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.buttonBack              = new global::Gtk.Button();
     this.buttonBack.CanFocus     = true;
     this.buttonBack.Name         = "buttonBack";
     this.buttonBack.UseStock     = true;
     this.buttonBack.UseUnderline = true;
     this.buttonBack.Label        = "gtk-go-back";
     this.hbox2.Add(this.buttonBack);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonBack]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.buttonForeward              = new global::Gtk.Button();
     this.buttonForeward.CanFocus     = true;
     this.buttonForeward.Name         = "buttonForeward";
     this.buttonForeward.UseStock     = true;
     this.buttonForeward.UseUnderline = true;
     this.buttonForeward.Label        = "gtk-go-forward";
     this.hbox2.Add(this.buttonForeward);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonForeward]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label3              = new global::Gtk.Label();
     this.label3.Name         = "label3";
     this.label3.LabelProp    = global::Mono.Unix.Catalog.GetString("_Visibility:");
     this.label3.UseUnderline = true;
     this.hbox2.Add(this.label3);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label3]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.languageCombobox      = global::Gtk.ComboBox.NewText();
     this.languageCombobox.Name = "languageCombobox";
     this.hbox2.Add(this.languageCombobox);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.languageCombobox]));
     w6.PackType = ((global::Gtk.PackType)(1));
     w6.Position = 3;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label1              = new global::Gtk.Label();
     this.label1.Name         = "label1";
     this.label1.LabelProp    = global::Mono.Unix.Catalog.GetString("_Language:");
     this.label1.UseUnderline = true;
     this.hbox2.Add(this.label1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label1]));
     w7.PackType = ((global::Gtk.PackType)(1));
     w7.Position = 4;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.searchentry1      = new global::MonoDevelop.Components.SearchEntry();
     this.searchentry1.Name = "searchentry1";
     this.searchentry1.ForceFilterButtonVisible = false;
     this.searchentry1.IsCheckMenu    = false;
     this.searchentry1.ActiveFilterID = 0;
     this.searchentry1.Ready          = false;
     this.searchentry1.HasFocus       = false;
     this.hbox2.Add(this.searchentry1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.searchentry1]));
     w8.PackType = ((global::Gtk.PackType)(1));
     w8.Position = 5;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label2              = new global::Gtk.Label();
     this.label2.Name         = "label2";
     this.label2.Xalign       = 1F;
     this.label2.LabelProp    = global::Mono.Unix.Catalog.GetString("_Search:");
     this.label2.UseUnderline = true;
     this.hbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label2]));
     w9.PackType = ((global::Gtk.PackType)(1));
     w9.Position = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.comboboxVisibilty      = global::Gtk.ComboBox.NewText();
     this.comboboxVisibilty.Name = "comboboxVisibilty";
     this.hbox2.Add(this.comboboxVisibilty);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboboxVisibilty]));
     w10.PackType = ((global::Gtk.PackType)(1));
     w10.Position = 7;
     w10.Expand   = false;
     w10.Fill     = false;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hpaned1          = new global::Gtk.HPaned();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name     = "hpaned1";
     this.hpaned1.Position = 271;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.treeViewPlaceholder      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.treeViewPlaceholder.Name = "treeViewPlaceholder";
     this.hpaned1.Add(this.treeViewPlaceholder);
     global::Gtk.Paned.PanedChild w12 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.treeViewPlaceholder]));
     w12.Resize = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     this.notebook1.ShowBorder  = false;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.notebookInspection             = new global::Gtk.Notebook();
     this.notebookInspection.CanFocus    = true;
     this.notebookInspection.Name        = "notebookInspection";
     this.notebookInspection.CurrentPage = 1;
     this.notebookInspection.ShowBorder  = false;
     // Container child notebookInspection.Gtk.Notebook+NotebookChild
     this.documentationScrolledWindow                = new global::MonoDevelop.Components.CompactScrolledWindow();
     this.documentationScrolledWindow.CanFocus       = true;
     this.documentationScrolledWindow.Name           = "documentationScrolledWindow";
     this.documentationScrolledWindow.ShowBorderLine = false;
     this.notebookInspection.Add(this.documentationScrolledWindow);
     // Notebook tab
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("summary");
     this.notebookInspection.SetTabLabel(
         this.documentationScrolledWindow,
         this.label4
         );
     this.label4.ShowAll();
     // Notebook tab
     global::Gtk.Label w14 = new global::Gtk.Label();
     w14.Visible = true;
     this.notebookInspection.Add(w14);
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("decompiler");
     this.notebookInspection.SetTabLabel(w14, this.label5);
     this.label5.ShowAll();
     this.notebook1.Add(this.notebookInspection);
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.searchWidget         = new global::Gtk.VBox();
     this.searchWidget.Name    = "searchWidget";
     this.searchWidget.Spacing = 6;
     // Container child searchWidget.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.searchTreeview          = new global::Gtk.TreeView();
     this.searchTreeview.CanFocus = true;
     this.searchTreeview.Name     = "searchTreeview";
     this.scrolledwindow1.Add(this.searchTreeview);
     this.searchWidget.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.searchWidget [this.scrolledwindow1]));
     w17.Position = 0;
     this.notebook1.Add(this.searchWidget);
     global::Gtk.Notebook.NotebookChild w18 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.searchWidget]));
     w18.Position = 1;
     this.vbox3.Add(this.notebook1);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.notebook1]));
     w19.Position = 0;
     this.hpaned1.Add(this.vbox3);
     this.vbox1.Add(this.hpaned1);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hpaned1]));
     w21.Position = 1;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.label3.MnemonicWidget = this.comboboxVisibilty;
     this.label1.MnemonicWidget = this.languageCombobox;
     this.label2.MnemonicWidget = this.searchentry1;
     this.Show();
     this.NavigateBackwardAction.Activated += new global::System.EventHandler(this.OnNavigateBackwardActionActivated);
     this.NavigateForwardAction.Activated  += new global::System.EventHandler(this.OnNavigateForwardActionActivated);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Fittings.PriceLoadDlg
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Fittings.PriceLoadDlg";
     // Container child Fittings.PriceLoadDlg.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 2;
     this.notebook1.ShowBorder  = false;
     // 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.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(4)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.comboSheet               = new global::Gamma.Widgets.yListComboBox();
     this.comboSheet.Name          = "comboSheet";
     this.comboSheet.AddIfNotExist = false;
     this.comboSheet.DefaultFirst  = true;
     this.table1.Add(this.comboSheet);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboSheet]));
     w1.LeftAttach  = ((uint)(1));
     w1.RightAttach = ((uint)(2));
     w1.XOptions    = ((global::Gtk.AttachOptions)(4));
     w1.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Выберите лист:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Пропустить строки:");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w3.LeftAttach  = ((uint)(2));
     w3.RightAttach = ((uint)(3));
     w3.XOptions    = ((global::Gtk.AttachOptions)(4));
     w3.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelSetColumnsInfo           = new global::Gtk.Label();
     this.labelSetColumnsInfo.Name      = "labelSetColumnsInfo";
     this.labelSetColumnsInfo.LabelProp = global::Mono.Unix.Catalog.GetString("label1");
     this.table1.Add(this.labelSetColumnsInfo);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelSetColumnsInfo]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.RightAttach  = ((uint)(4));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.yspinSkipRows          = new global::Gamma.GtkWidgets.ySpinButton(0, 100, 1);
     this.yspinSkipRows.CanFocus = true;
     this.yspinSkipRows.Name     = "yspinSkipRows";
     this.yspinSkipRows.Adjustment.PageIncrement = 10;
     this.yspinSkipRows.ClimbRate      = 1;
     this.yspinSkipRows.Numeric        = true;
     this.yspinSkipRows.ValueAsDecimal = 0m;
     this.yspinSkipRows.ValueAsInt     = 0;
     this.table1.Add(this.yspinSkipRows);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.yspinSkipRows]));
     w5.LeftAttach  = ((uint)(3));
     w5.RightAttach = ((uint)(4));
     w5.XOptions    = ((global::Gtk.AttachOptions)(4));
     w5.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1]));
     w6.Position = 0;
     w6.Expand   = false;
     // 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.ytreeviewSetColumns          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewSetColumns.CanFocus = true;
     this.ytreeviewSetColumns.Name     = "ytreeviewSetColumns";
     this.GtkScrolledWindow.Add(this.ytreeviewSetColumns);
     this.vbox2.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
     w8.Position = 1;
     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("Шаг 1");
     this.notebook1.SetTabLabel(this.vbox2, this.label1);
     this.label1.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.table2               = new global::Gtk.Table(((uint)(1)), ((uint)(3)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.comboCurrency      = new global::Gamma.Widgets.yEnumComboBox();
     this.comboCurrency.Name = "comboCurrency";
     this.comboCurrency.ShowSpecialStateAll = false;
     this.comboCurrency.ShowSpecialStateNot = false;
     this.comboCurrency.UseShortTitle       = false;
     this.comboCurrency.DefaultFirst        = true;
     this.table2.Add(this.comboCurrency);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table2 [this.comboCurrency]));
     w10.LeftAttach  = ((uint)(1));
     w10.RightAttach = ((uint)(2));
     w10.XOptions    = ((global::Gtk.AttachOptions)(4));
     w10.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Валюта прайса:");
     this.table2.Add(this.label5);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table2 [this.label5]));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.table2);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table2]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.progressParsing      = new global::Gtk.ProgressBar();
     this.progressParsing.Name = "progressParsing";
     this.vbox3.Add(this.progressParsing);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.progressParsing]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.ytreeviewParsing          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewParsing.CanFocus = true;
     this.ytreeviewParsing.Name     = "ytreeviewParsing";
     this.GtkScrolledWindow1.Add(this.ytreeviewParsing);
     this.vbox3.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow1]));
     w15.Position = 2;
     // 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.buttonMultiEdit              = new global::Gtk.Button();
     this.buttonMultiEdit.CanFocus     = true;
     this.buttonMultiEdit.Name         = "buttonMultiEdit";
     this.buttonMultiEdit.UseUnderline = true;
     this.buttonMultiEdit.Label        = global::Mono.Unix.Catalog.GetString("Изменить создаваемую арматуру");
     this.hbox2.Add(this.buttonMultiEdit);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonMultiEdit]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.buttonManualSet              = new global::Gtk.Button();
     this.buttonManualSet.CanFocus     = true;
     this.buttonManualSet.Name         = "buttonManualSet";
     this.buttonManualSet.UseUnderline = true;
     this.buttonManualSet.Label        = global::Mono.Unix.Catalog.GetString("Установить принудительно");
     this.hbox2.Add(this.buttonManualSet);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonManualSet]));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.buttonResolveMultiFound              = new global::Gtk.Button();
     this.buttonResolveMultiFound.CanFocus     = true;
     this.buttonResolveMultiFound.Name         = "buttonResolveMultiFound";
     this.buttonResolveMultiFound.UseUnderline = true;
     this.buttonResolveMultiFound.Label        = global::Mono.Unix.Catalog.GetString("Решить конфликт");
     this.hbox2.Add(this.buttonResolveMultiFound);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonResolveMultiFound]));
     w18.Position = 2;
     w18.Expand   = false;
     w18.Fill     = false;
     this.vbox3.Add(this.hbox2);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox2]));
     w19.Position = 3;
     w19.Expand   = false;
     w19.Fill     = false;
     this.hbox3.Add(this.vbox3);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox3]));
     w20.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox3.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vseparator1]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.multiedit        = new global::Fittings.MultiEditXLSRows();
     this.multiedit.Events = ((global::Gdk.EventMask)(256));
     this.multiedit.Name   = "multiedit";
     this.hbox3.Add(this.multiedit);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.multiedit]));
     w22.Position = 2;
     w22.Expand   = false;
     w22.Fill     = false;
     this.notebook1.Add(this.hbox3);
     global::Gtk.Notebook.NotebookChild w23 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.hbox3]));
     w23.Position = 1;
     // Notebook tab
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Шаг 2");
     this.notebook1.SetTabLabel(this.hbox3, this.label6);
     this.label6.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.table4               = new global::Gtk.Table(((uint)(11)), ((uint)(4)), false);
     this.table4.Name          = "table4";
     this.table4.RowSpacing    = ((uint)(6));
     this.table4.ColumnSpacing = ((uint)(6));
     // Container child table4.Gtk.Table+TableChild
     this.buttonFinish              = new global::Gtk.Button();
     this.buttonFinish.CanFocus     = true;
     this.buttonFinish.Name         = "buttonFinish";
     this.buttonFinish.UseUnderline = true;
     this.buttonFinish.Label        = global::Mono.Unix.Catalog.GetString("Добавить в прайс");
     global::Gtk.Image w24 = new global::Gtk.Image();
     w24.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-execute", global::Gtk.IconSize.Button);
     this.buttonFinish.Image = w24;
     this.table4.Add(this.buttonFinish);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table4 [this.buttonFinish]));
     w25.TopAttach    = ((uint)(9));
     w25.BottomAttach = ((uint)(10));
     w25.LeftAttach   = ((uint)(1));
     w25.RightAttach  = ((uint)(3));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label11      = new global::Gtk.Label();
     this.label11.Name = "label11";
     this.table4.Add(this.label11);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table4 [this.label11]));
     w26.TopAttach    = ((uint)(1));
     w26.BottomAttach = ((uint)(2));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label12      = new global::Gtk.Label();
     this.label12.Name = "label12";
     this.table4.Add(this.label12);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table4 [this.label12]));
     w27.TopAttach    = ((uint)(1));
     w27.BottomAttach = ((uint)(2));
     w27.LeftAttach   = ((uint)(3));
     w27.RightAttach  = ((uint)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label13      = new global::Gtk.Label();
     this.label13.Name = "label13";
     this.table4.Add(this.label13);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table4 [this.label13]));
     w28.LeftAttach  = ((uint)(1));
     w28.RightAttach = ((uint)(2));
     w28.XOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label14      = new global::Gtk.Label();
     this.label14.Name = "label14";
     this.table4.Add(this.label14);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table4 [this.label14]));
     w29.TopAttach    = ((uint)(10));
     w29.BottomAttach = ((uint)(11));
     w29.LeftAttach   = ((uint)(1));
     w29.RightAttach  = ((uint)(2));
     w29.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label15           = new global::Gtk.Label();
     this.label15.Name      = "label15";
     this.label15.Xalign    = 1F;
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString("Всего загружено строк прайса:");
     this.table4.Add(this.label15);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table4 [this.label15]));
     w30.TopAttach    = ((uint)(1));
     w30.BottomAttach = ((uint)(2));
     w30.LeftAttach   = ((uint)(1));
     w30.RightAttach  = ((uint)(2));
     w30.XOptions     = ((global::Gtk.AttachOptions)(4));
     w30.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label16           = new global::Gtk.Label();
     this.label16.Name      = "label16";
     this.label16.Xalign    = 1F;
     this.label16.LabelProp = global::Mono.Unix.Catalog.GetString("Из них найдено автоматически:");
     this.table4.Add(this.label16);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table4 [this.label16]));
     w31.TopAttach    = ((uint)(2));
     w31.BottomAttach = ((uint)(3));
     w31.LeftAttach   = ((uint)(1));
     w31.RightAttach  = ((uint)(2));
     w31.XOptions     = ((global::Gtk.AttachOptions)(4));
     w31.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.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("Указано вручну:");
     this.table4.Add(this.label17);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table4 [this.label17]));
     w32.TopAttach    = ((uint)(3));
     w32.BottomAttach = ((uint)(4));
     w32.LeftAttach   = ((uint)(1));
     w32.RightAttach  = ((uint)(2));
     w32.XOptions     = ((global::Gtk.AttachOptions)(4));
     w32.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label18           = new global::Gtk.Label();
     this.label18.Name      = "label18";
     this.label18.Xalign    = 1F;
     this.label18.LabelProp = global::Mono.Unix.Catalog.GetString("Будет созданно новых:");
     this.table4.Add(this.label18);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table4 [this.label18]));
     w33.TopAttach    = ((uint)(4));
     w33.BottomAttach = ((uint)(5));
     w33.LeftAttach   = ((uint)(1));
     w33.RightAttach  = ((uint)(2));
     w33.XOptions     = ((global::Gtk.AttachOptions)(4));
     w33.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label19           = new global::Gtk.Label();
     this.label19.Name      = "label19";
     this.label19.Xalign    = 1F;
     this.label19.LabelProp = global::Mono.Unix.Catalog.GetString("Будет пропущено:");
     this.table4.Add(this.label19);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.table4 [this.label19]));
     w34.TopAttach    = ((uint)(6));
     w34.BottomAttach = ((uint)(7));
     w34.LeftAttach   = ((uint)(1));
     w34.RightAttach  = ((uint)(2));
     w34.XOptions     = ((global::Gtk.AttachOptions)(4));
     w34.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("Все цены в валюте:");
     this.table4.Add(this.label8);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.table4 [this.label8]));
     w35.TopAttach    = ((uint)(7));
     w35.BottomAttach = ((uint)(8));
     w35.LeftAttach   = ((uint)(1));
     w35.RightAttach  = ((uint)(2));
     w35.XOptions     = ((global::Gtk.AttachOptions)(4));
     w35.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("Без цены:");
     this.table4.Add(this.label9);
     global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.table4 [this.label9]));
     w36.TopAttach    = ((uint)(5));
     w36.BottomAttach = ((uint)(6));
     w36.LeftAttach   = ((uint)(1));
     w36.RightAttach  = ((uint)(2));
     w36.XOptions     = ((global::Gtk.AttachOptions)(4));
     w36.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.labelCreate           = new global::Gtk.Label();
     this.labelCreate.Name      = "labelCreate";
     this.labelCreate.LabelProp = global::Mono.Unix.Catalog.GetString("label4");
     this.table4.Add(this.labelCreate);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table4 [this.labelCreate]));
     w37.TopAttach    = ((uint)(4));
     w37.BottomAttach = ((uint)(5));
     w37.LeftAttach   = ((uint)(2));
     w37.RightAttach  = ((uint)(3));
     w37.XOptions     = ((global::Gtk.AttachOptions)(4));
     w37.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.labelCurrency           = new global::Gtk.Label();
     this.labelCurrency.Name      = "labelCurrency";
     this.labelCurrency.LabelProp = global::Mono.Unix.Catalog.GetString("label7");
     this.table4.Add(this.labelCurrency);
     global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table4 [this.labelCurrency]));
     w38.TopAttach    = ((uint)(7));
     w38.BottomAttach = ((uint)(8));
     w38.LeftAttach   = ((uint)(2));
     w38.RightAttach  = ((uint)(3));
     w38.XOptions     = ((global::Gtk.AttachOptions)(4));
     w38.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.labelFind           = new global::Gtk.Label();
     this.labelFind.Name      = "labelFind";
     this.labelFind.LabelProp = global::Mono.Unix.Catalog.GetString("label2");
     this.table4.Add(this.labelFind);
     global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table4 [this.labelFind]));
     w39.TopAttach    = ((uint)(2));
     w39.BottomAttach = ((uint)(3));
     w39.LeftAttach   = ((uint)(2));
     w39.RightAttach  = ((uint)(3));
     w39.XOptions     = ((global::Gtk.AttachOptions)(4));
     w39.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.labelManualSet           = new global::Gtk.Label();
     this.labelManualSet.Name      = "labelManualSet";
     this.labelManualSet.LabelProp = global::Mono.Unix.Catalog.GetString("label3");
     this.table4.Add(this.labelManualSet);
     global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table4 [this.labelManualSet]));
     w40.TopAttach    = ((uint)(3));
     w40.BottomAttach = ((uint)(4));
     w40.LeftAttach   = ((uint)(2));
     w40.RightAttach  = ((uint)(3));
     w40.XOptions     = ((global::Gtk.AttachOptions)(4));
     w40.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.labelSkiped           = new global::Gtk.Label();
     this.labelSkiped.Name      = "labelSkiped";
     this.labelSkiped.LabelProp = global::Mono.Unix.Catalog.GetString("label5");
     this.table4.Add(this.labelSkiped);
     global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table4 [this.labelSkiped]));
     w41.TopAttach    = ((uint)(6));
     w41.BottomAttach = ((uint)(7));
     w41.LeftAttach   = ((uint)(2));
     w41.RightAttach  = ((uint)(3));
     w41.XOptions     = ((global::Gtk.AttachOptions)(4));
     w41.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.labelTotal           = new global::Gtk.Label();
     this.labelTotal.Name      = "labelTotal";
     this.labelTotal.LabelProp = global::Mono.Unix.Catalog.GetString("label1");
     this.table4.Add(this.labelTotal);
     global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.table4 [this.labelTotal]));
     w42.TopAttach    = ((uint)(1));
     w42.BottomAttach = ((uint)(2));
     w42.LeftAttach   = ((uint)(2));
     w42.RightAttach  = ((uint)(3));
     w42.XOptions     = ((global::Gtk.AttachOptions)(4));
     w42.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.labelWithoutPrice           = new global::Gtk.Label();
     this.labelWithoutPrice.Name      = "labelWithoutPrice";
     this.labelWithoutPrice.LabelProp = global::Mono.Unix.Catalog.GetString("label9");
     this.table4.Add(this.labelWithoutPrice);
     global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table4 [this.labelWithoutPrice]));
     w43.TopAttach    = ((uint)(5));
     w43.BottomAttach = ((uint)(6));
     w43.LeftAttach   = ((uint)(2));
     w43.RightAttach  = ((uint)(3));
     w43.XOptions     = ((global::Gtk.AttachOptions)(4));
     w43.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.progressFinal      = new global::Gtk.ProgressBar();
     this.progressFinal.Name = "progressFinal";
     this.table4.Add(this.progressFinal);
     global::Gtk.Table.TableChild w44 = ((global::Gtk.Table.TableChild)(this.table4 [this.progressFinal]));
     w44.TopAttach    = ((uint)(8));
     w44.BottomAttach = ((uint)(9));
     w44.LeftAttach   = ((uint)(1));
     w44.RightAttach  = ((uint)(3));
     w44.XOptions     = ((global::Gtk.AttachOptions)(4));
     w44.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add(this.table4);
     global::Gtk.Notebook.NotebookChild w45 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.table4]));
     w45.Position = 2;
     // Notebook tab
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Шаг 3");
     this.notebook1.SetTabLabel(this.table4, this.label7);
     this.label7.ShowAll();
     this.vbox1.Add(this.notebook1);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.notebook1]));
     w46.Position = 0;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox9         = new global::Gtk.HBox();
     this.hbox9.Name    = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.buttonPrev              = new global::Gtk.Button();
     this.buttonPrev.Sensitive    = false;
     this.buttonPrev.CanFocus     = true;
     this.buttonPrev.Name         = "buttonPrev";
     this.buttonPrev.UseStock     = true;
     this.buttonPrev.UseUnderline = true;
     this.buttonPrev.Label        = "gtk-go-back";
     this.hbox9.Add(this.buttonPrev);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.buttonPrev]));
     w47.Position = 0;
     // Container child hbox9.Gtk.Box+BoxChild
     this.buttonNext              = new global::Gtk.Button();
     this.buttonNext.CanFocus     = true;
     this.buttonNext.Name         = "buttonNext";
     this.buttonNext.UseStock     = true;
     this.buttonNext.UseUnderline = true;
     this.buttonNext.Label        = "gtk-go-forward";
     this.hbox9.Add(this.buttonNext);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.buttonNext]));
     w48.Position = 1;
     // Container child hbox9.Gtk.Box+BoxChild
     this.buttonCancel1              = new global::Gtk.Button();
     this.buttonCancel1.CanFocus     = true;
     this.buttonCancel1.Name         = "buttonCancel1";
     this.buttonCancel1.UseStock     = true;
     this.buttonCancel1.UseUnderline = true;
     this.buttonCancel1.Label        = "gtk-cancel";
     this.hbox9.Add(this.buttonCancel1);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.buttonCancel1]));
     w49.Position = 2;
     w49.Expand   = false;
     w49.Fill     = false;
     this.vbox1.Add(this.hbox9);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox9]));
     w50.Position = 1;
     w50.Expand   = false;
     w50.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.multiedit.Hide();
     this.Hide();
     this.yspinSkipRows.ValueChanged      += new global::System.EventHandler(this.OnYspinSkipRowsValueChanged);
     this.comboSheet.Changed              += new global::System.EventHandler(this.OnComboSheetChanged);
     this.ytreeviewParsing.RowActivated   += new global::Gtk.RowActivatedHandler(this.OnYtreeviewParsingRowActivated);
     this.buttonMultiEdit.Clicked         += new global::System.EventHandler(this.OnButtonMultiEditClicked);
     this.buttonManualSet.Clicked         += new global::System.EventHandler(this.OnButtonManualSetClicked);
     this.buttonResolveMultiFound.Clicked += new global::System.EventHandler(this.OnButtonResolveMultiFoundClicked);
     this.buttonFinish.Clicked            += new global::System.EventHandler(this.OnButtonFinishClicked);
     this.buttonPrev.Clicked              += new global::System.EventHandler(this.OnButtonPrevClicked);
     this.buttonNext.Clicked              += new global::System.EventHandler(this.OnButtonNextClicked);
     this.buttonCancel1.Clicked           += new global::System.EventHandler(this.OnButtonCancelClicked);
 }
Пример #22
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.FileAction            = new global::Gtk.Action("FileAction", global::Mono.Unix.Catalog.GetString("File"), null, null);
     this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString("File");
     w1.Add(this.FileAction, null);
     this.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);
 }
Пример #23
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.PlayScript.Formatting.CSharpFormattingProfileDialog
     this.Name           = "MonoDevelop.PlayScript.Formatting.CSharpFormattingProfileDialog";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(6));
     // Internal child MonoDevelop.PlayScript.Formatting.CSharpFormattingProfileDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.Spacing     = 6;
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hpaned1          = new global::Gtk.HPaned();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name     = "hpaned1";
     this.hpaned1.Position = 424;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.label12              = new global::Gtk.Label();
     this.label12.Name         = "label12";
     this.label12.LabelProp    = global::Mono.Unix.Catalog.GetString("_Category:");
     this.label12.UseUnderline = true;
     this.hbox4.Add(this.label12);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label12]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.comboboxCategories      = global::Gtk.ComboBox.NewText();
     this.comboboxCategories.Name = "comboboxCategories";
     this.hbox4.Add(this.comboboxCategories);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.comboboxCategories]));
     w3.Position = 1;
     this.vbox2.Add(this.hbox4);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox4]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.notebookCategories             = new global::Gtk.Notebook();
     this.notebookCategories.CanFocus    = true;
     this.notebookCategories.Name        = "notebookCategories";
     this.notebookCategories.CurrentPage = 3;
     // Container child notebookCategories.Gtk.Notebook+NotebookChild
     this.vbox8         = new global::Gtk.VBox();
     this.vbox8.Name    = "vbox8";
     this.vbox8.Spacing = 6;
     // Container child vbox8.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeviewIndentOptions          = new global::Gtk.TreeView();
     this.treeviewIndentOptions.CanFocus = true;
     this.treeviewIndentOptions.Name     = "treeviewIndentOptions";
     this.GtkScrolledWindow.Add(this.treeviewIndentOptions);
     this.vbox8.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.GtkScrolledWindow]));
     w6.Position = 0;
     this.notebookCategories.Add(this.vbox8);
     // Notebook tab
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("page1");
     this.notebookCategories.SetTabLabel(this.vbox8, this.label8);
     this.label8.ShowAll();
     // Container child notebookCategories.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.treeviewBracePositions          = new global::Gtk.TreeView();
     this.treeviewBracePositions.CanFocus = true;
     this.treeviewBracePositions.Name     = "treeviewBracePositions";
     this.GtkScrolledWindow1.Add(this.treeviewBracePositions);
     this.notebookCategories.Add(this.GtkScrolledWindow1);
     global::Gtk.Notebook.NotebookChild w9 = ((global::Gtk.Notebook.NotebookChild)(this.notebookCategories [this.GtkScrolledWindow1]));
     w9.Position = 1;
     // Notebook tab
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("page2");
     this.notebookCategories.SetTabLabel(this.GtkScrolledWindow1, this.label9);
     this.label9.ShowAll();
     // Container child notebookCategories.Gtk.Notebook+NotebookChild
     this.table4               = new global::Gtk.Table(((uint)(10)), ((uint)(2)), false);
     this.table4.Name          = "table4";
     this.table4.RowSpacing    = ((uint)(6));
     this.table4.ColumnSpacing = ((uint)(6));
     // Container child table4.Gtk.Table+TableChild
     this.entryAfterUsings               = new global::Gtk.Entry();
     this.entryAfterUsings.CanFocus      = true;
     this.entryAfterUsings.Name          = "entryAfterUsings";
     this.entryAfterUsings.IsEditable    = true;
     this.entryAfterUsings.InvisibleChar = '●';
     this.table4.Add(this.entryAfterUsings);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryAfterUsings]));
     w10.TopAttach    = ((uint)(2));
     w10.BottomAttach = ((uint)(3));
     w10.LeftAttach   = ((uint)(1));
     w10.RightAttach  = ((uint)(2));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.entryBeforeFirstDeclaration               = new global::Gtk.Entry();
     this.entryBeforeFirstDeclaration.CanFocus      = true;
     this.entryBeforeFirstDeclaration.Name          = "entryBeforeFirstDeclaration";
     this.entryBeforeFirstDeclaration.IsEditable    = true;
     this.entryBeforeFirstDeclaration.InvisibleChar = '●';
     this.table4.Add(this.entryBeforeFirstDeclaration);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryBeforeFirstDeclaration]));
     w11.TopAttach    = ((uint)(4));
     w11.BottomAttach = ((uint)(5));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.entryBeforUsings               = new global::Gtk.Entry();
     this.entryBeforUsings.CanFocus      = true;
     this.entryBeforUsings.Name          = "entryBeforUsings";
     this.entryBeforUsings.IsEditable    = true;
     this.entryBeforUsings.InvisibleChar = '●';
     this.table4.Add(this.entryBeforUsings);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryBeforUsings]));
     w12.TopAttach    = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.entryBetweenEvents               = new global::Gtk.Entry();
     this.entryBetweenEvents.CanFocus      = true;
     this.entryBetweenEvents.Name          = "entryBetweenEvents";
     this.entryBetweenEvents.IsEditable    = true;
     this.entryBetweenEvents.InvisibleChar = '●';
     this.table4.Add(this.entryBetweenEvents);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryBetweenEvents]));
     w13.TopAttach    = ((uint)(8));
     w13.BottomAttach = ((uint)(9));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(2));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.entryBetweenFields               = new global::Gtk.Entry();
     this.entryBetweenFields.CanFocus      = true;
     this.entryBetweenFields.Name          = "entryBetweenFields";
     this.entryBetweenFields.IsEditable    = true;
     this.entryBetweenFields.InvisibleChar = '●';
     this.table4.Add(this.entryBetweenFields);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryBetweenFields]));
     w14.TopAttach    = ((uint)(7));
     w14.BottomAttach = ((uint)(8));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(2));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.entryBetweenMembers               = new global::Gtk.Entry();
     this.entryBetweenMembers.CanFocus      = true;
     this.entryBetweenMembers.Name          = "entryBetweenMembers";
     this.entryBetweenMembers.IsEditable    = true;
     this.entryBetweenMembers.InvisibleChar = '●';
     this.table4.Add(this.entryBetweenMembers);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryBetweenMembers]));
     w15.TopAttach    = ((uint)(9));
     w15.BottomAttach = ((uint)(10));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.entryBetweenTypes               = new global::Gtk.Entry();
     this.entryBetweenTypes.CanFocus      = true;
     this.entryBetweenTypes.Name          = "entryBetweenTypes";
     this.entryBetweenTypes.IsEditable    = true;
     this.entryBetweenTypes.InvisibleChar = '●';
     this.table4.Add(this.entryBetweenTypes);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryBetweenTypes]));
     w16.TopAttach    = ((uint)(5));
     w16.BottomAttach = ((uint)(6));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.GtkLabel8           = new global::Gtk.Label();
     this.GtkLabel8.Name      = "GtkLabel8";
     this.GtkLabel8.Xalign    = 0F;
     this.GtkLabel8.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Blank lines in namespaces</b>");
     this.GtkLabel8.UseMarkup = true;
     this.table4.Add(this.GtkLabel8);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table4 [this.GtkLabel8]));
     w17.TopAttach    = ((uint)(3));
     w17.BottomAttach = ((uint)(4));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.GtkLabel9           = new global::Gtk.Label();
     this.GtkLabel9.Name      = "GtkLabel9";
     this.GtkLabel9.Xalign    = 0F;
     this.GtkLabel9.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Blank lines in types</b>");
     this.GtkLabel9.UseMarkup = true;
     this.table4.Add(this.GtkLabel9);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table4 [this.GtkLabel9]));
     w18.TopAttach    = ((uint)(6));
     w18.BottomAttach = ((uint)(7));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Blank lines in compilation unit</b>");
     this.label1.UseMarkup = true;
     this.table4.Add(this.label1);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table4 [this.label1]));
     w19.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label15           = new global::Gtk.Label();
     this.label15.Name      = "label15";
     this.label15.Xalign    = 1F;
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString("Before using declaration:");
     this.table4.Add(this.label15);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table4 [this.label15]));
     w20.TopAttach    = ((uint)(1));
     w20.BottomAttach = ((uint)(2));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label16           = new global::Gtk.Label();
     this.label16.Name      = "label16";
     this.label16.Xalign    = 1F;
     this.label16.LabelProp = global::Mono.Unix.Catalog.GetString("After using declaration:");
     this.table4.Add(this.label16);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table4 [this.label16]));
     w21.TopAttach    = ((uint)(2));
     w21.BottomAttach = ((uint)(3));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label19           = new global::Gtk.Label();
     this.label19.Name      = "label19";
     this.label19.Xalign    = 1F;
     this.label19.LabelProp = global::Mono.Unix.Catalog.GetString("Between type declarations:");
     this.table4.Add(this.label19);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table4 [this.label19]));
     w22.TopAttach    = ((uint)(5));
     w22.BottomAttach = ((uint)(6));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label20           = new global::Gtk.Label();
     this.label20.Name      = "label20";
     this.label20.Xalign    = 1F;
     this.label20.LabelProp = global::Mono.Unix.Catalog.GetString("Before first declaration:");
     this.table4.Add(this.label20);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table4 [this.label20]));
     w23.TopAttach    = ((uint)(4));
     w23.BottomAttach = ((uint)(5));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label21           = new global::Gtk.Label();
     this.label21.Name      = "label21";
     this.label21.Xalign    = 1F;
     this.label21.LabelProp = global::Mono.Unix.Catalog.GetString("Between field declarations:");
     this.table4.Add(this.label21);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table4 [this.label21]));
     w24.TopAttach    = ((uint)(7));
     w24.BottomAttach = ((uint)(8));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label22           = new global::Gtk.Label();
     this.label22.Name      = "label22";
     this.label22.Xalign    = 1F;
     this.label22.LabelProp = global::Mono.Unix.Catalog.GetString("Between other member declarations:");
     this.table4.Add(this.label22);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table4 [this.label22]));
     w25.TopAttach    = ((uint)(9));
     w25.BottomAttach = ((uint)(10));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label23           = new global::Gtk.Label();
     this.label23.Name      = "label23";
     this.label23.Xalign    = 1F;
     this.label23.LabelProp = global::Mono.Unix.Catalog.GetString("Between simple event declarations:");
     this.table4.Add(this.label23);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table4 [this.label23]));
     w26.TopAttach    = ((uint)(8));
     w26.BottomAttach = ((uint)(9));
     w26.XOptions     = ((global::Gtk.AttachOptions)(4));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebookCategories.Add(this.table4);
     global::Gtk.Notebook.NotebookChild w27 = ((global::Gtk.Notebook.NotebookChild)(this.notebookCategories [this.table4]));
     w27.Position = 2;
     // Notebook tab
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString("page5");
     this.notebookCategories.SetTabLabel(this.table4, this.label14);
     this.label14.ShowAll();
     // Container child notebookCategories.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow2            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow2.Name       = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.treeviewInsertWhiteSpaceCategory          = new global::Gtk.TreeView();
     this.treeviewInsertWhiteSpaceCategory.CanFocus = true;
     this.treeviewInsertWhiteSpaceCategory.Name     = "treeviewInsertWhiteSpaceCategory";
     this.GtkScrolledWindow2.Add(this.treeviewInsertWhiteSpaceCategory);
     this.notebookCategories.Add(this.GtkScrolledWindow2);
     global::Gtk.Notebook.NotebookChild w29 = ((global::Gtk.Notebook.NotebookChild)(this.notebookCategories [this.GtkScrolledWindow2]));
     w29.Position = 3;
     // Notebook tab
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("page3");
     this.notebookCategories.SetTabLabel(this.GtkScrolledWindow2, this.label10);
     this.label10.ShowAll();
     // Container child notebookCategories.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow4            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow4.Name       = "GtkScrolledWindow4";
     this.GtkScrolledWindow4.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow4.Gtk.Container+ContainerChild
     this.treeviewNewLines          = new global::Gtk.TreeView();
     this.treeviewNewLines.CanFocus = true;
     this.treeviewNewLines.Name     = "treeviewNewLines";
     this.GtkScrolledWindow4.Add(this.treeviewNewLines);
     this.notebookCategories.Add(this.GtkScrolledWindow4);
     global::Gtk.Notebook.NotebookChild w31 = ((global::Gtk.Notebook.NotebookChild)(this.notebookCategories [this.GtkScrolledWindow4]));
     w31.Position = 4;
     // Notebook tab
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("page4");
     this.notebookCategories.SetTabLabel(this.GtkScrolledWindow4, this.label11);
     this.label11.ShowAll();
     this.vbox2.Add(this.notebookCategories);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebookCategories]));
     w32.Position = 1;
     this.hpaned1.Add(this.vbox2);
     global::Gtk.Paned.PanedChild w33 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.vbox2]));
     w33.Resize = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.Xalign    = 0F;
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("Preview:");
     this.vbox6.Add(this.label13);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label13]));
     w34.Position = 0;
     w34.Expand   = false;
     w34.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.scrolledwindow            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow.CanFocus   = true;
     this.scrolledwindow.Name       = "scrolledwindow";
     this.scrolledwindow.ShadowType = ((global::Gtk.ShadowType)(1));
     this.vbox6.Add(this.scrolledwindow);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.scrolledwindow]));
     w35.Position = 1;
     this.hpaned1.Add(this.vbox6);
     this.vbox5.Add(this.hpaned1);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hpaned1]));
     w37.Position = 0;
     w1.Add(this.vbox5);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox5]));
     w38.Position = 0;
     // Internal child MonoDevelop.PlayScript.Formatting.CSharpFormattingProfileDialog.ActionArea
     global::Gtk.HButtonBox w39 = this.ActionArea;
     w39.Name        = "dialog1_ActionArea";
     w39.Spacing     = 10;
     w39.BorderWidth = ((uint)(5));
     w39.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 w40 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w39 [this.buttonCancel]));
     w40.Expand = false;
     w40.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 w41 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w39 [this.buttonOk]));
     w41.Position = 1;
     w41.Expand   = false;
     w41.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 880;
     this.DefaultHeight = 551;
     this.Hide();
 }
Пример #24
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Moscrif.IDE.Option.GlobalOptionsWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Moscrif.IDE.Option.GlobalOptionsWidget";
     // Container child Moscrif.IDE.Option.GlobalOptionsWidget.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(10)), ((uint)(3)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.cbBackground          = new global::Gtk.ColorButton();
     this.cbBackground.CanFocus = true;
     this.cbBackground.Events   = ((global::Gdk.EventMask)(784));
     this.cbBackground.Name     = "cbBackground";
     this.table1.Add(this.cbBackground);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbBackground]));
     w1.TopAttach    = ((uint)(3));
     w1.BottomAttach = ((uint)(4));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbAutoselectProject               = new global::Gtk.CheckButton();
     this.chbAutoselectProject.CanFocus      = true;
     this.chbAutoselectProject.Name          = "chbAutoselectProject";
     this.chbAutoselectProject.Label         = global::Mono.Unix.Catalog.GetString("Auto select project");
     this.chbAutoselectProject.DrawIndicator = true;
     this.chbAutoselectProject.UseUnderline  = true;
     this.table1.Add(this.chbAutoselectProject);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbAutoselectProject]));
     w2.TopAttach    = ((uint)(4));
     w2.BottomAttach = ((uint)(5));
     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.chbOpenLastOpenedW               = new global::Gtk.CheckButton();
     this.chbOpenLastOpenedW.CanFocus      = true;
     this.chbOpenLastOpenedW.Name          = "chbOpenLastOpenedW";
     this.chbOpenLastOpenedW.Label         = global::Mono.Unix.Catalog.GetString("Open last opened workspace.");
     this.chbOpenLastOpenedW.DrawIndicator = true;
     this.chbOpenLastOpenedW.UseUnderline  = true;
     this.table1.Add(this.chbOpenLastOpenedW);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbOpenLastOpenedW]));
     w3.TopAttach    = ((uint)(5));
     w3.BottomAttach = ((uint)(6));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbShowDebugDevic               = new global::Gtk.CheckButton();
     this.chbShowDebugDevic.CanFocus      = true;
     this.chbShowDebugDevic.Name          = "chbShowDebugDevic";
     this.chbShowDebugDevic.Label         = global::Mono.Unix.Catalog.GetString("Show beta platforms.");
     this.chbShowDebugDevic.DrawIndicator = true;
     this.chbShowDebugDevic.UseUnderline  = true;
     this.table1.Add(this.chbShowDebugDevic);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbShowDebugDevic]));
     w4.TopAttach    = ((uint)(7));
     w4.BottomAttach = ((uint)(8));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbShowUnsupportDevic               = new global::Gtk.CheckButton();
     this.chbShowUnsupportDevic.CanFocus      = true;
     this.chbShowUnsupportDevic.Name          = "chbShowUnsupportDevic";
     this.chbShowUnsupportDevic.Label         = global::Mono.Unix.Catalog.GetString("Show obsolete platforms.");
     this.chbShowUnsupportDevic.DrawIndicator = true;
     this.chbShowUnsupportDevic.UseUnderline  = true;
     this.table1.Add(this.chbShowUnsupportDevic);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbShowUnsupportDevic]));
     w5.TopAttach    = ((uint)(6));
     w5.BottomAttach = ((uint)(7));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.fontbutton1           = new global::Gtk.FontButton();
     this.fontbutton1.CanFocus  = true;
     this.fontbutton1.Name      = "fontbutton1";
     this.fontbutton1.FontName  = "Monospace 10";
     this.fontbutton1.ShowStyle = false;
     this.fontbutton1.UseFont   = true;
     this.fontbutton1.UseSize   = true;
     this.table1.Add(this.fontbutton1);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.fontbutton1]));
     w6.TopAttach    = ((uint)(8));
     w6.BottomAttach = ((uint)(9));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Color :");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w7.TopAttach    = ((uint)(3));
     w7.BottomAttach = ((uint)(4));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2 = new global::Gtk.Label();
     this.label2.TooltipMarkup = "Path to Publish Tools";
     this.label2.Name          = "label2";
     this.label2.Xalign        = 1F;
     this.label2.LabelProp     = global::Mono.Unix.Catalog.GetString("Publish Tools :");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3 = new global::Gtk.Label();
     this.label3.TooltipMarkup = "Path to Framework";
     this.label3.Name          = "label3";
     this.label3.Xalign        = 1F;
     this.label3.LabelProp     = global::Mono.Unix.Catalog.GetString("Libs Directory :");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     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.label4 = new global::Gtk.Label();
     this.label4.TooltipMarkup = "Path to Emulator and Compiler";
     this.label4.Name          = "label4";
     this.label4.Xalign        = 1F;
     this.label4.LabelProp     = global::Mono.Unix.Catalog.GetString("Emulator :");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w10.TopAttach    = ((uint)(2));
     w10.BottomAttach = ((uint)(3));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 1F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Console and task font :");
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w11.TopAttach    = ((uint)(8));
     w11.BottomAttach = ((uint)(9));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.table1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table1]));
     w12.Position = 0;
     // Container child vbox3.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.frame1             = new global::Gtk.Frame();
     this.frame1.Name        = "frame1";
     this.frame1.BorderWidth = ((uint)(1));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment2             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name        = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding = ((uint)(12));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox();
     this.hbox1.HeightRequest = 102;
     this.hbox1.Name          = "hbox1";
     this.hbox1.Spacing       = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 1F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Ignored :");
     this.hbox1.Add(this.label5);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label5]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // 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.tvIgnoreFolder          = new global::Gtk.TreeView();
     this.tvIgnoreFolder.CanFocus = true;
     this.tvIgnoreFolder.Name     = "tvIgnoreFolder";
     this.GtkScrolledWindow1.Add(this.tvIgnoreFolder);
     this.hbox1.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow1]));
     w15.Position = 1;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbuttonbox1             = new global::Gtk.VButtonBox();
     this.vbuttonbox1.Name        = "vbuttonbox1";
     this.vbuttonbox1.Spacing     = -1;
     this.vbuttonbox1.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(3));
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.btnAddIF              = new global::Gtk.Button();
     this.btnAddIF.CanFocus     = true;
     this.btnAddIF.Name         = "btnAddIF";
     this.btnAddIF.UseUnderline = true;
     this.btnAddIF.Label        = global::Mono.Unix.Catalog.GetString("Add");
     this.vbuttonbox1.Add(this.btnAddIF);
     global::Gtk.ButtonBox.ButtonBoxChild w16 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.btnAddIF]));
     w16.Expand = false;
     w16.Fill   = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.btnEditIF              = new global::Gtk.Button();
     this.btnEditIF.CanFocus     = true;
     this.btnEditIF.Name         = "btnEditIF";
     this.btnEditIF.UseUnderline = true;
     this.btnEditIF.Label        = global::Mono.Unix.Catalog.GetString("Edit");
     this.vbuttonbox1.Add(this.btnEditIF);
     global::Gtk.ButtonBox.ButtonBoxChild w17 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.btnEditIF]));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.btnDeleteIF              = new global::Gtk.Button();
     this.btnDeleteIF.CanFocus     = true;
     this.btnDeleteIF.Name         = "btnDeleteIF";
     this.btnDeleteIF.UseUnderline = true;
     this.btnDeleteIF.Label        = global::Mono.Unix.Catalog.GetString("Delete");
     this.vbuttonbox1.Add(this.btnDeleteIF);
     global::Gtk.ButtonBox.ButtonBoxChild w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.btnDeleteIF]));
     w18.Position = 2;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     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("Reset");
     this.vbuttonbox1.Add(this.button8);
     global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.button8]));
     w19.Position = 3;
     w19.Expand   = false;
     w19.Fill     = false;
     this.hbox1.Add(this.vbuttonbox1);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbuttonbox1]));
     w20.Position = 2;
     w20.Expand   = false;
     w20.Fill     = false;
     this.GtkAlignment2.Add(this.hbox1);
     this.frame1.Add(this.GtkAlignment2);
     this.GtkLabel11           = new global::Gtk.Label();
     this.GtkLabel11.Name      = "GtkLabel11";
     this.GtkLabel11.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Ignore Folder</b>");
     this.GtkLabel11.UseMarkup = true;
     this.frame1.LabelWidget   = this.GtkLabel11;
     this.notebook1.Add(this.frame1);
     // Notebook tab
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Ignore Folder");
     this.notebook1.SetTabLabel(this.frame1, this.label7);
     this.label7.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.frame2             = new global::Gtk.Frame();
     this.frame2.Name        = "frame2";
     this.frame2.BorderWidth = ((uint)(1));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment3             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment3.Name        = "GtkAlignment3";
     this.GtkAlignment3.LeftPadding = ((uint)(12));
     // Container child GtkAlignment3.Gtk.Container+ContainerChild
     this.hbox2 = new global::Gtk.HBox();
     this.hbox2.HeightRequest = 102;
     this.hbox2.Name          = "hbox2";
     this.hbox2.Spacing       = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.labelFi           = new global::Gtk.Label();
     this.labelFi.Name      = "labelFi";
     this.labelFi.Xalign    = 1F;
     this.labelFi.LabelProp = global::Mono.Unix.Catalog.GetString("Ignored :");
     this.hbox2.Add(this.labelFi);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.labelFi]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child hbox2.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.tvIgnoreFiles          = new global::Gtk.TreeView();
     this.tvIgnoreFiles.CanFocus = true;
     this.tvIgnoreFiles.Name     = "tvIgnoreFiles";
     this.GtkScrolledWindow2.Add(this.tvIgnoreFiles);
     this.hbox2.Add(this.GtkScrolledWindow2);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow2]));
     w26.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbuttonbox2             = new global::Gtk.VButtonBox();
     this.vbuttonbox2.Name        = "vbuttonbox2";
     this.vbuttonbox2.Spacing     = -1;
     this.vbuttonbox2.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(3));
     // Container child vbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.btnAddIFi              = new global::Gtk.Button();
     this.btnAddIFi.CanFocus     = true;
     this.btnAddIFi.Name         = "btnAddIFi";
     this.btnAddIFi.UseUnderline = true;
     this.btnAddIFi.Label        = global::Mono.Unix.Catalog.GetString("Add");
     this.vbuttonbox2.Add(this.btnAddIFi);
     global::Gtk.ButtonBox.ButtonBoxChild w27 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox2 [this.btnAddIFi]));
     w27.Expand = false;
     w27.Fill   = false;
     // Container child vbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.btnEditIFi              = new global::Gtk.Button();
     this.btnEditIFi.CanFocus     = true;
     this.btnEditIFi.Name         = "btnEditIFi";
     this.btnEditIFi.UseUnderline = true;
     this.btnEditIFi.Label        = global::Mono.Unix.Catalog.GetString("Edit");
     this.vbuttonbox2.Add(this.btnEditIFi);
     global::Gtk.ButtonBox.ButtonBoxChild w28 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox2 [this.btnEditIFi]));
     w28.Position = 1;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child vbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.btnDeleteIFi              = new global::Gtk.Button();
     this.btnDeleteIFi.CanFocus     = true;
     this.btnDeleteIFi.Name         = "btnDeleteIFi";
     this.btnDeleteIFi.UseUnderline = true;
     this.btnDeleteIFi.Label        = global::Mono.Unix.Catalog.GetString("Delete");
     this.vbuttonbox2.Add(this.btnDeleteIFi);
     global::Gtk.ButtonBox.ButtonBoxChild w29 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox2 [this.btnDeleteIFi]));
     w29.Position = 2;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child vbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.btnResetIFi              = new global::Gtk.Button();
     this.btnResetIFi.CanFocus     = true;
     this.btnResetIFi.Name         = "btnResetIFi";
     this.btnResetIFi.UseUnderline = true;
     this.btnResetIFi.Label        = global::Mono.Unix.Catalog.GetString("Reset");
     this.vbuttonbox2.Add(this.btnResetIFi);
     global::Gtk.ButtonBox.ButtonBoxChild w30 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox2 [this.btnResetIFi]));
     w30.Position = 3;
     w30.Expand   = false;
     w30.Fill     = false;
     this.hbox2.Add(this.vbuttonbox2);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbuttonbox2]));
     w31.Position = 2;
     w31.Expand   = false;
     w31.Fill     = false;
     this.GtkAlignment3.Add(this.hbox2);
     this.frame2.Add(this.GtkAlignment3);
     this.GtkLabel16           = new global::Gtk.Label();
     this.GtkLabel16.Name      = "GtkLabel16";
     this.GtkLabel16.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Ignore Files</b>");
     this.GtkLabel16.UseMarkup = true;
     this.frame2.LabelWidget   = this.GtkLabel16;
     this.notebook1.Add(this.frame2);
     global::Gtk.Notebook.NotebookChild w34 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.frame2]));
     w34.Position = 1;
     // Notebook tab
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Ignore Files");
     this.notebook1.SetTabLabel(this.frame2, this.label8);
     this.label8.ShowAll();
     this.vbox3.Add(this.notebook1);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.notebook1]));
     w35.Position = 1;
     w35.Expand   = false;
     w35.Fill     = false;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.btnAddIF.Clicked     += new global::System.EventHandler(this.OnBtnAddIFClicked);
     this.btnEditIF.Clicked    += new global::System.EventHandler(this.OnBtnEditIFClicked);
     this.btnDeleteIF.Clicked  += new global::System.EventHandler(this.OnBtnDeleteIFClicked);
     this.button8.Clicked      += new global::System.EventHandler(this.OnButton8Clicked);
     this.btnAddIFi.Clicked    += new global::System.EventHandler(this.OnBtnAddIFiClicked);
     this.btnEditIFi.Clicked   += new global::System.EventHandler(this.OnBtnEditIFiClicked);
     this.btnDeleteIFi.Clicked += new global::System.EventHandler(this.OnBtnDeleteIFiClicked);
     this.btnResetIFi.Clicked  += new global::System.EventHandler(this.OnBtnResetIFiClicked);
 }
Пример #25
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.NewAction            = new global::Gtk.Action("NewAction", global::Mono.Unix.Catalog.GetString("_New"), global::Mono.Unix.Catalog.GetString("Creates new pipe"), "gtk-new");
     this.NewAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_New");
     w1.Add(this.NewAction, "<Control>n");
     this.OpenAction            = new global::Gtk.Action("OpenAction", global::Mono.Unix.Catalog.GetString("_Open"), global::Mono.Unix.Catalog.GetString("Opens existing pipe"), "gtk-open");
     this.OpenAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Open");
     w1.Add(this.OpenAction, "<Control>o");
     this.SaveAction            = new global::Gtk.Action("SaveAction", global::Mono.Unix.Catalog.GetString("_Save"), global::Mono.Unix.Catalog.GetString("Saves pipe"), "gtk-floppy");
     this.SaveAction.Sensitive  = false;
     this.SaveAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Save");
     w1.Add(this.SaveAction, "<Control>s");
     this.SaveAsAction            = new global::Gtk.Action("SaveAsAction", global::Mono.Unix.Catalog.GetString("Save _As"), global::Mono.Unix.Catalog.GetString("Saves pipe as new file"), "gtk-save-as");
     this.SaveAsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Save _As");
     w1.Add(this.SaveAsAction, "<Control>q");
     this.ImportAction            = new global::Gtk.Action("ImportAction", global::Mono.Unix.Catalog.GetString("_Import"), global::Mono.Unix.Catalog.GetString("Imports PCL formatted pipe from the clipboard"), "gtk-go-down");
     this.ImportAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Import");
     w1.Add(this.ImportAction, null);
     this.ExportAction            = new global::Gtk.Action("ExportAction", global::Mono.Unix.Catalog.GetString("_Export"), global::Mono.Unix.Catalog.GetString("Exports PCL formatted pipe to the clipboard"), "gtk-go-up");
     this.ExportAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Export");
     w1.Add(this.ExportAction, null);
     this.ExitAction            = new global::Gtk.Action("ExitAction", global::Mono.Unix.Catalog.GetString("E_xit"), global::Mono.Unix.Catalog.GetString("Quits application"), "gtk-quit");
     this.ExitAction.ShortLabel = global::Mono.Unix.Catalog.GetString("E_xit");
     w1.Add(this.ExitAction, 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.CutAction            = new global::Gtk.Action("CutAction", global::Mono.Unix.Catalog.GetString("Cu_t"), null, "gtk-cut");
     this.CutAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Cu_t");
     w1.Add(this.CutAction, "<Control>x");
     this.CopyAction            = new global::Gtk.Action("CopyAction", global::Mono.Unix.Catalog.GetString("_Copy"), null, "gtk-copy");
     this.CopyAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Copy");
     w1.Add(this.CopyAction, "<Control>c");
     this.PasteAction            = new global::Gtk.Action("PasteAction", global::Mono.Unix.Catalog.GetString("_Paste"), null, "gtk-paste");
     this.PasteAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Paste");
     w1.Add(this.PasteAction, "<Control>v");
     this.DeleteAction            = new global::Gtk.Action("DeleteAction", global::Mono.Unix.Catalog.GetString("_Delete"), null, "gtk-delete");
     this.DeleteAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Delete");
     w1.Add(this.DeleteAction, null);
     this.SelectAllAction            = new global::Gtk.Action("SelectAllAction", global::Mono.Unix.Catalog.GetString("Select _All"), null, "gtk-select-all");
     this.SelectAllAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Select _All");
     w1.Add(this.SelectAllAction, "<Control>a");
     this.PreferencesAction            = new global::Gtk.Action("PreferencesAction", global::Mono.Unix.Catalog.GetString("Prefere_nces"), null, "gtk-preferences");
     this.PreferencesAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Prefere_nces");
     w1.Add(this.PreferencesAction, null);
     this.PipeAction            = new global::Gtk.Action("PipeAction", global::Mono.Unix.Catalog.GetString("_Pipe"), null, null);
     this.PipeAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Pipe");
     w1.Add(this.PipeAction, null);
     this.RunAction            = new global::Gtk.Action("RunAction", global::Mono.Unix.Catalog.GetString("_Run"), global::Mono.Unix.Catalog.GetString("Runs entire pipe"), "gtk-media-play");
     this.RunAction.Sensitive  = false;
     this.RunAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Run");
     w1.Add(this.RunAction, "<Control>r");
     this.RunToLineAction            = new global::Gtk.Action("RunToLineAction", global::Mono.Unix.Catalog.GetString("Run _To Line"), global::Mono.Unix.Catalog.GetString("Runs pipe to current line only"), "gtk-media-record");
     this.RunToLineAction.Sensitive  = false;
     this.RunToLineAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Run _To Line");
     w1.Add(this.RunToLineAction, "<Control>t");
     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.UserGuideAction            = new global::Gtk.Action("UserGuideAction", global::Mono.Unix.Catalog.GetString("_User Guide"), null, "gtk-help");
     this.UserGuideAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_User Guide");
     w1.Add(this.UserGuideAction, "F1");
     this.SupportForumAction            = new global::Gtk.Action("SupportForumAction", global::Mono.Unix.Catalog.GetString("Support _Forum"), null, null);
     this.SupportForumAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Support _Forum");
     w1.Add(this.SupportForumAction, null);
     this.VisitOurHomepageAction            = new global::Gtk.Action("VisitOurHomepageAction", global::Mono.Unix.Catalog.GetString("Visit Our Homepage"), null, "gtk-home");
     this.VisitOurHomepageAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Visit Our Homepage");
     w1.Add(this.VisitOurHomepageAction, null);
     this.AboutAction            = new global::Gtk.Action("AboutAction", global::Mono.Unix.Catalog.GetString("About"), null, "gtk-about");
     this.AboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString("About");
     w1.Add(this.AboutAction, null);
     this.QuickStartTutorialAction            = new global::Gtk.Action("QuickStartTutorialAction", global::Mono.Unix.Catalog.GetString("Quick Start Tutorial"), global::Mono.Unix.Catalog.GetString("Display quick start tutorial"), null);
     this.QuickStartTutorialAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Quick Start Tutorial");
     w1.Add(this.QuickStartTutorialAction, 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.AppendStrAction            = new global::Gtk.Action("AppendStrAction", global::Mono.Unix.Catalog.GetString("AppendStr"), null, "gtk-add");
     this.AppendStrAction.ShortLabel = global::Mono.Unix.Catalog.GetString("AppendStr");
     w1.Add(this.AppendStrAction, null);
     this.BottomLinesAction            = new global::Gtk.Action("BottomLinesAction", global::Mono.Unix.Catalog.GetString("BottomLines"), null, "gtk-goto-bottom");
     this.BottomLinesAction.ShortLabel = global::Mono.Unix.Catalog.GetString("BottomLines");
     w1.Add(this.BottomLinesAction, null);
     this.CallAction            = new global::Gtk.Action("CallAction", global::Mono.Unix.Catalog.GetString("Call"), null, null);
     this.CallAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Call");
     w1.Add(this.CallAction, null);
     this.CountCharsAction            = new global::Gtk.Action("CountCharsAction", global::Mono.Unix.Catalog.GetString("CountChars"), null, null);
     this.CountCharsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("CountChars");
     w1.Add(this.CountCharsAction, null);
     this.CountLinesAction            = new global::Gtk.Action("CountLinesAction", global::Mono.Unix.Catalog.GetString("CountLines"), null, null);
     this.CountLinesAction.ShortLabel = global::Mono.Unix.Catalog.GetString("CountLines");
     w1.Add(this.CountLinesAction, null);
     this.DelBlankLinesAction            = new global::Gtk.Action("DelBlankLinesAction", global::Mono.Unix.Catalog.GetString("DelBlankLines"), null, null);
     this.DelBlankLinesAction.ShortLabel = global::Mono.Unix.Catalog.GetString("DelBlankLines");
     w1.Add(this.DelBlankLinesAction, null);
     this.DelCharsAction            = new global::Gtk.Action("DelCharsAction", global::Mono.Unix.Catalog.GetString("DelChars"), null, null);
     this.DelCharsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("DelChars");
     w1.Add(this.DelCharsAction, null);
     this.ExclLinesAction            = new global::Gtk.Action("ExclLinesAction", global::Mono.Unix.Catalog.GetString("ExclLines"), null, null);
     this.ExclLinesAction.ShortLabel = global::Mono.Unix.Catalog.GetString("ExclLines");
     w1.Add(this.ExclLinesAction, null);
     this.InclLinesAction            = new global::Gtk.Action("InclLinesAction", global::Mono.Unix.Catalog.GetString("InclLines"), null, null);
     this.InclLinesAction.ShortLabel = global::Mono.Unix.Catalog.GetString("InclLines");
     w1.Add(this.InclLinesAction, null);
     this.InsLineNoAction            = new global::Gtk.Action("InsLineNoAction", global::Mono.Unix.Catalog.GetString("InsLineNo"), null, null);
     this.InsLineNoAction.ShortLabel = global::Mono.Unix.Catalog.GetString("InsLineNo");
     w1.Add(this.InsLineNoAction, null);
     this.InsStrAction            = new global::Gtk.Action("InsStrAction", global::Mono.Unix.Catalog.GetString("InsStr"), null, null);
     this.InsStrAction.ShortLabel = global::Mono.Unix.Catalog.GetString("InsStr");
     w1.Add(this.InsStrAction, null);
     this.WrapTextAction            = new global::Gtk.ToggleAction("WrapTextAction", global::Mono.Unix.Catalog.GetString("_Wrap Text"), null, null);
     this.WrapTextAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Wrap Text");
     w1.Add(this.WrapTextAction, null);
     this.InsertCursorColAction            = new global::Gtk.Action("InsertCursorColAction", global::Mono.Unix.Catalog.GetString("Insert Cursor Col"), null, "gtk-add");
     this.InsertCursorColAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Insert Cursor Col");
     w1.Add(this.InsertCursorColAction, null);
     this.DemosAction            = new global::Gtk.Action("DemosAction", global::Mono.Unix.Catalog.GetString("_Demos"), null, null);
     this.DemosAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Demos");
     w1.Add(this.DemosAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("PipeWrench");
     this.Icon           = global::Stetic.IconLoader.LoadIcon(this, "stock_standard-filter", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><menubar name='menubar1'><menu name='FileAction' action='FileAction'><menuitem name='NewAction' action='NewAction'/><menuitem name='OpenAction' action='OpenAction'/><menuitem name='SaveAction' action='SaveAction'/><menuitem name='SaveAsAction' action='SaveAsAction'/><separator/><menuitem name='ImportAction' action='ImportAction'/><menuitem name='ExportAction' action='ExportAction'/><separator/><menuitem name='ExitAction' action='ExitAction'/></menu><menu name='EditAction' action='EditAction'><menuitem name='CutAction' action='CutAction'/><menuitem name='CopyAction' action='CopyAction'/><menuitem name='PasteAction' action='PasteAction'/><menuitem name='DeleteAction' action='DeleteAction'/><menuitem name='SelectAllAction' action='SelectAllAction'/><separator/><menuitem name='InsertCursorColAction' action='InsertCursorColAction'/><separator/><menuitem name='PreferencesAction' action='PreferencesAction'/></menu><menu name='PipeAction' action='PipeAction'><menuitem name='RunAction' action='RunAction'/><menuitem name='RunToLineAction' action='RunToLineAction'/></menu><menu name='HelpAction' action='HelpAction'><menuitem name='UserGuideAction' action='UserGuideAction'/><menuitem name='DemosAction' action='DemosAction'/><separator/><menuitem name='AboutAction' action='AboutAction'/></menu></menubar></ui>");
     this.menubar1      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vbox1.Add(this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.menubar1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><toolbar name='toolbar1'><toolitem name='NewAction' action='NewAction'/><toolitem name='OpenAction' action='OpenAction'/><toolitem name='SaveAction' action='SaveAction'/><toolitem name='SaveAsAction' action='SaveAsAction'/><separator/><toolitem name='ImportAction' action='ImportAction'/><toolitem name='ExportAction' action='ExportAction'/><separator/><toolitem name='RunAction' action='RunAction'/><toolitem name='RunToLineAction' action='RunToLineAction'/></toolbar></ui>");
     this.toolbar1              = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/toolbar1")));
     this.toolbar1.Name         = "toolbar1";
     this.toolbar1.ShowArrow    = false;
     this.toolbar1.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
     this.toolbar1.IconSize     = ((global::Gtk.IconSize)(3));
     this.vbox1.Add(this.toolbar1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.toolbar1]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hpaned1          = new global::Gtk.HPaned();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name     = "hpaned1";
     this.hpaned1.Position = 178;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.CommandsFrame             = new global::Gtk.Frame();
     this.CommandsFrame.Name        = "CommandsFrame";
     this.CommandsFrame.BorderWidth = ((uint)(3));
     // Container child CommandsFrame.Gtk.Container+ContainerChild
     this.GtkAlignment               = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name          = "GtkAlignment";
     this.GtkAlignment.LeftPadding   = ((uint)(6));
     this.GtkAlignment.TopPadding    = ((uint)(6));
     this.GtkAlignment.RightPadding  = ((uint)(6));
     this.GtkAlignment.BottomPadding = ((uint)(6));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w4 = new global::Gtk.Viewport();
     w4.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.UIManager.AddUiFromString("<ui><toolbar name='CommandsToolbar'/></ui>");
     this.CommandsToolbar              = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/CommandsToolbar")));
     this.CommandsToolbar.Name         = "CommandsToolbar";
     this.CommandsToolbar.Orientation  = ((global::Gtk.Orientation)(1));
     this.CommandsToolbar.ShowArrow    = false;
     this.CommandsToolbar.ToolbarStyle = ((global::Gtk.ToolbarStyle)(3));
     this.CommandsToolbar.IconSize     = ((global::Gtk.IconSize)(2));
     w4.Add(this.CommandsToolbar);
     this.scrolledwindow1.Add(w4);
     this.GtkAlignment.Add(this.scrolledwindow1);
     this.CommandsFrame.Add(this.GtkAlignment);
     this.GtkLabel6                 = new global::Gtk.Label();
     this.GtkLabel6.Name            = "GtkLabel6";
     this.GtkLabel6.LabelProp       = global::Mono.Unix.Catalog.GetString("<b>Commands</b>");
     this.GtkLabel6.UseMarkup       = true;
     this.CommandsFrame.LabelWidget = this.GtkLabel6;
     this.hpaned1.Add(this.CommandsFrame);
     global::Gtk.Paned.PanedChild w9 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.CommandsFrame]));
     w9.Resize = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.vpaned1          = new global::Gtk.VPaned();
     this.vpaned1.CanFocus = true;
     this.vpaned1.Name     = "vpaned1";
     this.vpaned1.Position = 156;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.PipeFrame             = new global::Gtk.Frame();
     this.PipeFrame.Name        = "PipeFrame";
     this.PipeFrame.BorderWidth = ((uint)(3));
     // Container child PipeFrame.Gtk.Container+ContainerChild
     this.GtkAlignment2               = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name          = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding   = ((uint)(6));
     this.GtkAlignment2.TopPadding    = ((uint)(6));
     this.GtkAlignment2.RightPadding  = ((uint)(6));
     this.GtkAlignment2.BottomPadding = ((uint)(6));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.PipeTextView = new global::Gtk.TextView();
     this.PipeTextView.TooltipMarkup = "Enter pipe commands here";
     this.PipeTextView.CanFocus      = true;
     this.PipeTextView.Name          = "PipeTextView";
     this.PipeTextView.AcceptsTab    = false;
     this.PipeTextView.RightMargin   = 3;
     this.GtkScrolledWindow.Add(this.PipeTextView);
     this.vbox3.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow]));
     w11.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Arguments");
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.ArgsEntry = new global::Gtk.Entry();
     this.ArgsEntry.TooltipMarkup = "Enter any pipe arguments here";
     this.ArgsEntry.CanFocus      = true;
     this.ArgsEntry.Name          = "ArgsEntry";
     this.ArgsEntry.IsEditable    = true;
     this.ArgsEntry.InvisibleChar = '●';
     this.hbox1.Add(this.ArgsEntry);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.ArgsEntry]));
     w13.Position = 1;
     this.vbox3.Add(this.hbox1);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox1]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     this.GtkAlignment2.Add(this.vbox3);
     this.PipeFrame.Add(this.GtkAlignment2);
     this.GtkLabel10            = new global::Gtk.Label();
     this.GtkLabel10.Name       = "GtkLabel10";
     this.GtkLabel10.LabelProp  = global::Mono.Unix.Catalog.GetString("<b>Pipe</b>");
     this.GtkLabel10.UseMarkup  = true;
     this.PipeFrame.LabelWidget = this.GtkLabel10;
     this.vpaned1.Add(this.PipeFrame);
     global::Gtk.Paned.PanedChild w17 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.PipeFrame]));
     w17.Resize = false;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.TextFrame             = new global::Gtk.Frame();
     this.TextFrame.Name        = "TextFrame";
     this.TextFrame.BorderWidth = ((uint)(3));
     // Container child TextFrame.Gtk.Container+ContainerChild
     this.GtkAlignment1               = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment1.Name          = "GtkAlignment1";
     this.GtkAlignment1.LeftPadding   = ((uint)(6));
     this.GtkAlignment1.TopPadding    = ((uint)(6));
     this.GtkAlignment1.RightPadding  = ((uint)(6));
     this.GtkAlignment1.BottomPadding = ((uint)(6));
     // Container child GtkAlignment1.Gtk.Container+ContainerChild
     this.TextNotebook             = new global::Gtk.Notebook();
     this.TextNotebook.CanFocus    = true;
     this.TextNotebook.Name        = "TextNotebook";
     this.TextNotebook.CurrentPage = 1;
     // Container child TextNotebook.Gtk.Notebook+NotebookChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.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.InputTextView               = new global::Gtk.TextView();
     this.InputTextView.Buffer.Text   = "replace this text\nwith the text you\nwant to edit.";
     this.InputTextView.TooltipMarkup = "Copy the text to process here";
     this.InputTextView.CanFocus      = true;
     this.InputTextView.Name          = "InputTextView";
     this.InputTextView.AcceptsTab    = false;
     this.InputTextView.RightMargin   = 3;
     this.GtkScrolledWindow1.Add(this.InputTextView);
     this.vbox2.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow1]));
     w19.Position = 0;
     // 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.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("File");
     this.hbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label2]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.InputFileEntry = new global::Gtk.Entry();
     this.InputFileEntry.TooltipMarkup = "Use browse button to select input text file";
     this.InputFileEntry.CanFocus      = true;
     this.InputFileEntry.Name          = "InputFileEntry";
     this.InputFileEntry.IsEditable    = false;
     this.InputFileEntry.InvisibleChar = '●';
     this.hbox2.Add(this.InputFileEntry);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.InputFileEntry]));
     w21.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.InputFileBrowseButton = new global::Gtk.Button();
     this.InputFileBrowseButton.TooltipMarkup = "Browse for input text file";
     this.InputFileBrowseButton.CanFocus      = true;
     this.InputFileBrowseButton.Name          = "InputFileBrowseButton";
     this.InputFileBrowseButton.UseUnderline  = true;
     this.InputFileBrowseButton.Label         = global::Mono.Unix.Catalog.GetString("...");
     this.hbox2.Add(this.InputFileBrowseButton);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.InputFileBrowseButton]));
     w22.Position = 2;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.InputFileClearButton = new global::Gtk.Button();
     this.InputFileClearButton.TooltipMarkup = "Clear input text file";
     this.InputFileClearButton.CanFocus      = true;
     this.InputFileClearButton.Name          = "InputFileClearButton";
     this.InputFileClearButton.UseUnderline  = true;
     this.InputFileClearButton.Label         = global::Mono.Unix.Catalog.GetString("Clear");
     this.hbox2.Add(this.InputFileClearButton);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.InputFileClearButton]));
     w23.Position = 3;
     w23.Expand   = false;
     w23.Fill     = false;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w24.Position = 1;
     w24.Expand   = false;
     w24.Fill     = false;
     this.TextNotebook.Add(this.vbox2);
     // Container child TextNotebook.Gtk.Notebook+NotebookChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.GtkScrolledWindow2            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow2.Name       = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.OutputTextView = new global::Gtk.TextView();
     this.OutputTextView.TooltipMarkup = "Edited text is output here";
     this.OutputTextView.CanFocus      = true;
     this.OutputTextView.Name          = "OutputTextView";
     this.OutputTextView.AcceptsTab    = false;
     this.OutputTextView.RightMargin   = 3;
     this.GtkScrolledWindow2.Add(this.OutputTextView);
     this.vbox4.Add(this.GtkScrolledWindow2);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkScrolledWindow2]));
     w27.Position = 0;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("File");
     this.hbox3.Add(this.label3);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label3]));
     w28.Position = 0;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.OutputFileEntry = new global::Gtk.Entry();
     this.OutputFileEntry.TooltipMarkup = "Use browse button to select output text file";
     this.OutputFileEntry.CanFocus      = true;
     this.OutputFileEntry.Name          = "OutputFileEntry";
     this.OutputFileEntry.IsEditable    = false;
     this.OutputFileEntry.InvisibleChar = '●';
     this.hbox3.Add(this.OutputFileEntry);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.OutputFileEntry]));
     w29.Position = 1;
     // Container child hbox3.Gtk.Box+BoxChild
     this.OutputFileBrowseButton = new global::Gtk.Button();
     this.OutputFileBrowseButton.TooltipMarkup = "Browse for output text file";
     this.OutputFileBrowseButton.CanFocus      = true;
     this.OutputFileBrowseButton.Name          = "OutputFileBrowseButton";
     this.OutputFileBrowseButton.UseUnderline  = true;
     this.OutputFileBrowseButton.Label         = global::Mono.Unix.Catalog.GetString("...");
     this.hbox3.Add(this.OutputFileBrowseButton);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.OutputFileBrowseButton]));
     w30.Position = 2;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.OutputFileClearButton = new global::Gtk.Button();
     this.OutputFileClearButton.TooltipMarkup = "Clear output text file";
     this.OutputFileClearButton.CanFocus      = true;
     this.OutputFileClearButton.Name          = "OutputFileClearButton";
     this.OutputFileClearButton.UseUnderline  = true;
     this.OutputFileClearButton.Label         = global::Mono.Unix.Catalog.GetString("Clear");
     this.hbox3.Add(this.OutputFileClearButton);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.OutputFileClearButton]));
     w31.Position = 3;
     w31.Expand   = false;
     w31.Fill     = false;
     this.vbox4.Add(this.hbox3);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox3]));
     w32.Position = 1;
     w32.Expand   = false;
     w32.Fill     = false;
     this.TextNotebook.Add(this.vbox4);
     global::Gtk.Notebook.NotebookChild w33 = ((global::Gtk.Notebook.NotebookChild)(this.TextNotebook [this.vbox4]));
     w33.Position = 1;
     // Container child TextNotebook.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow3            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow3.Name       = "GtkScrolledWindow3";
     this.GtkScrolledWindow3.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow3.Gtk.Container+ContainerChild
     this.ErrorsTextView = new global::Gtk.TextView();
     this.ErrorsTextView.TooltipMarkup = "Errors are reported here";
     this.ErrorsTextView.CanFocus      = true;
     this.ErrorsTextView.Name          = "ErrorsTextView";
     this.ErrorsTextView.Editable      = false;
     this.ErrorsTextView.AcceptsTab    = false;
     this.ErrorsTextView.RightMargin   = 3;
     this.GtkScrolledWindow3.Add(this.ErrorsTextView);
     this.TextNotebook.Add(this.GtkScrolledWindow3);
     global::Gtk.Notebook.NotebookChild w35 = ((global::Gtk.Notebook.NotebookChild)(this.TextNotebook [this.GtkScrolledWindow3]));
     w35.Position = 2;
     this.GtkAlignment1.Add(this.TextNotebook);
     this.TextFrame.Add(this.GtkAlignment1);
     this.GtkLabel14            = new global::Gtk.Label();
     this.GtkLabel14.Name       = "GtkLabel14";
     this.GtkLabel14.LabelProp  = global::Mono.Unix.Catalog.GetString("<b>Text</b>");
     this.GtkLabel14.UseMarkup  = true;
     this.TextFrame.LabelWidget = this.GtkLabel14;
     this.vpaned1.Add(this.TextFrame);
     this.hpaned1.Add(this.vpaned1);
     this.vbox1.Add(this.hpaned1);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hpaned1]));
     w40.Position = 2;
     // Container child vbox1.Gtk.Box+BoxChild
     this.TheStatusBar         = new global::Gtk.Statusbar();
     this.TheStatusBar.Name    = "TheStatusBar";
     this.TheStatusBar.Spacing = 6;
     // Container child TheStatusBar.Gtk.Box+BoxChild
     this.StatusBarCursorPosLabel           = new global::Gtk.Label();
     this.StatusBarCursorPosLabel.Name      = "StatusBarCursorPosLabel";
     this.StatusBarCursorPosLabel.LabelProp = global::Mono.Unix.Catalog.GetString("(0, 0)");
     this.TheStatusBar.Add(this.StatusBarCursorPosLabel);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.TheStatusBar [this.StatusBarCursorPosLabel]));
     w41.Position = 0;
     w41.Expand   = false;
     w41.Fill     = false;
     w41.Padding  = ((uint)(4));
     // Container child TheStatusBar.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.TheStatusBar.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.TheStatusBar [this.vseparator1]));
     w42.Position = 1;
     w42.Expand   = false;
     w42.Fill     = false;
     // Container child TheStatusBar.Gtk.Box+BoxChild
     this.StatusBarTextLabel           = new global::Gtk.Label();
     this.StatusBarTextLabel.Name      = "StatusBarTextLabel";
     this.StatusBarTextLabel.LabelProp = global::Mono.Unix.Catalog.GetString("    ");
     this.TheStatusBar.Add(this.StatusBarTextLabel);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.TheStatusBar [this.StatusBarTextLabel]));
     w43.Position = 2;
     w43.Expand   = false;
     w43.Fill     = false;
     w43.Padding  = ((uint)(4));
     this.vbox1.Add(this.TheStatusBar);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.TheStatusBar]));
     w44.Position = 3;
     w44.Expand   = false;
     w44.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 488;
     this.DefaultHeight = 458;
     this.Show();
     this.DeleteEvent                       += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.NewAction.Activated               += new global::System.EventHandler(this.NewAction_OnActivated);
     this.OpenAction.Activated              += new global::System.EventHandler(this.OpenAction_OnActivated);
     this.SaveAction.Activated              += new global::System.EventHandler(this.SaveAction_OnActivated);
     this.SaveAsAction.Activated            += new global::System.EventHandler(this.SaveAsAction_OnActivated);
     this.ImportAction.Activated            += new global::System.EventHandler(this.ImportAction_OnActivated);
     this.ExportAction.Activated            += new global::System.EventHandler(this.ExportAction_OnActivated);
     this.ExitAction.Activated              += new global::System.EventHandler(this.OnExit);
     this.CutAction.Activated               += new global::System.EventHandler(this.Cut_OnActivated);
     this.CopyAction.Activated              += new global::System.EventHandler(this.Copy_OnActivated);
     this.PasteAction.Activated             += new global::System.EventHandler(this.Paste_OnActivated);
     this.DeleteAction.Activated            += new global::System.EventHandler(this.Delete_OnActivated);
     this.SelectAllAction.Activated         += new global::System.EventHandler(this.SelectAll_OnActivated);
     this.PreferencesAction.Activated       += new global::System.EventHandler(this.Preferences_OnActivated);
     this.RunAction.Activated               += new global::System.EventHandler(this.RunAction_OnActivated);
     this.RunToLineAction.Activated         += new global::System.EventHandler(this.RunToLineAction_OnActivated);
     this.UserGuideAction.Activated         += new global::System.EventHandler(this.UserGuide_OnActivated);
     this.AboutAction.Activated             += new global::System.EventHandler(this.About_OnActivated);
     this.InsertCursorColAction.Activated   += new global::System.EventHandler(this.InsertCursorCol_OnActivated);
     this.DemosAction.Activated             += new global::System.EventHandler(this.Demos_OnActivated);
     this.PipeTextView.MoveCursor           += new global::Gtk.MoveCursorHandler(this.TextView_OnMoveCursor);
     this.PipeTextView.ButtonReleaseEvent   += new global::Gtk.ButtonReleaseEventHandler(this.TextView_OnButtonReleaseEvent);
     this.PipeTextView.Focused              += new global::Gtk.FocusedHandler(this.TextView_OnFocused);
     this.PipeTextView.KeyReleaseEvent      += new global::Gtk.KeyReleaseEventHandler(this.PipeTextView_OnKeyReleaseEvent);
     this.InputTextView.ButtonReleaseEvent  += new global::Gtk.ButtonReleaseEventHandler(this.TextView_OnButtonReleaseEvent);
     this.InputTextView.MoveCursor          += new global::Gtk.MoveCursorHandler(this.TextView_OnMoveCursor);
     this.InputTextView.Focused             += new global::Gtk.FocusedHandler(this.TextView_OnFocused);
     this.InputFileEntry.Changed            += new global::System.EventHandler(this.InputFileEntry_OnChanged);
     this.InputFileBrowseButton.Clicked     += new global::System.EventHandler(this.InputFileBrowseButton_OnClicked);
     this.InputFileClearButton.Clicked      += new global::System.EventHandler(this.InputFileClearButton_Clicked);
     this.OutputTextView.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler(this.TextView_OnButtonReleaseEvent);
     this.OutputTextView.MoveCursor         += new global::Gtk.MoveCursorHandler(this.TextView_OnMoveCursor);
     this.OutputTextView.Focused            += new global::Gtk.FocusedHandler(this.TextView_OnFocused);
     this.OutputFileEntry.Changed           += new global::System.EventHandler(this.OutputFileEntry_OnChanged);
     this.OutputFileBrowseButton.Clicked    += new global::System.EventHandler(this.OutputFileBrowseButton_OnClicked);
     this.OutputFileClearButton.Clicked     += new global::System.EventHandler(this.OutputFileClearButton_Clicked);
 }
Пример #26
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Component.CodingWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.Component.CodingWidget";
     // Container child LongoMatch.Gui.Component.CodingWidget.Gtk.Container+ContainerChild
     this.notebook             = new global::Gtk.Notebook();
     this.notebook.CanFocus    = true;
     this.notebook.Name        = "notebook";
     this.notebook.CurrentPage = 0;
     this.notebook.TabPos      = ((global::Gtk.PositionType)(0));
     this.notebook.ShowBorder  = false;
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.dashboardhpaned          = new global::Gtk.HPaned();
     this.dashboardhpaned.CanFocus = true;
     this.dashboardhpaned.Name     = "dashboardhpaned";
     this.dashboardhpaned.Position = 276;
     // Container child dashboardhpaned.Gtk.Paned+PanedChild
     this.teamsdrawingarea      = new global::Gtk.DrawingArea();
     this.teamsdrawingarea.Name = "teamsdrawingarea";
     this.dashboardhpaned.Add(this.teamsdrawingarea);
     global::Gtk.Paned.PanedChild w1 = ((global::Gtk.Paned.PanedChild)(this.dashboardhpaned [this.teamsdrawingarea]));
     w1.Resize = false;
     // Container child dashboardhpaned.Gtk.Paned+PanedChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.buttonswidget        = new global::LongoMatch.Gui.Component.DashboardWidget();
     this.buttonswidget.Events = ((global::Gdk.EventMask)(256));
     this.buttonswidget.Name   = "buttonswidget";
     this.hbox5.Add(this.buttonswidget);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.buttonswidget]));
     w2.Position = 0;
     this.dashboardhpaned.Add(this.hbox5);
     this.notebook.Add(this.dashboardhpaned);
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::VAS.Core.Catalog.GetString("page1");
     this.notebook.SetTabLabel(this.dashboardhpaned, this.label2);
     this.label2.ShowAll();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.timeline        = new global::LongoMatch.Gui.Component.Timeline();
     this.timeline.Events = ((global::Gdk.EventMask)(256));
     this.timeline.Name   = "timeline";
     this.notebook.Add(this.timeline);
     global::Gtk.Notebook.NotebookChild w5 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.timeline]));
     w5.Position = 1;
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::VAS.Core.Catalog.GetString("page2");
     this.notebook.SetTabLabel(this.timeline, this.label3);
     this.label3.ShowAll();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.playspositionviewer1        = new global::LongoMatch.Gui.Component.PlaysPositionViewer();
     this.playspositionviewer1.Events = ((global::Gdk.EventMask)(256));
     this.playspositionviewer1.Name   = "playspositionviewer1";
     this.notebook.Add(this.playspositionviewer1);
     global::Gtk.Notebook.NotebookChild w6 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.playspositionviewer1]));
     w6.Position = 2;
     // Notebook tab
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::VAS.Core.Catalog.GetString("page3");
     this.notebook.SetTabLabel(this.playspositionviewer1, this.label5);
     this.label5.ShowAll();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.eventslistwidget        = new global::LongoMatch.Gui.Component.EventsListWidget();
     this.eventslistwidget.Events = ((global::Gdk.EventMask)(256));
     this.eventslistwidget.Name   = "eventslistwidget";
     this.notebook.Add(this.eventslistwidget);
     global::Gtk.Notebook.NotebookChild w7 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.eventslistwidget]));
     w7.Position = 3;
     // Notebook tab
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.LabelProp = global::VAS.Core.Catalog.GetString("page4");
     this.notebook.SetTabLabel(this.eventslistwidget, this.label13);
     this.label13.ShowAll();
     this.Add(this.notebook);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Пример #27
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.VersionControl.Git.GitConfigurationDialog
     this.Name           = "MonoDevelop.VersionControl.Git.GitConfigurationDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Git Repository Configuration");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoDevelop.VersionControl.Git.GitConfigurationDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     this.notebook1.BorderWidth = ((uint)(9));
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(9));
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.listBranches          = new global::Gtk.TreeView();
     this.listBranches.CanFocus = true;
     this.listBranches.Name     = "listBranches";
     this.GtkScrolledWindow.Add(this.listBranches);
     this.hbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow]));
     w3.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.buttonAddBranch              = new global::Gtk.Button();
     this.buttonAddBranch.CanFocus     = true;
     this.buttonAddBranch.Name         = "buttonAddBranch";
     this.buttonAddBranch.UseStock     = true;
     this.buttonAddBranch.UseUnderline = true;
     this.buttonAddBranch.Label        = "gtk-new";
     this.vbox3.Add(this.buttonAddBranch);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonAddBranch]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.buttonEditBranch              = new global::Gtk.Button();
     this.buttonEditBranch.CanFocus     = true;
     this.buttonEditBranch.Name         = "buttonEditBranch";
     this.buttonEditBranch.UseStock     = true;
     this.buttonEditBranch.UseUnderline = true;
     this.buttonEditBranch.Label        = "gtk-edit";
     this.vbox3.Add(this.buttonEditBranch);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonEditBranch]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.buttonRemoveBranch              = new global::Gtk.Button();
     this.buttonRemoveBranch.CanFocus     = true;
     this.buttonRemoveBranch.Name         = "buttonRemoveBranch";
     this.buttonRemoveBranch.UseStock     = true;
     this.buttonRemoveBranch.UseUnderline = true;
     this.buttonRemoveBranch.Label        = "gtk-delete";
     this.vbox3.Add(this.buttonRemoveBranch);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonRemoveBranch]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.buttonSetDefaultBranch              = new global::Gtk.Button();
     this.buttonSetDefaultBranch.CanFocus     = true;
     this.buttonSetDefaultBranch.Name         = "buttonSetDefaultBranch";
     this.buttonSetDefaultBranch.UseUnderline = true;
     this.buttonSetDefaultBranch.Label        = global::Mono.Unix.Catalog.GetString("Switch to Branch");
     this.vbox3.Add(this.buttonSetDefaultBranch);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonSetDefaultBranch]));
     w7.Position = 3;
     w7.Expand   = false;
     w7.Fill     = false;
     this.hbox1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w9.Position = 0;
     this.notebook1.Add(this.vbox2);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Branches");
     this.notebook1.SetTabLabel(this.vbox2, this.label1);
     this.label1.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox6             = new global::Gtk.VBox();
     this.vbox6.Name        = "vbox6";
     this.vbox6.Spacing     = 6;
     this.vbox6.BorderWidth = ((uint)(9));
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.GtkScrolledWindow2            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow2.Name       = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.listTags          = new global::Gtk.TreeView();
     this.listTags.CanFocus = true;
     this.listTags.Name     = "listTags";
     this.GtkScrolledWindow2.Add(this.listTags);
     this.hbox3.Add(this.GtkScrolledWindow2);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.GtkScrolledWindow2]));
     w12.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vbox7         = new global::Gtk.VBox();
     this.vbox7.Name    = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.buttonAddTag              = new global::Gtk.Button();
     this.buttonAddTag.CanFocus     = true;
     this.buttonAddTag.Name         = "buttonAddTag";
     this.buttonAddTag.UseStock     = true;
     this.buttonAddTag.UseUnderline = true;
     this.buttonAddTag.Label        = "gtk-new";
     this.vbox7.Add(this.buttonAddTag);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.buttonAddTag]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.buttonPushTag              = new global::Gtk.Button();
     this.buttonPushTag.CanFocus     = true;
     this.buttonPushTag.Name         = "buttonPushTag";
     this.buttonPushTag.UseUnderline = true;
     this.buttonPushTag.Label        = global::Mono.Unix.Catalog.GetString("_Push");
     this.vbox7.Add(this.buttonPushTag);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.buttonPushTag]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.buttonRemoveTag              = new global::Gtk.Button();
     this.buttonRemoveTag.CanFocus     = true;
     this.buttonRemoveTag.Name         = "buttonRemoveTag";
     this.buttonRemoveTag.UseStock     = true;
     this.buttonRemoveTag.UseUnderline = true;
     this.buttonRemoveTag.Label        = "gtk-delete";
     this.vbox7.Add(this.buttonRemoveTag);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.buttonRemoveTag]));
     w15.Position = 2;
     w15.Expand   = false;
     w15.Fill     = false;
     this.hbox3.Add(this.vbox7);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox7]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     this.vbox6.Add(this.hbox3);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox3]));
     w17.Position = 0;
     this.notebook1.Add(this.vbox6);
     global::Gtk.Notebook.NotebookChild w18 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox6]));
     w18.Position = 1;
     // Notebook tab
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Tags");
     this.notebook1.SetTabLabel(this.vbox6, this.label5);
     this.label5.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox4             = new global::Gtk.VBox();
     this.vbox4.Name        = "vbox4";
     this.vbox4.Spacing     = 6;
     this.vbox4.BorderWidth = ((uint)(9));
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.treeRemotes          = new global::Gtk.TreeView();
     this.treeRemotes.CanFocus = true;
     this.treeRemotes.Name     = "treeRemotes";
     this.GtkScrolledWindow1.Add(this.treeRemotes);
     this.hbox2.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow1]));
     w20.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.buttonAddRemote              = new global::Gtk.Button();
     this.buttonAddRemote.CanFocus     = true;
     this.buttonAddRemote.Name         = "buttonAddRemote";
     this.buttonAddRemote.UseStock     = true;
     this.buttonAddRemote.UseUnderline = true;
     this.buttonAddRemote.Label        = "gtk-add";
     this.vbox5.Add(this.buttonAddRemote);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.buttonAddRemote]));
     w21.Position = 0;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.buttonEditRemote              = new global::Gtk.Button();
     this.buttonEditRemote.CanFocus     = true;
     this.buttonEditRemote.Name         = "buttonEditRemote";
     this.buttonEditRemote.UseStock     = true;
     this.buttonEditRemote.UseUnderline = true;
     this.buttonEditRemote.Label        = "gtk-edit";
     this.vbox5.Add(this.buttonEditRemote);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.buttonEditRemote]));
     w22.Position = 1;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.buttonRemoveRemote              = new global::Gtk.Button();
     this.buttonRemoveRemote.CanFocus     = true;
     this.buttonRemoveRemote.Name         = "buttonRemoveRemote";
     this.buttonRemoveRemote.UseStock     = true;
     this.buttonRemoveRemote.UseUnderline = true;
     this.buttonRemoveRemote.Label        = "gtk-remove";
     this.vbox5.Add(this.buttonRemoveRemote);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.buttonRemoveRemote]));
     w23.Position = 2;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox5.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hseparator2]));
     w24.Position = 3;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.buttonTrackRemote              = new global::Gtk.Button();
     this.buttonTrackRemote.CanFocus     = true;
     this.buttonTrackRemote.Name         = "buttonTrackRemote";
     this.buttonTrackRemote.UseUnderline = true;
     this.buttonTrackRemote.Label        = global::Mono.Unix.Catalog.GetString("Track in Local Branch");
     this.vbox5.Add(this.buttonTrackRemote);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.buttonTrackRemote]));
     w25.Position = 4;
     w25.Expand   = false;
     w25.Fill     = false;
     this.hbox2.Add(this.vbox5);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox5]));
     w26.Position = 1;
     w26.Expand   = false;
     w26.Fill     = false;
     this.vbox4.Add(this.hbox2);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2]));
     w27.Position = 0;
     this.notebook1.Add(this.vbox4);
     global::Gtk.Notebook.NotebookChild w28 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox4]));
     w28.Position = 2;
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Remote Sources");
     this.notebook1.SetTabLabel(this.vbox4, this.label2);
     this.label2.ShowAll();
     w1.Add(this.notebook1);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(w1 [this.notebook1]));
     w29.Position = 0;
     // Internal child MonoDevelop.VersionControl.Git.GitConfigurationDialog.ActionArea
     global::Gtk.HButtonBox w30 = this.ActionArea;
     w30.Name        = "dialog1_ActionArea";
     w30.Spacing     = 10;
     w30.BorderWidth = ((uint)(5));
     w30.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-close";
     this.AddActionWidget(this.buttonOk, -7);
     global::Gtk.ButtonBox.ButtonBoxChild w31 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w30 [this.buttonOk]));
     w31.Expand = false;
     w31.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 602;
     this.DefaultHeight = 410;
     this.Hide();
     this.buttonAddBranch.Clicked        += new global::System.EventHandler(this.OnButtonAddBranchClicked);
     this.buttonEditBranch.Clicked       += new global::System.EventHandler(this.OnButtonEditBranchClicked);
     this.buttonRemoveBranch.Clicked     += new global::System.EventHandler(this.OnButtonRemoveBranchClicked);
     this.buttonSetDefaultBranch.Clicked += new global::System.EventHandler(this.OnButtonSetDefaultBranchClicked);
     this.buttonAddTag.Clicked           += new global::System.EventHandler(this.OnButtonNewTagClicked);
     this.buttonPushTag.Clicked          += new global::System.EventHandler(this.OnButtonPushTagClicked);
     this.buttonRemoveTag.Clicked        += new global::System.EventHandler(this.OnButtonRemoveTagClicked);
     this.buttonAddRemote.Clicked        += new global::System.EventHandler(this.OnButtonAddRemoteClicked);
     this.buttonEditRemote.Clicked       += new global::System.EventHandler(this.OnButtonEditRemoteClicked);
     this.buttonRemoveRemote.Clicked     += new global::System.EventHandler(this.OnButtonRemoveRemoteClicked);
     this.buttonTrackRemote.Clicked      += new global::System.EventHandler(this.OnButtonTrackRemoteClicked);
 }
Пример #28
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.D.OptionPanels.ProjectOptions
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.D.OptionPanels.ProjectOptions";
     // Container child MonoDevelop.D.OptionPanels.ProjectOptions.Gtk.Container+ContainerChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     this.notebook1.ShowBorder  = false;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 3;
     // Container child vbox6.Gtk.Box+BoxChild
     this.frame2             = new global::Gtk.Frame();
     this.frame2.Name        = "frame2";
     this.frame2.ShadowType  = ((global::Gtk.ShadowType)(2));
     this.frame2.LabelXalign = 0.5F;
     this.frame2.LabelYalign = 0F;
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.table5               = new global::Gtk.Table(((uint)(3)), ((uint)(1)), false);
     this.table5.Name          = "table5";
     this.table5.RowSpacing    = ((uint)(6));
     this.table5.ColumnSpacing = ((uint)(9));
     this.table5.BorderWidth   = ((uint)(6));
     // Container child table5.Gtk.Table+TableChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Compiler");
     this.hbox1.Add(this.label4);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label4]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.cmbCompiler      = global::Gtk.ComboBox.NewText();
     this.cmbCompiler.Name = "cmbCompiler";
     this.hbox1.Add(this.cmbCompiler);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.cmbCompiler]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.cbUseDefaultCompiler               = new global::Gtk.CheckButton();
     this.cbUseDefaultCompiler.CanFocus      = true;
     this.cbUseDefaultCompiler.Name          = "cbUseDefaultCompiler";
     this.cbUseDefaultCompiler.Label         = global::Mono.Unix.Catalog.GetString("Use Default Compiler");
     this.cbUseDefaultCompiler.Active        = true;
     this.cbUseDefaultCompiler.DrawIndicator = true;
     this.cbUseDefaultCompiler.UseUnderline  = true;
     this.hbox1.Add(this.cbUseDefaultCompiler);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.cbUseDefaultCompiler]));
     w3.PackType = ((global::Gtk.PackType)(1));
     w3.Position = 2;
     this.table5.Add(this.hbox1);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table5 [this.hbox1]));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Extra Compiler Options");
     this.table5.Add(this.label7);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table5 [this.label7]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.scrolledwindow4            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow4.CanFocus   = true;
     this.scrolledwindow4.Name       = "scrolledwindow4";
     this.scrolledwindow4.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow4.Gtk.Container+ContainerChild
     this.extraCompilerTextView = new global::Gtk.TextView();
     this.extraCompilerTextView.TooltipMarkup = "A newline-separated list of extra options to send to the compiler.\nOne option can" +
                                                " be in more than one line.\nExample:\n\t`--pkg\n\tcairo`";
     this.extraCompilerTextView.CanFocus = true;
     this.extraCompilerTextView.Name     = "extraCompilerTextView";
     this.scrolledwindow4.Add(this.extraCompilerTextView);
     this.table5.Add(this.scrolledwindow4);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table5 [this.scrolledwindow4]));
     w7.TopAttach    = ((uint)(2));
     w7.BottomAttach = ((uint)(3));
     this.GtkAlignment.Add(this.table5);
     this.frame2.Add(this.GtkAlignment);
     this.GtkLabel12 = new global::Gtk.Label();
     this.GtkLabel12.WidthRequest  = 101;
     this.GtkLabel12.HeightRequest = 29;
     this.GtkLabel12.Name          = "GtkLabel12";
     this.GtkLabel12.LabelProp     = global::Mono.Unix.Catalog.GetString("<b>Compiler Options</b>");
     this.GtkLabel12.UseMarkup     = true;
     this.frame2.LabelWidget       = this.GtkLabel12;
     this.vbox6.Add(this.frame2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.frame2]));
     w10.Position = 0;
     // Container child vbox6.Gtk.Box+BoxChild
     this.frame3             = new global::Gtk.Frame();
     this.frame3.Name        = "frame3";
     this.frame3.ShadowType  = ((global::Gtk.ShadowType)(2));
     this.frame3.LabelXalign = 0.5F;
     this.frame3.LabelYalign = 0F;
     // Container child frame3.Gtk.Container+ContainerChild
     this.GtkAlignment1             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment1.Name        = "GtkAlignment1";
     this.GtkAlignment1.LeftPadding = ((uint)(12));
     // Container child GtkAlignment1.Gtk.Container+ContainerChild
     this.table6               = new global::Gtk.Table(((uint)(2)), ((uint)(1)), false);
     this.table6.Name          = "table6";
     this.table6.RowSpacing    = ((uint)(6));
     this.table6.ColumnSpacing = ((uint)(9));
     this.table6.BorderWidth   = ((uint)(6));
     // Container child table6.Gtk.Table+TableChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.Xalign    = 0F;
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Extra Linker Options");
     this.table6.Add(this.label10);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table6 [this.label10]));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.scrolledwindow5            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow5.CanFocus   = true;
     this.scrolledwindow5.Name       = "scrolledwindow5";
     this.scrolledwindow5.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow5.Gtk.Container+ContainerChild
     this.extraLinkerTextView = new global::Gtk.TextView();
     this.extraLinkerTextView.TooltipMarkup = "A newline-separated list of extra options to send to the compiler.\nOne option can" +
                                              " be in more than one line.\nExample:\n\t`--pkg\n\tcairo`";
     this.extraLinkerTextView.CanFocus = true;
     this.extraLinkerTextView.Name     = "extraLinkerTextView";
     this.scrolledwindow5.Add(this.extraLinkerTextView);
     this.table6.Add(this.scrolledwindow5);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table6 [this.scrolledwindow5]));
     w13.TopAttach    = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     this.GtkAlignment1.Add(this.table6);
     this.frame3.Add(this.GtkAlignment1);
     this.GtkLabel13 = new global::Gtk.Label();
     this.GtkLabel13.WidthRequest  = 86;
     this.GtkLabel13.HeightRequest = 29;
     this.GtkLabel13.Name          = "GtkLabel13";
     this.GtkLabel13.LabelProp     = global::Mono.Unix.Catalog.GetString("<b>Linker Options</b>");
     this.GtkLabel13.UseMarkup     = true;
     this.frame3.LabelWidget       = this.GtkLabel13;
     this.vbox6.Add(this.frame3);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.frame3]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     this.notebook1.Add(this.vbox6);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Build");
     this.notebook1.SetTabLabel(this.vbox6, this.label1);
     this.label1.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.table2               = new global::Gtk.Table(((uint)(2)), ((uint)(3)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(10));
     this.table2.ColumnSpacing = ((uint)(10));
     this.table2.BorderWidth   = ((uint)(3));
     // Container child table2.Gtk.Table+TableChild
     this.addLibButton              = new global::Gtk.Button();
     this.addLibButton.Sensitive    = false;
     this.addLibButton.CanFocus     = true;
     this.addLibButton.Name         = "addLibButton";
     this.addLibButton.UseUnderline = true;
     this.addLibButton.Label        = global::Mono.Unix.Catalog.GetString("Add");
     this.table2.Add(this.addLibButton);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2 [this.addLibButton]));
     w18.LeftAttach  = ((uint)(2));
     w18.RightAttach = ((uint)(3));
     w18.XOptions    = ((global::Gtk.AttachOptions)(4));
     w18.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Library:");
     this.table2.Add(this.label8);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.label8]));
     w19.XOptions = ((global::Gtk.AttachOptions)(4));
     w19.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.libAddEntry               = new global::Gtk.Entry();
     this.libAddEntry.CanFocus      = true;
     this.libAddEntry.Name          = "libAddEntry";
     this.libAddEntry.IsEditable    = true;
     this.libAddEntry.InvisibleChar = '?';
     this.table2.Add(this.libAddEntry);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table2 [this.libAddEntry]));
     w20.LeftAttach  = ((uint)(1));
     w20.RightAttach = ((uint)(2));
     w20.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.libTreeView          = new global::Gtk.TreeView();
     this.libTreeView.CanFocus = true;
     this.libTreeView.Name     = "libTreeView";
     this.scrolledwindow1.Add(this.libTreeView);
     this.table2.Add(this.scrolledwindow1);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table2 [this.scrolledwindow1]));
     w22.TopAttach    = ((uint)(1));
     w22.BottomAttach = ((uint)(2));
     w22.LeftAttach   = ((uint)(1));
     w22.RightAttach  = ((uint)(2));
     // Container child table2.Gtk.Table+TableChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.browseButton              = new global::Gtk.Button();
     this.browseButton.CanFocus     = true;
     this.browseButton.Name         = "browseButton";
     this.browseButton.UseUnderline = true;
     this.browseButton.Label        = global::Mono.Unix.Catalog.GetString("Browse...");
     this.vbox4.Add(this.browseButton);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.browseButton]));
     w23.Position = 0;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.removeLibButton              = new global::Gtk.Button();
     this.removeLibButton.Sensitive    = false;
     this.removeLibButton.CanFocus     = true;
     this.removeLibButton.Name         = "removeLibButton";
     this.removeLibButton.UseUnderline = true;
     this.removeLibButton.Label        = global::Mono.Unix.Catalog.GetString("Remove");
     this.vbox4.Add(this.removeLibButton);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.removeLibButton]));
     w24.Position = 1;
     w24.Expand   = false;
     w24.Fill     = false;
     this.table2.Add(this.vbox4);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table2 [this.vbox4]));
     w25.TopAttach    = ((uint)(1));
     w25.BottomAttach = ((uint)(2));
     w25.LeftAttach   = ((uint)(2));
     w25.RightAttach  = ((uint)(3));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add(this.table2);
     global::Gtk.Notebook.NotebookChild w26 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.table2]));
     w26.Position = 1;
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Libraries");
     this.notebook1.SetTabLabel(this.table2, this.label2);
     this.label2.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox7             = new global::Gtk.VBox();
     this.vbox7.Name        = "vbox7";
     this.vbox7.Spacing     = 6;
     this.vbox7.BorderWidth = ((uint)(3));
     // Container child vbox7.Gtk.Box+BoxChild
     this.table3               = new global::Gtk.Table(((uint)(2)), ((uint)(3)), false);
     this.table3.Name          = "table3";
     this.table3.RowSpacing    = ((uint)(10));
     this.table3.ColumnSpacing = ((uint)(10));
     // Container child table3.Gtk.Table+TableChild
     this.includePathAddButton              = new global::Gtk.Button();
     this.includePathAddButton.Sensitive    = false;
     this.includePathAddButton.CanFocus     = true;
     this.includePathAddButton.Name         = "includePathAddButton";
     this.includePathAddButton.UseUnderline = true;
     this.includePathAddButton.Label        = global::Mono.Unix.Catalog.GetString("Add");
     this.table3.Add(this.includePathAddButton);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table3 [this.includePathAddButton]));
     w27.LeftAttach  = ((uint)(2));
     w27.RightAttach = ((uint)(3));
     w27.XOptions    = ((global::Gtk.AttachOptions)(4));
     w27.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.includePathEntry               = new global::Gtk.Entry();
     this.includePathEntry.CanFocus      = true;
     this.includePathEntry.Name          = "includePathEntry";
     this.includePathEntry.IsEditable    = true;
     this.includePathEntry.InvisibleChar = '?';
     this.table3.Add(this.includePathEntry);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table3 [this.includePathEntry]));
     w28.LeftAttach  = ((uint)(1));
     w28.RightAttach = ((uint)(2));
     w28.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Include Paths:");
     this.table3.Add(this.label9);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table3 [this.label9]));
     w29.XOptions = ((global::Gtk.AttachOptions)(4));
     w29.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.CanFocus   = true;
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.includePathTreeView          = new global::Gtk.TreeView();
     this.includePathTreeView.CanFocus = true;
     this.includePathTreeView.Name     = "includePathTreeView";
     this.scrolledwindow2.Add(this.includePathTreeView);
     this.table3.Add(this.scrolledwindow2);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table3 [this.scrolledwindow2]));
     w31.TopAttach    = ((uint)(1));
     w31.BottomAttach = ((uint)(2));
     w31.LeftAttach   = ((uint)(1));
     w31.RightAttach  = ((uint)(2));
     // Container child table3.Gtk.Table+TableChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.includePathBrowseButton              = new global::Gtk.Button();
     this.includePathBrowseButton.CanFocus     = true;
     this.includePathBrowseButton.Name         = "includePathBrowseButton";
     this.includePathBrowseButton.UseUnderline = true;
     this.includePathBrowseButton.Label        = global::Mono.Unix.Catalog.GetString("Browse...");
     this.vbox5.Add(this.includePathBrowseButton);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.includePathBrowseButton]));
     w32.Position = 0;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.includePathRemoveButton              = new global::Gtk.Button();
     this.includePathRemoveButton.Sensitive    = false;
     this.includePathRemoveButton.CanFocus     = true;
     this.includePathRemoveButton.Name         = "includePathRemoveButton";
     this.includePathRemoveButton.UseUnderline = true;
     this.includePathRemoveButton.Label        = global::Mono.Unix.Catalog.GetString("Remove");
     this.vbox5.Add(this.includePathRemoveButton);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.includePathRemoveButton]));
     w33.Position = 1;
     w33.Expand   = false;
     w33.Fill     = false;
     this.table3.Add(this.vbox5);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.table3 [this.vbox5]));
     w34.TopAttach    = ((uint)(1));
     w34.BottomAttach = ((uint)(2));
     w34.LeftAttach   = ((uint)(2));
     w34.RightAttach  = ((uint)(3));
     w34.XOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox7.Add(this.table3);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.table3]));
     w35.Position = 0;
     this.notebook1.Add(this.vbox7);
     global::Gtk.Notebook.NotebookChild w36 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox7]));
     w36.Position = 2;
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Includes");
     this.notebook1.SetTabLabel(this.vbox7, this.label3);
     this.label3.ShowAll();
     this.Add(this.notebook1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.cbUseDefaultCompiler.Clicked      += new global::System.EventHandler(this.cbUseDefaultCompiler_Clicked);
     this.browseButton.Clicked              += new global::System.EventHandler(this.OnBrowseButtonClick);
     this.removeLibButton.Clicked           += new global::System.EventHandler(this.OnRemoveLibButtonClicked);
     this.removeLibButton.Clicked           += new global::System.EventHandler(this.OnLibRemoved);
     this.libTreeView.CursorChanged         += new global::System.EventHandler(this.OnLibTreeViewCursorChanged);
     this.libAddEntry.Changed               += new global::System.EventHandler(this.OnLibAddEntryChanged);
     this.libAddEntry.Activated             += new global::System.EventHandler(this.OnLibAddEntryActivated);
     this.addLibButton.Clicked              += new global::System.EventHandler(this.OnLibAdded);
     this.includePathBrowseButton.Clicked   += new global::System.EventHandler(this.OnIncludePathBrowseButtonClick);
     this.includePathRemoveButton.Clicked   += new global::System.EventHandler(this.OnIncludePathRemoveButtonClicked);
     this.includePathRemoveButton.Clicked   += new global::System.EventHandler(this.OnIncludePathRemoved);
     this.includePathTreeView.CursorChanged += new global::System.EventHandler(this.OnIncludePathTreeViewCursorChanged);
     this.includePathEntry.Changed          += new global::System.EventHandler(this.OnIncludePathEntryChanged);
     this.includePathEntry.Activated        += new global::System.EventHandler(this.OnIncludePathEntryActivated);
     this.includePathAddButton.Clicked      += new global::System.EventHandler(this.OnIncludePathAdded);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Chrono.ClockPropertiesWindow
     this.Name           = "Chrono.ClockPropertiesWindow";
     this.Title          = "Stopwatches";
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.BorderWidth    = ((uint)(6));
     this.Resizable      = false;
     this.AllowGrow      = false;
     // Container child Chrono.ClockPropertiesWindow.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 10;
     // Container child hbox1.Gtk.Box+BoxChild
     this.watchNameContainer         = new global::Gtk.HBox();
     this.watchNameContainer.Name    = "watchNameContainer";
     this.watchNameContainer.Spacing = 20;
     // Container child watchNameContainer.Gtk.Box+BoxChild
     this.watchNameLabel           = new global::Gtk.Label();
     this.watchNameLabel.Name      = "watchNameLabel";
     this.watchNameLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Name");
     this.watchNameContainer.Add(this.watchNameLabel);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.watchNameContainer [this.watchNameLabel]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child watchNameContainer.Gtk.Box+BoxChild
     this.watchNameCombo = new global::Gtk.ComboBoxEntry();
     this.watchNameCombo.WidthRequest = 160;
     this.watchNameCombo.Name         = "watchNameCombo";
     this.watchNameContainer.Add(this.watchNameCombo);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.watchNameContainer [this.watchNameCombo]));
     w2.Position = 1;
     this.hbox1.Add(this.watchNameContainer);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.watchNameContainer]));
     w3.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.watchNameButton = new global::Gtk.Button();
     this.watchNameButton.WidthRequest = 80;
     this.watchNameButton.CanDefault   = true;
     this.watchNameButton.CanFocus     = true;
     this.watchNameButton.Name         = "watchNameButton";
     this.watchNameButton.UseUnderline = true;
     this.watchNameButton.Label        = global::Mono.Unix.Catalog.GetString("Create");
     this.hbox1.Add(this.watchNameButton);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.watchNameButton]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.detailBook             = new global::Gtk.Notebook();
     this.detailBook.CanFocus    = true;
     this.detailBook.Name        = "detailBook";
     this.detailBook.CurrentPage = 1;
     this.detailBook.BorderWidth = ((uint)(1));
     // Container child detailBook.Gtk.Notebook+NotebookChild
     this.alignment3               = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment3.Name          = "alignment3";
     this.alignment3.LeftPadding   = ((uint)(24));
     this.alignment3.TopPadding    = ((uint)(16));
     this.alignment3.RightPadding  = ((uint)(24));
     this.alignment3.BottomPadding = ((uint)(16));
     // Container child alignment3.Gtk.Container+ContainerChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.logTheFollowingLabel           = new global::Gtk.Label();
     this.logTheFollowingLabel.Name      = "logTheFollowingLabel";
     this.logTheFollowingLabel.Xalign    = 0F;
     this.logTheFollowingLabel.LabelProp = "Log the following events";
     this.vbox6.Add(this.logTheFollowingLabel);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.logTheFollowingLabel]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.alignment2             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment2.Name        = "alignment2";
     this.alignment2.LeftPadding = ((uint)(20));
     this.alignment2.TopPadding  = ((uint)(5));
     // Container child alignment2.Gtk.Container+ContainerChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.logStartsCheck               = new global::Gtk.CheckButton();
     this.logStartsCheck.CanFocus      = true;
     this.logStartsCheck.Name          = "logStartsCheck";
     this.logStartsCheck.Label         = "When the Start button is clicked";
     this.logStartsCheck.DrawIndicator = true;
     this.logStartsCheck.UseUnderline  = true;
     this.vbox5.Add(this.logStartsCheck);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.logStartsCheck]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.logStopsCheck               = new global::Gtk.CheckButton();
     this.logStopsCheck.CanFocus      = true;
     this.logStopsCheck.Name          = "logStopsCheck";
     this.logStopsCheck.Label         = "When the Stop button is clicked";
     this.logStopsCheck.DrawIndicator = true;
     this.logStopsCheck.UseUnderline  = true;
     this.vbox5.Add(this.logStopsCheck);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.logStopsCheck]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     this.alignment2.Add(this.vbox5);
     this.vbox6.Add(this.alignment2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.alignment2]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbuttonbox3             = new global::Gtk.HButtonBox();
     this.hbuttonbox3.Name        = "hbuttonbox3";
     this.hbuttonbox3.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(3));
     // Container child hbuttonbox3.Gtk.ButtonBox+ButtonBoxChild
     this.deleteBtn              = new global::Gtk.Button();
     this.deleteBtn.CanFocus     = true;
     this.deleteBtn.Name         = "deleteBtn";
     this.deleteBtn.UseStock     = true;
     this.deleteBtn.UseUnderline = true;
     this.deleteBtn.Label        = "gtk-delete";
     this.hbuttonbox3.Add(this.deleteBtn);
     global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox3 [this.deleteBtn]));
     w11.Expand = false;
     w11.Fill   = false;
     this.vbox6.Add(this.hbuttonbox3);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbuttonbox3]));
     w12.PackType = ((global::Gtk.PackType)(1));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hseparator4      = new global::Gtk.HSeparator();
     this.hseparator4.Name = "hseparator4";
     this.vbox6.Add(this.hseparator4);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hseparator4]));
     w13.PackType = ((global::Gtk.PackType)(1));
     w13.Position = 3;
     w13.Expand   = false;
     w13.Fill     = false;
     this.alignment3.Add(this.vbox6);
     this.detailBook.Add(this.alignment3);
     // Notebook tab
     this.generalTabLabel           = new global::Gtk.Label();
     this.generalTabLabel.Name      = "generalTabLabel";
     this.generalTabLabel.LabelProp = global::Mono.Unix.Catalog.GetString("General");
     this.detailBook.SetTabLabel(this.alignment3, this.generalTabLabel);
     this.generalTabLabel.ShowAll();
     // Container child detailBook.Gtk.Notebook+NotebookChild
     this.alignment5               = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment5.Name          = "alignment5";
     this.alignment5.LeftPadding   = ((uint)(24));
     this.alignment5.TopPadding    = ((uint)(16));
     this.alignment5.RightPadding  = ((uint)(24));
     this.alignment5.BottomPadding = ((uint)(16));
     // Container child alignment5.Gtk.Container+ContainerChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.countingDirectionLabel           = new global::Gtk.Label();
     this.countingDirectionLabel.Name      = "countingDirectionLabel";
     this.countingDirectionLabel.Xalign    = 0F;
     this.countingDirectionLabel.LabelProp = "Choose the counting direction";
     this.vbox4.Add(this.countingDirectionLabel);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.countingDirectionLabel]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.alignment6             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment6.Name        = "alignment6";
     this.alignment6.LeftPadding = ((uint)(20));
     this.alignment6.TopPadding  = ((uint)(5));
     // Container child alignment6.Gtk.Container+ContainerChild
     this.vbox8         = new global::Gtk.VBox();
     this.vbox8.Name    = "vbox8";
     this.vbox8.Spacing = 6;
     // Container child vbox8.Gtk.Box+BoxChild
     this.countForwardOption               = new global::Gtk.RadioButton("Count Forward");
     this.countForwardOption.CanFocus      = true;
     this.countForwardOption.Name          = "countForwardOption";
     this.countForwardOption.Active        = true;
     this.countForwardOption.DrawIndicator = true;
     this.countForwardOption.UseUnderline  = true;
     this.countForwardOption.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vbox8.Add(this.countForwardOption);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.countForwardOption]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.countBackwardOption               = new global::Gtk.RadioButton("Count Backward");
     this.countBackwardOption.CanFocus      = true;
     this.countBackwardOption.Name          = "countBackwardOption";
     this.countBackwardOption.DrawIndicator = true;
     this.countBackwardOption.UseUnderline  = true;
     this.countBackwardOption.Group         = this.countForwardOption.Group;
     this.vbox8.Add(this.countBackwardOption);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.countBackwardOption]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     this.alignment6.Add(this.vbox8);
     this.vbox4.Add(this.alignment6);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.alignment6]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox4.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator2]));
     w21.Position = 2;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.watchSpeedContainer         = new global::Gtk.HBox();
     this.watchSpeedContainer.Name    = "watchSpeedContainer";
     this.watchSpeedContainer.Spacing = 20;
     // Container child watchSpeedContainer.Gtk.Box+BoxChild
     this.watchSpeedLabel           = new global::Gtk.Label();
     this.watchSpeedLabel.Name      = "watchSpeedLabel";
     this.watchSpeedLabel.LabelProp = "Counting Speed";
     this.watchSpeedContainer.Add(this.watchSpeedLabel);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.watchSpeedContainer [this.watchSpeedLabel]));
     w22.Position = 0;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child watchSpeedContainer.Gtk.Box+BoxChild
     this.watchSpeedEntry          = new global::Gtk.SpinButton(0, 60, 1);
     this.watchSpeedEntry.CanFocus = true;
     this.watchSpeedEntry.Name     = "watchSpeedEntry";
     this.watchSpeedEntry.Adjustment.PageIncrement = 6;
     this.watchSpeedEntry.ClimbRate = 1;
     this.watchSpeedEntry.Digits    = ((uint)(3));
     this.watchSpeedEntry.Numeric   = true;
     this.watchSpeedEntry.Value     = 1;
     this.watchSpeedContainer.Add(this.watchSpeedEntry);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.watchSpeedContainer [this.watchSpeedEntry]));
     w23.Position = 1;
     this.vbox4.Add(this.watchSpeedContainer);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.watchSpeedContainer]));
     w24.Position = 3;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.applySpeedBtn = new global::Gtk.Button();
     this.applySpeedBtn.WidthRequest = 40;
     this.applySpeedBtn.CanFocus     = true;
     this.applySpeedBtn.Name         = "applySpeedBtn";
     this.applySpeedBtn.UseUnderline = true;
     this.applySpeedBtn.Label        = "Apply Settings";
     this.vbox4.Add(this.applySpeedBtn);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.applySpeedBtn]));
     w25.PackType = ((global::Gtk.PackType)(1));
     w25.Position = 4;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hseparator3      = new global::Gtk.HSeparator();
     this.hseparator3.Name = "hseparator3";
     this.vbox4.Add(this.hseparator3);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator3]));
     w26.PackType = ((global::Gtk.PackType)(1));
     w26.Position = 5;
     w26.Expand   = false;
     w26.Fill     = false;
     this.alignment5.Add(this.vbox4);
     this.detailBook.Add(this.alignment5);
     global::Gtk.Notebook.NotebookChild w28 = ((global::Gtk.Notebook.NotebookChild)(this.detailBook [this.alignment5]));
     w28.Position = 1;
     // Notebook tab
     this.countingTabLabel           = new global::Gtk.Label();
     this.countingTabLabel.Name      = "countingTabLabel";
     this.countingTabLabel.LabelProp = "Counting";
     this.detailBook.SetTabLabel(this.alignment5, this.countingTabLabel);
     this.countingTabLabel.ShowAll();
     // Container child detailBook.Gtk.Notebook+NotebookChild
     this.alignment1               = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name          = "alignment1";
     this.alignment1.LeftPadding   = ((uint)(24));
     this.alignment1.TopPadding    = ((uint)(16));
     this.alignment1.RightPadding  = ((uint)(24));
     this.alignment1.BottomPadding = ((uint)(16));
     // Container child alignment1.Gtk.Container+ContainerChild
     this.vbox7         = new global::Gtk.VBox();
     this.vbox7.Name    = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.configureLayoutLabel           = new global::Gtk.Label();
     this.configureLayoutLabel.Name      = "configureLayoutLabel";
     this.configureLayoutLabel.Xalign    = 0F;
     this.configureLayoutLabel.LabelProp = "Configure the window layout";
     this.vbox7.Add(this.configureLayoutLabel);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.configureLayoutLabel]));
     w29.Position = 0;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.alignment4             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment4.Name        = "alignment4";
     this.alignment4.LeftPadding = ((uint)(20));
     this.alignment4.TopPadding  = ((uint)(5));
     // Container child alignment4.Gtk.Container+ContainerChild
     this.vbox9         = new global::Gtk.VBox();
     this.vbox9.Name    = "vbox9";
     this.vbox9.Spacing = 6;
     // Container child vbox9.Gtk.Box+BoxChild
     this.dockedCheck               = new global::Gtk.CheckButton();
     this.dockedCheck.CanFocus      = true;
     this.dockedCheck.Name          = "dockedCheck";
     this.dockedCheck.Label         = "Dock in Log Window";
     this.dockedCheck.DrawIndicator = true;
     this.dockedCheck.UseUnderline  = true;
     this.vbox9.Add(this.dockedCheck);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.dockedCheck]));
     w30.Position = 0;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.compactCheck               = new global::Gtk.CheckButton();
     this.compactCheck.CanFocus      = true;
     this.compactCheck.Name          = "compactCheck";
     this.compactCheck.Label         = global::Mono.Unix.Catalog.GetString("Compact Mode");
     this.compactCheck.DrawIndicator = true;
     this.compactCheck.UseUnderline  = true;
     this.vbox9.Add(this.compactCheck);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.compactCheck]));
     w31.Position = 1;
     w31.Expand   = false;
     w31.Fill     = false;
     this.alignment4.Add(this.vbox9);
     this.vbox7.Add(this.alignment4);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.alignment4]));
     w33.Position = 1;
     w33.Expand   = false;
     w33.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.windowVisibleBtn              = new global::Gtk.ToggleButton();
     this.windowVisibleBtn.CanFocus     = true;
     this.windowVisibleBtn.Name         = "windowVisibleBtn";
     this.windowVisibleBtn.UseUnderline = true;
     this.windowVisibleBtn.Label        = "Visible";
     this.hbox3.Add(this.windowVisibleBtn);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.windowVisibleBtn]));
     w34.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.keepAboveCheck               = new global::Gtk.CheckButton();
     this.keepAboveCheck.CanFocus      = true;
     this.keepAboveCheck.Name          = "keepAboveCheck";
     this.keepAboveCheck.Label         = "Keep Above";
     this.keepAboveCheck.DrawIndicator = true;
     this.keepAboveCheck.UseUnderline  = true;
     this.hbox3.Add(this.keepAboveCheck);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.keepAboveCheck]));
     w35.PackType = ((global::Gtk.PackType)(1));
     w35.Position = 1;
     w35.Expand   = false;
     this.vbox7.Add(this.hbox3);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox3]));
     w36.PackType = ((global::Gtk.PackType)(1));
     w36.Position = 2;
     w36.Expand   = false;
     w36.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hseparator5      = new global::Gtk.HSeparator();
     this.hseparator5.Name = "hseparator5";
     this.vbox7.Add(this.hseparator5);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hseparator5]));
     w37.PackType = ((global::Gtk.PackType)(1));
     w37.Position = 3;
     w37.Expand   = false;
     w37.Fill     = false;
     this.alignment1.Add(this.vbox7);
     this.detailBook.Add(this.alignment1);
     global::Gtk.Notebook.NotebookChild w39 = ((global::Gtk.Notebook.NotebookChild)(this.detailBook [this.alignment1]));
     w39.Position = 2;
     // Notebook tab
     this.windowTabLabel           = new global::Gtk.Label();
     this.windowTabLabel.Name      = "windowTabLabel";
     this.windowTabLabel.LabelProp = "Window";
     this.detailBook.SetTabLabel(this.alignment1, this.windowTabLabel);
     this.windowTabLabel.ShowAll();
     this.vbox2.Add(this.detailBook);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.detailBook]));
     w40.Position = 1;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbuttonbox2             = new global::Gtk.HButtonBox();
     this.hbuttonbox2.Name        = "hbuttonbox2";
     this.hbuttonbox2.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.closeBtn              = new global::Gtk.Button();
     this.closeBtn.CanFocus     = true;
     this.closeBtn.Name         = "closeBtn";
     this.closeBtn.UseStock     = true;
     this.closeBtn.UseUnderline = true;
     this.closeBtn.Label        = "gtk-close";
     this.hbuttonbox2.Add(this.closeBtn);
     global::Gtk.ButtonBox.ButtonBoxChild w41 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.closeBtn]));
     w41.Expand = false;
     w41.Fill   = false;
     this.vbox2.Add(this.hbuttonbox2);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbuttonbox2]));
     w42.PackType = ((global::Gtk.PackType)(1));
     w42.Position = 2;
     w42.Expand   = false;
     w42.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 328;
     this.DefaultHeight = 379;
     this.watchNameButton.HasDefault = true;
     this.Hide();
     this.DeleteEvent              += new global::Gtk.DeleteEventHandler(this.windowDelete_event);
     this.watchNameCombo.Changed   += new global::System.EventHandler(this.clockNameChanged_event);
     this.watchNameButton.Clicked  += new global::System.EventHandler(this.clockNameBtn_event);
     this.logStartsCheck.Toggled   += new global::System.EventHandler(this.logStarts_event);
     this.logStopsCheck.Toggled    += new global::System.EventHandler(this.logStops_event);
     this.deleteBtn.Clicked        += new global::System.EventHandler(this.deleteClock_event);
     this.applySpeedBtn.Clicked    += new global::System.EventHandler(this.setSpeed_event);
     this.dockedCheck.Toggled      += new global::System.EventHandler(this.docked_event);
     this.compactCheck.Toggled     += new global::System.EventHandler(this.compact_event);
     this.windowVisibleBtn.Toggled += new global::System.EventHandler(this.visible_event);
     this.keepAboveCheck.Toggled   += new global::System.EventHandler(this.keepVisible_event);
     this.closeBtn.Clicked         += new global::System.EventHandler(this.closeWindow_event);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.VersionControl.Dialogs.SelectRepositoryDialog
     this.Events         = ((global::Gdk.EventMask)(256));
     this.Name           = "MonoDevelop.VersionControl.Dialogs.SelectRepositoryDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Select Repository");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(6));
     // Internal child MonoDevelop.VersionControl.Dialogs.SelectRepositoryDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Events  = ((global::Gdk.EventMask)(256));
     w1.Name    = "dialog_VBox";
     w1.Spacing = 6;
     // Container child dialog_VBox.Gtk.Box+BoxChild
     this.vbox1             = new global::Gtk.VBox();
     this.vbox1.Name        = "vbox1";
     this.vbox1.Spacing     = 12;
     this.vbox1.BorderWidth = ((uint)(6));
     // Container child vbox1.Gtk.Box+BoxChild
     this.notebook             = new global::Gtk.Notebook();
     this.notebook.CanFocus    = true;
     this.notebook.Name        = "notebook";
     this.notebook.CurrentPage = 0;
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(6));
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Type:");
     this.hbox1.Add(this.label3);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label3]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.repCombo      = global::Gtk.ComboBox.NewText();
     this.repCombo.Name = "repCombo";
     this.hbox1.Add(this.repCombo);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.repCombo]));
     w3.Position = 1;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox2.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator1]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.repoContainer      = new global::Gtk.EventBox();
     this.repoContainer.Name = "repoContainer";
     this.vbox2.Add(this.repoContainer);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.repoContainer]));
     w6.Position = 2;
     this.notebook.Add(this.vbox2);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Connect to Repository");
     this.notebook.SetTabLabel(this.vbox2, this.label1);
     this.label1.ShowAll();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.hbox2             = new global::Gtk.HBox();
     this.hbox2.Name        = "hbox2";
     this.hbox2.Spacing     = 6;
     this.hbox2.BorderWidth = ((uint)(6));
     // Container child hbox2.Gtk.Box+BoxChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.CanFocus   = true;
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.repoTree          = new global::Gtk.TreeView();
     this.repoTree.CanFocus = true;
     this.repoTree.Name     = "repoTree";
     this.scrolledwindow2.Add(this.repoTree);
     this.hbox2.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.scrolledwindow2]));
     w9.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbuttonbox1             = new global::Gtk.VButtonBox();
     this.vbuttonbox1.Name        = "vbuttonbox1";
     this.vbuttonbox1.Spacing     = 6;
     this.vbuttonbox1.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(3));
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.buttonAdd              = new global::Gtk.Button();
     this.buttonAdd.CanFocus     = true;
     this.buttonAdd.Name         = "buttonAdd";
     this.buttonAdd.UseStock     = true;
     this.buttonAdd.UseUnderline = true;
     this.buttonAdd.Label        = "gtk-add";
     this.vbuttonbox1.Add(this.buttonAdd);
     global::Gtk.ButtonBox.ButtonBoxChild w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.buttonAdd]));
     w10.Expand = false;
     w10.Fill   = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.buttonRemove              = new global::Gtk.Button();
     this.buttonRemove.CanFocus     = true;
     this.buttonRemove.Name         = "buttonRemove";
     this.buttonRemove.UseStock     = true;
     this.buttonRemove.UseUnderline = true;
     this.buttonRemove.Label        = "gtk-remove";
     this.vbuttonbox1.Add(this.buttonRemove);
     global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.buttonRemove]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.buttonEdit              = new global::Gtk.Button();
     this.buttonEdit.CanFocus     = true;
     this.buttonEdit.Name         = "buttonEdit";
     this.buttonEdit.UseStock     = true;
     this.buttonEdit.UseUnderline = true;
     this.buttonEdit.Label        = "gtk-edit";
     this.vbuttonbox1.Add(this.buttonEdit);
     global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.buttonEdit]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     this.hbox2.Add(this.vbuttonbox1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbuttonbox1]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     this.notebook.Add(this.hbox2);
     global::Gtk.Notebook.NotebookChild w14 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.hbox2]));
     w14.Position = 1;
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Registered Repositories");
     this.notebook.SetTabLabel(this.hbox2, this.label2);
     this.label2.ShowAll();
     this.vbox1.Add(this.notebook);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.notebook]));
     w15.Position = 0;
     // Container child vbox1.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.boxFolder         = new global::Gtk.HBox();
     this.boxFolder.Name    = "boxFolder";
     this.boxFolder.Spacing = 6;
     // Container child boxFolder.Gtk.Box+BoxChild
     this.entryFolder               = new global::Gtk.Entry();
     this.entryFolder.CanFocus      = true;
     this.entryFolder.Name          = "entryFolder";
     this.entryFolder.IsEditable    = true;
     this.entryFolder.InvisibleChar = '●';
     this.boxFolder.Add(this.entryFolder);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.boxFolder [this.entryFolder]));
     w16.Position = 0;
     // Container child boxFolder.Gtk.Box+BoxChild
     this.buttonBrowse          = new global::Gtk.Button();
     this.buttonBrowse.CanFocus = true;
     this.buttonBrowse.Name     = "buttonBrowse";
     this.buttonBrowse.Label    = global::Mono.Unix.Catalog.GetString("Browse...");
     this.boxFolder.Add(this.buttonBrowse);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.boxFolder [this.buttonBrowse]));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     this.table1.Add(this.boxFolder);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.boxFolder]));
     w18.TopAttach    = ((uint)(1));
     w18.BottomAttach = ((uint)(2));
     w18.LeftAttach   = ((uint)(1));
     w18.RightAttach  = ((uint)(2));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.boxMessage         = new global::Gtk.HBox();
     this.boxMessage.Name    = "boxMessage";
     this.boxMessage.Spacing = 6;
     // Container child boxMessage.Gtk.Box+BoxChild
     this.entryMessage               = new global::Gtk.Entry();
     this.entryMessage.CanFocus      = true;
     this.entryMessage.Name          = "entryMessage";
     this.entryMessage.IsEditable    = true;
     this.entryMessage.InvisibleChar = '●';
     this.boxMessage.Add(this.entryMessage);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.boxMessage [this.entryMessage]));
     w19.Position = 0;
     this.table1.Add(this.boxMessage);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1 [this.boxMessage]));
     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 table1.Gtk.Table+TableChild
     this.entryName               = new global::Gtk.Entry();
     this.entryName.CanFocus      = true;
     this.entryName.Name          = "entryName";
     this.entryName.IsEditable    = true;
     this.entryName.InvisibleChar = '●';
     this.table1.Add(this.entryName);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryName]));
     w21.TopAttach    = ((uint)(2));
     w21.BottomAttach = ((uint)(3));
     w21.LeftAttach   = ((uint)(1));
     w21.RightAttach  = ((uint)(2));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Repository:");
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w22.XOptions = ((global::Gtk.AttachOptions)(4));
     w22.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelMessage           = new global::Gtk.Label();
     this.labelMessage.Name      = "labelMessage";
     this.labelMessage.Xalign    = 0F;
     this.labelMessage.LabelProp = global::Mono.Unix.Catalog.GetString("Message:");
     this.table1.Add(this.labelMessage);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelMessage]));
     w23.TopAttach    = ((uint)(3));
     w23.BottomAttach = ((uint)(4));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelName           = new global::Gtk.Label();
     this.labelName.Name      = "labelName";
     this.labelName.Xalign    = 0F;
     this.labelName.LabelProp = global::Mono.Unix.Catalog.GetString("Module name:");
     this.table1.Add(this.labelName);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelName]));
     w24.TopAttach    = ((uint)(2));
     w24.BottomAttach = ((uint)(3));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelRepository        = new global::Gtk.Label();
     this.labelRepository.Name   = "labelRepository";
     this.labelRepository.Xalign = 0F;
     this.table1.Add(this.labelRepository);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelRepository]));
     w25.LeftAttach  = ((uint)(1));
     w25.RightAttach = ((uint)(2));
     w25.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelTargetDir           = new global::Gtk.Label();
     this.labelTargetDir.Name      = "labelTargetDir";
     this.labelTargetDir.Xalign    = 0F;
     this.labelTargetDir.LabelProp = global::Mono.Unix.Catalog.GetString("Target directory:");
     this.table1.Add(this.labelTargetDir);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelTargetDir]));
     w26.TopAttach    = ((uint)(1));
     w26.BottomAttach = ((uint)(2));
     w26.XOptions     = ((global::Gtk.AttachOptions)(4));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
     w27.Position = 1;
     w27.Expand   = false;
     w27.Fill     = false;
     w1.Add(this.vbox1);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox1]));
     w28.Position = 0;
     // Internal child MonoDevelop.VersionControl.Dialogs.SelectRepositoryDialog.ActionArea
     global::Gtk.HButtonBox w29 = this.ActionArea;
     w29.Events      = ((global::Gdk.EventMask)(256));
     w29.Name        = "VersionControlAddIn.SelectRepositoryDialog_ActionArea";
     w29.Spacing     = 10;
     w29.BorderWidth = ((uint)(5));
     w29.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child VersionControlAddIn.SelectRepositoryDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.button559              = new global::Gtk.Button();
     this.button559.CanDefault   = true;
     this.button559.CanFocus     = true;
     this.button559.Name         = "button559";
     this.button559.UseStock     = true;
     this.button559.UseUnderline = true;
     this.button559.Label        = "gtk-cancel";
     this.AddActionWidget(this.button559, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w30 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w29 [this.button559]));
     w30.Expand = false;
     w30.Fill   = false;
     // Container child VersionControlAddIn.SelectRepositoryDialog_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";
     w29.Add(this.buttonOk);
     global::Gtk.ButtonBox.ButtonBoxChild w31 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w29 [this.buttonOk]));
     w31.Position = 1;
     w31.Expand   = false;
     w31.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 617;
     this.DefaultHeight = 438;
     this.Hide();
     this.notebook.ChangeCurrentPage += new global::Gtk.ChangeCurrentPageHandler(this.OnNotebookChangeCurrentPage);
     this.repCombo.Changed           += new global::System.EventHandler(this.OnRepComboChanged);
     this.repoTree.CursorChanged     += new global::System.EventHandler(this.OnRepoTreeCursorChanged);
     this.buttonAdd.Clicked          += new global::System.EventHandler(this.OnButtonAddClicked);
     this.buttonRemove.Clicked       += new global::System.EventHandler(this.OnButtonRemoveClicked);
     this.buttonEdit.Clicked         += new global::System.EventHandler(this.OnButtonEditClicked);
     this.entryFolder.Changed        += new global::System.EventHandler(this.OnEntryFolderChanged);
     this.buttonBrowse.Clicked       += new global::System.EventHandler(this.OnButtonBrowseClicked);
     this.buttonOk.Clicked           += new global::System.EventHandler(this.OnButtonOkClicked);
 }