예제 #1
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.AddinAuthoring.RegistrySelector
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.AddinAuthoring.RegistrySelector";
     // Container child MonoDevelop.AddinAuthoring.RegistrySelector.Gtk.Container+ContainerChild
     this.buttonBrowse          = new global::Gtk.Button();
     this.buttonBrowse.CanFocus = true;
     this.buttonBrowse.Name     = "buttonBrowse";
     // Container child buttonBrowse.Gtk.Container+ContainerChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label           = new global::Gtk.Label();
     this.label.Name      = "label";
     this.label.Xalign    = 0F;
     this.label.Ellipsize = ((global::Pango.EllipsizeMode)(3));
     this.hbox2.Add(this.label);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label]));
     w1.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox2.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vseparator1]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.image131        = new global::Gtk.Image();
     this.image131.Name   = "image131";
     this.image131.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-open", global::Gtk.IconSize.Menu);
     this.hbox2.Add(this.image131);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.image131]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     this.buttonBrowse.Add(this.hbox2);
     this.buttonBrowse.Label = null;
     this.Add(this.buttonBrowse);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.buttonBrowse.Clicked += new global::System.EventHandler(this.OnButtonBrowseClicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.AddinAuthoring.RegistrySelector
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.AddinAuthoring.RegistrySelector";
			// Container child MonoDevelop.AddinAuthoring.RegistrySelector.Gtk.Container+ContainerChild
			this.buttonBrowse = new global::Gtk.Button ();
			this.buttonBrowse.CanFocus = true;
			this.buttonBrowse.Name = "buttonBrowse";
			// Container child buttonBrowse.Gtk.Container+ContainerChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.label = new global::Gtk.Label ();
			this.label.Name = "label";
			this.label.Xalign = 0f;
			this.label.Ellipsize = ((global::Pango.EllipsizeMode)(3));
			this.hbox2.Add (this.label);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label]));
			w1.Position = 0;
			// Container child hbox2.Gtk.Box+BoxChild
			this.vseparator1 = new global::Gtk.VSeparator ();
			this.vseparator1.Name = "vseparator1";
			this.hbox2.Add (this.vseparator1);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vseparator1]));
			w2.Position = 1;
			w2.Expand = false;
			w2.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.image131 = new global::Gtk.Image ();
			this.image131.Name = "image131";
			this.image131.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-open", global::Gtk.IconSize.Menu);
			this.hbox2.Add (this.image131);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.image131]));
			w3.Position = 2;
			w3.Expand = false;
			w3.Fill = false;
			this.buttonBrowse.Add (this.hbox2);
			this.buttonBrowse.Label = null;
			this.Add (this.buttonBrowse);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
			this.buttonBrowse.Clicked += new global::System.EventHandler (this.OnButtonBrowseClicked);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget QSOrmProject.OrmReference
     global::Stetic.BinContainer.Attach (this);
     this.Name = "QSOrmProject.OrmReference";
     // Container child QSOrmProject.OrmReference.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.hboxSelect = new global::Gtk.HBox ();
     this.hboxSelect.Name = "hboxSelect";
     this.hboxSelect.Spacing = 6;
     // Container child hboxSelect.Gtk.Box+BoxChild
     this.buttonSelect = new global::Gtk.Button ();
     this.buttonSelect.CanFocus = true;
     this.buttonSelect.Name = "buttonSelect";
     this.buttonSelect.UseUnderline = true;
     this.buttonSelect.Label = global::Mono.Unix.Catalog.GetString ("Выбрать");
     global::Gtk.Image w1 = new global::Gtk.Image ();
     w1.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-index", global::Gtk.IconSize.Menu);
     this.buttonSelect.Image = w1;
     this.hboxSelect.Add (this.buttonSelect);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hboxSelect [this.buttonSelect]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child hboxSelect.Gtk.Box+BoxChild
     this.vseparatorSelect = new global::Gtk.VSeparator ();
     this.vseparatorSelect.Name = "vseparatorSelect";
     this.hboxSelect.Add (this.vseparatorSelect);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hboxSelect [this.vseparatorSelect]));
     w3.Position = 1;
     w3.Expand = false;
     w3.Fill = false;
     this.hbox1.Add (this.hboxSelect);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.hboxSelect]));
     w4.Position = 0;
     w4.Expand = false;
     w4.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonAdd = new global::Gtk.Button ();
     this.buttonAdd.CanFocus = true;
     this.buttonAdd.Name = "buttonAdd";
     this.buttonAdd.UseUnderline = true;
     this.buttonAdd.Label = global::Mono.Unix.Catalog.GetString ("Добавить");
     global::Gtk.Image w5 = new global::Gtk.Image ();
     w5.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-add", global::Gtk.IconSize.Menu);
     this.buttonAdd.Image = w5;
     this.hbox1.Add (this.buttonAdd);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonAdd]));
     w6.Position = 1;
     w6.Expand = false;
     w6.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonEdit = new global::Gtk.Button ();
     this.buttonEdit.Sensitive = false;
     this.buttonEdit.CanFocus = true;
     this.buttonEdit.Name = "buttonEdit";
     this.buttonEdit.UseUnderline = true;
     this.buttonEdit.Label = global::Mono.Unix.Catalog.GetString ("Изменить");
     global::Gtk.Image w7 = new global::Gtk.Image ();
     w7.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-edit", global::Gtk.IconSize.Menu);
     this.buttonEdit.Image = w7;
     this.hbox1.Add (this.buttonEdit);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonEdit]));
     w8.Position = 2;
     w8.Expand = false;
     w8.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonDelete = new global::Gtk.Button ();
     this.buttonDelete.Sensitive = false;
     this.buttonDelete.CanFocus = true;
     this.buttonDelete.Name = "buttonDelete";
     this.buttonDelete.UseUnderline = true;
     this.buttonDelete.Label = global::Mono.Unix.Catalog.GetString ("Удалить");
     global::Gtk.Image w9 = new global::Gtk.Image ();
     w9.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-remove", global::Gtk.IconSize.Menu);
     this.buttonDelete.Image = w9;
     this.hbox1.Add (this.buttonDelete);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonDelete]));
     w10.Position = 3;
     w10.Expand = false;
     w10.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.checkShowFilter = new global::Gtk.CheckButton ();
     this.checkShowFilter.CanFocus = true;
     this.checkShowFilter.Name = "checkShowFilter";
     this.checkShowFilter.Label = global::Mono.Unix.Catalog.GetString ("Фильтр");
     this.checkShowFilter.DrawIndicator = false;
     this.checkShowFilter.UseUnderline = true;
     this.hbox1.Add (this.checkShowFilter);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.checkShowFilter]));
     w11.PackType = ((global::Gtk.PackType)(1));
     w11.Position = 4;
     w11.Expand = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonRefresh = new global::Gtk.Button ();
     this.buttonRefresh.CanFocus = true;
     this.buttonRefresh.Name = "buttonRefresh";
     this.buttonRefresh.UseUnderline = true;
     this.buttonRefresh.Label = global::Mono.Unix.Catalog.GetString ("Обновить");
     global::Gtk.Image w12 = new global::Gtk.Image ();
     w12.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-refresh", global::Gtk.IconSize.Menu);
     this.buttonRefresh.Image = w12;
     this.hbox1.Add (this.buttonRefresh);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonRefresh]));
     w13.PackType = ((global::Gtk.PackType)(1));
     w13.Position = 5;
     w13.Expand = false;
     w13.Fill = false;
     this.vbox1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w14.Position = 0;
     w14.Expand = false;
     w14.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hboxFilter = new global::Gtk.HBox ();
     this.hboxFilter.Name = "hboxFilter";
     this.hboxFilter.Spacing = 6;
     this.vbox1.Add (this.hboxFilter);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hboxFilter]));
     w15.Position = 1;
     w15.Expand = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hboxSearch = new global::Gtk.HBox ();
     this.hboxSearch.Name = "hboxSearch";
     this.hboxSearch.Spacing = 6;
     // Container child hboxSearch.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.Xalign = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Поиск:");
     this.hboxSearch.Add (this.label1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hboxSearch [this.label1]));
     w16.Position = 0;
     w16.Expand = false;
     w16.Fill = false;
     // Container child hboxSearch.Gtk.Box+BoxChild
     this.entrySearch = new global::Gtk.Entry ();
     this.entrySearch.CanFocus = true;
     this.entrySearch.Name = "entrySearch";
     this.entrySearch.IsEditable = true;
     this.entrySearch.InvisibleChar = '●';
     this.hboxSearch.Add (this.entrySearch);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hboxSearch [this.entrySearch]));
     w17.Position = 1;
     // Container child hboxSearch.Gtk.Box+BoxChild
     this.buttonSearchClear = new global::Gtk.Button ();
     this.buttonSearchClear.TooltipMarkup = "Очистить";
     this.buttonSearchClear.CanFocus = true;
     this.buttonSearchClear.Name = "buttonSearchClear";
     this.buttonSearchClear.UseUnderline = true;
     global::Gtk.Image w18 = new global::Gtk.Image ();
     w18.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-clear", global::Gtk.IconSize.Menu);
     this.buttonSearchClear.Image = w18;
     this.hboxSearch.Add (this.buttonSearchClear);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hboxSearch [this.buttonSearchClear]));
     w19.Position = 2;
     w19.Expand = false;
     w19.Fill = false;
     this.vbox1.Add (this.hboxSearch);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hboxSearch]));
     w20.Position = 2;
     w20.Expand = false;
     w20.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.ytreeviewRef = new global::Gamma.GtkWidgets.yTreeView ();
     this.ytreeviewRef.CanFocus = true;
     this.ytreeviewRef.Name = "ytreeviewRef";
     this.GtkScrolledWindow.Add (this.ytreeviewRef);
     this.vbox1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
     w22.Position = 3;
     // Container child vbox1.Gtk.Box+BoxChild
     this.labelSum = new global::Gtk.Label ();
     this.labelSum.Name = "labelSum";
     this.labelSum.Xpad = 6;
     this.labelSum.Xalign = 1F;
     this.labelSum.LabelProp = global::Mono.Unix.Catalog.GetString ("label2");
     this.labelSum.SingleLineMode = true;
     this.vbox1.Add (this.labelSum);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.labelSum]));
     w23.Position = 4;
     w23.Expand = false;
     w23.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.checkShowFilter.Hide ();
     this.hboxFilter.Hide ();
     this.Hide ();
     this.buttonSelect.Clicked += new global::System.EventHandler (this.OnButtonSelectClicked);
     this.buttonAdd.Clicked += new global::System.EventHandler (this.OnButtonAddClicked);
     this.buttonEdit.Clicked += new global::System.EventHandler (this.OnButtonEditClicked);
     this.buttonDelete.Clicked += new global::System.EventHandler (this.OnButtonDeleteClicked);
     this.buttonRefresh.Clicked += new global::System.EventHandler (this.OnButtonRefreshClicked);
     this.checkShowFilter.Toggled += new global::System.EventHandler (this.OnCheckShowFilterToggled);
     this.entrySearch.Changed += new global::System.EventHandler (this.OnEntrySearchChanged);
     this.buttonSearchClear.Clicked += new global::System.EventHandler (this.OnButtonSearchClearClicked);
     this.ytreeviewRef.RowActivated += new global::Gtk.RowActivatedHandler (this.OnYtreeviewRefRowActivated);
     this.ytreeviewRef.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler (this.OnYtreeviewRefButtonReleaseEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Vodovoz.EquipmentGenerator
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach (this);
     this.UIManager = new global::Gtk.UIManager ();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup ("Default");
     this.UIManager.InsertActionGroup (w2, 0);
     this.Name = "Vodovoz.EquipmentGenerator";
     // Container child Vodovoz.EquipmentGenerator.Gtk.Container+ContainerChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.datavbox1 = new global::Gtk.DataBindings.DataVBox ();
     this.datavbox1.Name = "datavbox1";
     this.datavbox1.Spacing = 6;
     this.datavbox1.InheritedDataSource = false;
     this.datavbox1.InheritedBoundaryDataSource = false;
     this.datavbox1.InheritedDataSource = false;
     this.datavbox1.InheritedBoundaryDataSource = false;
     // Container child datavbox1.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.Xalign = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Регистрация оборудования</b>");
     this.label1.UseMarkup = true;
     this.datavbox1.Add (this.label1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.datavbox1 [this.label1]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child datavbox1.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator ();
     this.hseparator1.Name = "hseparator1";
     this.datavbox1.Add (this.hseparator1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.datavbox1 [this.hseparator1]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     // Container child datavbox1.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.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.Xalign = 1F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Модель:");
     this.table1.Add (this.label2);
     global::Gtk.Table.TableChild 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.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.Xalign = 1F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Количество:");
     this.table1.Add (this.label3);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w6.TopAttach = ((uint)(2));
     w6.BottomAttach = ((uint)(3));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.Xalign = 1F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Номенклатура:");
     this.table1.Add (this.label4);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.Xalign = 1F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Окончание гарантии:");
     this.table1.Add (this.label5);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     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.labelModel = new global::Gtk.Label ();
     this.labelModel.Name = "labelModel";
     this.labelModel.LabelProp = global::Mono.Unix.Catalog.GetString ("--//--");
     this.table1.Add (this.labelModel);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelModel]));
     w9.TopAttach = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.LeftAttach = ((uint)(1));
     w9.RightAttach = ((uint)(2));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.referenceNomenclature = new global::Gtk.DataBindings.DataEntryReference ();
     this.referenceNomenclature.Events = ((global::Gdk.EventMask)(256));
     this.referenceNomenclature.Name = "referenceNomenclature";
     this.referenceNomenclature.DisplayFields = new string[] {
         "Name"
     };
     this.referenceNomenclature.InheritedDataSource = false;
     this.referenceNomenclature.InheritedBoundaryDataSource = false;
     this.referenceNomenclature.CursorPointsEveryType = false;
     this.table1.Add (this.referenceNomenclature);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.referenceNomenclature]));
     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.spinAmount = new global::Gtk.SpinButton (0, 100, 1);
     this.spinAmount.CanFocus = true;
     this.spinAmount.Name = "spinAmount";
     this.spinAmount.Adjustment.PageIncrement = 10;
     this.spinAmount.ClimbRate = 1;
     this.spinAmount.Numeric = true;
     this.table1.Add (this.spinAmount);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.spinAmount]));
     w11.TopAttach = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.LeftAttach = ((uint)(1));
     w11.RightAttach = ((uint)(2));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ydatepickerWarrantyEnd = new global::Gamma.Widgets.yDatePicker ();
     this.ydatepickerWarrantyEnd.Events = ((global::Gdk.EventMask)(256));
     this.ydatepickerWarrantyEnd.Name = "ydatepickerWarrantyEnd";
     this.ydatepickerWarrantyEnd.WithTime = false;
     this.ydatepickerWarrantyEnd.Date = new global::System.DateTime (0);
     this.ydatepickerWarrantyEnd.IsEditable = true;
     this.ydatepickerWarrantyEnd.AutoSeparation = false;
     this.table1.Add (this.ydatepickerWarrantyEnd);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.ydatepickerWarrantyEnd]));
     w12.TopAttach = ((uint)(3));
     w12.BottomAttach = ((uint)(4));
     w12.LeftAttach = ((uint)(1));
     w12.RightAttach = ((uint)(2));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     this.datavbox1.Add (this.table1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.datavbox1 [this.table1]));
     w13.Position = 2;
     w13.Expand = false;
     w13.Fill = false;
     // Container child datavbox1.Gtk.Box+BoxChild
     this.buttonCreate = new global::Gtk.Button ();
     this.buttonCreate.Sensitive = false;
     this.buttonCreate.CanFocus = true;
     this.buttonCreate.Name = "buttonCreate";
     this.buttonCreate.UseUnderline = true;
     this.buttonCreate.Label = global::Mono.Unix.Catalog.GetString ("Зарегистрировать оборудование");
     global::Gtk.Image w14 = new global::Gtk.Image ();
     w14.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-save", global::Gtk.IconSize.Menu);
     this.buttonCreate.Image = w14;
     this.datavbox1.Add (this.buttonCreate);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.datavbox1 [this.buttonCreate]));
     w15.Position = 3;
     w15.Expand = false;
     w15.Fill = false;
     // Container child datavbox1.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 ("<b>Формирование наклеек</b>");
     this.label6.UseMarkup = true;
     this.datavbox1.Add (this.label6);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.datavbox1 [this.label6]));
     w16.Position = 4;
     w16.Expand = false;
     w16.Fill = false;
     // Container child datavbox1.Gtk.Box+BoxChild
     this.printTwo = new global::Gtk.CheckButton ();
     this.printTwo.CanFocus = true;
     this.printTwo.Name = "printTwo";
     this.printTwo.Label = global::Mono.Unix.Catalog.GetString ("Печатать по 2 наклейки");
     this.printTwo.Active = true;
     this.printTwo.DrawIndicator = true;
     this.printTwo.UseUnderline = true;
     this.datavbox1.Add (this.printTwo);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.datavbox1 [this.printTwo]));
     w17.Position = 5;
     w17.Expand = false;
     w17.Fill = false;
     // Container child datavbox1.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.buttonAddAndClose = new global::Gtk.Button ();
     this.buttonAddAndClose.Sensitive = false;
     this.buttonAddAndClose.CanFocus = true;
     this.buttonAddAndClose.Name = "buttonAddAndClose";
     this.buttonAddAndClose.UseUnderline = true;
     this.buttonAddAndClose.Label = global::Mono.Unix.Catalog.GetString ("Добавить в накладную и закрыть");
     global::Gtk.Image w18 = new global::Gtk.Image ();
     w18.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-ok", global::Gtk.IconSize.Menu);
     this.buttonAddAndClose.Image = w18;
     this.hbox4.Add (this.buttonAddAndClose);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.buttonAddAndClose]));
     w19.Position = 0;
     this.datavbox1.Add (this.hbox4);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.datavbox1 [this.hbox4]));
     w20.Position = 6;
     w20.Expand = false;
     w20.Fill = false;
     this.hbox2.Add (this.datavbox1);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.datavbox1]));
     w21.Position = 0;
     w21.Expand = false;
     w21.Fill = false;
     w21.Padding = ((uint)(5));
     // Container child hbox2.Gtk.Box+BoxChild
     this.vseparator1 = new global::Gtk.VSeparator ();
     this.vseparator1.Name = "vseparator1";
     this.hbox2.Add (this.vseparator1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vseparator1]));
     w22.Position = 1;
     w22.Expand = false;
     w22.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.reportviewer2 = new global::fyiReporting.RdlGtkViewer.ReportViewer ();
     this.reportviewer2.WidthRequest = 0;
     this.reportviewer2.HeightRequest = 0;
     this.reportviewer2.Events = ((global::Gdk.EventMask)(256));
     this.reportviewer2.Name = "reportviewer2";
     this.reportviewer2.ShowErrors = false;
     this.reportviewer2.ShowParameters = false;
     this.hbox2.Add (this.reportviewer2);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.reportviewer2]));
     w23.Position = 2;
     w23.Padding = ((uint)(5));
     this.Add (this.hbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     w1.SetUiManager (UIManager);
     this.Hide ();
     this.spinAmount.ValueChanged += new global::System.EventHandler (this.OnSpinAmountValueChanged);
     this.referenceNomenclature.Changed += new global::System.EventHandler (this.OnReferenceNomenclatureChanged);
     this.buttonCreate.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
     this.printTwo.Toggled += new global::System.EventHandler (this.OnPrintTwoToggled);
     this.buttonAddAndClose.Clicked += new global::System.EventHandler (this.OnButtonAddAndCloseClicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.DesignerSupport.Toolbox.ComponentSelectorDialog
			this.Name = "MonoDevelop.DesignerSupport.Toolbox.ComponentSelectorDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Toolbox Item Selector");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Internal child MonoDevelop.DesignerSupport.Toolbox.ComponentSelectorDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			this.vbox2.BorderWidth = ((uint)(6));
			// Container child vbox2.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Type of component:");
			this.hbox1.Add (this.label1);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.comboType = global::Gtk.ComboBox.NewText ();
			this.comboType.Name = "comboType";
			this.hbox1.Add (this.comboType);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboType]));
			w3.Position = 1;
			// Container child hbox1.Gtk.Box+BoxChild
			this.vseparator1 = new global::Gtk.VSeparator ();
			this.vseparator1.Name = "vseparator1";
			this.hbox1.Add (this.vseparator1);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vseparator1]));
			w4.Position = 2;
			w4.Expand = false;
			w4.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.button24 = new global::Gtk.Button ();
			this.button24.CanFocus = true;
			this.button24.Name = "button24";
			this.button24.UseUnderline = true;
			// Container child button24.Gtk.Container+ContainerChild
			global::Gtk.Alignment w5 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
			// Container child GtkAlignment.Gtk.Container+ContainerChild
			global::Gtk.HBox w6 = new global::Gtk.HBox ();
			w6.Spacing = 2;
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Image w7 = new global::Gtk.Image ();
			w7.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-add", global::Gtk.IconSize.Menu);
			w6.Add (w7);
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Label w9 = new global::Gtk.Label ();
			w9.LabelProp = global::Mono.Unix.Catalog.GetString ("Add Assembly...");
			w9.UseUnderline = true;
			w6.Add (w9);
			w5.Add (w6);
			this.button24.Add (w5);
			this.hbox1.Add (this.button24);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.button24]));
			w13.Position = 3;
			w13.Expand = false;
			w13.Fill = false;
			this.vbox2.Add (this.hbox1);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
			w14.Position = 0;
			w14.Expand = false;
			w14.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow1.CanFocus = true;
			this.scrolledwindow1.Name = "scrolledwindow1";
			this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow1.Gtk.Container+ContainerChild
			this.listView = new global::Gtk.TreeView ();
			this.listView.CanFocus = true;
			this.listView.Name = "listView";
			this.scrolledwindow1.Add (this.listView);
			this.vbox2.Add (this.scrolledwindow1);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.scrolledwindow1]));
			w16.Position = 1;
			// Container child vbox2.Gtk.Box+BoxChild
			this.checkGroupByCat = new global::Gtk.CheckButton ();
			this.checkGroupByCat.CanFocus = true;
			this.checkGroupByCat.Name = "checkGroupByCat";
			this.checkGroupByCat.Label = global::Mono.Unix.Catalog.GetString ("Group by component category");
			this.checkGroupByCat.DrawIndicator = true;
			this.checkGroupByCat.UseUnderline = true;
			this.vbox2.Add (this.checkGroupByCat);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkGroupByCat]));
			w17.Position = 2;
			w17.Expand = false;
			w17.Fill = false;
			w1.Add (this.vbox2);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
			w18.Position = 0;
			// Internal child MonoDevelop.DesignerSupport.Toolbox.ComponentSelectorDialog.ActionArea
			global::Gtk.HButtonBox w19 = this.ActionArea;
			w19.Name = "dialog1_ActionArea";
			w19.Spacing = 10;
			w19.BorderWidth = ((uint)(5));
			w19.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonCancel = new global::Gtk.Button ();
			this.buttonCancel.CanDefault = true;
			this.buttonCancel.CanFocus = true;
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.UseStock = true;
			this.buttonCancel.UseUnderline = true;
			this.buttonCancel.Label = "gtk-cancel";
			this.AddActionWidget (this.buttonCancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w19 [this.buttonCancel]));
			w20.Expand = false;
			w20.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.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";
			w19.Add (this.buttonOk);
			global::Gtk.ButtonBox.ButtonBoxChild w21 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w19 [this.buttonOk]));
			w21.Position = 1;
			w21.Expand = false;
			w21.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 642;
			this.DefaultHeight = 433;
			this.Hide ();
			this.comboType.Changed += new global::System.EventHandler (this.OnComboTypeChanged);
			this.button24.Clicked += new global::System.EventHandler (this.OnButton24Clicked);
			this.checkGroupByCat.Clicked += new global::System.EventHandler (this.OnCheckbutton1Clicked);
			this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
		}
예제 #6
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);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.WidthRequest   = 500;
     this.HeightRequest  = 500;
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Tabela de Conversao");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(5));
     this.Resizable      = false;
     this.DefaultWidth   = 500;
     this.DefaultHeight  = 500;
     this.Gravity        = ((global::Gdk.Gravity)(5));
     // 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.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.vbox1.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vseparator1]));
     w1.Position = 0;
     w1.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.textview3                  = new global::Gtk.TextView();
     this.textview3.Buffer.Text      = "Digite o limite para criacao da tabela.";
     this.textview3.Sensitive        = false;
     this.textview3.Name             = "textview3";
     this.textview3.Editable         = false;
     this.textview3.AcceptsTab       = false;
     this.textview3.Justification    = ((global::Gtk.Justification)(2));
     this.textview3.PixelsAboveLines = 6;
     this.hbox1.Add(this.textview3);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.textview3]));
     w2.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.entry1               = new global::Gtk.Entry();
     this.entry1.CanFocus      = true;
     this.entry1.Name          = "entry1";
     this.entry1.IsEditable    = true;
     this.entry1.InvisibleChar = '●';
     this.hbox1.Add(this.entry1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.entry1]));
     w3.Position = 1;
     w3.Expand   = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.button1              = new global::Gtk.Button();
     this.button1.CanFocus     = true;
     this.button1.Name         = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label        = global::Mono.Unix.Catalog.GetString("Criar Tabela");
     this.vbox1.Add(this.button1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.button1]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.textview4               = new global::Gtk.TextView();
     this.textview4.CanFocus      = true;
     this.textview4.Name          = "textview4";
     this.textview4.Justification = ((global::Gtk.Justification)(3));
     this.textview4.WrapMode      = ((global::Gtk.WrapMode)(2));
     this.GtkScrolledWindow.Add(this.textview4);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
     w7.Position = 3;
     // Container child vbox1.Gtk.Box+BoxChild
     this.statusbar1         = new global::Gtk.Statusbar();
     this.statusbar1.Name    = "statusbar1";
     this.statusbar1.Spacing = 6;
     // Container child statusbar1.Gtk.Box+BoxChild
     this.prgMain = new global::Gtk.ProgressBar();
     this.prgMain.WidthRequest  = 388;
     this.prgMain.HeightRequest = 0;
     this.prgMain.Name          = "prgMain";
     this.statusbar1.Add(this.prgMain);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.statusbar1 [this.prgMain]));
     w8.Position = 1;
     // Container child statusbar1.Gtk.Box+BoxChild
     this.button2              = new global::Gtk.Button();
     this.button2.CanFocus     = true;
     this.button2.Name         = "button2";
     this.button2.UseUnderline = true;
     this.button2.Label        = global::Mono.Unix.Catalog.GetString("Sobre");
     this.statusbar1.Add(this.button2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.statusbar1 [this.button2]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     this.vbox1.Add(this.statusbar1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.statusbar1]));
     w10.Position = 4;
     w10.Expand   = false;
     w10.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.DeleteEvent     += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.button1.Clicked += new global::System.EventHandler(this.OnButton1Clicked);
     this.button2.Clicked += new global::System.EventHandler(this.OnButton2Clicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Views.Logistic.RouteListsOnDayView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Views.Logistic.RouteListsOnDayView";
     // Container child Vodovoz.Views.Logistic.RouteListsOnDayView.Gtk.Container+ContainerChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(3)), ((uint)(6)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.buttonFilter              = new global::Gamma.GtkWidgets.yButton();
     this.buttonFilter.CanFocus     = true;
     this.buttonFilter.Name         = "buttonFilter";
     this.buttonFilter.UseUnderline = true;
     this.buttonFilter.Label        = global::Mono.Unix.Catalog.GetString("Фильтровать");
     this.table1.Add(this.buttonFilter);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.buttonFilter]));
     w1.TopAttach    = ((uint)(2));
     w1.BottomAttach = ((uint)(3));
     w1.LeftAttach   = ((uint)(2));
     w1.RightAttach  = ((uint)(3));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox9         = new global::Gtk.HBox();
     this.hbox9.Name    = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.yspeccomboboxCashSubdivision                     = new global::Gamma.Widgets.ySpecComboBox();
     this.yspeccomboboxCashSubdivision.Name                = "yspeccomboboxCashSubdivision";
     this.yspeccomboboxCashSubdivision.AddIfNotExist       = false;
     this.yspeccomboboxCashSubdivision.DefaultFirst        = false;
     this.yspeccomboboxCashSubdivision.ShowSpecialStateAll = false;
     this.yspeccomboboxCashSubdivision.ShowSpecialStateNot = false;
     this.hbox9.Add(this.yspeccomboboxCashSubdivision);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.yspeccomboboxCashSubdivision]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.checkShowCompleted               = new global::Gamma.GtkWidgets.yCheckButton();
     this.checkShowCompleted.CanFocus      = true;
     this.checkShowCompleted.Name          = "checkShowCompleted";
     this.checkShowCompleted.Label         = global::Mono.Unix.Catalog.GetString("Показывать уехавшие");
     this.checkShowCompleted.DrawIndicator = true;
     this.checkShowCompleted.UseUnderline  = true;
     this.hbox9.Add(this.checkShowCompleted);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.checkShowCompleted]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.checkShowOnlyDriverOrders               = new global::Gamma.GtkWidgets.yCheckButton();
     this.checkShowOnlyDriverOrders.CanFocus      = true;
     this.checkShowOnlyDriverOrders.Name          = "checkShowOnlyDriverOrders";
     this.checkShowOnlyDriverOrders.Label         = global::Mono.Unix.Catalog.GetString("Показать только районы водителя");
     this.checkShowOnlyDriverOrders.DrawIndicator = true;
     this.checkShowOnlyDriverOrders.UseUnderline  = true;
     this.hbox9.Add(this.checkShowOnlyDriverOrders);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.checkShowOnlyDriverOrders]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     this.table1.Add(this.hbox9);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.hbox9]));
     w5.TopAttach    = ((uint)(2));
     w5.BottomAttach = ((uint)(3));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Дата:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 1F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Сдается в кассу:");
     this.label7.Justify   = ((global::Gtk.Justification)(1));
     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    = 1F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Мин. 19л. бут.:");
     this.label8.Justify   = ((global::Gtk.Justification)(1));
     this.table1.Add(this.label8);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.label8]));
     w8.TopAttach    = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.table2               = new global::Gtk.Table(((uint)(2)), ((uint)(5)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.enumCmbDeliveryType      = new global::Gamma.Widgets.yEnumComboBox();
     this.enumCmbDeliveryType.Name = "enumCmbDeliveryType";
     this.enumCmbDeliveryType.ShowSpecialStateAll = false;
     this.enumCmbDeliveryType.ShowSpecialStateNot = false;
     this.enumCmbDeliveryType.UseShortTitle       = false;
     this.enumCmbDeliveryType.DefaultFirst        = false;
     this.table2.Add(this.enumCmbDeliveryType);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table2[this.enumCmbDeliveryType]));
     w9.LeftAttach  = ((uint)(1));
     w9.RightAttach = ((uint)(2));
     w9.XOptions    = ((global::Gtk.AttachOptions)(4));
     w9.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child table2.Gtk.Table+TableChild
     this.hbox10         = new global::Gtk.HBox();
     this.hbox10.Name    = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.ytreeviewAddressesTypes                = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewAddressesTypes.CanFocus       = true;
     this.ytreeviewAddressesTypes.Name           = "ytreeviewAddressesTypes";
     this.ytreeviewAddressesTypes.HeadersVisible = false;
     this.hbox10.Add(this.ytreeviewAddressesTypes);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.ytreeviewAddressesTypes]));
     w10.Position = 0;
     // Container child hbox10.Gtk.Box+BoxChild
     this.ytreeviewGeographicGroup          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewGeographicGroup.CanFocus = true;
     this.ytreeviewGeographicGroup.Name     = "ytreeviewGeographicGroup";
     this.hbox10.Add(this.ytreeviewGeographicGroup);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.ytreeviewGeographicGroup]));
     w11.Position = 1;
     this.table2.Add(this.hbox10);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2[this.hbox10]));
     w12.BottomAttach = ((uint)(2));
     w12.LeftAttach   = ((uint)(3));
     w12.RightAttach  = ((uint)(5));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 1F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Начало работы водителей");
     this.label3.Justify   = ((global::Gtk.Justification)(1));
     this.table2.Add(this.label3);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table2[this.label3]));
     w13.TopAttach    = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(0));
     w13.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table2.Gtk.Table+TableChild
     this.timeDrvShiftRngpicker           = new global::QS.Widgets.GtkUI.TimeRangePicker();
     this.timeDrvShiftRngpicker.Events    = ((global::Gdk.EventMask)(256));
     this.timeDrvShiftRngpicker.Name      = "timeDrvShiftRngpicker";
     this.timeDrvShiftRngpicker.TimeStart = new global::System.TimeSpan(0);
     this.table2.Add(this.timeDrvShiftRngpicker);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table2[this.timeDrvShiftRngpicker]));
     w14.TopAttach    = ((uint)(1));
     w14.BottomAttach = ((uint)(2));
     w14.LeftAttach   = ((uint)(2));
     w14.RightAttach  = ((uint)(3));
     w14.XOptions     = ((global::Gtk.AttachOptions)(0));
     w14.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table2.Gtk.Table+TableChild
     this.timeRngPicker           = new global::QS.Widgets.GtkUI.TimeRangePicker();
     this.timeRngPicker.Events    = ((global::Gdk.EventMask)(256));
     this.timeRngPicker.Name      = "timeRngPicker";
     this.timeRngPicker.TimeStart = new global::System.TimeSpan(0);
     this.table2.Add(this.timeRngPicker);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table2[this.timeRngPicker]));
     w15.LeftAttach  = ((uint)(2));
     w15.RightAttach = ((uint)(3));
     w15.XOptions    = ((global::Gtk.AttachOptions)(0));
     w15.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child table2.Gtk.Table+TableChild
     this.ydateForRoutes                    = new global::QS.Widgets.GtkUI.DatePicker();
     this.ydateForRoutes.Events             = ((global::Gdk.EventMask)(256));
     this.ydateForRoutes.Name               = "ydateForRoutes";
     this.ydateForRoutes.WithTime           = false;
     this.ydateForRoutes.HideCalendarButton = false;
     this.ydateForRoutes.Date               = new global::System.DateTime(0);
     this.ydateForRoutes.IsEditable         = true;
     this.ydateForRoutes.AutoSeparation     = true;
     this.table2.Add(this.ydateForRoutes);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table2[this.ydateForRoutes]));
     w16.XOptions = ((global::Gtk.AttachOptions)(0));
     w16.YOptions = ((global::Gtk.AttachOptions)(0));
     // Container child table2.Gtk.Table+TableChild
     this.ySpnMin19Btls = new global::Gamma.GtkWidgets.ySpinButton(0D, 100D, 1D);
     this.ySpnMin19Btls.WidthRequest             = 100;
     this.ySpnMin19Btls.CanFocus                 = true;
     this.ySpnMin19Btls.Name                     = "ySpnMin19Btls";
     this.ySpnMin19Btls.Adjustment.PageIncrement = 1D;
     this.ySpnMin19Btls.Adjustment.PageSize      = 1D;
     this.ySpnMin19Btls.ClimbRate                = 1D;
     this.ySpnMin19Btls.Numeric                  = true;
     this.ySpnMin19Btls.Value                    = 1D;
     this.ySpnMin19Btls.ValueAsDecimal           = 0m;
     this.ySpnMin19Btls.ValueAsInt               = 0;
     this.table2.Add(this.ySpnMin19Btls);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table2[this.ySpnMin19Btls]));
     w17.TopAttach    = ((uint)(1));
     w17.BottomAttach = ((uint)(2));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(0));
     this.table1.Add(this.table2);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1[this.table2]));
     w18.BottomAttach = ((uint)(2));
     w18.LeftAttach   = ((uint)(1));
     w18.RightAttach  = ((uint)(3));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.textOrdersInfo          = new global::Gtk.TextView();
     this.textOrdersInfo.CanFocus = true;
     this.textOrdersInfo.Name     = "textOrdersInfo";
     this.textOrdersInfo.Editable = false;
     this.vbox6.Add(this.textOrdersInfo);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.textOrdersInfo]));
     w19.Position = 0;
     this.table1.Add(this.vbox6);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1[this.vbox6]));
     w20.BottomAttach = ((uint)(3));
     w20.LeftAttach   = ((uint)(3));
     w20.RightAttach  = ((uint)(4));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.vbox7         = new global::Gtk.VBox();
     this.vbox7.Name    = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.ytextWorkDriversInfo          = new global::Gamma.GtkWidgets.yTextView();
     this.ytextWorkDriversInfo.CanFocus = true;
     this.ytextWorkDriversInfo.Name     = "ytextWorkDriversInfo";
     this.ytextWorkDriversInfo.Editable = false;
     this.vbox7.Add(this.ytextWorkDriversInfo);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.ytextWorkDriversInfo]));
     w21.Position = 0;
     this.table1.Add(this.vbox7);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1[this.vbox7]));
     w22.BottomAttach = ((uint)(3));
     w22.LeftAttach   = ((uint)(4));
     w22.RightAttach  = ((uint)(5));
     w22.XOptions     = ((global::Gtk.AttachOptions)(0));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.vbox8         = new global::Gtk.VBox();
     this.vbox8.Name    = "vbox8";
     this.vbox8.Spacing = 6;
     // Container child vbox8.Gtk.Box+BoxChild
     this.ytextFullOrdersInfo          = new global::Gamma.GtkWidgets.yTextView();
     this.ytextFullOrdersInfo.CanFocus = true;
     this.ytextFullOrdersInfo.Name     = "ytextFullOrdersInfo";
     this.ytextFullOrdersInfo.Editable = false;
     this.vbox8.Add(this.ytextFullOrdersInfo);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.ytextFullOrdersInfo]));
     w23.Position = 0;
     this.table1.Add(this.vbox8);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table1[this.vbox8]));
     w24.BottomAttach = ((uint)(3));
     w24.LeftAttach   = ((uint)(5));
     w24.RightAttach  = ((uint)(6));
     w24.XOptions     = ((global::Gtk.AttachOptions)(0));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox5.Add(this.table1);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.table1]));
     w25.Position = 0;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hpaned3          = new global::Gtk.HPaned();
     this.hpaned3.CanFocus = true;
     this.hpaned3.Name     = "hpaned3";
     this.hpaned3.Position = 548;
     // Container child hpaned3.Gtk.Paned+PanedChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox8         = new global::Gtk.HBox();
     this.hbox8.Name    = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.btnSave              = new global::Gamma.GtkWidgets.yButton();
     this.btnSave.CanFocus     = true;
     this.btnSave.Name         = "btnSave";
     this.btnSave.UseUnderline = true;
     this.btnSave.Label        = global::Mono.Unix.Catalog.GetString("Сохранить");
     global::Gtk.Image w26 = new global::Gtk.Image();
     w26.Pixbuf         = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu);
     this.btnSave.Image = w26;
     this.hbox8.Add(this.btnSave);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.btnSave]));
     w27.Position = 0;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.btnCancel              = new global::Gamma.GtkWidgets.yButton();
     this.btnCancel.CanFocus     = true;
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.UseUnderline = true;
     this.btnCancel.Label        = global::Mono.Unix.Catalog.GetString("Отменить");
     global::Gtk.Image w28 = new global::Gtk.Image();
     w28.Pixbuf           = global::Stetic.IconLoader.LoadIcon(this, "gtk-revert-to-saved", global::Gtk.IconSize.Menu);
     this.btnCancel.Image = w28;
     this.hbox8.Add(this.btnCancel);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.btnCancel]));
     w29.Position = 1;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.progressOrders           = new global::Gtk.ProgressBar();
     this.progressOrders.Name      = "progressOrders";
     this.progressOrders.Ellipsize = ((global::Pango.EllipsizeMode)(1));
     this.hbox8.Add(this.progressOrders);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.progressOrders]));
     w30.Position = 2;
     // Container child hbox8.Gtk.Box+BoxChild
     this.buttonWarnings = new global::Gamma.GtkWidgets.yButton();
     this.buttonWarnings.TooltipMarkup = "Имеются перудупреждения. Нажмите что бы посмотреть.";
     this.buttonWarnings.CanFocus      = true;
     this.buttonWarnings.Name          = "buttonWarnings";
     this.buttonWarnings.UseUnderline  = true;
     this.buttonWarnings.Relief        = ((global::Gtk.ReliefStyle)(2));
     global::Gtk.Image w31 = new global::Gtk.Image();
     w31.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-dialog-warning", global::Gtk.IconSize.Menu);
     this.buttonWarnings.Image = w31;
     this.hbox8.Add(this.buttonWarnings);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.buttonWarnings]));
     w32.Position = 3;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.buttonAutoCreate              = new global::Gamma.GtkWidgets.yButton();
     this.buttonAutoCreate.CanFocus     = true;
     this.buttonAutoCreate.Name         = "buttonAutoCreate";
     this.buttonAutoCreate.UseUnderline = true;
     this.buttonAutoCreate.Label        = global::Mono.Unix.Catalog.GetString("Создать маршруты");
     this.hbox8.Add(this.buttonAutoCreate);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.buttonAutoCreate]));
     w33.Position = 4;
     w33.Expand   = false;
     w33.Fill     = false;
     this.vbox3.Add(this.hbox8);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox8]));
     w34.Position = 0;
     w34.Expand   = false;
     w34.Fill     = false;
     // 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.TabPos      = ((global::Gtk.PositionType)(0));
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vboxDrivers         = new global::Gtk.VBox();
     this.vboxDrivers.Name    = "vboxDrivers";
     this.vboxDrivers.Spacing = 6;
     // Container child vboxDrivers.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.ytreeviewOnDayDrivers          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewOnDayDrivers.CanFocus = true;
     this.ytreeviewOnDayDrivers.Name     = "ytreeviewOnDayDrivers";
     this.GtkScrolledWindow1.Add(this.ytreeviewOnDayDrivers);
     this.vboxDrivers.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vboxDrivers[this.GtkScrolledWindow1]));
     w36.Position = 0;
     // Container child vboxDrivers.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.buttonAddDriver              = new global::Gamma.GtkWidgets.yButton();
     this.buttonAddDriver.CanFocus     = true;
     this.buttonAddDriver.Name         = "buttonAddDriver";
     this.buttonAddDriver.UseUnderline = true;
     this.buttonAddDriver.Label        = global::Mono.Unix.Catalog.GetString("Добавить водителя");
     global::Gtk.Image w37 = new global::Gtk.Image();
     w37.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     this.buttonAddDriver.Image = w37;
     this.hbox7.Add(this.buttonAddDriver);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.buttonAddDriver]));
     w38.Position = 0;
     w38.Expand   = false;
     w38.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.buttonRemoveDriver              = new global::Gamma.GtkWidgets.yButton();
     this.buttonRemoveDriver.CanFocus     = true;
     this.buttonRemoveDriver.Name         = "buttonRemoveDriver";
     this.buttonRemoveDriver.UseUnderline = true;
     this.buttonRemoveDriver.Label        = global::Mono.Unix.Catalog.GetString("Снять водителя");
     global::Gtk.Image w39 = new global::Gtk.Image();
     w39.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-remove", global::Gtk.IconSize.Menu);
     this.buttonRemoveDriver.Image = w39;
     this.hbox7.Add(this.buttonRemoveDriver);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.buttonRemoveDriver]));
     w40.Position = 1;
     w40.Expand   = false;
     w40.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.buttonDriverSelectAuto              = new global::Gamma.GtkWidgets.yButton();
     this.buttonDriverSelectAuto.CanFocus     = true;
     this.buttonDriverSelectAuto.Name         = "buttonDriverSelectAuto";
     this.buttonDriverSelectAuto.UseUnderline = true;
     this.buttonDriverSelectAuto.Label        = global::Mono.Unix.Catalog.GetString("Выбрать авто");
     global::Gtk.Image w41 = new global::Gtk.Image();
     w41.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("Vodovoz.icons.buttons.car.png");
     this.buttonDriverSelectAuto.Image = w41;
     this.hbox7.Add(this.buttonDriverSelectAuto);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.buttonDriverSelectAuto]));
     w42.Position = 2;
     w42.Expand   = false;
     w42.Fill     = false;
     this.vboxDrivers.Add(this.hbox7);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vboxDrivers[this.hbox7]));
     w43.Position = 1;
     w43.Expand   = false;
     w43.Fill     = false;
     this.notebook1.Add(this.vboxDrivers);
     // Notebook tab
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Водители");
     this.label4.Angle     = 270D;
     this.notebook1.SetTabLabel(this.vboxDrivers, this.label4);
     this.label4.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.GtkScrolledWindow2            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow2.Name       = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.ytreeviewOnDayForwarders          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewOnDayForwarders.CanFocus = true;
     this.ytreeviewOnDayForwarders.Name     = "ytreeviewOnDayForwarders";
     this.GtkScrolledWindow2.Add(this.ytreeviewOnDayForwarders);
     this.vbox4.Add(this.GtkScrolledWindow2);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.GtkScrolledWindow2]));
     w46.Position = 0;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.buttonAddForwarder              = new global::Gamma.GtkWidgets.yButton();
     this.buttonAddForwarder.CanFocus     = true;
     this.buttonAddForwarder.Name         = "buttonAddForwarder";
     this.buttonAddForwarder.UseUnderline = true;
     this.buttonAddForwarder.Label        = global::Mono.Unix.Catalog.GetString("Добавить экспедитора");
     global::Gtk.Image w47 = new global::Gtk.Image();
     w47.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     this.buttonAddForwarder.Image = w47;
     this.hbox6.Add(this.buttonAddForwarder);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.buttonAddForwarder]));
     w48.Position = 0;
     w48.Expand   = false;
     w48.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.buttonRemoveForwarder              = new global::Gamma.GtkWidgets.yButton();
     this.buttonRemoveForwarder.CanFocus     = true;
     this.buttonRemoveForwarder.Name         = "buttonRemoveForwarder";
     this.buttonRemoveForwarder.UseUnderline = true;
     this.buttonRemoveForwarder.Label        = global::Mono.Unix.Catalog.GetString("Снять экспедитора");
     global::Gtk.Image w49 = new global::Gtk.Image();
     w49.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-remove", global::Gtk.IconSize.Menu);
     this.buttonRemoveForwarder.Image = w49;
     this.hbox6.Add(this.buttonRemoveForwarder);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.buttonRemoveForwarder]));
     w50.Position = 1;
     w50.Expand   = false;
     w50.Fill     = false;
     this.vbox4.Add(this.hbox6);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox6]));
     w51.Position = 1;
     w51.Expand   = false;
     w51.Fill     = false;
     this.notebook1.Add(this.vbox4);
     global::Gtk.Notebook.NotebookChild w52 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox4]));
     w52.Position = 1;
     // Notebook tab
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Экспедиторы");
     this.label5.Angle     = 270D;
     this.notebook1.SetTabLabel(this.vbox4, this.label5);
     this.label5.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vboxRouteLists         = new global::Gtk.VBox();
     this.vboxRouteLists.Name    = "vboxRouteLists";
     this.vboxRouteLists.Spacing = 6;
     // Container child vboxRouteLists.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.ytreeRoutes          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeRoutes.CanFocus = true;
     this.ytreeRoutes.Name     = "ytreeRoutes";
     this.GtkScrolledWindow.Add(this.ytreeRoutes);
     this.vboxRouteLists.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.vboxRouteLists[this.GtkScrolledWindow]));
     w54.Position = 0;
     // Container child vboxRouteLists.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.buttonOpen              = new global::Gamma.GtkWidgets.yButton();
     this.buttonOpen.CanFocus     = true;
     this.buttonOpen.Name         = "buttonOpen";
     this.buttonOpen.UseUnderline = true;
     this.buttonOpen.Label        = global::Mono.Unix.Catalog.GetString("Открыть");
     this.hbox5.Add(this.buttonOpen);
     global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.buttonOpen]));
     w55.Position = 0;
     w55.Expand   = false;
     w55.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.buttonRebuildRoute              = new global::Gamma.GtkWidgets.yButton();
     this.buttonRebuildRoute.CanFocus     = true;
     this.buttonRebuildRoute.Name         = "buttonRebuildRoute";
     this.buttonRebuildRoute.UseUnderline = true;
     this.buttonRebuildRoute.Label        = global::Mono.Unix.Catalog.GetString("Перестроить маршрут");
     global::Gtk.Image w56 = new global::Gtk.Image();
     w56.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("Vodovoz.icons.buttons.sort-ascending.png");
     this.buttonRebuildRoute.Image = w56;
     this.hbox5.Add(this.buttonRebuildRoute);
     global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.buttonRebuildRoute]));
     w57.Position = 1;
     w57.Expand   = false;
     w57.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.buttonRemoveAddress              = new global::Gamma.GtkWidgets.yButton();
     this.buttonRemoveAddress.CanFocus     = true;
     this.buttonRemoveAddress.Name         = "buttonRemoveAddress";
     this.buttonRemoveAddress.UseUnderline = true;
     this.buttonRemoveAddress.Label        = global::Mono.Unix.Catalog.GetString("Убрать адрес");
     global::Gtk.Image w58 = new global::Gtk.Image();
     w58.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-remove", global::Gtk.IconSize.Menu);
     this.buttonRemoveAddress.Image = w58;
     this.hbox5.Add(this.buttonRemoveAddress);
     global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.buttonRemoveAddress]));
     w59.Position = 2;
     w59.Expand   = false;
     w59.Fill     = false;
     this.vboxRouteLists.Add(this.hbox5);
     global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.vboxRouteLists[this.hbox5]));
     w60.Position = 1;
     w60.Expand   = false;
     w60.Fill     = false;
     this.notebook1.Add(this.vboxRouteLists);
     global::Gtk.Notebook.NotebookChild w61 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.vboxRouteLists]));
     w61.Position = 2;
     // Notebook tab
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Маршруты");
     this.label6.Angle     = 270D;
     this.notebook1.SetTabLabel(this.vboxRouteLists, this.label6);
     this.label6.ShowAll();
     this.vbox3.Add(this.notebook1);
     global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.notebook1]));
     w62.Position = 1;
     this.hpaned3.Add(this.vbox3);
     global::Gtk.Paned.PanedChild w63 = ((global::Gtk.Paned.PanedChild)(this.hpaned3[this.vbox3]));
     w63.Resize = false;
     // Container child hpaned3.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.btnRefresh = new global::Gamma.GtkWidgets.yButton();
     this.btnRefresh.TooltipMarkup = "Обновить";
     this.btnRefresh.CanFocus      = true;
     this.btnRefresh.Name          = "btnRefresh";
     this.btnRefresh.UseUnderline  = true;
     global::Gtk.Image w64 = new global::Gtk.Image();
     w64.Pixbuf            = global::Stetic.IconLoader.LoadIcon(this, "gtk-refresh", global::Gtk.IconSize.Menu);
     this.btnRefresh.Image = w64;
     this.hbox4.Add(this.btnRefresh);
     global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.btnRefresh]));
     w65.Position = 0;
     w65.Expand   = false;
     w65.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.labelSelected           = new global::Gtk.Label();
     this.labelSelected.Name      = "labelSelected";
     this.labelSelected.LabelProp = global::Mono.Unix.Catalog.GetString("Адресов\nне выбрано");
     this.labelSelected.Justify   = ((global::Gtk.Justification)(2));
     this.hbox4.Add(this.labelSelected);
     global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.labelSelected]));
     w66.Position = 1;
     w66.Expand   = false;
     w66.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.menuAddToRL              = new global::QSWidgetLib.MenuButton();
     this.menuAddToRL.Sensitive    = false;
     this.menuAddToRL.CanFocus     = true;
     this.menuAddToRL.Name         = "menuAddToRL";
     this.menuAddToRL.UseUnderline = true;
     this.menuAddToRL.UseMarkup    = false;
     this.menuAddToRL.LabelXAlign  = 0F;
     this.menuAddToRL.Label        = global::Mono.Unix.Catalog.GetString("В маршрутный лист");
     global::Gtk.Image w67 = new global::Gtk.Image();
     w67.Pixbuf             = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     this.menuAddToRL.Image = w67;
     this.hbox4.Add(this.menuAddToRL);
     global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.menuAddToRL]));
     w68.Position = 2;
     w68.Expand   = false;
     w68.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.checkShowDistricts               = new global::Gamma.GtkWidgets.yCheckButton();
     this.checkShowDistricts.CanFocus      = true;
     this.checkShowDistricts.Name          = "checkShowDistricts";
     this.checkShowDistricts.Label         = global::Mono.Unix.Catalog.GetString("Районы");
     this.checkShowDistricts.DrawIndicator = true;
     this.checkShowDistricts.UseUnderline  = true;
     this.hbox4.Add(this.checkShowDistricts);
     global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.checkShowDistricts]));
     w69.Position = 3;
     w69.Expand   = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.yspinMaxTime = new global::Gamma.GtkWidgets.ySpinButton(0D, 1000D, 1D);
     this.yspinMaxTime.TooltipMarkup            = "Максимальное время оптимизаций, в секундах.";
     this.yspinMaxTime.CanFocus                 = true;
     this.yspinMaxTime.Name                     = "yspinMaxTime";
     this.yspinMaxTime.Adjustment.PageIncrement = 10D;
     this.yspinMaxTime.ClimbRate                = 1D;
     this.yspinMaxTime.Numeric                  = true;
     this.yspinMaxTime.UpdatePolicy             = ((global::Gtk.SpinButtonUpdatePolicy)(1));
     this.yspinMaxTime.Value                    = 30D;
     this.yspinMaxTime.ValueAsDecimal           = 0m;
     this.yspinMaxTime.ValueAsInt               = 0;
     this.hbox4.Add(this.yspinMaxTime);
     global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.yspinMaxTime]));
     w70.Position = 4;
     w70.Expand   = false;
     w70.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.vseparator2      = new global::Gtk.VSeparator();
     this.vseparator2.Name = "vseparator2";
     this.hbox4.Add(this.vseparator2);
     global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.vseparator2]));
     w71.Position = 5;
     w71.Expand   = false;
     w71.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.yenumcomboMapType      = new global::Gamma.Widgets.yEnumComboBox();
     this.yenumcomboMapType.Name = "yenumcomboMapType";
     this.yenumcomboMapType.ShowSpecialStateAll = false;
     this.yenumcomboMapType.ShowSpecialStateNot = false;
     this.yenumcomboMapType.UseShortTitle       = false;
     this.yenumcomboMapType.DefaultFirst        = true;
     this.hbox4.Add(this.yenumcomboMapType);
     global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.yenumcomboMapType]));
     w72.Position = 6;
     w72.Expand   = false;
     w72.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.buttonMapHelp = new global::Gamma.GtkWidgets.yButton();
     this.buttonMapHelp.TooltipMarkup = "Справка по работе с картой.";
     this.buttonMapHelp.CanFocus      = true;
     this.buttonMapHelp.Name          = "buttonMapHelp";
     this.buttonMapHelp.UseUnderline  = true;
     this.buttonMapHelp.Relief        = ((global::Gtk.ReliefStyle)(1));
     global::Gtk.Image w73 = new global::Gtk.Image();
     w73.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-help", global::Gtk.IconSize.Menu);
     this.buttonMapHelp.Image = w73;
     this.hbox4.Add(this.buttonMapHelp);
     global::Gtk.Box.BoxChild w74 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.buttonMapHelp]));
     w74.Position = 7;
     w74.Expand   = false;
     this.vbox2.Add(this.hbox4);
     global::Gtk.Box.BoxChild w75 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox4]));
     w75.Position = 0;
     w75.Expand   = false;
     w75.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.gmapWidget         = new global::GMap.NET.GtkSharp.GMapControl();
     this.gmapWidget.Name    = "gmapWidget";
     this.gmapWidget.MaxZoom = 24;
     this.gmapWidget.MinZoom = 0;
     this.gmapWidget.MouseWheelZoomEnabled = true;
     this.gmapWidget.ShowTileGridLines     = false;
     this.gmapWidget.GrayScaleMode         = false;
     this.gmapWidget.NegativeMode          = false;
     this.gmapWidget.HasFrame        = false;
     this.gmapWidget.Bearing         = 0F;
     this.gmapWidget.Zoom            = 9D;
     this.gmapWidget.RoutesEnabled   = true;
     this.gmapWidget.PolygonsEnabled = true;
     this.gmapWidget.MarkersEnabled  = true;
     this.gmapWidget.CanDragMap      = true;
     this.vbox2.Add(this.gmapWidget);
     global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.gmapWidget]));
     w76.Position = 1;
     this.hpaned3.Add(this.vbox2);
     this.vbox5.Add(this.hpaned3);
     global::Gtk.Box.BoxChild w78 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hpaned3]));
     w78.Position = 1;
     this.Add(this.vbox5);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.buttonWarnings.Hide();
     this.Hide();
     this.ySpnMin19Btls.WidgetEvent      += new global::Gtk.WidgetEventHandler(this.OnFilterWidgetEvent);
     this.buttonAutoCreate.Clicked       += new global::System.EventHandler(this.OnButtonAutoCreateClicked);
     this.buttonDriverSelectAuto.Clicked += new global::System.EventHandler(this.OnButtonDriverSelectAutoClicked);
 }
예제 #9
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.BorderWidth    = ((uint)(6));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.fixed1           = new global::Gtk.Fixed();
     this.fixed1.Name      = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.txtName = new global::Gtk.Entry();
     this.txtName.WidthRequest  = 350;
     this.txtName.CanFocus      = true;
     this.txtName.Name          = "txtName";
     this.txtName.IsEditable    = true;
     this.txtName.InvisibleChar = '•';
     this.fixed1.Add(this.txtName);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.txtName]));
     w1.X = 110;
     w1.Y = 22;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.txtQuantity = new global::Gtk.Entry();
     this.txtQuantity.WidthRequest  = 120;
     this.txtQuantity.CanFocus      = true;
     this.txtQuantity.Name          = "txtQuantity";
     this.txtQuantity.IsEditable    = true;
     this.txtQuantity.InvisibleChar = '•';
     this.fixed1.Add(this.txtQuantity);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.txtQuantity]));
     w2.X = 114;
     w2.Y = 132;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.lblName           = new global::Gtk.Label();
     this.lblName.Name      = "lblName";
     this.lblName.LabelProp = global::Mono.Unix.Catalog.GetString("Nombre:");
     this.fixed1.Add(this.lblName);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.lblName]));
     w3.X = 45;
     w3.Y = 34;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.lblQuantity           = new global::Gtk.Label();
     this.lblQuantity.Name      = "lblQuantity";
     this.lblQuantity.LabelProp = global::Mono.Unix.Catalog.GetString("Cantidad:");
     this.fixed1.Add(this.lblQuantity);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.lblQuantity]));
     w4.X = 41;
     w4.Y = 142;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.lblDescription           = new global::Gtk.Label();
     this.lblDescription.Name      = "lblDescription";
     this.lblDescription.LabelProp = global::Mono.Unix.Catalog.GetString("Descripcion:");
     this.fixed1.Add(this.lblDescription);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.lblDescription]));
     w5.X = 24;
     w5.Y = 85;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.lblPrice           = new global::Gtk.Label();
     this.lblPrice.Name      = "lblPrice";
     this.lblPrice.LabelProp = global::Mono.Unix.Catalog.GetString("Costo:");
     this.fixed1.Add(this.lblPrice);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.lblPrice]));
     w6.X = 58;
     w6.Y = 199;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.btnAdd = new global::Gtk.Button();
     this.btnAdd.WidthRequest = 100;
     this.btnAdd.CanFocus     = true;
     this.btnAdd.Name         = "btnAdd";
     this.btnAdd.UseUnderline = true;
     this.btnAdd.Label        = global::Mono.Unix.Catalog.GetString("Agregar");
     this.fixed1.Add(this.btnAdd);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.btnAdd]));
     w7.X = 321;
     w7.Y = 134;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.btnList = new global::Gtk.Button();
     this.btnList.WidthRequest = 100;
     this.btnList.CanFocus     = true;
     this.btnList.Name         = "btnList";
     this.btnList.UseUnderline = true;
     this.btnList.Label        = global::Mono.Unix.Catalog.GetString("Listar");
     this.fixed1.Add(this.btnList);
     global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.btnList]));
     w8.X = 324;
     w8.Y = 189;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.vseparator1 = new global::Gtk.VSeparator();
     this.vseparator1.HeightRequest = 350;
     this.vseparator1.Name          = "vseparator1";
     this.fixed1.Add(this.vseparator1);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.vseparator1]));
     w9.X = 510;
     w9.Y = 3;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.WidthRequest  = 350;
     this.GtkScrolledWindow.HeightRequest = 300;
     this.GtkScrolledWindow.Name          = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.txtList               = new global::Gtk.TextView();
     this.txtList.CanFocus      = true;
     this.txtList.Name          = "txtList";
     this.txtList.Editable      = false;
     this.txtList.CursorVisible = false;
     this.GtkScrolledWindow.Add(this.txtList);
     this.fixed1.Add(this.GtkScrolledWindow);
     global::Gtk.Fixed.FixedChild w11 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.GtkScrolledWindow]));
     w11.X = 541;
     w11.Y = 45;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.lblList           = new global::Gtk.Label();
     this.lblList.Name      = "lblList";
     this.lblList.LabelProp = global::Mono.Unix.Catalog.GetString("Lista de Productos");
     this.fixed1.Add(this.lblList);
     global::Gtk.Fixed.FixedChild w12 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.lblList]));
     w12.X = 546;
     w12.Y = 12;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.txtDescription = new global::Gtk.Entry();
     this.txtDescription.WidthRequest  = 350;
     this.txtDescription.CanFocus      = true;
     this.txtDescription.Name          = "txtDescription";
     this.txtDescription.IsEditable    = true;
     this.txtDescription.InvisibleChar = '•';
     this.fixed1.Add(this.txtDescription);
     global::Gtk.Fixed.FixedChild w13 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.txtDescription]));
     w13.X = 109;
     w13.Y = 79;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.txtPrice = new global::Gtk.Entry();
     this.txtPrice.WidthRequest  = 120;
     this.txtPrice.CanFocus      = true;
     this.txtPrice.Name          = "txtPrice";
     this.txtPrice.IsEditable    = true;
     this.txtPrice.InvisibleChar = '•';
     this.fixed1.Add(this.txtPrice);
     global::Gtk.Fixed.FixedChild w14 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.txtPrice]));
     w14.X = 113;
     w14.Y = 187;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.lblCode           = new global::Gtk.Label();
     this.lblCode.Name      = "lblCode";
     this.lblCode.LabelProp = global::Mono.Unix.Catalog.GetString("Codigo:");
     this.fixed1.Add(this.lblCode);
     global::Gtk.Fixed.FixedChild w15 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.lblCode]));
     w15.X = 22;
     w15.Y = 287;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.txtCode = new global::Gtk.Entry();
     this.txtCode.WidthRequest  = 200;
     this.txtCode.CanFocus      = true;
     this.txtCode.Name          = "txtCode";
     this.txtCode.IsEditable    = true;
     this.txtCode.InvisibleChar = '•';
     this.fixed1.Add(this.txtCode);
     global::Gtk.Fixed.FixedChild w16 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.txtCode]));
     w16.X = 79;
     w16.Y = 278;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.btnSearch = new global::Gtk.Button();
     this.btnSearch.WidthRequest = 100;
     this.btnSearch.CanFocus     = true;
     this.btnSearch.Name         = "btnSearch";
     this.btnSearch.UseUnderline = true;
     this.btnSearch.Label        = global::Mono.Unix.Catalog.GetString("Buscar");
     this.fixed1.Add(this.btnSearch);
     global::Gtk.Fixed.FixedChild w17 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.btnSearch]));
     w17.X = 289;
     w17.Y = 279;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.btnDelete = new global::Gtk.Button();
     this.btnDelete.WidthRequest = 100;
     this.btnDelete.CanFocus     = true;
     this.btnDelete.Name         = "btnDelete";
     this.btnDelete.UseUnderline = true;
     this.btnDelete.Label        = global::Mono.Unix.Catalog.GetString("Eliminar");
     this.fixed1.Add(this.btnDelete);
     global::Gtk.Fixed.FixedChild w18 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.btnDelete]));
     w18.X = 402;
     w18.Y = 280;
     this.Add(this.fixed1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 922;
     this.DefaultHeight = 376;
     this.Show();
     this.DeleteEvent       += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.btnAdd.Clicked    += new global::System.EventHandler(this.BtnAddClick);
     this.btnList.Clicked   += new global::System.EventHandler(this.BtnListClick);
     this.btnSearch.Clicked += new global::System.EventHandler(this.BtnSearchClick);
     this.btnDelete.Clicked += new global::System.EventHandler(this.BtnDeleteClick);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget QSChat.ChatVSlider
     global::Stetic.BinContainer.Attach (this);
     this.Name = "QSChat.ChatVSlider";
     // Container child QSChat.ChatVSlider.Gtk.Container+ContainerChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.eventboxArrow = new global::Gtk.EventBox ();
     this.eventboxArrow.Name = "eventboxArrow";
     // Container child eventboxArrow.Gtk.Container+ContainerChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.vseparator1 = new global::Gtk.VSeparator ();
     this.vseparator1.Name = "vseparator1";
     this.vbox4.Add (this.vseparator1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.vseparator1]));
     w1.Position = 0;
     // Container child vbox4.Gtk.Box+BoxChild
     this.labelMessageCount = new global::Gtk.Label ();
     this.labelMessageCount.Name = "labelMessageCount";
     this.labelMessageCount.UseMarkup = true;
     this.vbox4.Add (this.labelMessageCount);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.labelMessageCount]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.arrowSlider = new global::Gtk.Arrow (((global::Gtk.ArrowType)(3)), ((global::Gtk.ShadowType)(2)));
     this.arrowSlider.Name = "arrowSlider";
     this.vbox4.Add (this.arrowSlider);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.arrowSlider]));
     w3.Position = 2;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Онлайн чат");
     this.label1.SingleLineMode = true;
     this.label1.Angle = 90;
     this.vbox4.Add (this.label1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label1]));
     w4.Position = 3;
     w4.Expand = false;
     w4.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.vseparator2 = new global::Gtk.VSeparator ();
     this.vseparator2.Name = "vseparator2";
     this.vbox4.Add (this.vseparator2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.vseparator2]));
     w5.Position = 4;
     this.eventboxArrow.Add (this.vbox4);
     this.hbox2.Add (this.eventboxArrow);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.eventboxArrow]));
     w7.Position = 0;
     w7.Expand = false;
     w7.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.chat1 = new global::QSChat.Chat ();
     this.chat1.WidthRequest = 386;
     this.chat1.Events = ((global::Gdk.EventMask)(256));
     this.chat1.Name = "chat1";
     this.chat1.IsHided = false;
     this.chat1.Active = false;
     this.hbox2.Add (this.chat1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.chat1]));
     w8.Position = 1;
     w8.Expand = false;
     w8.Fill = false;
     this.Add (this.hbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.eventboxArrow.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.OnEventboxArrowButtonPressEvent);
     this.chat1.ChatUpdated += new global::System.EventHandler (this.OnChat1ChatUpdated);
 }
예제 #11
0
파일: MainWindow.cs 프로젝트: vlad88sv/RIFT
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.WidthRequest = 1366;
     this.HeightRequest = 768;
     this.Name = "MainWindow";
     this.Title = "Taquilla RIFT Laser Tag";
     this.Icon = global::Stetic.IconLoader.LoadIcon (this, "stock_notes", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.BorderWidth = ((uint)(2));
     this.AllowShrink = true;
     this.DefaultHeight = 600;
     this.Gravity = ((global::Gdk.Gravity)(5));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.hbContenedor = new global::Gtk.HBox ();
     this.hbContenedor.WidthRequest = 800;
     this.hbContenedor.HeightRequest = 600;
     this.hbContenedor.Name = "hbContenedor";
     // Container child hbContenedor.Gtk.Box+BoxChild
     this.vbPanelIzquierdo = new global::Gtk.VBox ();
     this.vbPanelIzquierdo.WidthRequest = 600;
     this.vbPanelIzquierdo.Name = "vbPanelIzquierdo";
     // Container child vbPanelIzquierdo.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.controles = new global::Gtk.VBox ();
     this.controles.WidthRequest = 207;
     this.controles.Name = "controles";
     this.controles.Spacing = 6;
     // Container child controles.Gtk.Box+BoxChild
     this.calDiaTrabajo = new global::Gtk.Calendar ();
     this.calDiaTrabajo.WidthRequest = 202;
     this.calDiaTrabajo.HeightRequest = 184;
     this.calDiaTrabajo.CanFocus = true;
     this.calDiaTrabajo.Name = "calDiaTrabajo";
     this.calDiaTrabajo.DisplayOptions = ((global::Gtk.CalendarDisplayOptions)(35));
     this.controles.Add (this.calDiaTrabajo);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.controles [this.calDiaTrabajo]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     this.hbox1.Add (this.controles);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.controles]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox6 = new global::Gtk.HBox ();
     this.hbox6.Name = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.cmdFinalizar = new global::Gtk.Button ();
     this.cmdFinalizar.CanFocus = true;
     this.cmdFinalizar.Name = "cmdFinalizar";
     this.cmdFinalizar.UseUnderline = true;
     // Container child cmdFinalizar.Gtk.Container+ContainerChild
     global::Gtk.Alignment w3 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w4 = new global::Gtk.HBox ();
     w4.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w5 = new global::Gtk.Image ();
     w5.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-close", global::Gtk.IconSize.Menu);
     w4.Add (w5);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w7 = new global::Gtk.Label ();
     w7.LabelProp = "Cerrar sesión";
     w7.UseUnderline = true;
     w4.Add (w7);
     w3.Add (w4);
     this.cmdFinalizar.Add (w3);
     this.hbox6.Add (this.cmdFinalizar);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.cmdFinalizar]));
     w11.PackType = ((global::Gtk.PackType)(1));
     w11.Position = 0;
     w11.Expand = false;
     w11.Fill = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.lblRegistradoComo = new global::Gtk.Label ();
     this.lblRegistradoComo.Name = "lblRegistradoComo";
     this.lblRegistradoComo.LabelProp = "Cajero";
     this.hbox6.Add (this.lblRegistradoComo);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.lblRegistradoComo]));
     w12.PackType = ((global::Gtk.PackType)(1));
     w12.Position = 1;
     // Container child hbox6.Gtk.Box+BoxChild
     this.lblRegistradoComo1 = new global::Gtk.Label ();
     this.lblRegistradoComo1.Name = "lblRegistradoComo1";
     this.lblRegistradoComo1.LabelProp = "Registrado como";
     this.hbox6.Add (this.lblRegistradoComo1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.lblRegistradoComo1]));
     w13.PackType = ((global::Gtk.PackType)(1));
     w13.Position = 2;
     w13.Expand = false;
     w13.Fill = false;
     this.vbox2.Add (this.hbox6);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox6]));
     w14.Position = 0;
     w14.Expand = false;
     w14.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox7 = new global::Gtk.HBox ();
     this.hbox7.Name = "hbox7";
     this.hbox7.Homogeneous = true;
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.Cumpleanos = new global::Gtk.Button ();
     this.Cumpleanos.CanFocus = true;
     this.Cumpleanos.Name = "Cumpleanos";
     this.Cumpleanos.UseUnderline = true;
     // Container child Cumpleanos.Gtk.Container+ContainerChild
     global::Gtk.Alignment w15 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w16 = new global::Gtk.HBox ();
     w16.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w17 = new global::Gtk.Image ();
     w17.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-add", global::Gtk.IconSize.Menu);
     w16.Add (w17);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w19 = new global::Gtk.Label ();
     w19.LabelProp = "_Eventos";
     w19.UseUnderline = true;
     w16.Add (w19);
     w15.Add (w16);
     this.Cumpleanos.Add (w15);
     this.hbox7.Add (this.Cumpleanos);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.Cumpleanos]));
     w23.Position = 0;
     w23.Expand = false;
     w23.Fill = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.Pases = new global::Gtk.Button ();
     this.Pases.CanFocus = true;
     this.Pases.Name = "Pases";
     this.Pases.UseUnderline = true;
     // Container child Pases.Gtk.Container+ContainerChild
     global::Gtk.Alignment w24 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w25 = new global::Gtk.HBox ();
     w25.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w26 = new global::Gtk.Image ();
     w26.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_new-text", global::Gtk.IconSize.Menu);
     w25.Add (w26);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w28 = new global::Gtk.Label ();
     w28.LabelProp = "_Pases";
     w28.UseUnderline = true;
     w25.Add (w28);
     w24.Add (w25);
     this.Pases.Add (w24);
     this.hbox7.Add (this.Pases);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.Pases]));
     w32.Position = 1;
     w32.Expand = false;
     w32.Fill = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.cmdStock = new global::Gtk.Button ();
     this.cmdStock.CanFocus = true;
     this.cmdStock.Name = "cmdStock";
     this.cmdStock.UseUnderline = true;
     // Container child cmdStock.Gtk.Container+ContainerChild
     global::Gtk.Alignment w33 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w34 = new global::Gtk.HBox ();
     w34.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w35 = new global::Gtk.Image ();
     w35.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_insert-note", global::Gtk.IconSize.Menu);
     w34.Add (w35);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w37 = new global::Gtk.Label ();
     w37.LabelProp = "Compras";
     w37.UseUnderline = true;
     w34.Add (w37);
     w33.Add (w34);
     this.cmdStock.Add (w33);
     this.hbox7.Add (this.cmdStock);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.cmdStock]));
     w41.Position = 2;
     w41.Expand = false;
     w41.Fill = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.cmbCorteZ = new global::Gtk.Button ();
     this.cmbCorteZ.CanFocus = true;
     this.cmbCorteZ.Name = "cmbCorteZ";
     this.cmbCorteZ.UseUnderline = true;
     // Container child cmbCorteZ.Gtk.Container+ContainerChild
     global::Gtk.Alignment w42 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w43 = new global::Gtk.HBox ();
     w43.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w44 = new global::Gtk.Image ();
     w44.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_copy", global::Gtk.IconSize.Menu);
     w43.Add (w44);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w46 = new global::Gtk.Label ();
     w46.LabelProp = "Corte _Z";
     w46.UseUnderline = true;
     w43.Add (w46);
     w42.Add (w43);
     this.cmbCorteZ.Add (w42);
     this.hbox7.Add (this.cmbCorteZ);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.cmbCorteZ]));
     w50.Position = 3;
     w50.Expand = false;
     w50.Fill = false;
     this.vbox2.Add (this.hbox7);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox7]));
     w51.Position = 1;
     w51.Expand = false;
     w51.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 w52 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator2]));
     w52.Position = 2;
     w52.Expand = false;
     w52.Fill = false;
     w52.Padding = ((uint)(13));
     // Container child vbox2.Gtk.Box+BoxChild
     this.lblFechaActual = new global::Gtk.Label ();
     this.lblFechaActual.Name = "lblFechaActual";
     this.lblFechaActual.LabelProp = "Fecha de hoy";
     this.vbox2.Add (this.lblFechaActual);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.lblFechaActual]));
     w53.Position = 3;
     w53.Expand = false;
     w53.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox8 = new global::Gtk.HBox ();
     this.hbox8.Name = "hbox8";
     this.hbox8.Homogeneous = true;
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.lblHoraActual = new global::Gtk.Label ();
     this.lblHoraActual.Name = "lblHoraActual";
     this.lblHoraActual.LabelProp = "Hora actual";
     this.hbox8.Add (this.lblHoraActual);
     global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.lblHoraActual]));
     w54.Position = 0;
     w54.Expand = false;
     w54.Fill = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.lblPrecioDelDia = new global::Gtk.Label ();
     this.lblPrecioDelDia.Name = "lblPrecioDelDia";
     this.lblPrecioDelDia.LabelProp = "Precio del día";
     this.hbox8.Add (this.lblPrecioDelDia);
     global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.lblPrecioDelDia]));
     w55.Position = 1;
     w55.Expand = false;
     w55.Fill = false;
     this.vbox2.Add (this.hbox8);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox8]));
     w56.Position = 4;
     w56.Expand = false;
     w56.Fill = false;
     this.hbox1.Add (this.vbox2);
     global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
     w57.Position = 1;
     this.vbPanelIzquierdo.Add (this.hbox1);
     global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.vbPanelIzquierdo [this.hbox1]));
     w58.Position = 0;
     w58.Expand = false;
     w58.Fill = false;
     // Container child vbPanelIzquierdo.Gtk.Box+BoxChild
     this.hbControles2 = new global::Gtk.HBox ();
     this.hbControles2.Name = "hbControles2";
     this.hbControles2.Spacing = 6;
     // Container child hbControles2.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.treeTiquetes = new global::Gtk.TreeView ();
     this.treeTiquetes.CanFocus = true;
     this.treeTiquetes.Name = "treeTiquetes";
     this.treeTiquetes.EnableSearch = false;
     this.treeTiquetes.RulesHint = true;
     this.GtkScrolledWindow1.Add (this.treeTiquetes);
     this.hbControles2.Add (this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.hbControles2 [this.GtkScrolledWindow1]));
     w60.Position = 0;
     this.vbPanelIzquierdo.Add (this.hbControles2);
     global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.vbPanelIzquierdo [this.hbControles2]));
     w61.Position = 1;
     // Container child vbPanelIzquierdo.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = "<b>+</b> = Tiquete <b>p</b> = pase/promoción <b>m</b> = mover tiquete <b>i</b> = I.V.A exento";
     this.label2.UseMarkup = true;
     this.vbPanelIzquierdo.Add (this.label2);
     global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.vbPanelIzquierdo [this.label2]));
     w62.Position = 2;
     w62.Expand = false;
     w62.Fill = false;
     this.hbContenedor.Add (this.vbPanelIzquierdo);
     global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.hbContenedor [this.vbPanelIzquierdo]));
     w63.Position = 0;
     w63.Expand = false;
     w63.Fill = false;
     // Container child hbContenedor.Gtk.Box+BoxChild
     this.vseparator1 = new global::Gtk.VSeparator ();
     this.vseparator1.Name = "vseparator1";
     this.hbContenedor.Add (this.vseparator1);
     global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.hbContenedor [this.vseparator1]));
     w64.Position = 1;
     w64.Expand = false;
     w64.Fill = false;
     w64.Padding = ((uint)(3));
     // Container child hbContenedor.Gtk.Box+BoxChild
     this.lblAtencion = new global::Gtk.Label ();
     this.lblAtencion.Name = "lblAtencion";
     this.lblAtencion.Justify = ((global::Gtk.Justification)(2));
     this.lblAtencion.Angle = 90;
     this.hbContenedor.Add (this.lblAtencion);
     global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.hbContenedor [this.lblAtencion]));
     w65.Position = 2;
     w65.Expand = false;
     w65.Fill = false;
     // Container child hbContenedor.Gtk.Box+BoxChild
     this.Cafeteria = new global::Gtk.VBox ();
     this.Cafeteria.WidthRequest = 350;
     this.Cafeteria.Name = "Cafeteria";
     // Container child Cafeteria.Gtk.Box+BoxChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.BorderWidth = ((uint)(3));
     // Container child vbox1.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.checkbutton1 = new global::Gtk.CheckButton ();
     this.checkbutton1.CanFocus = true;
     this.checkbutton1.Name = "checkbutton1";
     this.checkbutton1.Label = "Música";
     this.checkbutton1.Active = true;
     this.checkbutton1.DrawIndicator = true;
     this.checkbutton1.UseUnderline = true;
     this.table1.Add (this.checkbutton1);
     global::Gtk.Table.TableChild w66 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbutton1]));
     w66.TopAttach = ((uint)(1));
     w66.BottomAttach = ((uint)(2));
     w66.LeftAttach = ((uint)(1));
     w66.RightAttach = ((uint)(2));
     w66.XOptions = ((global::Gtk.AttachOptions)(1));
     w66.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox5 = new global::Gtk.HBox ();
     this.hbox5.Name = "hbox5";
     this.hbox5.Homogeneous = true;
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.cmdRiftIniciar = new global::Gtk.Button ();
     this.cmdRiftIniciar.CanFocus = true;
     this.cmdRiftIniciar.Name = "cmdRiftIniciar";
     this.cmdRiftIniciar.UseUnderline = true;
     this.cmdRiftIniciar.Label = "Iniciar";
     this.hbox5.Add (this.cmdRiftIniciar);
     global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.cmdRiftIniciar]));
     w67.Position = 0;
     w67.Expand = false;
     w67.Fill = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.cmdRiftAbortar = new global::Gtk.Button ();
     this.cmdRiftAbortar.CanFocus = true;
     this.cmdRiftAbortar.Name = "cmdRiftAbortar";
     this.cmdRiftAbortar.UseUnderline = true;
     this.cmdRiftAbortar.Label = "Abortar";
     this.hbox5.Add (this.cmdRiftAbortar);
     global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.cmdRiftAbortar]));
     w68.Position = 1;
     w68.Expand = false;
     w68.Fill = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.cmdRiftFinalizar = new global::Gtk.Button ();
     this.cmdRiftFinalizar.CanFocus = true;
     this.cmdRiftFinalizar.Name = "cmdRiftFinalizar";
     this.cmdRiftFinalizar.UseUnderline = true;
     this.cmdRiftFinalizar.Label = "Finalizar";
     this.hbox5.Add (this.cmdRiftFinalizar);
     global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.cmdRiftFinalizar]));
     w69.Position = 2;
     w69.Expand = false;
     w69.Fill = false;
     this.table1.Add (this.hbox5);
     global::Gtk.Table.TableChild w70 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox5]));
     w70.TopAttach = ((uint)(1));
     w70.BottomAttach = ((uint)(2));
     w70.XOptions = ((global::Gtk.AttachOptions)(4));
     w70.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.LabelProp = "Control de juego";
     this.table1.Add (this.label4);
     global::Gtk.Table.TableChild w71 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w71.XOptions = ((global::Gtk.AttachOptions)(4));
     w71.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.LabelProp = "Lobby";
     this.label5.Justify = ((global::Gtk.Justification)(2));
     this.table1.Add (this.label5);
     global::Gtk.Table.TableChild w72 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w72.LeftAttach = ((uint)(1));
     w72.RightAttach = ((uint)(2));
     w72.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add (this.table1);
     global::Gtk.Box.BoxChild w73 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
     w73.Position = 0;
     w73.Expand = false;
     w73.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator ();
     this.hseparator1.Name = "hseparator1";
     this.vbox1.Add (this.hseparator1);
     global::Gtk.Box.BoxChild w74 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator1]));
     w74.Position = 1;
     w74.Expand = false;
     w74.Fill = false;
     w74.Padding = ((uint)(19));
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.tvLista = new global::Gtk.TreeView ();
     this.tvLista.CanFocus = true;
     this.tvLista.Name = "tvLista";
     this.tvLista.EnableSearch = false;
     this.GtkScrolledWindow.Add (this.tvLista);
     this.vbox1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
     w76.Position = 2;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Homogeneous = true;
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.lblVuelto = new global::Gtk.Label ();
     this.lblVuelto.Name = "lblVuelto";
     this.lblVuelto.LabelProp = "<span size='xx-large'>Vuelto:  </span><span size='xx-large' color='blue'>$0.00</span>";
     this.lblVuelto.UseMarkup = true;
     this.hbox4.Add (this.lblVuelto);
     global::Gtk.Box.BoxChild w77 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.lblVuelto]));
     w77.Position = 0;
     w77.Expand = false;
     w77.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.lblTotal = new global::Gtk.Label ();
     this.lblTotal.Name = "lblTotal";
     this.lblTotal.LabelProp = "<span size='xx-large'>Total: </span><span size='xx-large' color='red'>$0.00</span>";
     this.lblTotal.UseMarkup = true;
     this.hbox4.Add (this.lblTotal);
     global::Gtk.Box.BoxChild w78 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.lblTotal]));
     w78.Position = 1;
     w78.Expand = false;
     w78.Fill = false;
     this.vbox1.Add (this.hbox4);
     global::Gtk.Box.BoxChild w79 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox4]));
     w79.Position = 3;
     w79.Expand = false;
     w79.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = "Efectivo recibido";
     this.hbox3.Add (this.label1);
     global::Gtk.Box.BoxChild w80 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label1]));
     w80.Position = 0;
     w80.Expand = false;
     w80.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.txtEfectivo = new global::Gtk.Entry ();
     this.txtEfectivo.CanFocus = true;
     this.txtEfectivo.Name = "txtEfectivo";
     this.txtEfectivo.IsEditable = true;
     this.txtEfectivo.InvisibleChar = '•';
     this.hbox3.Add (this.txtEfectivo);
     global::Gtk.Box.BoxChild w81 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.txtEfectivo]));
     w81.Position = 1;
     this.vbox1.Add (this.hbox3);
     global::Gtk.Box.BoxChild w82 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox3]));
     w82.Position = 4;
     w82.Expand = false;
     w82.Fill = false;
     w82.Padding = ((uint)(5));
     this.Cafeteria.Add (this.vbox1);
     global::Gtk.Box.BoxChild w83 = ((global::Gtk.Box.BoxChild)(this.Cafeteria [this.vbox1]));
     w83.Position = 0;
     // Container child Cafeteria.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.btnAnular = new global::Gtk.Button ();
     this.btnAnular.CanFocus = true;
     this.btnAnular.Name = "btnAnular";
     this.btnAnular.UseUnderline = true;
     // Container child btnAnular.Gtk.Container+ContainerChild
     global::Gtk.Alignment w84 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w85 = new global::Gtk.HBox ();
     w85.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w86 = new global::Gtk.Image ();
     w86.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-delete", global::Gtk.IconSize.Menu);
     w85.Add (w86);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w88 = new global::Gtk.Label ();
     w88.LabelProp = "_Anular";
     w88.UseUnderline = true;
     w85.Add (w88);
     w84.Add (w85);
     this.btnAnular.Add (w84);
     this.hbox2.Add (this.btnAnular);
     global::Gtk.Box.BoxChild w92 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.btnAnular]));
     w92.Position = 0;
     w92.Expand = false;
     w92.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.btnCancelar = new global::Gtk.Button ();
     this.btnCancelar.CanFocus = true;
     this.btnCancelar.Name = "btnCancelar";
     this.btnCancelar.UseUnderline = true;
     // Container child btnCancelar.Gtk.Container+ContainerChild
     global::Gtk.Alignment w93 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w94 = new global::Gtk.HBox ();
     w94.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w95 = new global::Gtk.Image ();
     w95.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-cancel", global::Gtk.IconSize.Menu);
     w94.Add (w95);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w97 = new global::Gtk.Label ();
     w97.LabelProp = "_Cancelar";
     w97.UseUnderline = true;
     w94.Add (w97);
     w93.Add (w94);
     this.btnCancelar.Add (w93);
     this.hbox2.Add (this.btnCancelar);
     global::Gtk.Box.BoxChild w101 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.btnCancelar]));
     w101.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.btnImprimir = new global::Gtk.Button ();
     this.btnImprimir.CanFocus = true;
     this.btnImprimir.Name = "btnImprimir";
     this.btnImprimir.UseUnderline = true;
     // Container child btnImprimir.Gtk.Container+ContainerChild
     global::Gtk.Alignment w102 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w103 = new global::Gtk.HBox ();
     w103.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w104 = new global::Gtk.Image ();
     w104.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-ok", global::Gtk.IconSize.Menu);
     w103.Add (w104);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w106 = new global::Gtk.Label ();
     w106.LabelProp = "_Imprimir";
     w106.UseUnderline = true;
     w103.Add (w106);
     w102.Add (w103);
     this.btnImprimir.Add (w102);
     this.hbox2.Add (this.btnImprimir);
     global::Gtk.Box.BoxChild w110 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.btnImprimir]));
     w110.Position = 2;
     this.Cafeteria.Add (this.hbox2);
     global::Gtk.Box.BoxChild w111 = ((global::Gtk.Box.BoxChild)(this.Cafeteria [this.hbox2]));
     w111.Position = 1;
     w111.Expand = false;
     w111.Fill = false;
     this.hbContenedor.Add (this.Cafeteria);
     global::Gtk.Box.BoxChild w112 = ((global::Gtk.Box.BoxChild)(this.hbContenedor [this.Cafeteria]));
     w112.PackType = ((global::Gtk.PackType)(1));
     w112.Position = 3;
     w112.Expand = false;
     w112.Fill = false;
     this.Add (this.hbContenedor);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 1368;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.calDiaTrabajo.DaySelected += new global::System.EventHandler (this.OnCalDiaTrabajoDaySelected);
     this.cmdFinalizar.Clicked += new global::System.EventHandler (this.OnCmdFinalizarClicked);
     this.Cumpleanos.Clicked += new global::System.EventHandler (this.OnCumpleanosClicked);
     this.Pases.Clicked += new global::System.EventHandler (this.OnPasesClicked);
     this.cmdStock.Clicked += new global::System.EventHandler (this.OnCmdStockClicked);
     this.cmbCorteZ.Clicked += new global::System.EventHandler (this.OnCmbCorteZClicked);
     this.treeTiquetes.KeyPressEvent += new global::Gtk.KeyPressEventHandler (this.OnTreeTiquetesKeyPressEvent);
     this.cmdRiftIniciar.Clicked += new global::System.EventHandler (this.OnCmdRiftIniciarClicked);
     this.cmdRiftAbortar.Clicked += new global::System.EventHandler (this.OnCmdRiftAbortarClicked);
     this.cmdRiftFinalizar.Clicked += new global::System.EventHandler (this.OnCmdRiftFinalizarClicked);
     this.checkbutton1.Toggled += new global::System.EventHandler (this.OnCheckbutton1Toggled);
     this.tvLista.KeyPressEvent += new global::Gtk.KeyPressEventHandler (this.OnTvListaKeyPressEvent);
     this.txtEfectivo.Changed += new global::System.EventHandler (this.OnTxtEfectivoChanged);
     this.btnAnular.Clicked += new global::System.EventHandler (this.OnBtnAnularClicked);
     this.btnCancelar.Clicked += new global::System.EventHandler (this.OnBtnCancelarClicked);
     this.btnImprimir.Clicked += new global::System.EventHandler (this.OnBtnImprimirClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget FrapeSchedSim.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.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.SaveInitialProcessStateToJPGAction = new global::Gtk.Action ("SaveInitialProcessStateToJPGAction", global::Mono.Unix.Catalog.GetString ("Save Initial Process State to JPG"), null, null);
     this.SaveInitialProcessStateToJPGAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save Initial Process State to JPG");
     w1.Add (this.SaveInitialProcessStateToJPGAction, null);
     this.QuitAction = new global::Gtk.Action ("QuitAction", global::Mono.Unix.Catalog.GetString ("Quit"), null, null);
     this.QuitAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Quit");
     w1.Add (this.QuitAction, null);
     this.HowToUseTheSimulatorAction = new global::Gtk.Action ("HowToUseTheSimulatorAction", global::Mono.Unix.Catalog.GetString ("How to use the simulator"), null, null);
     this.HowToUseTheSimulatorAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("How to use the simulator");
     w1.Add (this.HowToUseTheSimulatorAction, null);
     this.FileAction1 = new global::Gtk.Action ("FileAction1", global::Mono.Unix.Catalog.GetString ("File"), null, null);
     this.FileAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("File");
     w1.Add (this.FileAction1, null);
     this.SaveInitialProcessStateToPNGAction = new global::Gtk.Action ("SaveInitialProcessStateToPNGAction", global::Mono.Unix.Catalog.GetString ("Save Initial Process State to PNG"), null, "gtk-save");
     this.SaveInitialProcessStateToPNGAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save Initial Process State to JPG");
     w1.Add (this.SaveInitialProcessStateToPNGAction, null);
     this.SaveSchedulingPlanToPNGAction = new global::Gtk.Action ("SaveSchedulingPlanToPNGAction", global::Mono.Unix.Catalog.GetString ("Save Scheduling Plan to PNG"), null, "gtk-save");
     this.SaveSchedulingPlanToPNGAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save Scheduling Plan to JPG");
     w1.Add (this.SaveSchedulingPlanToPNGAction, "<Control>t");
     this.QuitAction1 = new global::Gtk.Action ("QuitAction1", global::Mono.Unix.Catalog.GetString ("Quit"), null, "gtk-quit");
     this.QuitAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("Quit");
     w1.Add (this.QuitAction1, 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.HowToUseTheSimulatorAction1 = new global::Gtk.Action ("HowToUseTheSimulatorAction1", global::Mono.Unix.Catalog.GetString ("How to use the simulator"), null, "gtk-help");
     this.HowToUseTheSimulatorAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("How to use the simulator");
     w1.Add (this.HowToUseTheSimulatorAction1, null);
     this.HowToAddANewAlgorithmAction = new global::Gtk.Action ("HowToAddANewAlgorithmAction", global::Mono.Unix.Catalog.GetString ("How to add a new algorithm"), null, "gtk-help");
     this.HowToAddANewAlgorithmAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("How to add a new algorithm");
     w1.Add (this.HowToAddANewAlgorithmAction, null);
     this.AboutThisProgramAction = new global::Gtk.Action ("AboutThisProgramAction", global::Mono.Unix.Catalog.GetString ("About this program"), null, "gtk-dialog-info");
     this.AboutThisProgramAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("About this program");
     w1.Add (this.AboutThisProgramAction, null);
     this.ProcessesAction = new global::Gtk.Action ("ProcessesAction", global::Mono.Unix.Catalog.GetString ("Processes"), null, "gtk-copy");
     this.ProcessesAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Processes");
     w1.Add (this.ProcessesAction, "<Control>p");
     this.NodesAction = new global::Gtk.Action ("NodesAction", global::Mono.Unix.Catalog.GetString ("Nodes"), null, "gtk-network");
     this.NodesAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Nodes");
     w1.Add (this.NodesAction, "<Control>n");
     this.LoadFromXmlAction = new global::Gtk.Action ("LoadFromXmlAction", global::Mono.Unix.Catalog.GetString ("Load from Xml"), null, null);
     this.LoadFromXmlAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Load from Xml");
     w1.Add (this.LoadFromXmlAction, null);
     this.SaveToXmlAction = new global::Gtk.Action ("SaveToXmlAction", global::Mono.Unix.Catalog.GetString ("Save to Xml"), null, null);
     this.SaveToXmlAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save to Xml");
     w1.Add (this.SaveToXmlAction, null);
     this.LoadFromXmlAction1 = new global::Gtk.Action ("LoadFromXmlAction1", global::Mono.Unix.Catalog.GetString ("Load from Xml"), null, null);
     this.LoadFromXmlAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("Load from Xml");
     w1.Add (this.LoadFromXmlAction1, null);
     this.SaveToXmlAction1 = new global::Gtk.Action ("SaveToXmlAction1", global::Mono.Unix.Catalog.GetString ("Save to Xml"), null, null);
     this.SaveToXmlAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save to Xml");
     w1.Add (this.SaveToXmlAction1, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "FrapeSchedSim.MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("FrapeSchedSim - Scheduling Simulator for Frapes");
     this.Icon = global::Gdk.Pixbuf.LoadFromResource ("FrapeSchedSim.soft_drink_256.png");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Resizable = false;
     this.AllowGrow = false;
     // Container child FrapeSchedSim.MainWindow.Gtk.Container+ContainerChild
     this.vboxMain = new global::Gtk.VBox ();
     this.vboxMain.Name = "vboxMain";
     this.vboxMain.Spacing = 6;
     // Container child vboxMain.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><menubar name='menubar1'><menu name='FileAction1' action='FileAction1'><menu name='ProcessesAction' action='ProcessesAction'><menuitem name='LoadFromXmlAction' action='LoadFromXmlAction'/><menuitem name='SaveToXmlAction' action='SaveToXmlAction'/></menu><menu name='NodesAction' action='NodesAction'><menuitem name='LoadFromXmlAction1' action='LoadFromXmlAction1'/><menuitem name='SaveToXmlAction1' action='SaveToXmlAction1'/></menu><separator/><menuitem name='QuitAction1' action='QuitAction1'/></menu><menu name='HelpAction1' action='HelpAction1'><menuitem name='AboutThisProgramAction' action='AboutThisProgramAction'/></menu></menubar></ui>");
     this.menubar1 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vboxMain.Add (this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vboxMain [this.menubar1]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vboxMain.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator ();
     this.hseparator1.Name = "hseparator1";
     this.vboxMain.Add (this.hseparator1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vboxMain [this.hseparator1]));
     w3.Position = 1;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vboxMain.Gtk.Box+BoxChild
     this.hboxTop = new global::Gtk.HBox ();
     this.hboxTop.Name = "hboxTop";
     this.hboxTop.Spacing = 6;
     // Container child hboxTop.Gtk.Box+BoxChild
     this.vseparator1 = new global::Gtk.VSeparator ();
     this.vseparator1.Name = "vseparator1";
     this.hboxTop.Add (this.vseparator1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hboxTop [this.vseparator1]));
     w4.Position = 0;
     w4.Expand = false;
     w4.Fill = false;
     // Container child hboxTop.Gtk.Box+BoxChild
     this.vboxAlgorithm = new global::Gtk.VBox ();
     this.vboxAlgorithm.Name = "vboxAlgorithm";
     this.vboxAlgorithm.Spacing = 6;
     // Container child vboxAlgorithm.Gtk.Box+BoxChild
     this.labelAlgorithm = new global::Gtk.Label ();
     this.labelAlgorithm.Name = "labelAlgorithm";
     this.labelAlgorithm.LabelProp = global::Mono.Unix.Catalog.GetString ("Algorithm:");
     this.vboxAlgorithm.Add (this.labelAlgorithm);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vboxAlgorithm [this.labelAlgorithm]));
     w5.Position = 0;
     w5.Expand = false;
     w5.Fill = false;
     // Container child vboxAlgorithm.Gtk.Box+BoxChild
     this.comboboxAlgorithm = global::Gtk.ComboBox.NewText ();
     this.comboboxAlgorithm.WidthRequest = 220;
     this.comboboxAlgorithm.CanFocus = true;
     this.comboboxAlgorithm.Name = "comboboxAlgorithm";
     this.vboxAlgorithm.Add (this.comboboxAlgorithm);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vboxAlgorithm [this.comboboxAlgorithm]));
     w6.Position = 1;
     w6.Expand = false;
     w6.Fill = false;
     // Container child vboxAlgorithm.Gtk.Box+BoxChild
     this.labelInformation = new global::Gtk.Label ();
     this.labelInformation.Name = "labelInformation";
     this.labelInformation.LabelProp = global::Mono.Unix.Catalog.GetString ("Information:");
     this.vboxAlgorithm.Add (this.labelInformation);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vboxAlgorithm [this.labelInformation]));
     w7.Position = 2;
     w7.Expand = false;
     w7.Fill = false;
     // Container child vboxAlgorithm.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.textviewInformation = new global::Gtk.TextView ();
     this.textviewInformation.HeightRequest = 120;
     this.textviewInformation.CanFocus = true;
     this.textviewInformation.Name = "textviewInformation";
     this.textviewInformation.Editable = false;
     this.textviewInformation.CursorVisible = false;
     this.GtkScrolledWindow.Add (this.textviewInformation);
     this.vboxAlgorithm.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vboxAlgorithm [this.GtkScrolledWindow]));
     w9.Position = 3;
     this.hboxTop.Add (this.vboxAlgorithm);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hboxTop [this.vboxAlgorithm]));
     w10.Position = 1;
     w10.Expand = false;
     w10.Fill = false;
     // Container child hboxTop.Gtk.Box+BoxChild
     this.vseparator2 = new global::Gtk.VSeparator ();
     this.vseparator2.Name = "vseparator2";
     this.hboxTop.Add (this.vseparator2);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hboxTop [this.vseparator2]));
     w11.Position = 2;
     w11.Expand = false;
     w11.Fill = false;
     // Container child hboxTop.Gtk.Box+BoxChild
     this.vboxTimeUnits = new global::Gtk.VBox ();
     this.vboxTimeUnits.Name = "vboxTimeUnits";
     this.vboxTimeUnits.Spacing = 6;
     // Container child vboxTimeUnits.Gtk.Box+BoxChild
     this.labelTimeUnits = new global::Gtk.Label ();
     this.labelTimeUnits.Name = "labelTimeUnits";
     this.labelTimeUnits.LabelProp = global::Mono.Unix.Catalog.GetString ("Simulation Time Units:");
     this.vboxTimeUnits.Add (this.labelTimeUnits);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vboxTimeUnits [this.labelTimeUnits]));
     w12.Position = 0;
     w12.Expand = false;
     w12.Fill = false;
     // Container child vboxTimeUnits.Gtk.Box+BoxChild
     this.spinbuttonTimeUnits = new global::Gtk.SpinButton (0, 100, 1);
     this.spinbuttonTimeUnits.CanFocus = true;
     this.spinbuttonTimeUnits.Name = "spinbuttonTimeUnits";
     this.spinbuttonTimeUnits.Adjustment.PageIncrement = 10;
     this.spinbuttonTimeUnits.ClimbRate = 1;
     this.spinbuttonTimeUnits.Numeric = true;
     this.spinbuttonTimeUnits.Value = 20;
     this.vboxTimeUnits.Add (this.spinbuttonTimeUnits);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vboxTimeUnits [this.spinbuttonTimeUnits]));
     w13.Position = 1;
     w13.Expand = false;
     w13.Fill = false;
     // Container child vboxTimeUnits.Gtk.Box+BoxChild
     this.buttonRun = new global::Gtk.Button ();
     this.buttonRun.CanFocus = true;
     this.buttonRun.Name = "buttonRun";
     this.buttonRun.UseUnderline = true;
     // Container child buttonRun.Gtk.Container+ContainerChild
     global::Gtk.Alignment w14 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w15 = new global::Gtk.HBox ();
     w15.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w16 = new global::Gtk.Image ();
     w16.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-play", global::Gtk.IconSize.Menu);
     w15.Add (w16);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w18 = new global::Gtk.Label ();
     w18.LabelProp = global::Mono.Unix.Catalog.GetString ("Run Simulation");
     w18.UseUnderline = true;
     w15.Add (w18);
     w14.Add (w15);
     this.buttonRun.Add (w14);
     this.vboxTimeUnits.Add (this.buttonRun);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vboxTimeUnits [this.buttonRun]));
     w22.Position = 2;
     w22.Expand = false;
     w22.Fill = false;
     // Container child vboxTimeUnits.Gtk.Box+BoxChild
     this.buttonRunStepByStep = new global::Gtk.Button ();
     this.buttonRunStepByStep.CanFocus = true;
     this.buttonRunStepByStep.Name = "buttonRunStepByStep";
     this.buttonRunStepByStep.UseUnderline = true;
     // Container child buttonRunStepByStep.Gtk.Container+ContainerChild
     global::Gtk.Alignment w23 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w24 = new global::Gtk.HBox ();
     w24.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w25 = new global::Gtk.Image ();
     w25.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-next", global::Gtk.IconSize.Menu);
     w24.Add (w25);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w27 = new global::Gtk.Label ();
     w27.LabelProp = global::Mono.Unix.Catalog.GetString ("Run Step By Step");
     w27.UseUnderline = true;
     w24.Add (w27);
     w23.Add (w24);
     this.buttonRunStepByStep.Add (w23);
     this.vboxTimeUnits.Add (this.buttonRunStepByStep);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vboxTimeUnits [this.buttonRunStepByStep]));
     w31.Position = 3;
     w31.Expand = false;
     w31.Fill = false;
     // Container child vboxTimeUnits.Gtk.Box+BoxChild
     this.hseparator3 = new global::Gtk.HSeparator ();
     this.hseparator3.Name = "hseparator3";
     this.vboxTimeUnits.Add (this.hseparator3);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vboxTimeUnits [this.hseparator3]));
     w32.Position = 4;
     w32.Expand = false;
     w32.Fill = false;
     // Container child vboxTimeUnits.Gtk.Box+BoxChild
     this.buttonReset = new global::Gtk.Button ();
     this.buttonReset.CanFocus = true;
     this.buttonReset.Name = "buttonReset";
     this.buttonReset.UseUnderline = true;
     // Container child buttonReset.Gtk.Container+ContainerChild
     global::Gtk.Alignment w33 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w34 = new global::Gtk.HBox ();
     w34.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w35 = new global::Gtk.Image ();
     w35.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-stop", global::Gtk.IconSize.Menu);
     w34.Add (w35);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w37 = new global::Gtk.Label ();
     w37.LabelProp = global::Mono.Unix.Catalog.GetString ("Reset Simulation");
     w37.UseUnderline = true;
     w34.Add (w37);
     w33.Add (w34);
     this.buttonReset.Add (w33);
     this.vboxTimeUnits.Add (this.buttonReset);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vboxTimeUnits [this.buttonReset]));
     w41.Position = 5;
     w41.Expand = false;
     w41.Fill = false;
     // Container child vboxTimeUnits.Gtk.Box+BoxChild
     this.buttonQuit = new global::Gtk.Button ();
     this.buttonQuit.CanFocus = true;
     this.buttonQuit.Name = "buttonQuit";
     this.buttonQuit.UseUnderline = true;
     // Container child buttonQuit.Gtk.Container+ContainerChild
     global::Gtk.Alignment w42 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w43 = new global::Gtk.HBox ();
     w43.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w44 = new global::Gtk.Image ();
     w44.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-quit", global::Gtk.IconSize.Menu);
     w43.Add (w44);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w46 = new global::Gtk.Label ();
     w46.LabelProp = global::Mono.Unix.Catalog.GetString ("Quit Program");
     w46.UseUnderline = true;
     w43.Add (w46);
     w42.Add (w43);
     this.buttonQuit.Add (w42);
     this.vboxTimeUnits.Add (this.buttonQuit);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.vboxTimeUnits [this.buttonQuit]));
     w50.Position = 6;
     w50.Expand = false;
     w50.Fill = false;
     this.hboxTop.Add (this.vboxTimeUnits);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.hboxTop [this.vboxTimeUnits]));
     w51.Position = 3;
     w51.Expand = false;
     w51.Fill = false;
     // Container child hboxTop.Gtk.Box+BoxChild
     this.vseparator3 = new global::Gtk.VSeparator ();
     this.vseparator3.Name = "vseparator3";
     this.hboxTop.Add (this.vseparator3);
     global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.hboxTop [this.vseparator3]));
     w52.Position = 4;
     w52.Expand = false;
     w52.Fill = false;
     // Container child hboxTop.Gtk.Box+BoxChild
     this.vboxProcessPool = new global::Gtk.VBox ();
     this.vboxProcessPool.Name = "vboxProcessPool";
     this.vboxProcessPool.Spacing = 6;
     // Container child vboxProcessPool.Gtk.Box+BoxChild
     this.labelProcessPool = new global::Gtk.Label ();
     this.labelProcessPool.Name = "labelProcessPool";
     this.labelProcessPool.LabelProp = global::Mono.Unix.Catalog.GetString ("Process Pool");
     this.vboxProcessPool.Add (this.labelProcessPool);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vboxProcessPool [this.labelProcessPool]));
     w53.Position = 0;
     w53.Expand = false;
     w53.Fill = false;
     // Container child vboxProcessPool.Gtk.Box+BoxChild
     this.hboxProcessPoolButtons = new global::Gtk.HBox ();
     this.hboxProcessPoolButtons.Name = "hboxProcessPoolButtons";
     this.hboxProcessPoolButtons.Spacing = 6;
     // Container child hboxProcessPoolButtons.Gtk.Box+BoxChild
     this.buttonAddProcess = new global::Gtk.Button ();
     this.buttonAddProcess.CanFocus = true;
     this.buttonAddProcess.Name = "buttonAddProcess";
     this.buttonAddProcess.UseUnderline = true;
     // Container child buttonAddProcess.Gtk.Container+ContainerChild
     global::Gtk.Alignment w54 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w55 = new global::Gtk.HBox ();
     w55.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w56 = new global::Gtk.Image ();
     w56.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-add", global::Gtk.IconSize.Menu);
     w55.Add (w56);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w58 = new global::Gtk.Label ();
     w58.LabelProp = global::Mono.Unix.Catalog.GetString ("Add Process");
     w58.UseUnderline = true;
     w55.Add (w58);
     w54.Add (w55);
     this.buttonAddProcess.Add (w54);
     this.hboxProcessPoolButtons.Add (this.buttonAddProcess);
     global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.hboxProcessPoolButtons [this.buttonAddProcess]));
     w62.Position = 0;
     w62.Expand = false;
     w62.Fill = false;
     // Container child hboxProcessPoolButtons.Gtk.Box+BoxChild
     this.buttonRemoveProcess = new global::Gtk.Button ();
     this.buttonRemoveProcess.CanFocus = true;
     this.buttonRemoveProcess.Name = "buttonRemoveProcess";
     this.buttonRemoveProcess.UseUnderline = true;
     // Container child buttonRemoveProcess.Gtk.Container+ContainerChild
     global::Gtk.Alignment w63 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w64 = new global::Gtk.HBox ();
     w64.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w65 = new global::Gtk.Image ();
     w65.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-remove", global::Gtk.IconSize.Menu);
     w64.Add (w65);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w67 = new global::Gtk.Label ();
     w67.LabelProp = global::Mono.Unix.Catalog.GetString ("Remove Process");
     w67.UseUnderline = true;
     w64.Add (w67);
     w63.Add (w64);
     this.buttonRemoveProcess.Add (w63);
     this.hboxProcessPoolButtons.Add (this.buttonRemoveProcess);
     global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.hboxProcessPoolButtons [this.buttonRemoveProcess]));
     w71.Position = 1;
     w71.Expand = false;
     w71.Fill = false;
     this.vboxProcessPool.Add (this.hboxProcessPoolButtons);
     global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.vboxProcessPool [this.hboxProcessPoolButtons]));
     w72.Position = 2;
     w72.Expand = false;
     w72.Fill = false;
     this.hboxTop.Add (this.vboxProcessPool);
     global::Gtk.Box.BoxChild w73 = ((global::Gtk.Box.BoxChild)(this.hboxTop [this.vboxProcessPool]));
     w73.Position = 5;
     w73.Expand = false;
     w73.Fill = false;
     // Container child hboxTop.Gtk.Box+BoxChild
     this.vseparator4 = new global::Gtk.VSeparator ();
     this.vseparator4.Name = "vseparator4";
     this.hboxTop.Add (this.vseparator4);
     global::Gtk.Box.BoxChild w74 = ((global::Gtk.Box.BoxChild)(this.hboxTop [this.vseparator4]));
     w74.Position = 6;
     w74.Expand = false;
     w74.Fill = false;
     // Container child hboxTop.Gtk.Box+BoxChild
     this.vboxNodePool = new global::Gtk.VBox ();
     this.vboxNodePool.Name = "vboxNodePool";
     this.vboxNodePool.Spacing = 6;
     // Container child vboxNodePool.Gtk.Box+BoxChild
     this.labelNodePool = new global::Gtk.Label ();
     this.labelNodePool.Name = "labelNodePool";
     this.labelNodePool.LabelProp = global::Mono.Unix.Catalog.GetString ("Node Pool");
     this.vboxNodePool.Add (this.labelNodePool);
     global::Gtk.Box.BoxChild w75 = ((global::Gtk.Box.BoxChild)(this.vboxNodePool [this.labelNodePool]));
     w75.Position = 0;
     w75.Expand = false;
     w75.Fill = false;
     // Container child vboxNodePool.Gtk.Box+BoxChild
     this.hboxNodePoolButtons = new global::Gtk.HBox ();
     this.hboxNodePoolButtons.Name = "hboxNodePoolButtons";
     this.hboxNodePoolButtons.Spacing = 6;
     // Container child hboxNodePoolButtons.Gtk.Box+BoxChild
     this.buttonAddNode = new global::Gtk.Button ();
     this.buttonAddNode.CanFocus = true;
     this.buttonAddNode.Name = "buttonAddNode";
     this.buttonAddNode.UseUnderline = true;
     // Container child buttonAddNode.Gtk.Container+ContainerChild
     global::Gtk.Alignment w76 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w77 = new global::Gtk.HBox ();
     w77.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w78 = new global::Gtk.Image ();
     w78.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-add", global::Gtk.IconSize.Menu);
     w77.Add (w78);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w80 = new global::Gtk.Label ();
     w80.LabelProp = global::Mono.Unix.Catalog.GetString ("Add Node");
     w80.UseUnderline = true;
     w77.Add (w80);
     w76.Add (w77);
     this.buttonAddNode.Add (w76);
     this.hboxNodePoolButtons.Add (this.buttonAddNode);
     global::Gtk.Box.BoxChild w84 = ((global::Gtk.Box.BoxChild)(this.hboxNodePoolButtons [this.buttonAddNode]));
     w84.Position = 0;
     w84.Expand = false;
     w84.Fill = false;
     // Container child hboxNodePoolButtons.Gtk.Box+BoxChild
     this.buttonRemoveNode = new global::Gtk.Button ();
     this.buttonRemoveNode.CanFocus = true;
     this.buttonRemoveNode.Name = "buttonRemoveNode";
     this.buttonRemoveNode.UseUnderline = true;
     // Container child buttonRemoveNode.Gtk.Container+ContainerChild
     global::Gtk.Alignment w85 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w86 = new global::Gtk.HBox ();
     w86.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w87 = new global::Gtk.Image ();
     w87.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-remove", global::Gtk.IconSize.Menu);
     w86.Add (w87);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w89 = new global::Gtk.Label ();
     w89.LabelProp = global::Mono.Unix.Catalog.GetString ("Remove Node");
     w89.UseUnderline = true;
     w86.Add (w89);
     w85.Add (w86);
     this.buttonRemoveNode.Add (w85);
     this.hboxNodePoolButtons.Add (this.buttonRemoveNode);
     global::Gtk.Box.BoxChild w93 = ((global::Gtk.Box.BoxChild)(this.hboxNodePoolButtons [this.buttonRemoveNode]));
     w93.Position = 1;
     w93.Expand = false;
     w93.Fill = false;
     this.vboxNodePool.Add (this.hboxNodePoolButtons);
     global::Gtk.Box.BoxChild w94 = ((global::Gtk.Box.BoxChild)(this.vboxNodePool [this.hboxNodePoolButtons]));
     w94.Position = 2;
     w94.Expand = false;
     w94.Fill = false;
     this.hboxTop.Add (this.vboxNodePool);
     global::Gtk.Box.BoxChild w95 = ((global::Gtk.Box.BoxChild)(this.hboxTop [this.vboxNodePool]));
     w95.Position = 7;
     w95.Expand = false;
     w95.Fill = false;
     // Container child hboxTop.Gtk.Box+BoxChild
     this.vseparator5 = new global::Gtk.VSeparator ();
     this.vseparator5.Name = "vseparator5";
     this.hboxTop.Add (this.vseparator5);
     global::Gtk.Box.BoxChild w96 = ((global::Gtk.Box.BoxChild)(this.hboxTop [this.vseparator5]));
     w96.Position = 8;
     w96.Expand = false;
     w96.Fill = false;
     this.vboxMain.Add (this.hboxTop);
     global::Gtk.Box.BoxChild w97 = ((global::Gtk.Box.BoxChild)(this.vboxMain [this.hboxTop]));
     w97.Position = 2;
     w97.Expand = false;
     w97.Fill = false;
     // Container child vboxMain.Gtk.Box+BoxChild
     this.hseparator2 = new global::Gtk.HSeparator ();
     this.hseparator2.Name = "hseparator2";
     this.vboxMain.Add (this.hseparator2);
     global::Gtk.Box.BoxChild w98 = ((global::Gtk.Box.BoxChild)(this.vboxMain [this.hseparator2]));
     w98.Position = 3;
     w98.Expand = false;
     w98.Fill = false;
     // Container child vboxMain.Gtk.Box+BoxChild
     this.hboxMiddle = new global::Gtk.HBox ();
     this.hboxMiddle.Name = "hboxMiddle";
     this.hboxMiddle.Spacing = 6;
     // Container child hboxMiddle.Gtk.Box+BoxChild
     this.vseparator6 = new global::Gtk.VSeparator ();
     this.vseparator6.Name = "vseparator6";
     this.hboxMiddle.Add (this.vseparator6);
     global::Gtk.Box.BoxChild w99 = ((global::Gtk.Box.BoxChild)(this.hboxMiddle [this.vseparator6]));
     w99.Position = 0;
     w99.Expand = false;
     w99.Fill = false;
     // Container child hboxMiddle.Gtk.Box+BoxChild
     this.vboxInitialProcessState = new global::Gtk.VBox ();
     this.vboxInitialProcessState.Name = "vboxInitialProcessState";
     this.vboxInitialProcessState.Spacing = 6;
     // Container child vboxInitialProcessState.Gtk.Box+BoxChild
     this.labelInitialProcess = new global::Gtk.Label ();
     this.labelInitialProcess.Name = "labelInitialProcess";
     this.labelInitialProcess.LabelProp = global::Mono.Unix.Catalog.GetString ("Initial Process State");
     this.vboxInitialProcessState.Add (this.labelInitialProcess);
     global::Gtk.Box.BoxChild w100 = ((global::Gtk.Box.BoxChild)(this.vboxInitialProcessState [this.labelInitialProcess]));
     w100.Position = 0;
     w100.Expand = false;
     w100.Fill = false;
     // Container child vboxInitialProcessState.Gtk.Box+BoxChild
     this.swInitialProcessState = new global::Gtk.ScrolledWindow ();
     this.swInitialProcessState.WidthRequest = 450;
     this.swInitialProcessState.HeightRequest = 150;
     this.swInitialProcessState.CanFocus = true;
     this.swInitialProcessState.Name = "swInitialProcessState";
     this.swInitialProcessState.ShadowType = ((global::Gtk.ShadowType)(3));
     this.vboxInitialProcessState.Add (this.swInitialProcessState);
     global::Gtk.Box.BoxChild w101 = ((global::Gtk.Box.BoxChild)(this.vboxInitialProcessState [this.swInitialProcessState]));
     w101.Position = 1;
     w101.Expand = false;
     w101.Fill = false;
     this.hboxMiddle.Add (this.vboxInitialProcessState);
     global::Gtk.Box.BoxChild w102 = ((global::Gtk.Box.BoxChild)(this.hboxMiddle [this.vboxInitialProcessState]));
     w102.Position = 1;
     w102.Expand = false;
     w102.Fill = false;
     // Container child hboxMiddle.Gtk.Box+BoxChild
     this.vseparator7 = new global::Gtk.VSeparator ();
     this.vseparator7.Name = "vseparator7";
     this.hboxMiddle.Add (this.vseparator7);
     global::Gtk.Box.BoxChild w103 = ((global::Gtk.Box.BoxChild)(this.hboxMiddle [this.vseparator7]));
     w103.Position = 2;
     w103.Expand = false;
     w103.Fill = false;
     // Container child hboxMiddle.Gtk.Box+BoxChild
     this.vboxRunningProcess = new global::Gtk.VBox ();
     this.vboxRunningProcess.Name = "vboxRunningProcess";
     this.vboxRunningProcess.Spacing = 6;
     // Container child vboxRunningProcess.Gtk.Box+BoxChild
     this.labelRunningProcess = new global::Gtk.Label ();
     this.labelRunningProcess.Name = "labelRunningProcess";
     this.labelRunningProcess.LabelProp = global::Mono.Unix.Catalog.GetString ("Running Process Queue");
     this.vboxRunningProcess.Add (this.labelRunningProcess);
     global::Gtk.Box.BoxChild w104 = ((global::Gtk.Box.BoxChild)(this.vboxRunningProcess [this.labelRunningProcess]));
     w104.Position = 0;
     w104.Expand = false;
     w104.Fill = false;
     // Container child vboxRunningProcess.Gtk.Box+BoxChild
     this.swProcessQueue = new global::Gtk.ScrolledWindow ();
     this.swProcessQueue.CanFocus = true;
     this.swProcessQueue.Name = "swProcessQueue";
     this.swProcessQueue.ShadowType = ((global::Gtk.ShadowType)(1));
     this.vboxRunningProcess.Add (this.swProcessQueue);
     global::Gtk.Box.BoxChild w105 = ((global::Gtk.Box.BoxChild)(this.vboxRunningProcess [this.swProcessQueue]));
     w105.Position = 1;
     this.hboxMiddle.Add (this.vboxRunningProcess);
     global::Gtk.Box.BoxChild w106 = ((global::Gtk.Box.BoxChild)(this.hboxMiddle [this.vboxRunningProcess]));
     w106.Position = 3;
     w106.Expand = false;
     w106.Fill = false;
     // Container child hboxMiddle.Gtk.Box+BoxChild
     this.vseparator8 = new global::Gtk.VSeparator ();
     this.vseparator8.Name = "vseparator8";
     this.hboxMiddle.Add (this.vseparator8);
     global::Gtk.Box.BoxChild w107 = ((global::Gtk.Box.BoxChild)(this.hboxMiddle [this.vseparator8]));
     w107.Position = 4;
     w107.Expand = false;
     w107.Fill = false;
     this.vboxMain.Add (this.hboxMiddle);
     global::Gtk.Box.BoxChild w108 = ((global::Gtk.Box.BoxChild)(this.vboxMain [this.hboxMiddle]));
     w108.Position = 4;
     // Container child vboxMain.Gtk.Box+BoxChild
     this.hseparator4 = new global::Gtk.HSeparator ();
     this.hseparator4.Name = "hseparator4";
     this.vboxMain.Add (this.hseparator4);
     global::Gtk.Box.BoxChild w109 = ((global::Gtk.Box.BoxChild)(this.vboxMain [this.hseparator4]));
     w109.Position = 5;
     w109.Expand = false;
     w109.Fill = false;
     // Container child vboxMain.Gtk.Box+BoxChild
     this.vboxBottom = new global::Gtk.VBox ();
     this.vboxBottom.Name = "vboxBottom";
     this.vboxBottom.Spacing = 6;
     // Container child vboxBottom.Gtk.Box+BoxChild
     this.labelSchedulingPlan = new global::Gtk.Label ();
     this.labelSchedulingPlan.Name = "labelSchedulingPlan";
     this.labelSchedulingPlan.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Scheduling Plan</b>");
     this.labelSchedulingPlan.UseMarkup = true;
     this.vboxBottom.Add (this.labelSchedulingPlan);
     global::Gtk.Box.BoxChild w110 = ((global::Gtk.Box.BoxChild)(this.vboxBottom [this.labelSchedulingPlan]));
     w110.Position = 0;
     w110.Expand = false;
     w110.Fill = false;
     // Container child vboxBottom.Gtk.Box+BoxChild
     this.scrolledwindowSchedPlan = new global::Gtk.ScrolledWindow ();
     this.scrolledwindowSchedPlan.HeightRequest = 230;
     this.scrolledwindowSchedPlan.CanFocus = true;
     this.scrolledwindowSchedPlan.Name = "scrolledwindowSchedPlan";
     this.scrolledwindowSchedPlan.ShadowType = ((global::Gtk.ShadowType)(3));
     this.vboxBottom.Add (this.scrolledwindowSchedPlan);
     global::Gtk.Box.BoxChild w111 = ((global::Gtk.Box.BoxChild)(this.vboxBottom [this.scrolledwindowSchedPlan]));
     w111.Position = 1;
     w111.Expand = false;
     w111.Fill = false;
     this.vboxMain.Add (this.vboxBottom);
     global::Gtk.Box.BoxChild w112 = ((global::Gtk.Box.BoxChild)(this.vboxMain [this.vboxBottom]));
     w112.Position = 6;
     this.Add (this.vboxMain);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 1057;
     this.DefaultHeight = 790;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.FocusActivated += new global::System.EventHandler (this.OnFocusActivated);
     this.SaveInitialProcessStateToPNGAction.Activated += new global::System.EventHandler (this.OnSaveInitialProcessStateToJPGAction1Activated);
     this.SaveSchedulingPlanToPNGAction.Activated += new global::System.EventHandler (this.OnSaveSchedulingPlanToPNGActionActivated);
     this.QuitAction1.Activated += new global::System.EventHandler (this.OnQuitAction1Activated);
     this.AboutThisProgramAction.Activated += new global::System.EventHandler (this.OnAboutThisProgramActionActivated);
     this.LoadFromXmlAction.Activated += new global::System.EventHandler (this.OnLoadFromXmlActionActivated);
     this.SaveToXmlAction.Activated += new global::System.EventHandler (this.OnSaveToXmlActionActivated);
     this.LoadFromXmlAction1.Activated += new global::System.EventHandler (this.OnLoadFromXmlAction1Activated);
     this.SaveToXmlAction1.Activated += new global::System.EventHandler (this.OnSaveToXmlAction1Activated);
     this.comboboxAlgorithm.Changed += new global::System.EventHandler (this.OnComboboxAlgorithmChanged);
     this.buttonRun.Clicked += new global::System.EventHandler (this.OnButtonRunClicked);
     this.buttonRunStepByStep.Clicked += new global::System.EventHandler (this.OnButtonRunStepByStepClicked);
     this.buttonReset.Clicked += new global::System.EventHandler (this.OnButtonResetClicked);
     this.buttonQuit.Clicked += new global::System.EventHandler (this.OnButtonQuitClicked);
     this.buttonAddProcess.Clicked += new global::System.EventHandler (this.OnButtonAddProcessClicked);
     this.buttonRemoveProcess.Clicked += new global::System.EventHandler (this.OnButtonRemoveProcessClicked);
     this.buttonAddNode.Clicked += new global::System.EventHandler (this.OnButtonAddNodeClicked);
     this.buttonRemoveNode.Clicked += new global::System.EventHandler (this.OnButtonRemoveNodeClicked);
 }
예제 #13
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Ovládání TV");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Resizable = false;
     this.AllowGrow = false;
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.hbox7 = new global::Gtk.HBox ();
     this.hbox7.Name = "hbox7";
     this.hbox7.Spacing = 6;
     this.hbox7.BorderWidth = ((uint)(11));
     // Container child hbox7.Gtk.Box+BoxChild
     this.vbox10 = new global::Gtk.VBox ();
     this.vbox10.Name = "vbox10";
     this.vbox10.Spacing = 6;
     // Container child vbox10.Gtk.Box+BoxChild
     this.hbox13 = new global::Gtk.HBox ();
     this.hbox13.Name = "hbox13";
     this.hbox13.Spacing = 6;
     // Container child hbox13.Gtk.Box+BoxChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Zařízení:</b>");
     this.label3.UseMarkup = true;
     this.hbox13.Add (this.label3);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.label3]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child hbox13.Gtk.Box+BoxChild
     this.dev = new global::Gtk.Entry ();
     this.dev.CanFocus = true;
     this.dev.Name = "dev";
     this.dev.IsEditable = true;
     this.dev.InvisibleChar = '•';
     this.hbox13.Add (this.dev);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.dev]));
     w2.Position = 1;
     // Container child hbox13.Gtk.Box+BoxChild
     this.button51 = new global::Gtk.Button ();
     this.button51.CanFocus = true;
     this.button51.Name = "button51";
     this.button51.UseUnderline = true;
     this.button51.Label = global::Mono.Unix.Catalog.GetString ("Init");
     global::Gtk.Image w3 = new global::Gtk.Image ();
     w3.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-go-forward", global::Gtk.IconSize.Button);
     this.button51.Image = w3;
     this.hbox13.Add (this.button51);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.button51]));
     w4.Position = 2;
     w4.Expand = false;
     w4.Fill = false;
     // Container child hbox13.Gtk.Box+BoxChild
     this.ready = new global::Gtk.Image ();
     this.ready.Name = "ready";
     this.ready.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-disconnect", global::Gtk.IconSize.Button);
     this.hbox13.Add (this.ready);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.ready]));
     w5.Position = 3;
     w5.Expand = false;
     w5.Fill = false;
     this.vbox10.Add (this.hbox13);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.hbox13]));
     w6.Position = 0;
     w6.Expand = false;
     w6.Fill = false;
     // Container child vbox10.Gtk.Box+BoxChild
     this.frame2 = new global::Gtk.Frame ();
     this.frame2.Name = "frame2";
     this.frame2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment24 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment24.Name = "GtkAlignment24";
     this.GtkAlignment24.LeftPadding = ((uint)(12));
     // Container child GtkAlignment24.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.hbox12 = new global::Gtk.HBox ();
     this.hbox12.Name = "hbox12";
     this.hbox12.Spacing = 6;
     // Container child hbox12.Gtk.Box+BoxChild
     this.fixed32 = new global::Gtk.Fixed ();
     this.fixed32.Name = "fixed32";
     this.fixed32.HasWindow = false;
     this.hbox12.Add (this.fixed32);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.fixed32]));
     w7.Position = 0;
     // Container child hbox12.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // 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.tvrad = new global::Gtk.Button ();
     this.tvrad.WidthRequest = 80;
     this.tvrad.CanFocus = true;
     this.tvrad.Name = "tvrad";
     this.tvrad.UseUnderline = true;
     this.tvrad.Label = global::Mono.Unix.Catalog.GetString ("TV/Rad");
     global::Gtk.Image w8 = new global::Gtk.Image ();
     w8.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_playlist", global::Gtk.IconSize.Button);
     this.tvrad.Image = w8;
     this.vbox3.Add (this.tvrad);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.tvrad]));
     w9.Position = 0;
     w9.Expand = false;
     w9.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.avmode = new global::Gtk.Button ();
     this.avmode.WidthRequest = 80;
     this.avmode.CanFocus = true;
     this.avmode.Name = "avmode";
     this.avmode.UseUnderline = true;
     this.avmode.Label = global::Mono.Unix.Catalog.GetString ("AV Mód");
     global::Gtk.Image w10 = new global::Gtk.Image ();
     w10.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_edit", global::Gtk.IconSize.Button);
     this.avmode.Image = w10;
     this.vbox3.Add (this.avmode);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.avmode]));
     w11.Position = 1;
     w11.Expand = false;
     w11.Fill = false;
     this.hbox1.Add (this.vbox3);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
     w12.Position = 0;
     w12.Expand = false;
     w12.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.power = new global::Gtk.Button ();
     this.power.CanFocus = true;
     this.power.Name = "power";
     this.power.UseUnderline = true;
     global::Gtk.Image w13 = new global::Gtk.Image ();
     w13.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_exit", global::Gtk.IconSize.Dialog);
     this.power.Image = w13;
     this.hbox1.Add (this.power);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.power]));
     w14.Position = 1;
     w14.Expand = false;
     w14.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.input = new global::Gtk.Button ();
     this.input.WidthRequest = 80;
     this.input.CanFocus = true;
     this.input.Name = "input";
     this.input.UseUnderline = true;
     this.input.Label = global::Mono.Unix.Catalog.GetString ("Vstup");
     global::Gtk.Image w15 = new global::Gtk.Image ();
     w15.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-select-color", global::Gtk.IconSize.Button);
     this.input.Image = w15;
     this.vbox4.Add (this.input);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.input]));
     w16.Position = 0;
     w16.Expand = false;
     w16.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.energysaving = new global::Gtk.Button ();
     this.energysaving.WidthRequest = 80;
     this.energysaving.CanFocus = true;
     this.energysaving.Name = "energysaving";
     this.energysaving.UseUnderline = true;
     this.energysaving.Label = global::Mono.Unix.Catalog.GetString ("Eko");
     global::Gtk.Image w17 = new global::Gtk.Image ();
     w17.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_weather-sunny", global::Gtk.IconSize.Button);
     this.energysaving.Image = w17;
     this.vbox4.Add (this.energysaving);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.energysaving]));
     w18.Position = 1;
     w18.Expand = false;
     w18.Fill = false;
     this.hbox1.Add (this.vbox4);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox4]));
     w19.Position = 2;
     w19.Expand = false;
     w19.Fill = false;
     this.hbox12.Add (this.hbox1);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.hbox1]));
     w20.Position = 1;
     w20.Expand = false;
     w20.Fill = false;
     // Container child hbox12.Gtk.Box+BoxChild
     this.fixed33 = new global::Gtk.Fixed ();
     this.fixed33.Name = "fixed33";
     this.fixed33.HasWindow = false;
     this.hbox12.Add (this.fixed33);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.fixed33]));
     w21.Position = 2;
     this.vbox2.Add (this.hbox12);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox12]));
     w22.Position = 0;
     w22.Expand = false;
     w22.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hseparator3 = new global::Gtk.HSeparator ();
     this.hseparator3.Name = "hseparator3";
     this.vbox2.Add (this.hseparator3);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator3]));
     w23.Position = 1;
     w23.Expand = false;
     w23.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table3 = new global::Gtk.Table (((uint)(3)), ((uint)(5)), false);
     this.table3.Name = "table3";
     this.table3.RowSpacing = ((uint)(3));
     this.table3.ColumnSpacing = ((uint)(3));
     // Container child table3.Gtk.Table+TableChild
     this.fixed10 = new global::Gtk.Fixed ();
     this.fixed10.Name = "fixed10";
     this.fixed10.HasWindow = false;
     this.table3.Add (this.fixed10);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table3 [this.fixed10]));
     w24.LeftAttach = ((uint)(4));
     w24.RightAttach = ((uint)(5));
     w24.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.fixed11 = new global::Gtk.Fixed ();
     this.fixed11.Name = "fixed11";
     this.fixed11.HasWindow = false;
     this.table3.Add (this.fixed11);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table3 [this.fixed11]));
     w25.TopAttach = ((uint)(1));
     w25.BottomAttach = ((uint)(2));
     w25.LeftAttach = ((uint)(4));
     w25.RightAttach = ((uint)(5));
     w25.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.fixed12 = new global::Gtk.Fixed ();
     this.fixed12.Name = "fixed12";
     this.fixed12.HasWindow = false;
     this.table3.Add (this.fixed12);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table3 [this.fixed12]));
     w26.TopAttach = ((uint)(2));
     w26.BottomAttach = ((uint)(3));
     w26.LeftAttach = ((uint)(4));
     w26.RightAttach = ((uint)(5));
     w26.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.fixed13 = new global::Gtk.Fixed ();
     this.fixed13.Name = "fixed13";
     this.fixed13.HasWindow = false;
     this.table3.Add (this.fixed13);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table3 [this.fixed13]));
     w27.TopAttach = ((uint)(1));
     w27.BottomAttach = ((uint)(2));
     w27.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.fixed14 = new global::Gtk.Fixed ();
     this.fixed14.Name = "fixed14";
     this.fixed14.HasWindow = false;
     this.table3.Add (this.fixed14);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table3 [this.fixed14]));
     w28.TopAttach = ((uint)(2));
     w28.BottomAttach = ((uint)(3));
     w28.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.fixed9 = new global::Gtk.Fixed ();
     this.fixed9.Name = "fixed9";
     this.fixed9.HasWindow = false;
     this.table3.Add (this.fixed9);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table3 [this.fixed9]));
     w29.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.n1 = new global::Gtk.Button ();
     this.n1.WidthRequest = 30;
     this.n1.HeightRequest = 30;
     this.n1.CanFocus = true;
     this.n1.Name = "n1";
     this.n1.UseUnderline = true;
     this.n1.Label = global::Mono.Unix.Catalog.GetString ("1");
     this.table3.Add (this.n1);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table3 [this.n1]));
     w30.LeftAttach = ((uint)(1));
     w30.RightAttach = ((uint)(2));
     w30.XOptions = ((global::Gtk.AttachOptions)(4));
     w30.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.n2 = new global::Gtk.Button ();
     this.n2.WidthRequest = 30;
     this.n2.HeightRequest = 30;
     this.n2.CanFocus = true;
     this.n2.Name = "n2";
     this.n2.UseUnderline = true;
     this.n2.Label = global::Mono.Unix.Catalog.GetString ("2");
     this.table3.Add (this.n2);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table3 [this.n2]));
     w31.LeftAttach = ((uint)(2));
     w31.RightAttach = ((uint)(3));
     w31.XOptions = ((global::Gtk.AttachOptions)(4));
     w31.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.n3 = new global::Gtk.Button ();
     this.n3.WidthRequest = 30;
     this.n3.HeightRequest = 30;
     this.n3.CanFocus = true;
     this.n3.Name = "n3";
     this.n3.UseUnderline = true;
     this.n3.Label = global::Mono.Unix.Catalog.GetString ("3");
     this.table3.Add (this.n3);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table3 [this.n3]));
     w32.LeftAttach = ((uint)(3));
     w32.RightAttach = ((uint)(4));
     w32.XOptions = ((global::Gtk.AttachOptions)(4));
     w32.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.n4 = new global::Gtk.Button ();
     this.n4.WidthRequest = 30;
     this.n4.HeightRequest = 30;
     this.n4.CanFocus = true;
     this.n4.Name = "n4";
     this.n4.UseUnderline = true;
     this.n4.Label = global::Mono.Unix.Catalog.GetString ("4");
     this.table3.Add (this.n4);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table3 [this.n4]));
     w33.TopAttach = ((uint)(1));
     w33.BottomAttach = ((uint)(2));
     w33.LeftAttach = ((uint)(1));
     w33.RightAttach = ((uint)(2));
     w33.XOptions = ((global::Gtk.AttachOptions)(4));
     w33.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.n5 = new global::Gtk.Button ();
     this.n5.WidthRequest = 30;
     this.n5.HeightRequest = 30;
     this.n5.CanFocus = true;
     this.n5.Name = "n5";
     this.n5.UseUnderline = true;
     this.n5.Label = global::Mono.Unix.Catalog.GetString ("5");
     this.table3.Add (this.n5);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.table3 [this.n5]));
     w34.TopAttach = ((uint)(1));
     w34.BottomAttach = ((uint)(2));
     w34.LeftAttach = ((uint)(2));
     w34.RightAttach = ((uint)(3));
     w34.XOptions = ((global::Gtk.AttachOptions)(4));
     w34.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.n6 = new global::Gtk.Button ();
     this.n6.WidthRequest = 30;
     this.n6.HeightRequest = 30;
     this.n6.CanFocus = true;
     this.n6.Name = "n6";
     this.n6.UseUnderline = true;
     this.n6.Label = global::Mono.Unix.Catalog.GetString ("6");
     this.table3.Add (this.n6);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.table3 [this.n6]));
     w35.TopAttach = ((uint)(1));
     w35.BottomAttach = ((uint)(2));
     w35.LeftAttach = ((uint)(3));
     w35.RightAttach = ((uint)(4));
     w35.XOptions = ((global::Gtk.AttachOptions)(4));
     w35.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.n7 = new global::Gtk.Button ();
     this.n7.WidthRequest = 30;
     this.n7.HeightRequest = 30;
     this.n7.CanFocus = true;
     this.n7.Name = "n7";
     this.n7.UseUnderline = true;
     this.n7.Label = global::Mono.Unix.Catalog.GetString ("7");
     this.table3.Add (this.n7);
     global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.table3 [this.n7]));
     w36.TopAttach = ((uint)(2));
     w36.BottomAttach = ((uint)(3));
     w36.LeftAttach = ((uint)(1));
     w36.RightAttach = ((uint)(2));
     w36.XOptions = ((global::Gtk.AttachOptions)(4));
     w36.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.n8 = new global::Gtk.Button ();
     this.n8.WidthRequest = 30;
     this.n8.HeightRequest = 30;
     this.n8.CanFocus = true;
     this.n8.Name = "n8";
     this.n8.UseUnderline = true;
     this.n8.Label = global::Mono.Unix.Catalog.GetString ("8");
     this.table3.Add (this.n8);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table3 [this.n8]));
     w37.TopAttach = ((uint)(2));
     w37.BottomAttach = ((uint)(3));
     w37.LeftAttach = ((uint)(2));
     w37.RightAttach = ((uint)(3));
     w37.XOptions = ((global::Gtk.AttachOptions)(4));
     w37.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.n9 = new global::Gtk.Button ();
     this.n9.WidthRequest = 30;
     this.n9.HeightRequest = 30;
     this.n9.CanFocus = true;
     this.n9.Name = "n9";
     this.n9.UseUnderline = true;
     this.n9.Label = global::Mono.Unix.Catalog.GetString ("9");
     this.table3.Add (this.n9);
     global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table3 [this.n9]));
     w38.TopAttach = ((uint)(2));
     w38.BottomAttach = ((uint)(3));
     w38.LeftAttach = ((uint)(3));
     w38.RightAttach = ((uint)(4));
     w38.XOptions = ((global::Gtk.AttachOptions)(4));
     w38.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add (this.table3);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table3]));
     w39.Position = 2;
     w39.Expand = false;
     w39.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table2 = new global::Gtk.Table (((uint)(3)), ((uint)(6)), false);
     this.table2.Name = "table2";
     // Container child table2.Gtk.Table+TableChild
     this.blue = new global::Gtk.Button ();
     this.blue.WidthRequest = 68;
     this.blue.CanFocus = true;
     this.blue.Name = "blue";
     this.blue.UseUnderline = true;
     global::Gtk.Image w40 = new global::Gtk.Image ();
     w40.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("TVControl.blue.png");
     this.blue.Image = w40;
     this.table2.Add (this.blue);
     global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table2 [this.blue]));
     w41.LeftAttach = ((uint)(4));
     w41.RightAttach = ((uint)(5));
     w41.XOptions = ((global::Gtk.AttachOptions)(4));
     w41.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.epg = new global::Gtk.Button ();
     this.epg.WidthRequest = 68;
     this.epg.CanFocus = true;
     this.epg.Name = "epg";
     this.epg.UseUnderline = true;
     this.epg.Label = global::Mono.Unix.Catalog.GetString ("EPG");
     this.table2.Add (this.epg);
     global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.table2 [this.epg]));
     w42.TopAttach = ((uint)(2));
     w42.BottomAttach = ((uint)(3));
     w42.LeftAttach = ((uint)(3));
     w42.RightAttach = ((uint)(4));
     w42.XOptions = ((global::Gtk.AttachOptions)(4));
     w42.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.fixed28 = new global::Gtk.Fixed ();
     this.fixed28.Name = "fixed28";
     this.fixed28.HasWindow = false;
     this.table2.Add (this.fixed28);
     global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table2 [this.fixed28]));
     w43.TopAttach = ((uint)(1));
     w43.BottomAttach = ((uint)(2));
     w43.LeftAttach = ((uint)(5));
     w43.RightAttach = ((uint)(6));
     w43.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.fixed31 = new global::Gtk.Fixed ();
     this.fixed31.Name = "fixed31";
     this.fixed31.HasWindow = false;
     this.table2.Add (this.fixed31);
     global::Gtk.Table.TableChild w44 = ((global::Gtk.Table.TableChild)(this.table2 [this.fixed31]));
     w44.TopAttach = ((uint)(2));
     w44.BottomAttach = ((uint)(3));
     w44.LeftAttach = ((uint)(5));
     w44.RightAttach = ((uint)(6));
     w44.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.fixed34 = new global::Gtk.Fixed ();
     this.fixed34.Name = "fixed34";
     this.fixed34.HasWindow = false;
     this.table2.Add (this.fixed34);
     global::Gtk.Table.TableChild w45 = ((global::Gtk.Table.TableChild)(this.table2 [this.fixed34]));
     w45.TopAttach = ((uint)(1));
     w45.BottomAttach = ((uint)(2));
     w45.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.fixed35 = new global::Gtk.Fixed ();
     this.fixed35.Name = "fixed35";
     this.fixed35.HasWindow = false;
     this.table2.Add (this.fixed35);
     global::Gtk.Table.TableChild w46 = ((global::Gtk.Table.TableChild)(this.table2 [this.fixed35]));
     w46.TopAttach = ((uint)(2));
     w46.BottomAttach = ((uint)(3));
     w46.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.fixed6 = new global::Gtk.Fixed ();
     this.fixed6.Name = "fixed6";
     this.fixed6.HasWindow = false;
     this.table2.Add (this.fixed6);
     global::Gtk.Table.TableChild w47 = ((global::Gtk.Table.TableChild)(this.table2 [this.fixed6]));
     w47.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.fixed7 = new global::Gtk.Fixed ();
     this.fixed7.Name = "fixed7";
     this.fixed7.HasWindow = false;
     this.table2.Add (this.fixed7);
     global::Gtk.Table.TableChild w48 = ((global::Gtk.Table.TableChild)(this.table2 [this.fixed7]));
     w48.LeftAttach = ((uint)(5));
     w48.RightAttach = ((uint)(6));
     w48.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.green = new global::Gtk.Button ();
     this.green.WidthRequest = 68;
     this.green.CanFocus = true;
     this.green.Name = "green";
     this.green.UseUnderline = true;
     global::Gtk.Image w49 = new global::Gtk.Image ();
     w49.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("TVControl.green.png");
     this.green.Image = w49;
     this.table2.Add (this.green);
     global::Gtk.Table.TableChild w50 = ((global::Gtk.Table.TableChild)(this.table2 [this.green]));
     w50.LeftAttach = ((uint)(2));
     w50.RightAttach = ((uint)(3));
     w50.XOptions = ((global::Gtk.AttachOptions)(4));
     w50.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.info = new global::Gtk.Button ();
     this.info.WidthRequest = 68;
     this.info.CanFocus = true;
     this.info.Name = "info";
     this.info.UseUnderline = true;
     this.info.Label = global::Mono.Unix.Catalog.GetString ("Info");
     global::Gtk.Image w51 = new global::Gtk.Image ();
     w51.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-info", global::Gtk.IconSize.Button);
     this.info.Image = w51;
     this.table2.Add (this.info);
     global::Gtk.Table.TableChild w52 = ((global::Gtk.Table.TableChild)(this.table2 [this.info]));
     w52.TopAttach = ((uint)(2));
     w52.BottomAttach = ((uint)(3));
     w52.LeftAttach = ((uint)(2));
     w52.RightAttach = ((uint)(3));
     w52.XOptions = ((global::Gtk.AttachOptions)(4));
     w52.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.markfav = new global::Gtk.Button ();
     this.markfav.WidthRequest = 68;
     this.markfav.CanFocus = true;
     this.markfav.Name = "markfav";
     this.markfav.UseUnderline = true;
     this.markfav.Label = global::Mono.Unix.Catalog.GetString ("Oblíb.");
     global::Gtk.Image w53 = new global::Gtk.Image ();
     w53.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_add-bookmark", global::Gtk.IconSize.Button);
     this.markfav.Image = w53;
     this.table2.Add (this.markfav);
     global::Gtk.Table.TableChild w54 = ((global::Gtk.Table.TableChild)(this.table2 [this.markfav]));
     w54.TopAttach = ((uint)(2));
     w54.BottomAttach = ((uint)(3));
     w54.LeftAttach = ((uint)(4));
     w54.RightAttach = ((uint)(5));
     w54.XOptions = ((global::Gtk.AttachOptions)(4));
     w54.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.qmenu = new global::Gtk.Button ();
     this.qmenu.WidthRequest = 68;
     this.qmenu.CanFocus = true;
     this.qmenu.Name = "qmenu";
     this.qmenu.UseUnderline = true;
     this.qmenu.Label = global::Mono.Unix.Catalog.GetString ("Q.Menu");
     this.table2.Add (this.qmenu);
     global::Gtk.Table.TableChild w55 = ((global::Gtk.Table.TableChild)(this.table2 [this.qmenu]));
     w55.TopAttach = ((uint)(2));
     w55.BottomAttach = ((uint)(3));
     w55.LeftAttach = ((uint)(1));
     w55.RightAttach = ((uint)(2));
     w55.XOptions = ((global::Gtk.AttachOptions)(4));
     w55.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.red = new global::Gtk.Button ();
     this.red.WidthRequest = 68;
     this.red.CanFocus = true;
     this.red.Name = "red";
     this.red.UseUnderline = true;
     global::Gtk.Image w56 = new global::Gtk.Image ();
     w56.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("TVControl.red.png");
     this.red.Image = w56;
     this.table2.Add (this.red);
     global::Gtk.Table.TableChild w57 = ((global::Gtk.Table.TableChild)(this.table2 [this.red]));
     w57.LeftAttach = ((uint)(1));
     w57.RightAttach = ((uint)(2));
     w57.XOptions = ((global::Gtk.AttachOptions)(4));
     w57.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.simplink = new global::Gtk.Button ();
     this.simplink.WidthRequest = 68;
     this.simplink.CanFocus = true;
     this.simplink.Name = "simplink";
     this.simplink.UseUnderline = true;
     this.simplink.Label = global::Mono.Unix.Catalog.GetString ("SimpLink");
     this.table2.Add (this.simplink);
     global::Gtk.Table.TableChild w58 = ((global::Gtk.Table.TableChild)(this.table2 [this.simplink]));
     w58.TopAttach = ((uint)(1));
     w58.BottomAttach = ((uint)(2));
     w58.LeftAttach = ((uint)(4));
     w58.RightAttach = ((uint)(5));
     w58.XOptions = ((global::Gtk.AttachOptions)(4));
     w58.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.subtitle = new global::Gtk.Button ();
     this.subtitle.WidthRequest = 68;
     this.subtitle.CanFocus = true;
     this.subtitle.Name = "subtitle";
     this.subtitle.UseUnderline = true;
     this.subtitle.Label = global::Mono.Unix.Catalog.GetString ("Titulky");
     this.table2.Add (this.subtitle);
     global::Gtk.Table.TableChild w59 = ((global::Gtk.Table.TableChild)(this.table2 [this.subtitle]));
     w59.TopAttach = ((uint)(1));
     w59.BottomAttach = ((uint)(2));
     w59.LeftAttach = ((uint)(3));
     w59.RightAttach = ((uint)(4));
     w59.XOptions = ((global::Gtk.AttachOptions)(4));
     w59.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.text = new global::Gtk.Button ();
     this.text.WidthRequest = 68;
     this.text.CanFocus = true;
     this.text.Name = "text";
     this.text.UseUnderline = true;
     this.text.Label = global::Mono.Unix.Catalog.GetString ("Text");
     global::Gtk.Image w60 = new global::Gtk.Image ();
     w60.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-file", global::Gtk.IconSize.Button);
     this.text.Image = w60;
     this.table2.Add (this.text);
     global::Gtk.Table.TableChild w61 = ((global::Gtk.Table.TableChild)(this.table2 [this.text]));
     w61.TopAttach = ((uint)(1));
     w61.BottomAttach = ((uint)(2));
     w61.LeftAttach = ((uint)(1));
     w61.RightAttach = ((uint)(2));
     w61.XOptions = ((global::Gtk.AttachOptions)(4));
     w61.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.topt = new global::Gtk.Button ();
     this.topt.WidthRequest = 68;
     this.topt.CanFocus = true;
     this.topt.Name = "topt";
     this.topt.UseUnderline = true;
     this.topt.Label = global::Mono.Unix.Catalog.GetString ("T. Opt");
     this.table2.Add (this.topt);
     global::Gtk.Table.TableChild w62 = ((global::Gtk.Table.TableChild)(this.table2 [this.topt]));
     w62.TopAttach = ((uint)(1));
     w62.BottomAttach = ((uint)(2));
     w62.LeftAttach = ((uint)(2));
     w62.RightAttach = ((uint)(3));
     w62.XOptions = ((global::Gtk.AttachOptions)(4));
     w62.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.yellow = new global::Gtk.Button ();
     this.yellow.WidthRequest = 68;
     this.yellow.CanFocus = true;
     this.yellow.Name = "yellow";
     this.yellow.UseUnderline = true;
     global::Gtk.Image w63 = new global::Gtk.Image ();
     w63.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("TVControl.yellow.png");
     this.yellow.Image = w63;
     this.table2.Add (this.yellow);
     global::Gtk.Table.TableChild w64 = ((global::Gtk.Table.TableChild)(this.table2 [this.yellow]));
     w64.LeftAttach = ((uint)(3));
     w64.RightAttach = ((uint)(4));
     w64.XOptions = ((global::Gtk.AttachOptions)(4));
     w64.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add (this.table2);
     global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table2]));
     w65.PackType = ((global::Gtk.PackType)(1));
     w65.Position = 3;
     w65.Expand = false;
     w65.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox18 = new global::Gtk.HBox ();
     this.hbox18.Name = "hbox18";
     this.hbox18.Spacing = 6;
     // Container child hbox18.Gtk.Box+BoxChild
     this.fixed36 = new global::Gtk.Fixed ();
     this.fixed36.Name = "fixed36";
     this.fixed36.HasWindow = false;
     this.hbox18.Add (this.fixed36);
     global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.hbox18 [this.fixed36]));
     w66.Position = 0;
     // Container child hbox18.Gtk.Box+BoxChild
     this.bwd = new global::Gtk.Button ();
     this.bwd.WidthRequest = 90;
     this.bwd.CanFocus = true;
     this.bwd.Name = "bwd";
     this.bwd.UseUnderline = true;
     this.bwd.Label = global::Mono.Unix.Catalog.GetString ("Dozadu");
     global::Gtk.Image w67 = new global::Gtk.Image ();
     w67.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-rewind", global::Gtk.IconSize.Button);
     this.bwd.Image = w67;
     this.hbox18.Add (this.bwd);
     global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.hbox18 [this.bwd]));
     w68.Position = 1;
     w68.Expand = false;
     w68.Fill = false;
     // Container child hbox18.Gtk.Box+BoxChild
     this.fwd = new global::Gtk.Button ();
     this.fwd.WidthRequest = 90;
     this.fwd.CanFocus = true;
     this.fwd.Name = "fwd";
     this.fwd.UseUnderline = true;
     this.fwd.Label = global::Mono.Unix.Catalog.GetString ("Dopředu");
     global::Gtk.Image w69 = new global::Gtk.Image ();
     w69.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-forward", global::Gtk.IconSize.Button);
     this.fwd.Image = w69;
     this.hbox18.Add (this.fwd);
     global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.hbox18 [this.fwd]));
     w70.Position = 2;
     w70.Expand = false;
     w70.Fill = false;
     // Container child hbox18.Gtk.Box+BoxChild
     this.fixed37 = new global::Gtk.Fixed ();
     this.fixed37.Name = "fixed37";
     this.fixed37.HasWindow = false;
     this.hbox18.Add (this.fixed37);
     global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.hbox18 [this.fixed37]));
     w71.Position = 3;
     this.vbox2.Add (this.hbox18);
     global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox18]));
     w72.PackType = ((global::Gtk.PackType)(1));
     w72.Position = 4;
     w72.Expand = false;
     w72.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox17 = new global::Gtk.HBox ();
     this.hbox17.Name = "hbox17";
     this.hbox17.Spacing = 6;
     // Container child hbox17.Gtk.Box+BoxChild
     this.fixed5 = new global::Gtk.Fixed ();
     this.fixed5.Name = "fixed5";
     this.fixed5.HasWindow = false;
     this.hbox17.Add (this.fixed5);
     global::Gtk.Box.BoxChild w73 = ((global::Gtk.Box.BoxChild)(this.hbox17 [this.fixed5]));
     w73.Position = 0;
     // Container child hbox17.Gtk.Box+BoxChild
     this.play = new global::Gtk.Button ();
     this.play.WidthRequest = 80;
     this.play.CanFocus = true;
     this.play.Name = "play";
     this.play.UseUnderline = true;
     this.play.Label = global::Mono.Unix.Catalog.GetString ("Přehrát");
     global::Gtk.Image w74 = new global::Gtk.Image ();
     w74.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-play", global::Gtk.IconSize.Button);
     this.play.Image = w74;
     this.hbox17.Add (this.play);
     global::Gtk.Box.BoxChild w75 = ((global::Gtk.Box.BoxChild)(this.hbox17 [this.play]));
     w75.Position = 1;
     w75.Expand = false;
     w75.Fill = false;
     // Container child hbox17.Gtk.Box+BoxChild
     this.pause = new global::Gtk.Button ();
     this.pause.WidthRequest = 80;
     this.pause.CanFocus = true;
     this.pause.Name = "pause";
     this.pause.UseUnderline = true;
     this.pause.Label = global::Mono.Unix.Catalog.GetString ("Pauza");
     global::Gtk.Image w76 = new global::Gtk.Image ();
     w76.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-pause", global::Gtk.IconSize.Button);
     this.pause.Image = w76;
     this.hbox17.Add (this.pause);
     global::Gtk.Box.BoxChild w77 = ((global::Gtk.Box.BoxChild)(this.hbox17 [this.pause]));
     w77.Position = 2;
     w77.Expand = false;
     w77.Fill = false;
     // Container child hbox17.Gtk.Box+BoxChild
     this.stop = new global::Gtk.Button ();
     this.stop.WidthRequest = 80;
     this.stop.CanFocus = true;
     this.stop.Name = "stop";
     this.stop.UseUnderline = true;
     this.stop.Label = global::Mono.Unix.Catalog.GetString ("Stop");
     global::Gtk.Image w78 = new global::Gtk.Image ();
     w78.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-stop", global::Gtk.IconSize.Button);
     this.stop.Image = w78;
     this.hbox17.Add (this.stop);
     global::Gtk.Box.BoxChild w79 = ((global::Gtk.Box.BoxChild)(this.hbox17 [this.stop]));
     w79.Position = 3;
     w79.Expand = false;
     w79.Fill = false;
     // Container child hbox17.Gtk.Box+BoxChild
     this.fixed1 = new global::Gtk.Fixed ();
     this.fixed1.Name = "fixed1";
     this.fixed1.HasWindow = false;
     this.hbox17.Add (this.fixed1);
     global::Gtk.Box.BoxChild w80 = ((global::Gtk.Box.BoxChild)(this.hbox17 [this.fixed1]));
     w80.Position = 4;
     this.vbox2.Add (this.hbox17);
     global::Gtk.Box.BoxChild w81 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox17]));
     w81.PackType = ((global::Gtk.PackType)(1));
     w81.Position = 5;
     w81.Expand = false;
     w81.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hseparator4 = new global::Gtk.HSeparator ();
     this.hseparator4.Name = "hseparator4";
     this.vbox2.Add (this.hseparator4);
     global::Gtk.Box.BoxChild w82 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator4]));
     w82.PackType = ((global::Gtk.PackType)(1));
     w82.Position = 6;
     w82.Expand = false;
     w82.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox11 = new global::Gtk.HBox ();
     this.hbox11.Name = "hbox11";
     this.hbox11.Spacing = 6;
     // Container child hbox11.Gtk.Box+BoxChild
     this.menu = new global::Gtk.Button ();
     this.menu.WidthRequest = 70;
     this.menu.CanFocus = true;
     this.menu.Name = "menu";
     this.menu.UseUnderline = true;
     this.menu.Label = global::Mono.Unix.Catalog.GetString ("Menu");
     global::Gtk.Image w83 = new global::Gtk.Image ();
     w83.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-preferences", global::Gtk.IconSize.Button);
     this.menu.Image = w83;
     this.hbox11.Add (this.menu);
     global::Gtk.Box.BoxChild w84 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.menu]));
     w84.Position = 0;
     w84.Expand = false;
     w84.Fill = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.ratio = new global::Gtk.Button ();
     this.ratio.CanFocus = true;
     this.ratio.Name = "ratio";
     this.ratio.UseUnderline = true;
     this.ratio.Label = global::Mono.Unix.Catalog.GetString ("Poměr obrazu");
     this.hbox11.Add (this.ratio);
     global::Gtk.Box.BoxChild w85 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.ratio]));
     w85.Position = 1;
     w85.Fill = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.exit = new global::Gtk.Button ();
     this.exit.WidthRequest = 70;
     this.exit.CanFocus = true;
     this.exit.Name = "exit";
     this.exit.UseUnderline = true;
     this.exit.Label = global::Mono.Unix.Catalog.GetString ("Exit");
     global::Gtk.Image w86 = new global::Gtk.Image ();
     w86.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-no", global::Gtk.IconSize.Button);
     this.exit.Image = w86;
     this.hbox11.Add (this.exit);
     global::Gtk.Box.BoxChild w87 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.exit]));
     w87.Position = 2;
     w87.Expand = false;
     w87.Fill = false;
     this.vbox2.Add (this.hbox11);
     global::Gtk.Box.BoxChild w88 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox11]));
     w88.PackType = ((global::Gtk.PackType)(1));
     w88.Position = 7;
     w88.Expand = false;
     w88.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(5)), false);
     this.table1.Name = "table1";
     // Container child table1.Gtk.Table+TableChild
     this.down = new global::Gtk.Button ();
     this.down.CanFocus = true;
     this.down.Name = "down";
     this.down.UseUnderline = true;
     global::Gtk.Image w89 = new global::Gtk.Image ();
     w89.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_down", global::Gtk.IconSize.Menu);
     this.down.Image = w89;
     this.table1.Add (this.down);
     global::Gtk.Table.TableChild w90 = ((global::Gtk.Table.TableChild)(this.table1 [this.down]));
     w90.TopAttach = ((uint)(2));
     w90.BottomAttach = ((uint)(3));
     w90.LeftAttach = ((uint)(2));
     w90.RightAttach = ((uint)(3));
     w90.XOptions = ((global::Gtk.AttachOptions)(4));
     w90.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.fixed20 = new global::Gtk.Fixed ();
     this.fixed20.Name = "fixed20";
     this.fixed20.HasWindow = false;
     this.table1.Add (this.fixed20);
     global::Gtk.Table.TableChild w91 = ((global::Gtk.Table.TableChild)(this.table1 [this.fixed20]));
     w91.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.fixed21 = new global::Gtk.Fixed ();
     this.fixed21.Name = "fixed21";
     this.fixed21.HasWindow = false;
     this.table1.Add (this.fixed21);
     global::Gtk.Table.TableChild w92 = ((global::Gtk.Table.TableChild)(this.table1 [this.fixed21]));
     w92.LeftAttach = ((uint)(4));
     w92.RightAttach = ((uint)(5));
     w92.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.fixed22 = new global::Gtk.Fixed ();
     this.fixed22.Name = "fixed22";
     this.fixed22.HasWindow = false;
     this.table1.Add (this.fixed22);
     global::Gtk.Table.TableChild w93 = ((global::Gtk.Table.TableChild)(this.table1 [this.fixed22]));
     w93.TopAttach = ((uint)(1));
     w93.BottomAttach = ((uint)(2));
     w93.LeftAttach = ((uint)(4));
     w93.RightAttach = ((uint)(5));
     w93.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.fixed23 = new global::Gtk.Fixed ();
     this.fixed23.Name = "fixed23";
     this.fixed23.HasWindow = false;
     this.table1.Add (this.fixed23);
     global::Gtk.Table.TableChild w94 = ((global::Gtk.Table.TableChild)(this.table1 [this.fixed23]));
     w94.TopAttach = ((uint)(2));
     w94.BottomAttach = ((uint)(3));
     w94.LeftAttach = ((uint)(4));
     w94.RightAttach = ((uint)(5));
     w94.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.fixed24 = new global::Gtk.Fixed ();
     this.fixed24.Name = "fixed24";
     this.fixed24.HasWindow = false;
     this.table1.Add (this.fixed24);
     global::Gtk.Table.TableChild w95 = ((global::Gtk.Table.TableChild)(this.table1 [this.fixed24]));
     w95.TopAttach = ((uint)(1));
     w95.BottomAttach = ((uint)(2));
     w95.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.fixed25 = new global::Gtk.Fixed ();
     this.fixed25.Name = "fixed25";
     this.fixed25.HasWindow = false;
     this.table1.Add (this.fixed25);
     global::Gtk.Table.TableChild w96 = ((global::Gtk.Table.TableChild)(this.table1 [this.fixed25]));
     w96.TopAttach = ((uint)(2));
     w96.BottomAttach = ((uint)(3));
     w96.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.fixed26 = new global::Gtk.Fixed ();
     this.fixed26.Name = "fixed26";
     this.fixed26.HasWindow = false;
     this.table1.Add (this.fixed26);
     global::Gtk.Table.TableChild w97 = ((global::Gtk.Table.TableChild)(this.table1 [this.fixed26]));
     w97.LeftAttach = ((uint)(1));
     w97.RightAttach = ((uint)(2));
     w97.XOptions = ((global::Gtk.AttachOptions)(4));
     w97.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.fixed27 = new global::Gtk.Fixed ();
     this.fixed27.Name = "fixed27";
     this.fixed27.HasWindow = false;
     this.table1.Add (this.fixed27);
     global::Gtk.Table.TableChild w98 = ((global::Gtk.Table.TableChild)(this.table1 [this.fixed27]));
     w98.LeftAttach = ((uint)(3));
     w98.RightAttach = ((uint)(4));
     w98.XOptions = ((global::Gtk.AttachOptions)(4));
     w98.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.fixed29 = new global::Gtk.Fixed ();
     this.fixed29.Name = "fixed29";
     this.fixed29.HasWindow = false;
     this.table1.Add (this.fixed29);
     global::Gtk.Table.TableChild w99 = ((global::Gtk.Table.TableChild)(this.table1 [this.fixed29]));
     w99.TopAttach = ((uint)(2));
     w99.BottomAttach = ((uint)(3));
     w99.LeftAttach = ((uint)(1));
     w99.RightAttach = ((uint)(2));
     w99.XOptions = ((global::Gtk.AttachOptions)(4));
     w99.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.fixed30 = new global::Gtk.Fixed ();
     this.fixed30.Name = "fixed30";
     this.fixed30.HasWindow = false;
     this.table1.Add (this.fixed30);
     global::Gtk.Table.TableChild w100 = ((global::Gtk.Table.TableChild)(this.table1 [this.fixed30]));
     w100.TopAttach = ((uint)(2));
     w100.BottomAttach = ((uint)(3));
     w100.LeftAttach = ((uint)(3));
     w100.RightAttach = ((uint)(4));
     w100.XOptions = ((global::Gtk.AttachOptions)(4));
     w100.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.left = new global::Gtk.Button ();
     this.left.CanFocus = true;
     this.left.Name = "left";
     this.left.UseUnderline = true;
     global::Gtk.Image w101 = new global::Gtk.Image ();
     w101.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_left", global::Gtk.IconSize.Menu);
     this.left.Image = w101;
     this.table1.Add (this.left);
     global::Gtk.Table.TableChild w102 = ((global::Gtk.Table.TableChild)(this.table1 [this.left]));
     w102.TopAttach = ((uint)(1));
     w102.BottomAttach = ((uint)(2));
     w102.LeftAttach = ((uint)(1));
     w102.RightAttach = ((uint)(2));
     w102.XOptions = ((global::Gtk.AttachOptions)(4));
     w102.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ok = new global::Gtk.Button ();
     this.ok.CanFocus = true;
     this.ok.Name = "ok";
     this.ok.UseUnderline = true;
     global::Gtk.Image w103 = new global::Gtk.Image ();
     w103.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-apply", global::Gtk.IconSize.Button);
     this.ok.Image = w103;
     this.table1.Add (this.ok);
     global::Gtk.Table.TableChild w104 = ((global::Gtk.Table.TableChild)(this.table1 [this.ok]));
     w104.TopAttach = ((uint)(1));
     w104.BottomAttach = ((uint)(2));
     w104.LeftAttach = ((uint)(2));
     w104.RightAttach = ((uint)(3));
     w104.XOptions = ((global::Gtk.AttachOptions)(4));
     w104.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.right = new global::Gtk.Button ();
     this.right.CanFocus = true;
     this.right.Name = "right";
     this.right.UseUnderline = true;
     global::Gtk.Image w105 = new global::Gtk.Image ();
     w105.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_right", global::Gtk.IconSize.Menu);
     this.right.Image = w105;
     this.table1.Add (this.right);
     global::Gtk.Table.TableChild w106 = ((global::Gtk.Table.TableChild)(this.table1 [this.right]));
     w106.TopAttach = ((uint)(1));
     w106.BottomAttach = ((uint)(2));
     w106.LeftAttach = ((uint)(3));
     w106.RightAttach = ((uint)(4));
     w106.XOptions = ((global::Gtk.AttachOptions)(4));
     w106.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.up = new global::Gtk.Button ();
     this.up.CanFocus = true;
     this.up.Name = "up";
     this.up.UseUnderline = true;
     global::Gtk.Image w107 = new global::Gtk.Image ();
     w107.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_up", global::Gtk.IconSize.Menu);
     this.up.Image = w107;
     this.table1.Add (this.up);
     global::Gtk.Table.TableChild w108 = ((global::Gtk.Table.TableChild)(this.table1 [this.up]));
     w108.LeftAttach = ((uint)(2));
     w108.RightAttach = ((uint)(3));
     w108.XOptions = ((global::Gtk.AttachOptions)(4));
     w108.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add (this.table1);
     global::Gtk.Box.BoxChild w109 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1]));
     w109.PackType = ((global::Gtk.PackType)(1));
     w109.Position = 8;
     w109.Expand = false;
     w109.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 w110 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator2]));
     w110.PackType = ((global::Gtk.PackType)(1));
     w110.Position = 9;
     w110.Expand = false;
     w110.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox9 = new global::Gtk.HBox ();
     this.hbox9.Name = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.fixed17 = new global::Gtk.Fixed ();
     this.fixed17.Name = "fixed17";
     this.fixed17.HasWindow = false;
     this.hbox9.Add (this.fixed17);
     global::Gtk.Box.BoxChild w111 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.fixed17]));
     w111.Position = 0;
     // Container child hbox9.Gtk.Box+BoxChild
     this.vbox7 = new global::Gtk.VBox ();
     this.vbox7.Name = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.vup = new global::Gtk.Button ();
     this.vup.CanFocus = true;
     this.vup.Name = "vup";
     this.vup.UseUnderline = true;
     global::Gtk.Image w112 = new global::Gtk.Image ();
     w112.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_up", global::Gtk.IconSize.Menu);
     this.vup.Image = w112;
     this.vbox7.Add (this.vup);
     global::Gtk.Box.BoxChild w113 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.vup]));
     w113.Position = 0;
     w113.Expand = false;
     w113.Fill = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.image31 = new global::Gtk.Image ();
     this.image31.Name = "image31";
     this.image31.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_volume", global::Gtk.IconSize.Button);
     this.vbox7.Add (this.image31);
     global::Gtk.Box.BoxChild w114 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.image31]));
     w114.Position = 1;
     w114.Expand = false;
     w114.Fill = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.vdown = new global::Gtk.Button ();
     this.vdown.CanFocus = true;
     this.vdown.Name = "vdown";
     this.vdown.UseUnderline = true;
     global::Gtk.Image w115 = new global::Gtk.Image ();
     w115.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_down", global::Gtk.IconSize.Menu);
     this.vdown.Image = w115;
     this.vbox7.Add (this.vdown);
     global::Gtk.Box.BoxChild w116 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.vdown]));
     w116.PackType = ((global::Gtk.PackType)(1));
     w116.Position = 2;
     w116.Expand = false;
     w116.Fill = false;
     this.hbox9.Add (this.vbox7);
     global::Gtk.Box.BoxChild w117 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.vbox7]));
     w117.Position = 1;
     w117.Expand = false;
     w117.Fill = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.vbox8 = new global::Gtk.VBox ();
     this.vbox8.Name = "vbox8";
     this.vbox8.Spacing = 6;
     // Container child vbox8.Gtk.Box+BoxChild
     this.fixed18 = new global::Gtk.Fixed ();
     this.fixed18.HeightRequest = 23;
     this.fixed18.Name = "fixed18";
     this.fixed18.HasWindow = false;
     this.vbox8.Add (this.fixed18);
     global::Gtk.Box.BoxChild w118 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.fixed18]));
     w118.Position = 0;
     w118.Expand = false;
     w118.Fill = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.mute = new global::Gtk.Button ();
     this.mute.CanFocus = true;
     this.mute.Name = "mute";
     this.mute.UseUnderline = true;
     global::Gtk.Image w119 = new global::Gtk.Image ();
     w119.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_volume", global::Gtk.IconSize.Button);
     this.mute.Image = w119;
     this.vbox8.Add (this.mute);
     global::Gtk.Box.BoxChild w120 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.mute]));
     w120.Position = 1;
     w120.Expand = false;
     w120.Fill = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.fixed19 = new global::Gtk.Fixed ();
     this.fixed19.Name = "fixed19";
     this.fixed19.HasWindow = false;
     this.vbox8.Add (this.fixed19);
     global::Gtk.Box.BoxChild w121 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.fixed19]));
     w121.Position = 2;
     w121.Expand = false;
     w121.Fill = false;
     this.hbox9.Add (this.vbox8);
     global::Gtk.Box.BoxChild w122 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.vbox8]));
     w122.Position = 2;
     w122.Expand = false;
     w122.Fill = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.vbox6 = new global::Gtk.VBox ();
     this.vbox6.Name = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.pup = new global::Gtk.Button ();
     this.pup.CanFocus = true;
     this.pup.Name = "pup";
     this.pup.UseUnderline = true;
     global::Gtk.Image w123 = new global::Gtk.Image ();
     w123.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_up", global::Gtk.IconSize.Menu);
     this.pup.Image = w123;
     this.vbox6.Add (this.pup);
     global::Gtk.Box.BoxChild w124 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.pup]));
     w124.Position = 0;
     w124.Expand = false;
     w124.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.image37 = new global::Gtk.Image ();
     this.image37.Name = "image37";
     this.image37.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dnd-multiple", global::Gtk.IconSize.Menu);
     this.vbox6.Add (this.image37);
     global::Gtk.Box.BoxChild w125 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.image37]));
     w125.Position = 1;
     w125.Expand = false;
     w125.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.pdown = new global::Gtk.Button ();
     this.pdown.CanFocus = true;
     this.pdown.Name = "pdown";
     this.pdown.UseUnderline = true;
     global::Gtk.Image w126 = new global::Gtk.Image ();
     w126.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_down", global::Gtk.IconSize.Menu);
     this.pdown.Image = w126;
     this.vbox6.Add (this.pdown);
     global::Gtk.Box.BoxChild w127 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.pdown]));
     w127.PackType = ((global::Gtk.PackType)(1));
     w127.Position = 2;
     w127.Expand = false;
     w127.Fill = false;
     this.hbox9.Add (this.vbox6);
     global::Gtk.Box.BoxChild w128 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.vbox6]));
     w128.Position = 3;
     w128.Expand = false;
     w128.Fill = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.fixed16 = new global::Gtk.Fixed ();
     this.fixed16.Name = "fixed16";
     this.fixed16.HasWindow = false;
     this.hbox9.Add (this.fixed16);
     global::Gtk.Box.BoxChild w129 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.fixed16]));
     w129.Position = 4;
     this.vbox2.Add (this.hbox9);
     global::Gtk.Box.BoxChild w130 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox9]));
     w130.PackType = ((global::Gtk.PackType)(1));
     w130.Position = 10;
     w130.Expand = false;
     w130.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hseparator5 = new global::Gtk.HSeparator ();
     this.hseparator5.Name = "hseparator5";
     this.vbox2.Add (this.hseparator5);
     global::Gtk.Box.BoxChild w131 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator5]));
     w131.PackType = ((global::Gtk.PackType)(1));
     w131.Position = 11;
     w131.Expand = false;
     w131.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox10 = new global::Gtk.HBox ();
     this.hbox10.Name = "hbox10";
     this.hbox10.Spacing = 3;
     // Container child hbox10.Gtk.Box+BoxChild
     this.fixed8 = new global::Gtk.Fixed ();
     this.fixed8.Name = "fixed8";
     this.fixed8.HasWindow = false;
     this.hbox10.Add (this.fixed8);
     global::Gtk.Box.BoxChild w132 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.fixed8]));
     w132.Position = 0;
     // Container child hbox10.Gtk.Box+BoxChild
     this.list = new global::Gtk.Button ();
     this.list.WidthRequest = 64;
     this.list.CanFocus = true;
     this.list.Name = "list";
     this.list.UseUnderline = true;
     this.list.Label = global::Mono.Unix.Catalog.GetString ("List");
     global::Gtk.Image w133 = new global::Gtk.Image ();
     w133.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-index", global::Gtk.IconSize.Button);
     this.list.Image = w133;
     this.hbox10.Add (this.list);
     global::Gtk.Box.BoxChild w134 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.list]));
     w134.Position = 1;
     w134.Expand = false;
     w134.Fill = false;
     // Container child hbox10.Gtk.Box+BoxChild
     this.n = new global::Gtk.Button ();
     this.n.WidthRequest = 30;
     this.n.HeightRequest = 30;
     this.n.CanFocus = true;
     this.n.Name = "n";
     this.n.UseUnderline = true;
     this.n.Label = global::Mono.Unix.Catalog.GetString ("0");
     this.hbox10.Add (this.n);
     global::Gtk.Box.BoxChild w135 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.n]));
     w135.Position = 2;
     w135.Expand = false;
     w135.Fill = false;
     // Container child hbox10.Gtk.Box+BoxChild
     this.qview = new global::Gtk.Button ();
     this.qview.WidthRequest = 64;
     this.qview.CanFocus = true;
     this.qview.Name = "qview";
     this.qview.UseUnderline = true;
     this.qview.Label = global::Mono.Unix.Catalog.GetString ("Zpět");
     global::Gtk.Image w136 = new global::Gtk.Image ();
     w136.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-jump-to", global::Gtk.IconSize.Button);
     this.qview.Image = w136;
     this.hbox10.Add (this.qview);
     global::Gtk.Box.BoxChild w137 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.qview]));
     w137.Position = 3;
     w137.Expand = false;
     w137.Fill = false;
     // Container child hbox10.Gtk.Box+BoxChild
     this.fixed15 = new global::Gtk.Fixed ();
     this.fixed15.Name = "fixed15";
     this.fixed15.HasWindow = false;
     this.hbox10.Add (this.fixed15);
     global::Gtk.Box.BoxChild w138 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.fixed15]));
     w138.Position = 4;
     this.vbox2.Add (this.hbox10);
     global::Gtk.Box.BoxChild w139 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox10]));
     w139.PackType = ((global::Gtk.PackType)(1));
     w139.Position = 12;
     w139.Expand = false;
     w139.Fill = false;
     this.GtkAlignment24.Add (this.vbox2);
     this.frame2.Add (this.GtkAlignment24);
     this.GtkLabel46 = new global::Gtk.Label ();
     this.GtkLabel46.Name = "GtkLabel46";
     this.GtkLabel46.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Ovladač</b>");
     this.GtkLabel46.UseMarkup = true;
     this.frame2.LabelWidget = this.GtkLabel46;
     this.vbox10.Add (this.frame2);
     global::Gtk.Box.BoxChild w142 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.frame2]));
     w142.Position = 1;
     w142.Expand = false;
     w142.Fill = false;
     this.hbox7.Add (this.vbox10);
     global::Gtk.Box.BoxChild w143 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.vbox10]));
     w143.Position = 0;
     w143.Expand = false;
     w143.Fill = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.vseparator1 = new global::Gtk.VSeparator ();
     this.vseparator1.Name = "vseparator1";
     this.hbox7.Add (this.vseparator1);
     global::Gtk.Box.BoxChild w144 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.vseparator1]));
     w144.Position = 1;
     w144.Expand = false;
     w144.Fill = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.vbox9 = new global::Gtk.VBox ();
     this.vbox9.Name = "vbox9";
     this.vbox9.Spacing = 6;
     // Container child vbox9.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Stav TV:</b>");
     this.label1.UseMarkup = true;
     this.hbox2.Add (this.label1);
     global::Gtk.Box.BoxChild w145 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label1]));
     w145.Position = 0;
     w145.Expand = false;
     w145.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.tvstate = new global::Gtk.Label ();
     this.tvstate.Name = "tvstate";
     this.tvstate.LabelProp = global::Mono.Unix.Catalog.GetString ("<i>Neznámý</i>");
     this.tvstate.UseMarkup = true;
     this.hbox2.Add (this.tvstate);
     global::Gtk.Box.BoxChild w146 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.tvstate]));
     w146.Position = 1;
     w146.Expand = false;
     w146.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.tvimage = new global::Gtk.Image ();
     this.tvimage.Name = "tvimage";
     this.tvimage.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-no", global::Gtk.IconSize.LargeToolbar);
     this.hbox2.Add (this.tvimage);
     global::Gtk.Box.BoxChild w147 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.tvimage]));
     w147.Position = 2;
     w147.Expand = false;
     w147.Fill = false;
     this.vbox9.Add (this.hbox2);
     global::Gtk.Box.BoxChild w148 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.hbox2]));
     w148.Position = 0;
     w148.Expand = false;
     w148.Fill = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator ();
     this.hseparator1.Name = "hseparator1";
     this.vbox9.Add (this.hseparator1);
     global::Gtk.Box.BoxChild w149 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.hseparator1]));
     w149.Position = 1;
     w149.Expand = false;
     w149.Fill = false;
     // Container child vbox9.Gtk.Box+BoxChild
     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.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Poměr obrazu:</b>");
     this.label4.UseMarkup = true;
     this.hbox4.Add (this.label4);
     global::Gtk.Box.BoxChild w150 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label4]));
     w150.Position = 0;
     w150.Expand = false;
     w150.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.aspect = new global::Gtk.Label ();
     this.aspect.Name = "aspect";
     this.aspect.LabelProp = global::Mono.Unix.Catalog.GetString ("<i>Neznámý</i>");
     this.aspect.UseMarkup = true;
     this.hbox4.Add (this.aspect);
     global::Gtk.Box.BoxChild w151 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.aspect]));
     w151.Position = 1;
     w151.Expand = false;
     w151.Fill = false;
     this.vbox1.Add (this.hbox4);
     global::Gtk.Box.BoxChild w152 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox4]));
     w152.Position = 0;
     w152.Expand = false;
     w152.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.aspectselect = global::Gtk.ComboBox.NewText ();
     this.aspectselect.AppendText (global::Mono.Unix.Catalog.GetString ("16:9"));
     this.aspectselect.AppendText (global::Mono.Unix.Catalog.GetString ("4:3"));
     this.aspectselect.AppendText (global::Mono.Unix.Catalog.GetString ("14:9"));
     this.aspectselect.AppendText (global::Mono.Unix.Catalog.GetString ("Přiblížený"));
     this.aspectselect.AppendText (global::Mono.Unix.Catalog.GetString ("Originál"));
     this.aspectselect.AppendText (global::Mono.Unix.Catalog.GetString ("Jen skenovat"));
     this.aspectselect.AppendText (global::Mono.Unix.Catalog.GetString ("Plná šířka"));
     this.aspectselect.AppendText (global::Mono.Unix.Catalog.GetString ("Cinema Zoom 1"));
     this.aspectselect.Name = "aspectselect";
     this.aspectselect.Active = 0;
     this.hbox3.Add (this.aspectselect);
     global::Gtk.Box.BoxChild w153 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.aspectselect]));
     w153.Position = 0;
     w153.Expand = false;
     w153.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.aspectsend = new global::Gtk.Button ();
     this.aspectsend.CanFocus = true;
     this.aspectsend.Name = "aspectsend";
     this.aspectsend.UseUnderline = true;
     this.aspectsend.Label = global::Mono.Unix.Catalog.GetString ("OK");
     global::Gtk.Image w154 = new global::Gtk.Image ();
     w154.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-apply", global::Gtk.IconSize.Button);
     this.aspectsend.Image = w154;
     this.hbox3.Add (this.aspectsend);
     global::Gtk.Box.BoxChild w155 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.aspectsend]));
     w155.Position = 1;
     w155.Expand = false;
     w155.Fill = false;
     this.vbox1.Add (this.hbox3);
     global::Gtk.Box.BoxChild w156 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox3]));
     w156.Position = 1;
     w156.Expand = false;
     w156.Fill = false;
     this.vbox9.Add (this.vbox1);
     global::Gtk.Box.BoxChild w157 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.vbox1]));
     w157.Position = 2;
     w157.Expand = false;
     w157.Fill = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.hseparator6 = new global::Gtk.HSeparator ();
     this.hseparator6.Name = "hseparator6";
     this.vbox9.Add (this.hseparator6);
     global::Gtk.Box.BoxChild w158 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.hseparator6]));
     w158.Position = 3;
     w158.Expand = false;
     w158.Fill = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.vbox11 = new global::Gtk.VBox ();
     this.vbox11.Name = "vbox11";
     this.vbox11.Spacing = 6;
     // Container child vbox11.Gtk.Box+BoxChild
     this.hbox6 = new global::Gtk.HBox ();
     this.hbox6.Name = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Hlasitost:</b>");
     this.label5.UseMarkup = true;
     this.hbox6.Add (this.label5);
     global::Gtk.Box.BoxChild w159 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.label5]));
     w159.Position = 0;
     w159.Expand = false;
     w159.Fill = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.volumeview = new global::Gtk.Label ();
     this.volumeview.Name = "volumeview";
     this.volumeview.LabelProp = global::Mono.Unix.Catalog.GetString ("<i>Neznámá</i>");
     this.volumeview.UseMarkup = true;
     this.hbox6.Add (this.volumeview);
     global::Gtk.Box.BoxChild w160 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.volumeview]));
     w160.Position = 1;
     w160.Expand = false;
     w160.Fill = false;
     this.vbox11.Add (this.hbox6);
     global::Gtk.Box.BoxChild w161 = ((global::Gtk.Box.BoxChild)(this.vbox11 [this.hbox6]));
     w161.Position = 0;
     w161.Expand = false;
     w161.Fill = false;
     // Container child vbox11.Gtk.Box+BoxChild
     this.hbox5 = new global::Gtk.HBox ();
     this.hbox5.Name = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.fixed2 = new global::Gtk.Fixed ();
     this.fixed2.Name = "fixed2";
     this.fixed2.HasWindow = false;
     this.hbox5.Add (this.fixed2);
     global::Gtk.Box.BoxChild w162 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.fixed2]));
     w162.Position = 0;
     // Container child hbox5.Gtk.Box+BoxChild
     this.volumeselect = new global::Gtk.SpinButton (0, 20, 1);
     this.volumeselect.CanFocus = true;
     this.volumeselect.Name = "volumeselect";
     this.volumeselect.Adjustment.PageIncrement = 5;
     this.volumeselect.ClimbRate = 1;
     this.volumeselect.Numeric = true;
     this.volumeselect.Value = 6;
     this.hbox5.Add (this.volumeselect);
     global::Gtk.Box.BoxChild w163 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.volumeselect]));
     w163.Position = 1;
     w163.Expand = false;
     w163.Fill = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.volumesend = new global::Gtk.Button ();
     this.volumesend.CanFocus = true;
     this.volumesend.Name = "volumesend";
     this.volumesend.UseUnderline = true;
     this.volumesend.Label = global::Mono.Unix.Catalog.GetString ("OK");
     global::Gtk.Image w164 = new global::Gtk.Image ();
     w164.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-apply", global::Gtk.IconSize.Button);
     this.volumesend.Image = w164;
     this.hbox5.Add (this.volumesend);
     global::Gtk.Box.BoxChild w165 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.volumesend]));
     w165.Position = 2;
     w165.Expand = false;
     w165.Fill = false;
     this.vbox11.Add (this.hbox5);
     global::Gtk.Box.BoxChild w166 = ((global::Gtk.Box.BoxChild)(this.vbox11 [this.hbox5]));
     w166.Position = 1;
     w166.Expand = false;
     w166.Fill = false;
     // Container child vbox11.Gtk.Box+BoxChild
     this.volumescroll = new global::Gtk.HScale (null);
     this.volumescroll.CanFocus = true;
     this.volumescroll.Name = "volumescroll";
     this.volumescroll.Adjustment.Upper = 20;
     this.volumescroll.Adjustment.PageIncrement = 5;
     this.volumescroll.Adjustment.StepIncrement = 1;
     this.volumescroll.Adjustment.Value = 6;
     this.volumescroll.DrawValue = true;
     this.volumescroll.Digits = 0;
     this.volumescroll.ValuePos = ((global::Gtk.PositionType)(2));
     this.vbox11.Add (this.volumescroll);
     global::Gtk.Box.BoxChild w167 = ((global::Gtk.Box.BoxChild)(this.vbox11 [this.volumescroll]));
     w167.PackType = ((global::Gtk.PackType)(1));
     w167.Position = 2;
     w167.Expand = false;
     w167.Fill = false;
     this.vbox9.Add (this.vbox11);
     global::Gtk.Box.BoxChild w168 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.vbox11]));
     w168.Position = 4;
     w168.Expand = false;
     w168.Fill = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.hseparator7 = new global::Gtk.HSeparator ();
     this.hseparator7.Name = "hseparator7";
     this.vbox9.Add (this.hseparator7);
     global::Gtk.Box.BoxChild w169 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.hseparator7]));
     w169.Position = 5;
     w169.Expand = false;
     w169.Fill = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.vbox12 = new global::Gtk.VBox ();
     this.vbox12.Name = "vbox12";
     this.vbox12.Spacing = 6;
     // Container child vbox12.Gtk.Box+BoxChild
     this.hbox14 = new global::Gtk.HBox ();
     this.hbox14.Name = "hbox14";
     this.hbox14.Spacing = 6;
     // Container child hbox14.Gtk.Box+BoxChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Program:</b>");
     this.label6.UseMarkup = true;
     this.hbox14.Add (this.label6);
     global::Gtk.Box.BoxChild w170 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.label6]));
     w170.Position = 0;
     w170.Expand = false;
     w170.Fill = false;
     // Container child hbox14.Gtk.Box+BoxChild
     this.programview = new global::Gtk.Label ();
     this.programview.Name = "programview";
     this.programview.LabelProp = global::Mono.Unix.Catalog.GetString ("<i>Neznámý</i>");
     this.programview.UseMarkup = true;
     this.hbox14.Add (this.programview);
     global::Gtk.Box.BoxChild w171 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.programview]));
     w171.Position = 1;
     w171.Expand = false;
     w171.Fill = false;
     this.vbox12.Add (this.hbox14);
     global::Gtk.Box.BoxChild w172 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.hbox14]));
     w172.Position = 0;
     w172.Expand = false;
     w172.Fill = false;
     // Container child vbox12.Gtk.Box+BoxChild
     this.hbox8 = new global::Gtk.HBox ();
     this.hbox8.Name = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.fixed3 = new global::Gtk.Fixed ();
     this.fixed3.Name = "fixed3";
     this.fixed3.HasWindow = false;
     this.hbox8.Add (this.fixed3);
     global::Gtk.Box.BoxChild w173 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.fixed3]));
     w173.Position = 0;
     // Container child hbox8.Gtk.Box+BoxChild
     this.programselect = new global::Gtk.SpinButton (0, 255, 1);
     this.programselect.CanFocus = true;
     this.programselect.Name = "programselect";
     this.programselect.Adjustment.PageIncrement = 10;
     this.programselect.ClimbRate = 1;
     this.programselect.Numeric = true;
     this.hbox8.Add (this.programselect);
     global::Gtk.Box.BoxChild w174 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.programselect]));
     w174.Position = 1;
     w174.Expand = false;
     w174.Fill = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.programbut = new global::Gtk.Button ();
     this.programbut.CanFocus = true;
     this.programbut.Name = "programbut";
     this.programbut.UseUnderline = true;
     this.programbut.Label = global::Mono.Unix.Catalog.GetString ("OK");
     global::Gtk.Image w175 = new global::Gtk.Image ();
     w175.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-apply", global::Gtk.IconSize.Button);
     this.programbut.Image = w175;
     this.hbox8.Add (this.programbut);
     global::Gtk.Box.BoxChild w176 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.programbut]));
     w176.Position = 2;
     w176.Expand = false;
     w176.Fill = false;
     this.vbox12.Add (this.hbox8);
     global::Gtk.Box.BoxChild w177 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.hbox8]));
     w177.Position = 1;
     w177.Expand = false;
     w177.Fill = false;
     // Container child vbox12.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("<i>Pozn.: Pouze čísla kanálů</i>");
     this.label2.UseMarkup = true;
     this.vbox12.Add (this.label2);
     global::Gtk.Box.BoxChild w178 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.label2]));
     w178.PackType = ((global::Gtk.PackType)(1));
     w178.Position = 2;
     w178.Expand = false;
     w178.Fill = false;
     this.vbox9.Add (this.vbox12);
     global::Gtk.Box.BoxChild w179 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.vbox12]));
     w179.Position = 6;
     w179.Expand = false;
     w179.Fill = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.hseparator8 = new global::Gtk.HSeparator ();
     this.hseparator8.Name = "hseparator8";
     this.vbox9.Add (this.hseparator8);
     global::Gtk.Box.BoxChild w180 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.hseparator8]));
     w180.Position = 7;
     w180.Expand = false;
     w180.Fill = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.vbox5 = new global::Gtk.VBox ();
     this.vbox5.Name = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox15 = new global::Gtk.HBox ();
     this.hbox15.Name = "hbox15";
     this.hbox15.Spacing = 6;
     // Container child hbox15.Gtk.Box+BoxChild
     this.label7 = new global::Gtk.Label ();
     this.label7.Name = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Vstup:</b>");
     this.label7.UseMarkup = true;
     this.hbox15.Add (this.label7);
     global::Gtk.Box.BoxChild w181 = ((global::Gtk.Box.BoxChild)(this.hbox15 [this.label7]));
     w181.Position = 0;
     w181.Expand = false;
     w181.Fill = false;
     // Container child hbox15.Gtk.Box+BoxChild
     this.inputview = new global::Gtk.Label ();
     this.inputview.Name = "inputview";
     this.inputview.LabelProp = global::Mono.Unix.Catalog.GetString ("<i>Neznámý</i>");
     this.inputview.UseMarkup = true;
     this.hbox15.Add (this.inputview);
     global::Gtk.Box.BoxChild w182 = ((global::Gtk.Box.BoxChild)(this.hbox15 [this.inputview]));
     w182.Position = 1;
     w182.Expand = false;
     w182.Fill = false;
     this.vbox5.Add (this.hbox15);
     global::Gtk.Box.BoxChild w183 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox15]));
     w183.Position = 0;
     w183.Expand = false;
     w183.Fill = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox16 = new global::Gtk.HBox ();
     this.hbox16.Name = "hbox16";
     this.hbox16.Spacing = 6;
     // Container child hbox16.Gtk.Box+BoxChild
     this.fixed4 = new global::Gtk.Fixed ();
     this.fixed4.Name = "fixed4";
     this.fixed4.HasWindow = false;
     this.hbox16.Add (this.fixed4);
     global::Gtk.Box.BoxChild w184 = ((global::Gtk.Box.BoxChild)(this.hbox16 [this.fixed4]));
     w184.Position = 0;
     // Container child hbox16.Gtk.Box+BoxChild
     this.inputselect = global::Gtk.ComboBox.NewText ();
     this.inputselect.AppendText (global::Mono.Unix.Catalog.GetString ("DTV"));
     this.inputselect.AppendText (global::Mono.Unix.Catalog.GetString ("AV1"));
     this.inputselect.AppendText (global::Mono.Unix.Catalog.GetString ("AV2"));
     this.inputselect.AppendText (global::Mono.Unix.Catalog.GetString ("HDMI"));
     this.inputselect.AppendText (global::Mono.Unix.Catalog.GetString ("RGB"));
     this.inputselect.AppendText (global::Mono.Unix.Catalog.GetString ("Komponentní"));
     this.inputselect.Name = "inputselect";
     this.inputselect.Active = 0;
     this.hbox16.Add (this.inputselect);
     global::Gtk.Box.BoxChild w185 = ((global::Gtk.Box.BoxChild)(this.hbox16 [this.inputselect]));
     w185.Position = 1;
     w185.Expand = false;
     w185.Fill = false;
     // Container child hbox16.Gtk.Box+BoxChild
     this.inputsend = new global::Gtk.Button ();
     this.inputsend.CanFocus = true;
     this.inputsend.Name = "inputsend";
     this.inputsend.UseUnderline = true;
     this.inputsend.Label = global::Mono.Unix.Catalog.GetString ("OK");
     global::Gtk.Image w186 = new global::Gtk.Image ();
     w186.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-apply", global::Gtk.IconSize.Button);
     this.inputsend.Image = w186;
     this.hbox16.Add (this.inputsend);
     global::Gtk.Box.BoxChild w187 = ((global::Gtk.Box.BoxChild)(this.hbox16 [this.inputsend]));
     w187.Position = 2;
     w187.Expand = false;
     w187.Fill = false;
     this.vbox5.Add (this.hbox16);
     global::Gtk.Box.BoxChild w188 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox16]));
     w188.Position = 1;
     w188.Expand = false;
     w188.Fill = false;
     this.vbox9.Add (this.vbox5);
     global::Gtk.Box.BoxChild w189 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.vbox5]));
     w189.Position = 8;
     w189.Expand = false;
     w189.Fill = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.autoconf = new global::Gtk.Button ();
     this.autoconf.Sensitive = false;
     this.autoconf.CanFocus = true;
     this.autoconf.Name = "autoconf";
     this.autoconf.UseUnderline = true;
     this.autoconf.Label = global::Mono.Unix.Catalog.GetString ("Autokonfigurace obrazu");
     global::Gtk.Image w190 = new global::Gtk.Image ();
     w190.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_properties", global::Gtk.IconSize.Button);
     this.autoconf.Image = w190;
     this.vbox9.Add (this.autoconf);
     global::Gtk.Box.BoxChild w191 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.autoconf]));
     w191.Position = 9;
     w191.Expand = false;
     w191.Fill = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.hseparator9 = new global::Gtk.HSeparator ();
     this.hseparator9.Name = "hseparator9";
     this.vbox9.Add (this.hseparator9);
     global::Gtk.Box.BoxChild w192 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.hseparator9]));
     w192.Position = 10;
     w192.Expand = false;
     w192.Fill = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.vbox13 = new global::Gtk.VBox ();
     this.vbox13.Name = "vbox13";
     this.vbox13.Spacing = 6;
     // Container child vbox13.Gtk.Box+BoxChild
     this.quit = new global::Gtk.Button ();
     this.quit.CanFocus = true;
     this.quit.Name = "quit";
     this.quit.UseStock = true;
     this.quit.UseUnderline = true;
     this.quit.Label = "gtk-quit";
     this.vbox13.Add (this.quit);
     global::Gtk.Box.BoxChild w193 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.quit]));
     w193.PackType = ((global::Gtk.PackType)(1));
     w193.Position = 1;
     w193.Expand = false;
     w193.Fill = false;
     // Container child vbox13.Gtk.Box+BoxChild
     this.button3 = new global::Gtk.Button ();
     this.button3.CanFocus = true;
     this.button3.Name = "button3";
     this.button3.Label = global::Mono.Unix.Catalog.GetString ("O programu");
     this.vbox13.Add (this.button3);
     global::Gtk.Box.BoxChild w194 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.button3]));
     w194.PackType = ((global::Gtk.PackType)(1));
     w194.Position = 2;
     w194.Expand = false;
     w194.Fill = false;
     this.vbox9.Add (this.vbox13);
     global::Gtk.Box.BoxChild w195 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.vbox13]));
     w195.Position = 11;
     this.hbox7.Add (this.vbox9);
     global::Gtk.Box.BoxChild w196 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.vbox9]));
     w196.Position = 2;
     w196.Expand = false;
     w196.Fill = false;
     this.Add (this.hbox7);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 602;
     this.DefaultHeight = 705;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.button51.Clicked += new global::System.EventHandler (this.inith);
     this.tvrad.Clicked += new global::System.EventHandler (this.handleKey);
     this.avmode.Clicked += new global::System.EventHandler (this.handleKey);
     this.power.Clicked += new global::System.EventHandler (this.handleKey);
     this.input.Clicked += new global::System.EventHandler (this.handleKey);
     this.energysaving.Clicked += new global::System.EventHandler (this.handleKey);
     this.n9.Clicked += new global::System.EventHandler (this.handleKey);
     this.n8.Clicked += new global::System.EventHandler (this.handleKey);
     this.n7.Clicked += new global::System.EventHandler (this.handleKey);
     this.n6.Clicked += new global::System.EventHandler (this.handleKey);
     this.n5.Clicked += new global::System.EventHandler (this.handleKey);
     this.n4.Clicked += new global::System.EventHandler (this.handleKey);
     this.n3.Clicked += new global::System.EventHandler (this.handleKey);
     this.n2.Clicked += new global::System.EventHandler (this.handleKey);
     this.n1.Clicked += new global::System.EventHandler (this.handleKey);
     this.list.Clicked += new global::System.EventHandler (this.handleKey);
     this.n.Clicked += new global::System.EventHandler (this.handleKey);
     this.qview.Clicked += new global::System.EventHandler (this.handleKey);
     this.vup.Clicked += new global::System.EventHandler (this.handleKey);
     this.vdown.Clicked += new global::System.EventHandler (this.handleKey);
     this.mute.Clicked += new global::System.EventHandler (this.handleKey);
     this.pup.Clicked += new global::System.EventHandler (this.handleKey);
     this.pdown.Clicked += new global::System.EventHandler (this.handleKey);
     this.up.Clicked += new global::System.EventHandler (this.handleKey);
     this.right.Clicked += new global::System.EventHandler (this.handleKey);
     this.ok.Clicked += new global::System.EventHandler (this.handleKey);
     this.left.Clicked += new global::System.EventHandler (this.handleKey);
     this.down.Clicked += new global::System.EventHandler (this.handleKey);
     this.menu.Clicked += new global::System.EventHandler (this.handleKey);
     this.ratio.Clicked += new global::System.EventHandler (this.handleKey);
     this.exit.Clicked += new global::System.EventHandler (this.handleKey);
     this.play.Clicked += new global::System.EventHandler (this.handleKey);
     this.pause.Clicked += new global::System.EventHandler (this.handleKey);
     this.stop.Clicked += new global::System.EventHandler (this.handleKey);
     this.bwd.Clicked += new global::System.EventHandler (this.handleKey);
     this.fwd.Clicked += new global::System.EventHandler (this.handleKey);
     this.yellow.Clicked += new global::System.EventHandler (this.handleKey);
     this.topt.Clicked += new global::System.EventHandler (this.handleKey);
     this.text.Clicked += new global::System.EventHandler (this.handleKey);
     this.subtitle.Clicked += new global::System.EventHandler (this.handleKey);
     this.simplink.Clicked += new global::System.EventHandler (this.handleKey);
     this.red.Clicked += new global::System.EventHandler (this.handleKey);
     this.qmenu.Clicked += new global::System.EventHandler (this.handleKey);
     this.markfav.Clicked += new global::System.EventHandler (this.handleKey);
     this.info.Clicked += new global::System.EventHandler (this.handleKey);
     this.green.Clicked += new global::System.EventHandler (this.handleKey);
     this.epg.Clicked += new global::System.EventHandler (this.handleKey);
     this.blue.Clicked += new global::System.EventHandler (this.handleKey);
     this.aspectsend.Clicked += new global::System.EventHandler (this.sendDirect);
     this.volumeselect.Changed += new global::System.EventHandler (this.sendDirect);
     this.volumesend.Clicked += new global::System.EventHandler (this.sendDirect);
     this.volumescroll.ValueChanged += new global::System.EventHandler (this.sendDirect);
     this.programselect.Changed += new global::System.EventHandler (this.sendDirect);
     this.programbut.Clicked += new global::System.EventHandler (this.sendDirect);
     this.inputsend.Clicked += new global::System.EventHandler (this.sendDirect);
     this.autoconf.Clicked += new global::System.EventHandler (this.sendDirect);
     this.button3.Clicked += new global::System.EventHandler (this.abouth);
     this.quit.Clicked += new global::System.EventHandler (this.quith);
 }
예제 #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.Action41 = new global::Gtk.Action ("Action41", global::Mono.Unix.Catalog.GetString ("_База"), null, null);
     this.Action41.ShortLabel = global::Mono.Unix.Catalog.GetString ("Файл");
     w1.Add (this.Action41, null);
     this.Action = new global::Gtk.Action ("Action", global::Mono.Unix.Catalog.GetString ("_Справочники"), null, null);
     this.Action.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Справочники");
     w1.Add (this.Action, null);
     this.Action10 = new global::Gtk.Action ("Action10", global::Mono.Unix.Catalog.GetString ("Арендаторы"), null, null);
     this.Action10.ShortLabel = global::Mono.Unix.Catalog.GetString ("Арендаторы");
     w1.Add (this.Action10, null);
     this.Action7 = new global::Gtk.Action ("Action7", global::Mono.Unix.Catalog.GetString ("Типы мест"), null, null);
     this.Action7.ShortLabel = global::Mono.Unix.Catalog.GetString ("Типы мест");
     w1.Add (this.Action7, null);
     this.quitAction = new global::Gtk.Action ("quitAction", global::Mono.Unix.Catalog.GetString ("В_ыход"), null, "gtk-quit");
     this.quitAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("В_ыход");
     w1.Add (this.quitAction, null);
     this.Action42 = new global::Gtk.Action ("Action42", global::Mono.Unix.Catalog.GetString ("Справка"), null, null);
     this.Action42.ShortLabel = global::Mono.Unix.Catalog.GetString ("Справка");
     w1.Add (this.Action42, null);
     this.aboutAction = new global::Gtk.Action ("aboutAction", global::Mono.Unix.Catalog.GetString ("О программе..."), null, "gtk-about");
     this.aboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("О программе...");
     w1.Add (this.aboutAction, null);
     this.dialogAuthenticationAction = new global::Gtk.Action ("dialogAuthenticationAction", global::Mono.Unix.Catalog.GetString ("Изменить пароль"), null, "gtk-dialog-authentication");
     this.dialogAuthenticationAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Изменить пароль");
     w1.Add (this.dialogAuthenticationAction, null);
     this.Action15 = new global::Gtk.Action ("Action15", global::Mono.Unix.Catalog.GetString ("Организации"), null, null);
     this.Action15.ShortLabel = global::Mono.Unix.Catalog.GetString ("Организации");
     w1.Add (this.Action15, null);
     this.Action26 = new global::Gtk.Action ("Action26", global::Mono.Unix.Catalog.GetString ("История версий"), null, null);
     this.Action26.ShortLabel = global::Mono.Unix.Catalog.GetString ("История версий");
     w1.Add (this.Action26, null);
     this.UsersAction = new global::Gtk.Action ("UsersAction", global::Mono.Unix.Catalog.GetString ("Пользователи"), null, "gtk-properties");
     this.UsersAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Пользователи");
     w1.Add (this.UsersAction, null);
     this.helpAction = new global::Gtk.Action ("helpAction", global::Mono.Unix.Catalog.GetString ("Документация"), null, "gtk-help");
     this.helpAction.Sensitive = false;
     this.helpAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Документация");
     w1.Add (this.helpAction, null);
     this.Action36 = new global::Gtk.Action ("Action36", global::Mono.Unix.Catalog.GetString ("Сайт программы"), null, null);
     this.Action36.ShortLabel = global::Mono.Unix.Catalog.GetString ("Сайт программы");
     w1.Add (this.Action36, null);
     this.Action40 = new global::Gtk.Action ("Action40", global::Mono.Unix.Catalog.GetString ("Земельные участки"), null, null);
     this.Action40.ShortLabel = global::Mono.Unix.Catalog.GetString ("Земельные участки");
     w1.Add (this.Action40, null);
     this.propertiesAction = new global::Gtk.Action ("propertiesAction", global::Mono.Unix.Catalog.GetString ("Настраиваемые поля"), null, "gtk-properties");
     this.propertiesAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Настраиваемые поля");
     w1.Add (this.propertiesAction, null);
     this.Action43 = new global::Gtk.Action ("Action43", global::Mono.Unix.Catalog.GetString ("Типы договоров"), null, null);
     this.Action43.ShortLabel = global::Mono.Unix.Catalog.GetString ("Типы договоров");
     w1.Add (this.Action43, null);
     this.Action44 = new global::Gtk.Action ("Action44", global::Mono.Unix.Catalog.GetString ("Категории договоров"), null, null);
     this.Action44.ShortLabel = global::Mono.Unix.Catalog.GetString ("Категории договоров");
     w1.Add (this.Action44, null);
     this.Action45 = new global::Gtk.Action ("Action45", global::Mono.Unix.Catalog.GetString ("Отчеты"), null, null);
     this.Action45.ShortLabel = global::Mono.Unix.Catalog.GetString ("Отчеты");
     w1.Add (this.Action45, null);
     this.Action46 = new global::Gtk.Action ("Action46", global::Mono.Unix.Catalog.GetString ("Реестр договоров"), null, null);
     this.Action46.ShortLabel = global::Mono.Unix.Catalog.GetString ("Договоры");
     w1.Add (this.Action46, null);
     this.ActionHistoryLog = new global::Gtk.Action ("ActionHistoryLog", global::Mono.Unix.Catalog.GetString ("Журнал изменений"), null, null);
     this.ActionHistoryLog.ShortLabel = global::Mono.Unix.Catalog.GetString ("Журнал изменений");
     w1.Add (this.ActionHistoryLog, null);
     this.goDownAction = new global::Gtk.Action ("goDownAction", global::Mono.Unix.Catalog.GetString ("Проверить обновления"), null, "gtk-go-down");
     this.goDownAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Проверить обновления");
     w1.Add (this.goDownAction, null);
     this.PlanAction = new global::Gtk.Action ("PlanAction", global::Mono.Unix.Catalog.GetString ("Схемы"), null, null);
     this.PlanAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Схемы");
     w1.Add (this.PlanAction, null);
     this.TagAction = new global::Gtk.Action ("TagAction", global::Mono.Unix.Catalog.GetString ("Метки"), null, null);
     this.TagAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Метки");
     w1.Add (this.TagAction, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("QS: Договора аренды");
     this.Icon = global::Gdk.Pixbuf.LoadFromResource ("LeaseAgreement.icons.logo.ico");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     // 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='Action41' action='Action41'><menuitem name='dialogAuthenticationAction' action='dialogAuthenticationAction'/><menuitem name='UsersAction' action='UsersAction'/><separator/><menuitem name='propertiesAction' action='propertiesAction'/><separator/><menuitem name='ActionHistoryLog' action='ActionHistoryLog'/><separator/><menuitem name='quitAction' action='quitAction'/></menu><menu name='Action' action='Action'><menuitem name='Action15' action='Action15'/><menuitem name='Action40' action='Action40'/><separator/><menuitem name='Action10' action='Action10'/><menuitem name='Action43' action='Action43'/><menuitem name='Action44' action='Action44'/><separator/><menuitem name='Action7' action='Action7'/><menuitem name='PlanAction' action='PlanAction'/><menuitem name='TagAction' action='TagAction'/></menu><menu name='Action45' action='Action45'><menuitem name='Action46' action='Action46'/></menu><menu name='Action42' action='Action42'><menuitem name='helpAction' action='helpAction'/><menuitem name='Action36' action='Action36'/><menuitem name='Action26' action='Action26'/><menuitem name='goDownAction' action='goDownAction'/><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.notebookMain = new global::Gtk.Notebook ();
     this.notebookMain.CanFocus = true;
     this.notebookMain.Name = "notebookMain";
     this.notebookMain.CurrentPage = 2;
     // Container child notebookMain.Gtk.Notebook+NotebookChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox8 = new global::Gtk.HBox ();
     this.hbox8.Name = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.table3 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
     this.table3.Name = "table3";
     this.table3.RowSpacing = ((uint)(6));
     this.table3.ColumnSpacing = ((uint)(6));
     this.table3.BorderWidth = ((uint)(3));
     // Container child table3.Gtk.Table+TableChild
     this.comboPlaceOrg = new global::Gtk.ComboBox ();
     this.comboPlaceOrg.Name = "comboPlaceOrg";
     this.table3.Add (this.comboPlaceOrg);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table3 [this.comboPlaceOrg]));
     w3.TopAttach = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.LeftAttach = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.comboPlaceType = new global::Gtk.ComboBox ();
     this.comboPlaceType.Name = "comboPlaceType";
     this.hbox1.Add (this.comboPlaceType);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboPlaceType]));
     w4.Position = 0;
     w4.Expand = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label19 = new global::Gtk.Label ();
     this.label19.Name = "label19";
     this.label19.LabelProp = global::Mono.Unix.Catalog.GetString ("-");
     this.hbox1.Add (this.label19);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label19]));
     w5.Position = 1;
     w5.Expand = false;
     w5.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.entryPlaceNum = new global::Gtk.Entry ();
     this.entryPlaceNum.TooltipMarkup = "Введите номер места, для поиска в таблице.";
     this.entryPlaceNum.CanFocus = true;
     this.entryPlaceNum.Name = "entryPlaceNum";
     this.entryPlaceNum.IsEditable = true;
     this.entryPlaceNum.InvisibleChar = '●';
     this.hbox1.Add (this.entryPlaceNum);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.entryPlaceNum]));
     w6.Position = 2;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonCleanTabPPlaceNo = new global::Gtk.Button ();
     this.buttonCleanTabPPlaceNo.TooltipMarkup = "Очистить фильтр по месту";
     this.buttonCleanTabPPlaceNo.CanFocus = true;
     this.buttonCleanTabPPlaceNo.Name = "buttonCleanTabPPlaceNo";
     this.buttonCleanTabPPlaceNo.UseUnderline = true;
     global::Gtk.Image w7 = new global::Gtk.Image ();
     w7.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-clear", global::Gtk.IconSize.Menu);
     this.buttonCleanTabPPlaceNo.Image = w7;
     this.hbox1.Add (this.buttonCleanTabPPlaceNo);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonCleanTabPPlaceNo]));
     w8.Position = 3;
     w8.Expand = false;
     w8.Fill = false;
     this.table3.Add (this.hbox1);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table3 [this.hbox1]));
     w9.LeftAttach = ((uint)(1));
     w9.RightAttach = ((uint)(2));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.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 ("по организации:");
     this.table3.Add (this.label22);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table3 [this.label22]));
     w10.TopAttach = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.Xalign = 1F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Фильтр по месту:");
     this.table3.Add (this.label3);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table3 [this.label3]));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     this.hbox8.Add (this.table3);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.table3]));
     w12.Position = 0;
     w12.Expand = false;
     w12.Fill = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.table6 = new global::Gtk.Table (((uint)(1)), ((uint)(2)), false);
     this.table6.Name = "table6";
     this.table6.RowSpacing = ((uint)(6));
     this.table6.ColumnSpacing = ((uint)(6));
     this.table6.BorderWidth = ((uint)(3));
     // Container child table6.Gtk.Table+TableChild
     this.hbox19 = new global::Gtk.HBox ();
     this.hbox19.Name = "hbox19";
     this.hbox19.Spacing = 6;
     // Container child hbox19.Gtk.Box+BoxChild
     this.entryPlaceLess = new global::Gtk.Entry ();
     this.entryPlaceLess.CanFocus = true;
     this.entryPlaceLess.Name = "entryPlaceLess";
     this.entryPlaceLess.IsEditable = true;
     this.entryPlaceLess.InvisibleChar = '●';
     this.hbox19.Add (this.entryPlaceLess);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox19 [this.entryPlaceLess]));
     w13.Position = 0;
     // Container child hbox19.Gtk.Box+BoxChild
     this.buttonCleanTabPLessee = new global::Gtk.Button ();
     this.buttonCleanTabPLessee.TooltipMarkup = "Очистить фильтр по имени арендатора";
     this.buttonCleanTabPLessee.CanFocus = true;
     this.buttonCleanTabPLessee.Name = "buttonCleanTabPLessee";
     this.buttonCleanTabPLessee.UseUnderline = true;
     global::Gtk.Image w14 = new global::Gtk.Image ();
     w14.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-clear", global::Gtk.IconSize.Menu);
     this.buttonCleanTabPLessee.Image = w14;
     this.hbox19.Add (this.buttonCleanTabPLessee);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox19 [this.buttonCleanTabPLessee]));
     w15.Position = 1;
     w15.Expand = false;
     w15.Fill = false;
     this.table6.Add (this.hbox19);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table6 [this.hbox19]));
     w16.LeftAttach = ((uint)(1));
     w16.RightAttach = ((uint)(2));
     w16.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table6.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 ("Поиск по арендатору:");
     this.table6.Add (this.label20);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table6 [this.label20]));
     w17.XOptions = ((global::Gtk.AttachOptions)(4));
     w17.YOptions = ((global::Gtk.AttachOptions)(4));
     this.hbox8.Add (this.table6);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.table6]));
     w18.Position = 1;
     this.vbox2.Add (this.hbox8);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox8]));
     w19.Position = 0;
     w19.Expand = false;
     w19.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));
     this.GtkScrolledWindow.BorderWidth = ((uint)(6));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeviewPlaces = new global::Gtk.TreeView ();
     this.treeviewPlaces.CanFocus = true;
     this.treeviewPlaces.Name = "treeviewPlaces";
     this.GtkScrolledWindow.Add (this.treeviewPlaces);
     this.vbox2.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
     w21.Position = 1;
     this.notebookMain.Add (this.vbox2);
     // Notebook tab
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Места");
     this.notebookMain.SetTabLabel (this.vbox2, this.label1);
     this.label1.ShowAll ();
     // Container child notebookMain.Gtk.Notebook+NotebookChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     this.hbox3.BorderWidth = ((uint)(6));
     // Container child hbox3.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(3)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.button233 = new global::Gtk.Button ();
     this.button233.TooltipMarkup = "Очистить фильтр по имени";
     this.button233.CanFocus = true;
     this.button233.Name = "button233";
     this.button233.UseUnderline = true;
     global::Gtk.Image w23 = new global::Gtk.Image ();
     w23.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-clear", global::Gtk.IconSize.Menu);
     this.button233.Image = w23;
     this.table1.Add (this.button233);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table1 [this.button233]));
     w24.LeftAttach = ((uint)(2));
     w24.RightAttach = ((uint)(3));
     w24.XOptions = ((global::Gtk.AttachOptions)(4));
     w24.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.button234 = new global::Gtk.Button ();
     this.button234.TooltipMarkup = "Очистить фильтр по ФИО";
     this.button234.CanFocus = true;
     this.button234.Name = "button234";
     this.button234.UseUnderline = true;
     global::Gtk.Image w25 = new global::Gtk.Image ();
     w25.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-clear", global::Gtk.IconSize.Menu);
     this.button234.Image = w25;
     this.table1.Add (this.button234);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table1 [this.button234]));
     w26.TopAttach = ((uint)(1));
     w26.BottomAttach = ((uint)(2));
     w26.LeftAttach = ((uint)(2));
     w26.RightAttach = ((uint)(3));
     w26.XOptions = ((global::Gtk.AttachOptions)(4));
     w26.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.button235 = new global::Gtk.Button ();
     this.button235.TooltipMarkup = "Очистить фильтр по ИНН";
     this.button235.CanFocus = true;
     this.button235.Name = "button235";
     this.button235.UseUnderline = true;
     global::Gtk.Image w27 = new global::Gtk.Image ();
     w27.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-clear", global::Gtk.IconSize.Menu);
     this.button235.Image = w27;
     this.table1.Add (this.button235);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table1 [this.button235]));
     w28.TopAttach = ((uint)(2));
     w28.BottomAttach = ((uint)(3));
     w28.LeftAttach = ((uint)(2));
     w28.RightAttach = ((uint)(3));
     w28.XOptions = ((global::Gtk.AttachOptions)(4));
     w28.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryFilterFIO = new global::Gtk.Entry ();
     this.entryFilterFIO.CanFocus = true;
     this.entryFilterFIO.Name = "entryFilterFIO";
     this.entryFilterFIO.IsEditable = true;
     this.entryFilterFIO.InvisibleChar = '●';
     this.table1.Add (this.entryFilterFIO);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryFilterFIO]));
     w29.TopAttach = ((uint)(1));
     w29.BottomAttach = ((uint)(2));
     w29.LeftAttach = ((uint)(1));
     w29.RightAttach = ((uint)(2));
     w29.XOptions = ((global::Gtk.AttachOptions)(4));
     w29.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryFilterINN = new global::Gtk.Entry ();
     this.entryFilterINN.CanFocus = true;
     this.entryFilterINN.Name = "entryFilterINN";
     this.entryFilterINN.IsEditable = true;
     this.entryFilterINN.InvisibleChar = '●';
     this.table1.Add (this.entryFilterINN);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryFilterINN]));
     w30.TopAttach = ((uint)(2));
     w30.BottomAttach = ((uint)(3));
     w30.LeftAttach = ((uint)(1));
     w30.RightAttach = ((uint)(2));
     w30.XOptions = ((global::Gtk.AttachOptions)(4));
     w30.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryFilterName = new global::Gtk.Entry ();
     this.entryFilterName.CanFocus = true;
     this.entryFilterName.Name = "entryFilterName";
     this.entryFilterName.IsEditable = true;
     this.entryFilterName.InvisibleChar = '●';
     this.table1.Add (this.entryFilterName);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryFilterName]));
     w31.LeftAttach = ((uint)(1));
     w31.RightAttach = ((uint)(2));
     w31.XOptions = ((global::Gtk.AttachOptions)(4));
     w31.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.Xalign = 1F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Фильтр по имени:");
     this.table1.Add (this.label4);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w32.XOptions = ((global::Gtk.AttachOptions)(4));
     w32.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.Xalign = 1F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Ф.И.О. директора:");
     this.table1.Add (this.label5);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w33.TopAttach = ((uint)(1));
     w33.BottomAttach = ((uint)(2));
     w33.XOptions = ((global::Gtk.AttachOptions)(4));
     w33.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 ("ИНН:");
     this.table1.Add (this.label6);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w34.TopAttach = ((uint)(2));
     w34.BottomAttach = ((uint)(3));
     w34.XOptions = ((global::Gtk.AttachOptions)(4));
     w34.YOptions = ((global::Gtk.AttachOptions)(4));
     this.hbox3.Add (this.table1);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.table1]));
     w35.Position = 0;
     w35.Expand = false;
     w35.Fill = false;
     this.vbox3.Add (this.hbox3);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox3]));
     w36.Position = 0;
     w36.Expand = false;
     w36.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));
     this.GtkScrolledWindow1.BorderWidth = ((uint)(6));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.treeviewLessees = new global::Gtk.TreeView ();
     this.treeviewLessees.CanFocus = true;
     this.treeviewLessees.Name = "treeviewLessees";
     this.GtkScrolledWindow1.Add (this.treeviewLessees);
     this.vbox3.Add (this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow1]));
     w38.Position = 1;
     this.notebookMain.Add (this.vbox3);
     global::Gtk.Notebook.NotebookChild w39 = ((global::Gtk.Notebook.NotebookChild)(this.notebookMain [this.vbox3]));
     w39.Position = 1;
     // Notebook tab
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Арендаторы");
     this.notebookMain.SetTabLabel (this.vbox3, this.label2);
     this.label2.ShowAll ();
     // Container child notebookMain.Gtk.Notebook+NotebookChild
     this.vbox8 = new global::Gtk.VBox ();
     this.vbox8.Name = "vbox8";
     this.vbox8.Spacing = 6;
     // Container child vbox8.Gtk.Box+BoxChild
     this.hbox9 = new global::Gtk.HBox ();
     this.hbox9.Name = "hbox9";
     this.hbox9.Spacing = 6;
     this.hbox9.BorderWidth = ((uint)(3));
     // Container child hbox9.Gtk.Box+BoxChild
     this.table4 = new global::Gtk.Table (((uint)(4)), ((uint)(2)), false);
     this.table4.Name = "table4";
     this.table4.RowSpacing = ((uint)(6));
     this.table4.ColumnSpacing = ((uint)(6));
     // Container child table4.Gtk.Table+TableChild
     this.comboContractOrg = new global::Gtk.ComboBox ();
     this.comboContractOrg.Name = "comboContractOrg";
     this.table4.Add (this.comboContractOrg);
     global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table4 [this.comboContractOrg]));
     w40.LeftAttach = ((uint)(1));
     w40.RightAttach = ((uint)(2));
     w40.XOptions = ((global::Gtk.AttachOptions)(4));
     w40.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.hbox10 = new global::Gtk.HBox ();
     this.hbox10.Name = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.comboContractPlaceT = new global::Gtk.ComboBox ();
     this.comboContractPlaceT.Name = "comboContractPlaceT";
     this.hbox10.Add (this.comboContractPlaceT);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.comboContractPlaceT]));
     w41.Position = 0;
     w41.Expand = false;
     // Container child hbox10.Gtk.Box+BoxChild
     this.label30 = new global::Gtk.Label ();
     this.label30.Name = "label30";
     this.label30.LabelProp = global::Mono.Unix.Catalog.GetString ("-");
     this.hbox10.Add (this.label30);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.label30]));
     w42.Position = 1;
     w42.Expand = false;
     w42.Fill = false;
     // Container child hbox10.Gtk.Box+BoxChild
     this.entryContractPlaceN = new global::Gtk.Entry ();
     this.entryContractPlaceN.TooltipMarkup = "Введите номер места, для поиска в таблице.";
     this.entryContractPlaceN.CanFocus = true;
     this.entryContractPlaceN.Name = "entryContractPlaceN";
     this.entryContractPlaceN.IsEditable = true;
     this.entryContractPlaceN.InvisibleChar = '●';
     this.hbox10.Add (this.entryContractPlaceN);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.entryContractPlaceN]));
     w43.Position = 2;
     // Container child hbox10.Gtk.Box+BoxChild
     this.buttonContractClearPlace = new global::Gtk.Button ();
     this.buttonContractClearPlace.CanFocus = true;
     this.buttonContractClearPlace.Name = "buttonContractClearPlace";
     this.buttonContractClearPlace.UseUnderline = true;
     global::Gtk.Image w44 = new global::Gtk.Image ();
     w44.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-clear", global::Gtk.IconSize.Menu);
     this.buttonContractClearPlace.Image = w44;
     this.hbox10.Add (this.buttonContractClearPlace);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.buttonContractClearPlace]));
     w45.Position = 3;
     w45.Expand = false;
     w45.Fill = false;
     this.table4.Add (this.hbox10);
     global::Gtk.Table.TableChild w46 = ((global::Gtk.Table.TableChild)(this.table4 [this.hbox10]));
     w46.TopAttach = ((uint)(1));
     w46.BottomAttach = ((uint)(2));
     w46.LeftAttach = ((uint)(1));
     w46.RightAttach = ((uint)(2));
     w46.XOptions = ((global::Gtk.AttachOptions)(4));
     w46.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.hbox11 = new global::Gtk.HBox ();
     this.hbox11.Name = "hbox11";
     this.hbox11.Spacing = 6;
     // Container child hbox11.Gtk.Box+BoxChild
     this.entryContractLessee = new global::Gtk.Entry ();
     this.entryContractLessee.CanFocus = true;
     this.entryContractLessee.Name = "entryContractLessee";
     this.entryContractLessee.IsEditable = true;
     this.entryContractLessee.InvisibleChar = '•';
     this.hbox11.Add (this.entryContractLessee);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.entryContractLessee]));
     w47.Position = 0;
     // Container child hbox11.Gtk.Box+BoxChild
     this.buttonContractClearLessee = new global::Gtk.Button ();
     this.buttonContractClearLessee.CanFocus = true;
     this.buttonContractClearLessee.Name = "buttonContractClearLessee";
     this.buttonContractClearLessee.UseUnderline = true;
     global::Gtk.Image w48 = new global::Gtk.Image ();
     w48.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-clear", global::Gtk.IconSize.Menu);
     this.buttonContractClearLessee.Image = w48;
     this.hbox11.Add (this.buttonContractClearLessee);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.buttonContractClearLessee]));
     w49.Position = 1;
     w49.Expand = false;
     w49.Fill = false;
     this.table4.Add (this.hbox11);
     global::Gtk.Table.TableChild w50 = ((global::Gtk.Table.TableChild)(this.table4 [this.hbox11]));
     w50.TopAttach = ((uint)(2));
     w50.BottomAttach = ((uint)(3));
     w50.LeftAttach = ((uint)(1));
     w50.RightAttach = ((uint)(2));
     w50.XOptions = ((global::Gtk.AttachOptions)(4));
     w50.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.hbox12 = new global::Gtk.HBox ();
     this.hbox12.Name = "hbox12";
     this.hbox12.Spacing = 6;
     // Container child hbox12.Gtk.Box+BoxChild
     this.entryContractNumber = new global::Gtk.Entry ();
     this.entryContractNumber.CanFocus = true;
     this.entryContractNumber.Name = "entryContractNumber";
     this.entryContractNumber.IsEditable = true;
     this.entryContractNumber.InvisibleChar = '•';
     this.hbox12.Add (this.entryContractNumber);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.entryContractNumber]));
     w51.Position = 0;
     // Container child hbox12.Gtk.Box+BoxChild
     this.buttonContractClearNumber = new global::Gtk.Button ();
     this.buttonContractClearNumber.CanFocus = true;
     this.buttonContractClearNumber.Name = "buttonContractClearNumber";
     this.buttonContractClearNumber.UseUnderline = true;
     global::Gtk.Image w52 = new global::Gtk.Image ();
     w52.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-clear", global::Gtk.IconSize.Menu);
     this.buttonContractClearNumber.Image = w52;
     this.hbox12.Add (this.buttonContractClearNumber);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.buttonContractClearNumber]));
     w53.Position = 1;
     w53.Expand = false;
     w53.Fill = false;
     this.table4.Add (this.hbox12);
     global::Gtk.Table.TableChild w54 = ((global::Gtk.Table.TableChild)(this.table4 [this.hbox12]));
     w54.TopAttach = ((uint)(3));
     w54.BottomAttach = ((uint)(4));
     w54.LeftAttach = ((uint)(1));
     w54.RightAttach = ((uint)(2));
     w54.XOptions = ((global::Gtk.AttachOptions)(4));
     w54.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label26 = new global::Gtk.Label ();
     this.label26.Name = "label26";
     this.label26.Xalign = 1F;
     this.label26.LabelProp = global::Mono.Unix.Catalog.GetString ("Организация:");
     this.table4.Add (this.label26);
     global::Gtk.Table.TableChild w55 = ((global::Gtk.Table.TableChild)(this.table4 [this.label26]));
     w55.XOptions = ((global::Gtk.AttachOptions)(4));
     w55.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label27 = new global::Gtk.Label ();
     this.label27.Name = "label27";
     this.label27.Xalign = 1F;
     this.label27.LabelProp = global::Mono.Unix.Catalog.GetString ("Место:");
     this.table4.Add (this.label27);
     global::Gtk.Table.TableChild w56 = ((global::Gtk.Table.TableChild)(this.table4 [this.label27]));
     w56.TopAttach = ((uint)(1));
     w56.BottomAttach = ((uint)(2));
     w56.XOptions = ((global::Gtk.AttachOptions)(4));
     w56.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label28 = new global::Gtk.Label ();
     this.label28.Name = "label28";
     this.label28.Xalign = 1F;
     this.label28.LabelProp = global::Mono.Unix.Catalog.GetString ("Арендатор:");
     this.table4.Add (this.label28);
     global::Gtk.Table.TableChild w57 = ((global::Gtk.Table.TableChild)(this.table4 [this.label28]));
     w57.TopAttach = ((uint)(2));
     w57.BottomAttach = ((uint)(3));
     w57.XOptions = ((global::Gtk.AttachOptions)(4));
     w57.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label29 = new global::Gtk.Label ();
     this.label29.Name = "label29";
     this.label29.Xalign = 1F;
     this.label29.LabelProp = global::Mono.Unix.Catalog.GetString ("Поиск по номеру:");
     this.table4.Add (this.label29);
     global::Gtk.Table.TableChild w58 = ((global::Gtk.Table.TableChild)(this.table4 [this.label29]));
     w58.TopAttach = ((uint)(3));
     w58.BottomAttach = ((uint)(4));
     w58.XOptions = ((global::Gtk.AttachOptions)(4));
     w58.YOptions = ((global::Gtk.AttachOptions)(4));
     this.hbox9.Add (this.table4);
     global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.table4]));
     w59.Position = 0;
     w59.Expand = false;
     w59.Fill = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.vbox9 = new global::Gtk.VBox ();
     this.vbox9.Name = "vbox9";
     this.vbox9.Spacing = 6;
     // Container child vbox9.Gtk.Box+BoxChild
     this.table2 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
     this.table2.Name = "table2";
     this.table2.RowSpacing = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.comboContractCategory = new global::Gtk.ComboBox ();
     this.comboContractCategory.Name = "comboContractCategory";
     this.table2.Add (this.comboContractCategory);
     global::Gtk.Table.TableChild w60 = ((global::Gtk.Table.TableChild)(this.table2 [this.comboContractCategory]));
     w60.TopAttach = ((uint)(1));
     w60.BottomAttach = ((uint)(2));
     w60.LeftAttach = ((uint)(1));
     w60.RightAttach = ((uint)(2));
     w60.XOptions = ((global::Gtk.AttachOptions)(4));
     w60.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.comboContractState = global::Gtk.ComboBox.NewText ();
     this.comboContractState.AppendText (global::Mono.Unix.Catalog.GetString ("Все"));
     this.comboContractState.AppendText (global::Mono.Unix.Catalog.GetString ("Действующие"));
     this.comboContractState.AppendText (global::Mono.Unix.Catalog.GetString ("Архивные"));
     this.comboContractState.AppendText (global::Mono.Unix.Catalog.GetString ("Черновики"));
     this.comboContractState.AppendText (global::Mono.Unix.Catalog.GetString ("Кроме архивных"));
     this.comboContractState.Name = "comboContractState";
     this.comboContractState.Active = 0;
     this.table2.Add (this.comboContractState);
     global::Gtk.Table.TableChild w61 = ((global::Gtk.Table.TableChild)(this.table2 [this.comboContractState]));
     w61.LeftAttach = ((uint)(1));
     w61.RightAttach = ((uint)(2));
     w61.XOptions = ((global::Gtk.AttachOptions)(4));
     w61.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label7 = new global::Gtk.Label ();
     this.label7.Name = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Статус договора:");
     this.table2.Add (this.label7);
     global::Gtk.Table.TableChild w62 = ((global::Gtk.Table.TableChild)(this.table2 [this.label7]));
     w62.XOptions = ((global::Gtk.AttachOptions)(4));
     w62.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label8 = new global::Gtk.Label ();
     this.label8.Name = "label8";
     this.label8.Xalign = 1F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Категория:");
     this.table2.Add (this.label8);
     global::Gtk.Table.TableChild w63 = ((global::Gtk.Table.TableChild)(this.table2 [this.label8]));
     w63.TopAttach = ((uint)(1));
     w63.BottomAttach = ((uint)(2));
     w63.XOptions = ((global::Gtk.AttachOptions)(4));
     w63.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox9.Add (this.table2);
     global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.table2]));
     w64.Position = 0;
     w64.Expand = false;
     w64.Fill = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.check30daysContracts = new global::Gtk.CheckButton ();
     this.check30daysContracts.CanFocus = true;
     this.check30daysContracts.Name = "check30daysContracts";
     this.check30daysContracts.Label = global::Mono.Unix.Catalog.GetString ("Аренда заканчивается в течении 30 дней");
     this.check30daysContracts.DrawIndicator = true;
     this.check30daysContracts.UseUnderline = true;
     this.vbox9.Add (this.check30daysContracts);
     global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.check30daysContracts]));
     w65.Position = 1;
     w65.Expand = false;
     w65.Fill = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.checkNewContracts = new global::Gtk.CheckButton ();
     this.checkNewContracts.CanFocus = true;
     this.checkNewContracts.Name = "checkNewContracts";
     this.checkNewContracts.Label = global::Mono.Unix.Catalog.GetString ("Только новые(за последние 14 дней)");
     this.checkNewContracts.DrawIndicator = true;
     this.checkNewContracts.UseUnderline = true;
     this.vbox9.Add (this.checkNewContracts);
     global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.checkNewContracts]));
     w66.Position = 2;
     w66.Expand = false;
     w66.Fill = false;
     this.hbox9.Add (this.vbox9);
     global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.vbox9]));
     w67.Position = 1;
     w67.Expand = false;
     w67.Fill = false;
     this.vbox8.Add (this.hbox9);
     global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hbox9]));
     w68.Position = 0;
     w68.Expand = false;
     w68.Fill = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.GtkScrolledWindow3 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow3.Name = "GtkScrolledWindow3";
     this.GtkScrolledWindow3.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow3.Gtk.Container+ContainerChild
     this.treeviewContract = new global::Gtk.TreeView ();
     this.treeviewContract.CanFocus = true;
     this.treeviewContract.Name = "treeviewContract";
     this.GtkScrolledWindow3.Add (this.treeviewContract);
     this.vbox8.Add (this.GtkScrolledWindow3);
     global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.GtkScrolledWindow3]));
     w70.Position = 1;
     this.notebookMain.Add (this.vbox8);
     global::Gtk.Notebook.NotebookChild w71 = ((global::Gtk.Notebook.NotebookChild)(this.notebookMain [this.vbox8]));
     w71.Position = 2;
     // Notebook tab
     this.label15 = new global::Gtk.Label ();
     this.label15.Name = "label15";
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString ("Договора");
     this.notebookMain.SetTabLabel (this.vbox8, this.label15);
     this.label15.ShowAll ();
     // Container child notebookMain.Gtk.Notebook+NotebookChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // 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.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.label10 = new global::Gtk.Label ();
     this.label10.Name = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("Схема:");
     this.hbox4.Add (this.label10);
     global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label10]));
     w72.Position = 0;
     w72.Expand = false;
     w72.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.entryreferencePlan = new global::QSOrmProject.EntryReference ();
     this.entryreferencePlan.Events = ((global::Gdk.EventMask)(256));
     this.entryreferencePlan.Name = "entryreferencePlan";
     this.hbox4.Add (this.entryreferencePlan);
     global::Gtk.Box.BoxChild w73 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.entryreferencePlan]));
     w73.Position = 1;
     this.vbox5.Add (this.hbox4);
     global::Gtk.Box.BoxChild w74 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox4]));
     w74.Position = 0;
     w74.Expand = false;
     w74.Fill = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.planviewwidget1 = new global::LeaseAgreement.PlanViewWidget ();
     this.planviewwidget1.WidthRequest = 400;
     this.planviewwidget1.HeightRequest = 300;
     this.planviewwidget1.Sensitive = false;
     this.planviewwidget1.Events = ((global::Gdk.EventMask)(256));
     this.planviewwidget1.Name = "planviewwidget1";
     this.planviewwidget1.VisibleWindow = false;
     this.vbox5.Add (this.planviewwidget1);
     global::Gtk.Box.BoxChild w75 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.planviewwidget1]));
     w75.Position = 1;
     this.hbox2.Add (this.vbox5);
     global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox5]));
     w76.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     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.LabelProp = global::Mono.Unix.Catalog.GetString ("Резерв до:");
     this.vbox6.Add (this.label13);
     global::Gtk.Box.BoxChild w77 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label13]));
     w77.Position = 0;
     w77.Expand = false;
     w77.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.reserveDatePicker = new global::QSOrmProject.DataDatePicker ();
     this.reserveDatePicker.Events = ((global::Gdk.EventMask)(256));
     this.reserveDatePicker.Name = "reserveDatePicker";
     this.reserveDatePicker.WithTime = false;
     this.reserveDatePicker.Date = new global::System.DateTime (0);
     this.reserveDatePicker.IsEditable = true;
     this.reserveDatePicker.AutoSeparation = false;
     this.reserveDatePicker.InheritedDataSource = false;
     this.reserveDatePicker.InheritedBoundaryDataSource = false;
     this.vbox6.Add (this.reserveDatePicker);
     global::Gtk.Box.BoxChild w78 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.reserveDatePicker]));
     w78.Position = 1;
     w78.Expand = false;
     w78.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.label12 = new global::Gtk.Label ();
     this.label12.Name = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("Комментарий:");
     this.vbox6.Add (this.label12);
     global::Gtk.Box.BoxChild w79 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label12]));
     w79.Position = 2;
     w79.Expand = false;
     w79.Fill = false;
     // Container child vbox6.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.reserveCommentTextView = new global::Gtk.TextView ();
     this.reserveCommentTextView.CanFocus = true;
     this.reserveCommentTextView.Name = "reserveCommentTextView";
     this.GtkScrolledWindow2.Add (this.reserveCommentTextView);
     this.vbox6.Add (this.GtkScrolledWindow2);
     global::Gtk.Box.BoxChild w81 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.GtkScrolledWindow2]));
     w81.Position = 3;
     // Container child vbox6.Gtk.Box+BoxChild
     this.label11 = new global::Gtk.Label ();
     this.label11.Name = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("Места в резерве:");
     this.vbox6.Add (this.label11);
     global::Gtk.Box.BoxChild w82 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label11]));
     w82.Position = 4;
     w82.Expand = false;
     w82.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.GtkScrolledWindow4 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow4.Name = "GtkScrolledWindow4";
     this.GtkScrolledWindow4.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow4.Gtk.Container+ContainerChild
     this.reserveTreeView = new global::Gtk.TreeView ();
     this.reserveTreeView.CanFocus = true;
     this.reserveTreeView.Events = ((global::Gdk.EventMask)(256));
     this.reserveTreeView.Name = "reserveTreeView";
     this.GtkScrolledWindow4.Add (this.reserveTreeView);
     this.vbox6.Add (this.GtkScrolledWindow4);
     global::Gtk.Box.BoxChild w84 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.GtkScrolledWindow4]));
     w84.Position = 5;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox13 = new global::Gtk.HBox ();
     this.hbox13.Name = "hbox13";
     this.hbox13.Spacing = 6;
     // Container child hbox13.Gtk.Box+BoxChild
     this.reserveSaveButton = new global::Gtk.Button ();
     this.reserveSaveButton.CanFocus = true;
     this.reserveSaveButton.Name = "reserveSaveButton";
     this.reserveSaveButton.UseUnderline = true;
     this.reserveSaveButton.Label = global::Mono.Unix.Catalog.GetString ("Сохранить");
     this.hbox13.Add (this.reserveSaveButton);
     global::Gtk.Box.BoxChild w85 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.reserveSaveButton]));
     w85.Position = 0;
     w85.Expand = false;
     w85.Fill = false;
     // Container child hbox13.Gtk.Box+BoxChild
     this.button906 = new global::Gtk.Button ();
     this.button906.CanFocus = true;
     this.button906.Name = "button906";
     this.button906.UseUnderline = true;
     this.button906.Label = global::Mono.Unix.Catalog.GetString ("Отменить");
     this.hbox13.Add (this.button906);
     global::Gtk.Box.BoxChild w86 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.button906]));
     w86.Position = 1;
     w86.Expand = false;
     w86.Fill = false;
     // Container child hbox13.Gtk.Box+BoxChild
     this.reserveDeleteButton = new global::Gtk.Button ();
     this.reserveDeleteButton.CanFocus = true;
     this.reserveDeleteButton.Name = "reserveDeleteButton";
     this.reserveDeleteButton.UseUnderline = true;
     this.reserveDeleteButton.Label = global::Mono.Unix.Catalog.GetString ("Удалить");
     this.hbox13.Add (this.reserveDeleteButton);
     global::Gtk.Box.BoxChild w87 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.reserveDeleteButton]));
     w87.PackType = ((global::Gtk.PackType)(1));
     w87.Position = 2;
     w87.Expand = false;
     w87.Fill = false;
     this.vbox6.Add (this.hbox13);
     global::Gtk.Box.BoxChild w88 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox13]));
     w88.Position = 6;
     w88.Expand = false;
     w88.Fill = false;
     this.hbox2.Add (this.vbox6);
     global::Gtk.Box.BoxChild w89 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox6]));
     w89.PackType = ((global::Gtk.PackType)(1));
     w89.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vseparator1 = new global::Gtk.VSeparator ();
     this.vseparator1.Name = "vseparator1";
     this.hbox2.Add (this.vseparator1);
     global::Gtk.Box.BoxChild w90 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vseparator1]));
     w90.PackType = ((global::Gtk.PackType)(1));
     w90.Position = 2;
     w90.Expand = false;
     w90.Fill = false;
     this.notebookMain.Add (this.hbox2);
     global::Gtk.Notebook.NotebookChild w91 = ((global::Gtk.Notebook.NotebookChild)(this.notebookMain [this.hbox2]));
     w91.Position = 3;
     // Notebook tab
     this.label9 = new global::Gtk.Label ();
     this.label9.Name = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("Карта");
     this.notebookMain.SetTabLabel (this.hbox2, this.label9);
     this.label9.ShowAll ();
     this.vbox1.Add (this.notebookMain);
     global::Gtk.Box.BoxChild w92 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.notebookMain]));
     w92.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox17 = new global::Gtk.HBox ();
     this.hbox17.Name = "hbox17";
     this.hbox17.Spacing = 6;
     this.hbox17.BorderWidth = ((uint)(6));
     // Container child hbox17.Gtk.Box+BoxChild
     this.buttonOpen1 = new global::Gtk.Button ();
     this.buttonOpen1.Sensitive = false;
     this.buttonOpen1.CanFocus = true;
     this.buttonOpen1.Name = "buttonOpen1";
     this.buttonOpen1.UseUnderline = true;
     this.buttonOpen1.Label = global::Mono.Unix.Catalog.GetString ("_Открыть");
     global::Gtk.Image w93 = new global::Gtk.Image ();
     w93.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-edit", global::Gtk.IconSize.Menu);
     this.buttonOpen1.Image = w93;
     this.hbox17.Add (this.buttonOpen1);
     global::Gtk.Box.BoxChild w94 = ((global::Gtk.Box.BoxChild)(this.hbox17 [this.buttonOpen1]));
     w94.Position = 0;
     w94.Expand = false;
     w94.Fill = false;
     // Container child hbox17.Gtk.Box+BoxChild
     this.buttonAdd = new global::Gtk.Button ();
     this.buttonAdd.CanFocus = true;
     this.buttonAdd.Name = "buttonAdd";
     this.buttonAdd.UseUnderline = true;
     this.buttonAdd.Label = global::Mono.Unix.Catalog.GetString ("_Добавить");
     global::Gtk.Image w95 = new global::Gtk.Image ();
     w95.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-add", global::Gtk.IconSize.Menu);
     this.buttonAdd.Image = w95;
     this.hbox17.Add (this.buttonAdd);
     global::Gtk.Box.BoxChild w96 = ((global::Gtk.Box.BoxChild)(this.hbox17 [this.buttonAdd]));
     w96.Position = 1;
     w96.Expand = false;
     w96.Fill = false;
     // Container child hbox17.Gtk.Box+BoxChild
     this.buttonCopy = new global::Gtk.Button ();
     this.buttonCopy.CanFocus = true;
     this.buttonCopy.Name = "buttonCopy";
     this.buttonCopy.UseUnderline = true;
     this.buttonCopy.Label = global::Mono.Unix.Catalog.GetString ("Копировать");
     global::Gtk.Image w97 = new global::Gtk.Image ();
     w97.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-copy", global::Gtk.IconSize.Menu);
     this.buttonCopy.Image = w97;
     this.hbox17.Add (this.buttonCopy);
     global::Gtk.Box.BoxChild w98 = ((global::Gtk.Box.BoxChild)(this.hbox17 [this.buttonCopy]));
     w98.Position = 2;
     w98.Expand = false;
     w98.Fill = false;
     // Container child hbox17.Gtk.Box+BoxChild
     this.buttonDel = new global::Gtk.Button ();
     this.buttonDel.Sensitive = false;
     this.buttonDel.CanFocus = true;
     this.buttonDel.Name = "buttonDel";
     this.buttonDel.UseUnderline = true;
     this.buttonDel.Label = global::Mono.Unix.Catalog.GetString ("_Удалить");
     global::Gtk.Image w99 = new global::Gtk.Image ();
     w99.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-delete", global::Gtk.IconSize.Menu);
     this.buttonDel.Image = w99;
     this.hbox17.Add (this.buttonDel);
     global::Gtk.Box.BoxChild w100 = ((global::Gtk.Box.BoxChild)(this.hbox17 [this.buttonDel]));
     w100.Position = 3;
     w100.Expand = false;
     w100.Fill = false;
     // Container child hbox17.Gtk.Box+BoxChild
     this.vseparator2 = new global::Gtk.VSeparator ();
     this.vseparator2.Name = "vseparator2";
     this.hbox17.Add (this.vseparator2);
     global::Gtk.Box.BoxChild w101 = ((global::Gtk.Box.BoxChild)(this.hbox17 [this.vseparator2]));
     w101.Position = 4;
     w101.Expand = false;
     w101.Fill = false;
     // Container child hbox17.Gtk.Box+BoxChild
     this.newReserveButton = new global::Gtk.Button ();
     this.newReserveButton.CanFocus = true;
     this.newReserveButton.Name = "newReserveButton";
     this.newReserveButton.UseUnderline = true;
     this.newReserveButton.Label = global::Mono.Unix.Catalog.GetString ("Новый резерв");
     this.hbox17.Add (this.newReserveButton);
     global::Gtk.Box.BoxChild w102 = ((global::Gtk.Box.BoxChild)(this.hbox17 [this.newReserveButton]));
     w102.Position = 5;
     w102.Expand = false;
     w102.Fill = false;
     // Container child hbox17.Gtk.Box+BoxChild
     this.buttonRefreshTable = new global::Gtk.Button ();
     this.buttonRefreshTable.CanFocus = true;
     this.buttonRefreshTable.Name = "buttonRefreshTable";
     this.buttonRefreshTable.UseUnderline = true;
     this.buttonRefreshTable.Label = global::Mono.Unix.Catalog.GetString ("Обновить");
     global::Gtk.Image w103 = new global::Gtk.Image ();
     w103.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-refresh", global::Gtk.IconSize.Menu);
     this.buttonRefreshTable.Image = w103;
     this.hbox17.Add (this.buttonRefreshTable);
     global::Gtk.Box.BoxChild w104 = ((global::Gtk.Box.BoxChild)(this.hbox17 [this.buttonRefreshTable]));
     w104.PackType = ((global::Gtk.PackType)(1));
     w104.Position = 6;
     w104.Expand = false;
     w104.Fill = false;
     this.vbox1.Add (this.hbox17);
     global::Gtk.Box.BoxChild w105 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox17]));
     w105.Position = 2;
     w105.Expand = false;
     w105.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.statusbar1 = new global::Gtk.Statusbar ();
     this.statusbar1.Name = "statusbar1";
     this.statusbar1.Spacing = 6;
     this.statusbar1.BorderWidth = ((uint)(1));
     // Container child statusbar1.Gtk.Box+BoxChild
     this.labelUser = new global::Gtk.Label ();
     this.labelUser.Name = "labelUser";
     this.labelUser.LabelProp = global::Mono.Unix.Catalog.GetString ("Пользователь");
     this.statusbar1.Add (this.labelUser);
     global::Gtk.Box.BoxChild w106 = ((global::Gtk.Box.BoxChild)(this.statusbar1 [this.labelUser]));
     w106.Position = 0;
     w106.Expand = false;
     w106.Fill = false;
     // Container child statusbar1.Gtk.Box+BoxChild
     this.labelStatus = new global::Gtk.Label ();
     this.labelStatus.Name = "labelStatus";
     this.labelStatus.LabelProp = global::Mono.Unix.Catalog.GetString ("Ок");
     this.statusbar1.Add (this.labelStatus);
     global::Gtk.Box.BoxChild w107 = ((global::Gtk.Box.BoxChild)(this.statusbar1 [this.labelStatus]));
     w107.Position = 2;
     w107.Expand = false;
     w107.Fill = false;
     // Container child statusbar1.Gtk.Box+BoxChild
     this.labelSum = new global::Gtk.Label ();
     this.labelSum.Name = "labelSum";
     this.labelSum.LabelProp = global::Mono.Unix.Catalog.GetString ("Суммарная площадь: 0 м<sup>2</sup>");
     this.labelSum.UseMarkup = true;
     this.statusbar1.Add (this.labelSum);
     global::Gtk.Box.BoxChild w108 = ((global::Gtk.Box.BoxChild)(this.statusbar1 [this.labelSum]));
     w108.Position = 3;
     w108.Expand = false;
     w108.Fill = false;
     this.vbox1.Add (this.statusbar1);
     global::Gtk.Box.BoxChild w109 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.statusbar1]));
     w109.Position = 3;
     w109.Expand = false;
     w109.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 875;
     this.DefaultHeight = 590;
     this.vbox6.Hide ();
     this.buttonCopy.Hide ();
     this.newReserveButton.Hide ();
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.Action10.Activated += new global::System.EventHandler (this.OnAction10Activated);
     this.Action7.Activated += new global::System.EventHandler (this.OnAction7Activated);
     this.quitAction.Activated += new global::System.EventHandler (this.OnQuitActionActivated);
     this.aboutAction.Activated += new global::System.EventHandler (this.OnAction12Activated);
     this.dialogAuthenticationAction.Activated += new global::System.EventHandler (this.OnDialogAuthenticationActionActivated);
     this.Action15.Activated += new global::System.EventHandler (this.OnAction15Activated);
     this.Action26.Activated += new global::System.EventHandler (this.OnAction20Activated);
     this.UsersAction.Activated += new global::System.EventHandler (this.OnUsersActionActivated);
     this.helpAction.Activated += new global::System.EventHandler (this.OnHelpActionActivated);
     this.Action36.Activated += new global::System.EventHandler (this.OnAction36Activated);
     this.Action40.Activated += new global::System.EventHandler (this.OnAction40Activated);
     this.propertiesAction.Activated += new global::System.EventHandler (this.OnPropertiesActionActivated);
     this.Action43.Activated += new global::System.EventHandler (this.OnAction43Activated);
     this.Action44.Activated += new global::System.EventHandler (this.OnAction44Activated);
     this.Action46.Activated += new global::System.EventHandler (this.OnAction46Activated);
     this.ActionHistoryLog.Activated += new global::System.EventHandler (this.OnActionHistoryLogActivated);
     this.goDownAction.Activated += new global::System.EventHandler (this.OnActionCheckUpdateActivated);
     this.PlanAction.Activated += new global::System.EventHandler (this.OnPlanActionActivated);
     this.TagAction.Activated += new global::System.EventHandler (this.OnTagActionActivated);
     this.notebookMain.SwitchPage += new global::Gtk.SwitchPageHandler (this.OnNotebookMainSwitchPage);
     this.comboPlaceType.Changed += new global::System.EventHandler (this.OnComboPlaceTypeChanged);
     this.entryPlaceNum.Changed += new global::System.EventHandler (this.OnEntryPlaceNumChanged);
     this.buttonCleanTabPPlaceNo.Clicked += new global::System.EventHandler (this.OnButton236Clicked);
     this.comboPlaceOrg.Changed += new global::System.EventHandler (this.OnComboPlaceOrgChanged);
     this.entryPlaceLess.Changed += new global::System.EventHandler (this.OnEntryPlaceLessChanged);
     this.buttonCleanTabPLessee.Clicked += new global::System.EventHandler (this.OnButton237Clicked);
     this.treeviewPlaces.CursorChanged += new global::System.EventHandler (this.OnTreeviewPlacesCursorChanged);
     this.treeviewPlaces.RowActivated += new global::Gtk.RowActivatedHandler (this.OnTreeviewPlacesRowActivated);
     this.treeviewPlaces.PopupMenu += new global::Gtk.PopupMenuHandler (this.OnTreeviewPlacesPopupMenu);
     this.treeviewPlaces.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.OnTreeviewPlacesButtonPressEvent);
     this.entryFilterName.Changed += new global::System.EventHandler (this.OnEntryFilterNameChanged);
     this.entryFilterINN.Changed += new global::System.EventHandler (this.OnEntryFilterINNChanged);
     this.entryFilterFIO.Changed += new global::System.EventHandler (this.OnEntryFilterFIOChanged);
     this.button235.Clicked += new global::System.EventHandler (this.OnButton235Clicked);
     this.button234.Clicked += new global::System.EventHandler (this.OnButton234Clicked);
     this.button233.Clicked += new global::System.EventHandler (this.OnButton233Clicked);
     this.treeviewLessees.CursorChanged += new global::System.EventHandler (this.OnTreeviewLesseesCursorChanged);
     this.treeviewLessees.RowActivated += new global::Gtk.RowActivatedHandler (this.OnTreeviewLesseesRowActivated);
     this.entryContractNumber.Changed += new global::System.EventHandler (this.OnEntryContractNumberChanged);
     this.buttonContractClearNumber.Clicked += new global::System.EventHandler (this.OnButtonContractClearNumberClicked);
     this.entryContractLessee.Changed += new global::System.EventHandler (this.OnEntryContractLesseeChanged);
     this.buttonContractClearLessee.Clicked += new global::System.EventHandler (this.OnButtonContractClearLesseeClicked);
     this.comboContractPlaceT.Changed += new global::System.EventHandler (this.OnComboContractPlaceTChanged);
     this.entryContractPlaceN.Changed += new global::System.EventHandler (this.OnEntryContractPlaceNChanged);
     this.buttonContractClearPlace.Clicked += new global::System.EventHandler (this.OnButtonContractClearPlaceClicked);
     this.comboContractOrg.Changed += new global::System.EventHandler (this.OnComboContractOrgChanged);
     this.comboContractState.Changed += new global::System.EventHandler (this.OnComboContractStateChanged);
     this.comboContractCategory.Changed += new global::System.EventHandler (this.OnComboContractCategoryChanged);
     this.check30daysContracts.Toggled += new global::System.EventHandler (this.OnCheck30daysContractsToggled);
     this.checkNewContracts.Toggled += new global::System.EventHandler (this.OnCheckNewContractsToggled);
     this.treeviewContract.RowActivated += new global::Gtk.RowActivatedHandler (this.OnTreeviewContractRowActivated);
     this.treeviewContract.CursorChanged += new global::System.EventHandler (this.OnTreeviewContractCursorChanged);
     this.entryreferencePlan.Changed += new global::System.EventHandler (this.OnEntryreferencePlanChanged);
     this.reserveDatePicker.DateChanged += new global::System.EventHandler (this.OnReserveDatePickerChanged);
     this.reserveTreeView.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.OnReserveTreeViewButtonPress);
     this.reserveSaveButton.Clicked += new global::System.EventHandler (this.OnReserveSaveButtonClicked);
     this.button906.Clicked += new global::System.EventHandler (this.OnReserveCancelButtonClicked);
     this.reserveDeleteButton.Clicked += new global::System.EventHandler (this.OnReserveDeleteButtonClicked);
     this.buttonOpen1.Clicked += new global::System.EventHandler (this.OnButtonViewClicked);
     this.buttonAdd.Clicked += new global::System.EventHandler (this.OnButtonAddClicked);
     this.buttonCopy.Clicked += new global::System.EventHandler (this.OnButtonCopyClicked);
     this.buttonDel.Clicked += new global::System.EventHandler (this.OnButtonDelClicked);
     this.newReserveButton.Clicked += new global::System.EventHandler (this.OnNewReserveButtonClicked);
     this.buttonRefreshTable.Clicked += new global::System.EventHandler (this.OnButtonRefreshTableClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget WidgetLibrary.WorkerWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "WidgetLibrary.WorkerWidget";
     // Container child WidgetLibrary.WorkerWidget.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.label11 = new global::Gtk.Label ();
     this.label11.Name = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("Personendaten");
     this.vbox3.Add (this.label11);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label11]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator3 = new global::Gtk.HSeparator ();
     this.hseparator3.HeightRequest = 6;
     this.hseparator3.Name = "hseparator3";
     this.vbox3.Add (this.hseparator3);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator3]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.personDataTable = new global::Gtk.Table (((uint)(9)), ((uint)(2)), false);
     this.personDataTable.Name = "personDataTable";
     this.personDataTable.RowSpacing = ((uint)(6));
     this.personDataTable.ColumnSpacing = ((uint)(6));
     // Container child personDataTable.Gtk.Table+TableChild
     this.emailEntry = new global::Gtk.Entry ();
     this.emailEntry.CanFocus = true;
     this.emailEntry.Name = "emailEntry";
     this.emailEntry.IsEditable = true;
     this.emailEntry.InvisibleChar = '●';
     this.personDataTable.Add (this.emailEntry);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.personDataTable [this.emailEntry]));
     w3.TopAttach = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.LeftAttach = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child personDataTable.Gtk.Table+TableChild
     this.fnameEntry = new global::Gtk.Entry ();
     this.fnameEntry.CanFocus = true;
     this.fnameEntry.Name = "fnameEntry";
     this.fnameEntry.IsEditable = true;
     this.fnameEntry.InvisibleChar = '●';
     this.personDataTable.Add (this.fnameEntry);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.personDataTable [this.fnameEntry]));
     w4.LeftAttach = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child personDataTable.Gtk.Table+TableChild
     this.hnrEntry = new global::Gtk.Entry ();
     this.hnrEntry.CanFocus = true;
     this.hnrEntry.Name = "hnrEntry";
     this.hnrEntry.IsEditable = true;
     this.hnrEntry.InvisibleChar = '●';
     this.personDataTable.Add (this.hnrEntry);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.personDataTable [this.hnrEntry]));
     w5.TopAttach = ((uint)(8));
     w5.BottomAttach = ((uint)(9));
     w5.LeftAttach = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child personDataTable.Gtk.Table+TableChild
     this.label13 = new global::Gtk.Label ();
     this.label13.Name = "label13";
     this.label13.Xalign = 1F;
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("Vorname :");
     this.personDataTable.Add (this.label13);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.personDataTable [this.label13]));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child personDataTable.Gtk.Table+TableChild
     this.label14 = new global::Gtk.Label ();
     this.label14.Name = "label14";
     this.label14.Xalign = 1F;
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString ("Nachname :");
     this.personDataTable.Add (this.label14);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.personDataTable [this.label14]));
     w7.TopAttach = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child personDataTable.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 ("Email :");
     this.personDataTable.Add (this.label15);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.personDataTable [this.label15]));
     w8.TopAttach = ((uint)(2));
     w8.BottomAttach = ((uint)(3));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child personDataTable.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 ("Mobil :");
     this.personDataTable.Add (this.label16);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.personDataTable [this.label16]));
     w9.TopAttach = ((uint)(3));
     w9.BottomAttach = ((uint)(4));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child personDataTable.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 ("Telefon :");
     this.personDataTable.Add (this.label17);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.personDataTable [this.label17]));
     w10.TopAttach = ((uint)(4));
     w10.BottomAttach = ((uint)(5));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child personDataTable.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 ("PLZ :");
     this.personDataTable.Add (this.label18);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.personDataTable [this.label18]));
     w11.TopAttach = ((uint)(5));
     w11.BottomAttach = ((uint)(6));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child personDataTable.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 ("Ort :");
     this.personDataTable.Add (this.label19);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.personDataTable [this.label19]));
     w12.TopAttach = ((uint)(6));
     w12.BottomAttach = ((uint)(7));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child personDataTable.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 ("Straße :");
     this.personDataTable.Add (this.label20);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.personDataTable [this.label20]));
     w13.TopAttach = ((uint)(7));
     w13.BottomAttach = ((uint)(8));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child personDataTable.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 ("Hnr. :");
     this.personDataTable.Add (this.label21);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.personDataTable [this.label21]));
     w14.TopAttach = ((uint)(8));
     w14.BottomAttach = ((uint)(9));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child personDataTable.Gtk.Table+TableChild
     this.lnameEntry = new global::Gtk.Entry ();
     this.lnameEntry.CanFocus = true;
     this.lnameEntry.Name = "lnameEntry";
     this.lnameEntry.IsEditable = true;
     this.lnameEntry.InvisibleChar = '●';
     this.personDataTable.Add (this.lnameEntry);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.personDataTable [this.lnameEntry]));
     w15.TopAttach = ((uint)(1));
     w15.BottomAttach = ((uint)(2));
     w15.LeftAttach = ((uint)(1));
     w15.RightAttach = ((uint)(2));
     w15.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child personDataTable.Gtk.Table+TableChild
     this.mobileEntry = new global::Gtk.Entry ();
     this.mobileEntry.CanFocus = true;
     this.mobileEntry.Name = "mobileEntry";
     this.mobileEntry.IsEditable = true;
     this.mobileEntry.InvisibleChar = '●';
     this.personDataTable.Add (this.mobileEntry);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.personDataTable [this.mobileEntry]));
     w16.TopAttach = ((uint)(3));
     w16.BottomAttach = ((uint)(4));
     w16.LeftAttach = ((uint)(1));
     w16.RightAttach = ((uint)(2));
     w16.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child personDataTable.Gtk.Table+TableChild
     this.plzEntry = new global::Gtk.Entry ();
     this.plzEntry.CanFocus = true;
     this.plzEntry.Name = "plzEntry";
     this.plzEntry.IsEditable = true;
     this.plzEntry.InvisibleChar = '●';
     this.personDataTable.Add (this.plzEntry);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.personDataTable [this.plzEntry]));
     w17.TopAttach = ((uint)(5));
     w17.BottomAttach = ((uint)(6));
     w17.LeftAttach = ((uint)(1));
     w17.RightAttach = ((uint)(2));
     w17.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child personDataTable.Gtk.Table+TableChild
     this.streetEntry = new global::Gtk.Entry ();
     this.streetEntry.CanFocus = true;
     this.streetEntry.Name = "streetEntry";
     this.streetEntry.IsEditable = true;
     this.streetEntry.InvisibleChar = '●';
     this.personDataTable.Add (this.streetEntry);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.personDataTable [this.streetEntry]));
     w18.TopAttach = ((uint)(7));
     w18.BottomAttach = ((uint)(8));
     w18.LeftAttach = ((uint)(1));
     w18.RightAttach = ((uint)(2));
     w18.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child personDataTable.Gtk.Table+TableChild
     this.telEntry = new global::Gtk.Entry ();
     this.telEntry.CanFocus = true;
     this.telEntry.Name = "telEntry";
     this.telEntry.IsEditable = true;
     this.telEntry.InvisibleChar = '●';
     this.personDataTable.Add (this.telEntry);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.personDataTable [this.telEntry]));
     w19.TopAttach = ((uint)(4));
     w19.BottomAttach = ((uint)(5));
     w19.LeftAttach = ((uint)(1));
     w19.RightAttach = ((uint)(2));
     w19.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child personDataTable.Gtk.Table+TableChild
     this.villageEntry = new global::Gtk.Entry ();
     this.villageEntry.CanFocus = true;
     this.villageEntry.Name = "villageEntry";
     this.villageEntry.IsEditable = true;
     this.villageEntry.InvisibleChar = '●';
     this.personDataTable.Add (this.villageEntry);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.personDataTable [this.villageEntry]));
     w20.TopAttach = ((uint)(6));
     w20.BottomAttach = ((uint)(7));
     w20.LeftAttach = ((uint)(1));
     w20.RightAttach = ((uint)(2));
     w20.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add (this.personDataTable);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.personDataTable]));
     w21.Position = 2;
     w21.Expand = false;
     w21.Fill = false;
     this.hbox1.Add (this.vbox3);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
     w22.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vseparator1 = new global::Gtk.VSeparator ();
     this.vseparator1.WidthRequest = 6;
     this.vseparator1.Name = "vseparator1";
     this.hbox1.Add (this.vseparator1);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vseparator1]));
     w23.Position = 1;
     w23.Expand = false;
     w23.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label12 = new global::Gtk.Label ();
     this.label12.Name = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("Einteilung");
     this.vbox2.Add (this.label12);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label12]));
     w24.Position = 0;
     w24.Expand = false;
     w24.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hseparator2 = new global::Gtk.HSeparator ();
     this.hseparator2.HeightRequest = 6;
     this.hseparator2.Name = "hseparator2";
     this.vbox2.Add (this.hseparator2);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator2]));
     w25.Position = 1;
     w25.Expand = false;
     w25.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.timeTable = new global::Gtk.Table (((uint)(4)), ((uint)(2)), false);
     this.timeTable.Name = "timeTable";
     this.timeTable.RowSpacing = ((uint)(6));
     this.timeTable.ColumnSpacing = ((uint)(6));
     // Container child timeTable.Gtk.Table+TableChild
     this.areaCombobox = global::Gtk.ComboBox.NewText ();
     this.areaCombobox.Name = "areaCombobox";
     this.timeTable.Add (this.areaCombobox);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.timeTable [this.areaCombobox]));
     w26.LeftAttach = ((uint)(1));
     w26.RightAttach = ((uint)(2));
     w26.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child timeTable.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 ("Arbeitsplatz :");
     this.timeTable.Add (this.label22);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.timeTable [this.label22]));
     w27.XOptions = ((global::Gtk.AttachOptions)(4));
     w27.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child timeTable.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 ("Aufgabe :");
     this.timeTable.Add (this.label23);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.timeTable [this.label23]));
     w28.TopAttach = ((uint)(1));
     w28.BottomAttach = ((uint)(2));
     w28.XOptions = ((global::Gtk.AttachOptions)(4));
     w28.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child timeTable.Gtk.Table+TableChild
     this.label24 = new global::Gtk.Label ();
     this.label24.Name = "label24";
     this.label24.Xalign = 1F;
     this.label24.LabelProp = global::Mono.Unix.Catalog.GetString ("Typ :");
     this.timeTable.Add (this.label24);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.timeTable [this.label24]));
     w29.TopAttach = ((uint)(2));
     w29.BottomAttach = ((uint)(3));
     w29.XOptions = ((global::Gtk.AttachOptions)(4));
     w29.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child timeTable.Gtk.Table+TableChild
     this.label25 = new global::Gtk.Label ();
     this.label25.Name = "label25";
     this.label25.Xalign = 1F;
     this.label25.LabelProp = global::Mono.Unix.Catalog.GetString ("Schicht :");
     this.timeTable.Add (this.label25);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.timeTable [this.label25]));
     w30.TopAttach = ((uint)(3));
     w30.BottomAttach = ((uint)(4));
     w30.XOptions = ((global::Gtk.AttachOptions)(4));
     w30.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child timeTable.Gtk.Table+TableChild
     this.taskCombobox = global::Gtk.ComboBox.NewText ();
     this.taskCombobox.Name = "taskCombobox";
     this.timeTable.Add (this.taskCombobox);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.timeTable [this.taskCombobox]));
     w31.TopAttach = ((uint)(1));
     w31.BottomAttach = ((uint)(2));
     w31.LeftAttach = ((uint)(1));
     w31.RightAttach = ((uint)(2));
     w31.XOptions = ((global::Gtk.AttachOptions)(4));
     w31.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child timeTable.Gtk.Table+TableChild
     this.timesCombobox = global::Gtk.ComboBox.NewText ();
     this.timesCombobox.Name = "timesCombobox";
     this.timeTable.Add (this.timesCombobox);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.timeTable [this.timesCombobox]));
     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 timeTable.Gtk.Table+TableChild
     this.typCombobox = global::Gtk.ComboBox.NewText ();
     this.typCombobox.Name = "typCombobox";
     this.timeTable.Add (this.typCombobox);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.timeTable [this.typCombobox]));
     w33.TopAttach = ((uint)(2));
     w33.BottomAttach = ((uint)(3));
     w33.LeftAttach = ((uint)(1));
     w33.RightAttach = ((uint)(2));
     w33.XOptions = ((global::Gtk.AttachOptions)(4));
     w33.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add (this.timeTable);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.timeTable]));
     w34.Position = 2;
     w34.Expand = false;
     w34.Fill = false;
     this.hbox1.Add (this.vbox2);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
     w35.Position = 2;
     this.vbox1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w36.Position = 0;
     w36.Expand = false;
     w36.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator ();
     this.hseparator1.HeightRequest = 6;
     this.hseparator1.Name = "hseparator1";
     this.vbox1.Add (this.hseparator1);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator1]));
     w37.Position = 1;
     w37.Expand = false;
     w37.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbuttonbox1 = new global::Gtk.HButtonBox ();
     this.hbuttonbox1.Name = "hbuttonbox1";
     this.hbuttonbox1.Homogeneous = true;
     this.hbuttonbox1.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(1));
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.saveButton = new global::Gtk.Button ();
     this.saveButton.CanFocus = true;
     this.saveButton.Name = "saveButton";
     this.saveButton.UseUnderline = true;
     // Container child saveButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w38 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w39 = new global::Gtk.HBox ();
     w39.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w40 = new global::Gtk.Image ();
     w40.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-floppy", global::Gtk.IconSize.Menu);
     w39.Add (w40);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w42 = new global::Gtk.Label ();
     w42.LabelProp = global::Mono.Unix.Catalog.GetString ("Speichern");
     w42.UseUnderline = true;
     w39.Add (w42);
     w38.Add (w39);
     this.saveButton.Add (w38);
     this.hbuttonbox1.Add (this.saveButton);
     global::Gtk.ButtonBox.ButtonBoxChild w46 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.saveButton]));
     w46.Expand = false;
     w46.Fill = false;
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.backButton = new global::Gtk.Button ();
     this.backButton.CanFocus = true;
     this.backButton.Name = "backButton";
     this.backButton.UseUnderline = true;
     // Container child backButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w47 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w48 = new global::Gtk.HBox ();
     w48.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w49 = new global::Gtk.Image ();
     w49.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-ok", global::Gtk.IconSize.Menu);
     w48.Add (w49);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w51 = new global::Gtk.Label ();
     w51.LabelProp = global::Mono.Unix.Catalog.GetString ("Zurück");
     w51.UseUnderline = true;
     w48.Add (w51);
     w47.Add (w48);
     this.backButton.Add (w47);
     this.hbuttonbox1.Add (this.backButton);
     global::Gtk.ButtonBox.ButtonBoxChild w55 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.backButton]));
     w55.Position = 1;
     w55.Expand = false;
     w55.Fill = false;
     this.vbox1.Add (this.hbuttonbox1);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbuttonbox1]));
     w56.Position = 2;
     w56.Expand = false;
     w56.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Show ();
     this.areaCombobox.Changed += new global::System.EventHandler (this.OnAreaComboboxChanged);
     this.saveButton.Clicked += new global::System.EventHandler (this.OnSaveButtonClicked);
     this.backButton.Clicked += new global::System.EventHandler (this.OnBackButtonClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Vodovoz.MovementDocumentDlg
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Vodovoz.MovementDocumentDlg";
     // Container child Vodovoz.MovementDocumentDlg.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     this.vbox3.BorderWidth = ((uint)(6));
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.buttonSave = new global::Gtk.Button ();
     this.buttonSave.CanFocus = true;
     this.buttonSave.Name = "buttonSave";
     this.buttonSave.UseUnderline = true;
     this.buttonSave.Label = global::Mono.Unix.Catalog.GetString ("Сохранить");
     global::Gtk.Image w1 = new global::Gtk.Image ();
     w1.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-save", global::Gtk.IconSize.Menu);
     this.buttonSave.Image = w1;
     this.hbox4.Add (this.buttonSave);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.buttonSave]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.buttonCancel = new global::Gtk.Button ();
     this.buttonCancel.CanFocus = true;
     this.buttonCancel.Name = "buttonCancel";
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label = global::Mono.Unix.Catalog.GetString ("Отменить");
     global::Gtk.Image w3 = new global::Gtk.Image ();
     w3.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-revert-to-saved", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w3;
     this.hbox4.Add (this.buttonCancel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.buttonCancel]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     this.vbox3.Add (this.hbox4);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox4]));
     w5.Position = 0;
     w5.Expand = false;
     w5.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.tableCommon = new global::Gtk.DataBindings.DataTable (((uint)(4)), ((uint)(4)), false);
     this.tableCommon.Name = "tableCommon";
     this.tableCommon.RowSpacing = ((uint)(6));
     this.tableCommon.ColumnSpacing = ((uint)(6));
     this.tableCommon.InheritedDataSource = false;
     this.tableCommon.InheritedBoundaryDataSource = false;
     this.tableCommon.InheritedDataSource = false;
     this.tableCommon.InheritedBoundaryDataSource = false;
     // Container child tableCommon.Gtk.Table+TableChild
     this.enumMovementType = new global::Gamma.Widgets.yEnumComboBox ();
     this.enumMovementType.Name = "enumMovementType";
     this.enumMovementType.ShowSpecialStateAll = false;
     this.enumMovementType.ShowSpecialStateNot = false;
     this.enumMovementType.UseShortTitle = false;
     this.enumMovementType.DefaultFirst = true;
     this.tableCommon.Add (this.enumMovementType);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.tableCommon [this.enumMovementType]));
     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 tableCommon.Gtk.Table+TableChild
     this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.textComment = new global::Gtk.DataBindings.DataTextView ();
     this.textComment.CanFocus = true;
     this.textComment.Name = "textComment";
     this.textComment.InheritedDataSource = true;
     this.textComment.Mappings = "Comment";
     this.textComment.InheritedBoundaryDataSource = false;
     this.textComment.InheritedDataSource = true;
     this.textComment.Mappings = "Comment";
     this.textComment.InheritedBoundaryDataSource = false;
     this.GtkScrolledWindow1.Add (this.textComment);
     this.tableCommon.Add (this.GtkScrolledWindow1);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tableCommon [this.GtkScrolledWindow1]));
     w8.TopAttach = ((uint)(3));
     w8.BottomAttach = ((uint)(4));
     w8.LeftAttach = ((uint)(1));
     w8.RightAttach = ((uint)(4));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableCommon.Gtk.Table+TableChild
     this.hboxTransportation = new global::Gtk.HBox ();
     this.hboxTransportation.Name = "hboxTransportation";
     this.hboxTransportation.Spacing = 6;
     // Container child hboxTransportation.Gtk.Box+BoxChild
     this.ylabelTransportationStatus = new global::Gamma.GtkWidgets.yLabel ();
     this.ylabelTransportationStatus.Name = "ylabelTransportationStatus";
     this.ylabelTransportationStatus.LabelProp = global::Mono.Unix.Catalog.GetString ("ylabel1");
     this.hboxTransportation.Add (this.ylabelTransportationStatus);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hboxTransportation [this.ylabelTransportationStatus]));
     w9.Position = 0;
     // Container child hboxTransportation.Gtk.Box+BoxChild
     this.buttonDelivered = new global::Gtk.Button ();
     this.buttonDelivered.CanFocus = true;
     this.buttonDelivered.Name = "buttonDelivered";
     this.buttonDelivered.UseUnderline = true;
     this.buttonDelivered.Label = global::Mono.Unix.Catalog.GetString ("Доставлено");
     this.hboxTransportation.Add (this.buttonDelivered);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hboxTransportation [this.buttonDelivered]));
     w10.Position = 1;
     w10.Expand = false;
     w10.Fill = false;
     this.tableCommon.Add (this.hboxTransportation);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.tableCommon [this.hboxTransportation]));
     w11.TopAttach = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.LeftAttach = ((uint)(3));
     w11.RightAttach = ((uint)(4));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableCommon.Gtk.Table+TableChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.Xalign = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Дата:");
     this.tableCommon.Add (this.label1);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.tableCommon [this.label1]));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableCommon.Gtk.Table+TableChild
     this.label12 = new global::Gtk.Label ();
     this.label12.Name = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("Ответственное лицо:");
     this.tableCommon.Add (this.label12);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.tableCommon [this.label12]));
     w13.LeftAttach = ((uint)(2));
     w13.RightAttach = ((uint)(3));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableCommon.Gtk.Table+TableChild
     this.label13 = new global::Gtk.Label ();
     this.label13.Name = "label13";
     this.label13.Xalign = 1F;
     this.label13.Yalign = 0F;
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("Комментарий:");
     this.tableCommon.Add (this.label13);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.tableCommon [this.label13]));
     w14.TopAttach = ((uint)(3));
     w14.BottomAttach = ((uint)(4));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableCommon.Gtk.Table+TableChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.Xalign = 1F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Тип документа:");
     this.tableCommon.Add (this.label3);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.tableCommon [this.label3]));
     w15.TopAttach = ((uint)(1));
     w15.BottomAttach = ((uint)(2));
     w15.XOptions = ((global::Gtk.AttachOptions)(4));
     w15.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableCommon.Gtk.Table+TableChild
     this.labelTimeStamp = new global::Gtk.DataBindings.DataLabel ();
     this.labelTimeStamp.Name = "labelTimeStamp";
     this.labelTimeStamp.Xalign = 0F;
     this.labelTimeStamp.InheritedDataSource = true;
     this.labelTimeStamp.Mappings = "DateString";
     this.labelTimeStamp.InheritedBoundaryDataSource = false;
     this.labelTimeStamp.Important = false;
     this.labelTimeStamp.InheritedDataSource = true;
     this.labelTimeStamp.Mappings = "DateString";
     this.labelTimeStamp.InheritedBoundaryDataSource = false;
     this.tableCommon.Add (this.labelTimeStamp);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.tableCommon [this.labelTimeStamp]));
     w16.LeftAttach = ((uint)(1));
     w16.RightAttach = ((uint)(2));
     w16.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableCommon.Gtk.Table+TableChild
     this.labelTransportationTitle = new global::Gtk.Label ();
     this.labelTransportationTitle.Name = "labelTransportationTitle";
     this.labelTransportationTitle.LabelProp = global::Mono.Unix.Catalog.GetString ("Статус траспортировки:");
     this.tableCommon.Add (this.labelTransportationTitle);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.tableCommon [this.labelTransportationTitle]));
     w17.TopAttach = ((uint)(2));
     w17.BottomAttach = ((uint)(3));
     w17.LeftAttach = ((uint)(2));
     w17.RightAttach = ((uint)(3));
     w17.XOptions = ((global::Gtk.AttachOptions)(4));
     w17.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableCommon.Gtk.Table+TableChild
     this.labelWagon = new global::Gtk.Label ();
     this.labelWagon.Name = "labelWagon";
     this.labelWagon.Xalign = 1F;
     this.labelWagon.LabelProp = global::Mono.Unix.Catalog.GetString ("Фура:");
     this.tableCommon.Add (this.labelWagon);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.tableCommon [this.labelWagon]));
     w18.TopAttach = ((uint)(1));
     w18.BottomAttach = ((uint)(2));
     w18.LeftAttach = ((uint)(2));
     w18.RightAttach = ((uint)(3));
     w18.XOptions = ((global::Gtk.AttachOptions)(4));
     w18.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableCommon.Gtk.Table+TableChild
     this.referenceEmployee = new global::Gtk.DataBindings.DataEntryReference ();
     this.referenceEmployee.Events = ((global::Gdk.EventMask)(256));
     this.referenceEmployee.Name = "referenceEmployee";
     this.referenceEmployee.DisplayFields = new string[] {
         "FullName"
     };
     this.referenceEmployee.DisplayFormatString = "{0}";
     this.referenceEmployee.InheritedDataSource = true;
     this.referenceEmployee.Mappings = "ResponsiblePerson";
     this.referenceEmployee.InheritedBoundaryDataSource = false;
     this.referenceEmployee.CursorPointsEveryType = false;
     this.tableCommon.Add (this.referenceEmployee);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.tableCommon [this.referenceEmployee]));
     w19.LeftAttach = ((uint)(3));
     w19.RightAttach = ((uint)(4));
     w19.XOptions = ((global::Gtk.AttachOptions)(4));
     w19.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableCommon.Gtk.Table+TableChild
     this.yentryrefWagon = new global::Gamma.Widgets.yEntryReference ();
     this.yentryrefWagon.Events = ((global::Gdk.EventMask)(256));
     this.yentryrefWagon.Name = "yentryrefWagon";
     this.tableCommon.Add (this.yentryrefWagon);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.tableCommon [this.yentryrefWagon]));
     w20.TopAttach = ((uint)(1));
     w20.BottomAttach = ((uint)(2));
     w20.LeftAttach = ((uint)(3));
     w20.RightAttach = ((uint)(4));
     w20.XOptions = ((global::Gtk.AttachOptions)(4));
     w20.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add (this.tableCommon);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.tableCommon]));
     w21.Position = 1;
     w21.Expand = false;
     w21.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label11 = new global::Gtk.Label ();
     this.label11.Name = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("Отправитель");
     this.vbox2.Add (this.label11);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label11]));
     w22.Position = 0;
     w22.Expand = false;
     w22.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.tableSender = new global::Gtk.DataBindings.DataTable (((uint)(3)), ((uint)(2)), false);
     this.tableSender.Name = "tableSender";
     this.tableSender.RowSpacing = ((uint)(6));
     this.tableSender.ColumnSpacing = ((uint)(6));
     this.tableSender.InheritedDataSource = false;
     this.tableSender.InheritedBoundaryDataSource = false;
     this.tableSender.InheritedDataSource = false;
     this.tableSender.InheritedBoundaryDataSource = false;
     // Container child tableSender.Gtk.Table+TableChild
     this.labelClientFrom = new global::Gtk.Label ();
     this.labelClientFrom.Name = "labelClientFrom";
     this.labelClientFrom.Xalign = 1F;
     this.labelClientFrom.LabelProp = global::Mono.Unix.Catalog.GetString ("Клиент:");
     this.tableSender.Add (this.labelClientFrom);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.tableSender [this.labelClientFrom]));
     w23.TopAttach = ((uint)(1));
     w23.BottomAttach = ((uint)(2));
     w23.XOptions = ((global::Gtk.AttachOptions)(4));
     w23.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableSender.Gtk.Table+TableChild
     this.labelPointFrom = new global::Gtk.Label ();
     this.labelPointFrom.Name = "labelPointFrom";
     this.labelPointFrom.Xalign = 1F;
     this.labelPointFrom.LabelProp = global::Mono.Unix.Catalog.GetString ("Точка доставки:");
     this.tableSender.Add (this.labelPointFrom);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.tableSender [this.labelPointFrom]));
     w24.TopAttach = ((uint)(2));
     w24.BottomAttach = ((uint)(3));
     w24.XOptions = ((global::Gtk.AttachOptions)(4));
     w24.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableSender.Gtk.Table+TableChild
     this.labelStockFrom = new global::Gtk.Label ();
     this.labelStockFrom.Name = "labelStockFrom";
     this.labelStockFrom.Xalign = 1F;
     this.labelStockFrom.LabelProp = global::Mono.Unix.Catalog.GetString ("Склад:");
     this.tableSender.Add (this.labelStockFrom);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.tableSender [this.labelStockFrom]));
     w25.XOptions = ((global::Gtk.AttachOptions)(4));
     w25.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableSender.Gtk.Table+TableChild
     this.referenceCounterpartyFrom = new global::Gamma.Widgets.yEntryReferenceVM ();
     this.referenceCounterpartyFrom.Events = ((global::Gdk.EventMask)(256));
     this.referenceCounterpartyFrom.Name = "referenceCounterpartyFrom";
     this.tableSender.Add (this.referenceCounterpartyFrom);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.tableSender [this.referenceCounterpartyFrom]));
     w26.TopAttach = ((uint)(1));
     w26.BottomAttach = ((uint)(2));
     w26.LeftAttach = ((uint)(1));
     w26.RightAttach = ((uint)(2));
     w26.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableSender.Gtk.Table+TableChild
     this.referenceDeliveryPointFrom = new global::Gtk.DataBindings.DataEntryReference ();
     this.referenceDeliveryPointFrom.Events = ((global::Gdk.EventMask)(256));
     this.referenceDeliveryPointFrom.Name = "referenceDeliveryPointFrom";
     this.referenceDeliveryPointFrom.DisplayFields = new string[] {
         "CompiledAddress"
     };
     this.referenceDeliveryPointFrom.DisplayFormatString = "{0}";
     this.referenceDeliveryPointFrom.InheritedDataSource = true;
     this.referenceDeliveryPointFrom.Mappings = "FromDeliveryPoint";
     this.referenceDeliveryPointFrom.InheritedBoundaryDataSource = false;
     this.referenceDeliveryPointFrom.CursorPointsEveryType = false;
     this.tableSender.Add (this.referenceDeliveryPointFrom);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.tableSender [this.referenceDeliveryPointFrom]));
     w27.TopAttach = ((uint)(2));
     w27.BottomAttach = ((uint)(3));
     w27.LeftAttach = ((uint)(1));
     w27.RightAttach = ((uint)(2));
     w27.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableSender.Gtk.Table+TableChild
     this.referenceWarehouseFrom = new global::Gtk.DataBindings.DataEntryReference ();
     this.referenceWarehouseFrom.Events = ((global::Gdk.EventMask)(256));
     this.referenceWarehouseFrom.Name = "referenceWarehouseFrom";
     this.referenceWarehouseFrom.DisplayFields = new string[] {
         "Name"
     };
     this.referenceWarehouseFrom.DisplayFormatString = "{0}";
     this.referenceWarehouseFrom.InheritedDataSource = true;
     this.referenceWarehouseFrom.Mappings = "FromWarehouse";
     this.referenceWarehouseFrom.InheritedBoundaryDataSource = false;
     this.referenceWarehouseFrom.CursorPointsEveryType = false;
     this.tableSender.Add (this.referenceWarehouseFrom);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.tableSender [this.referenceWarehouseFrom]));
     w28.LeftAttach = ((uint)(1));
     w28.RightAttach = ((uint)(2));
     w28.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add (this.tableSender);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.tableSender]));
     w29.Position = 1;
     w29.Expand = false;
     w29.Fill = false;
     this.hbox3.Add (this.vbox2);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox2]));
     w30.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 w31 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vseparator1]));
     w31.Position = 1;
     w31.Expand = false;
     w31.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label10 = new global::Gtk.Label ();
     this.label10.Name = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("Получатель");
     this.vbox4.Add (this.label10);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label10]));
     w32.Position = 0;
     w32.Expand = false;
     w32.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.tableReceiver = new global::Gtk.DataBindings.DataTable (((uint)(3)), ((uint)(2)), false);
     this.tableReceiver.Name = "tableReceiver";
     this.tableReceiver.RowSpacing = ((uint)(6));
     this.tableReceiver.ColumnSpacing = ((uint)(6));
     this.tableReceiver.InheritedDataSource = false;
     this.tableReceiver.InheritedBoundaryDataSource = false;
     this.tableReceiver.InheritedDataSource = false;
     this.tableReceiver.InheritedBoundaryDataSource = false;
     // Container child tableReceiver.Gtk.Table+TableChild
     this.labelClientTo = new global::Gtk.Label ();
     this.labelClientTo.Name = "labelClientTo";
     this.labelClientTo.Xalign = 1F;
     this.labelClientTo.LabelProp = global::Mono.Unix.Catalog.GetString ("Клиент:");
     this.tableReceiver.Add (this.labelClientTo);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.tableReceiver [this.labelClientTo]));
     w33.TopAttach = ((uint)(1));
     w33.BottomAttach = ((uint)(2));
     w33.XOptions = ((global::Gtk.AttachOptions)(4));
     w33.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableReceiver.Gtk.Table+TableChild
     this.labelPointTo = new global::Gtk.Label ();
     this.labelPointTo.Name = "labelPointTo";
     this.labelPointTo.Xalign = 1F;
     this.labelPointTo.LabelProp = global::Mono.Unix.Catalog.GetString ("Точка доставки:");
     this.tableReceiver.Add (this.labelPointTo);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.tableReceiver [this.labelPointTo]));
     w34.TopAttach = ((uint)(2));
     w34.BottomAttach = ((uint)(3));
     w34.XOptions = ((global::Gtk.AttachOptions)(4));
     w34.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableReceiver.Gtk.Table+TableChild
     this.labelStockTo = new global::Gtk.Label ();
     this.labelStockTo.Name = "labelStockTo";
     this.labelStockTo.Xalign = 1F;
     this.labelStockTo.LabelProp = global::Mono.Unix.Catalog.GetString ("Склад:");
     this.tableReceiver.Add (this.labelStockTo);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.tableReceiver [this.labelStockTo]));
     w35.XOptions = ((global::Gtk.AttachOptions)(4));
     w35.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableReceiver.Gtk.Table+TableChild
     this.referenceCounterpartyTo = new global::Gamma.Widgets.yEntryReferenceVM ();
     this.referenceCounterpartyTo.Events = ((global::Gdk.EventMask)(256));
     this.referenceCounterpartyTo.Name = "referenceCounterpartyTo";
     this.tableReceiver.Add (this.referenceCounterpartyTo);
     global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.tableReceiver [this.referenceCounterpartyTo]));
     w36.TopAttach = ((uint)(1));
     w36.BottomAttach = ((uint)(2));
     w36.LeftAttach = ((uint)(1));
     w36.RightAttach = ((uint)(2));
     w36.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableReceiver.Gtk.Table+TableChild
     this.referenceDeliveryPointTo = new global::Gtk.DataBindings.DataEntryReference ();
     this.referenceDeliveryPointTo.Events = ((global::Gdk.EventMask)(256));
     this.referenceDeliveryPointTo.Name = "referenceDeliveryPointTo";
     this.referenceDeliveryPointTo.DisplayFields = new string[] {
         "CompiledAddress"
     };
     this.referenceDeliveryPointTo.DisplayFormatString = "{0}";
     this.referenceDeliveryPointTo.InheritedDataSource = true;
     this.referenceDeliveryPointTo.Mappings = "ToDeliveryPoint";
     this.referenceDeliveryPointTo.InheritedBoundaryDataSource = false;
     this.referenceDeliveryPointTo.CursorPointsEveryType = false;
     this.tableReceiver.Add (this.referenceDeliveryPointTo);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.tableReceiver [this.referenceDeliveryPointTo]));
     w37.TopAttach = ((uint)(2));
     w37.BottomAttach = ((uint)(3));
     w37.LeftAttach = ((uint)(1));
     w37.RightAttach = ((uint)(2));
     w37.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableReceiver.Gtk.Table+TableChild
     this.referenceWarehouseTo = new global::Gtk.DataBindings.DataEntryReference ();
     this.referenceWarehouseTo.Events = ((global::Gdk.EventMask)(256));
     this.referenceWarehouseTo.Name = "referenceWarehouseTo";
     this.referenceWarehouseTo.DisplayFields = new string[] {
         "Name"
     };
     this.referenceWarehouseTo.DisplayFormatString = "{0}";
     this.referenceWarehouseTo.InheritedDataSource = true;
     this.referenceWarehouseTo.Mappings = "ToWarehouse";
     this.referenceWarehouseTo.InheritedBoundaryDataSource = false;
     this.referenceWarehouseTo.CursorPointsEveryType = false;
     this.tableReceiver.Add (this.referenceWarehouseTo);
     global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.tableReceiver [this.referenceWarehouseTo]));
     w38.LeftAttach = ((uint)(1));
     w38.RightAttach = ((uint)(2));
     w38.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox4.Add (this.tableReceiver);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.tableReceiver]));
     w39.Position = 1;
     w39.Expand = false;
     w39.Fill = false;
     this.hbox3.Add (this.vbox4);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox4]));
     w40.Position = 2;
     this.vbox3.Add (this.hbox3);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox3]));
     w41.Position = 2;
     w41.Expand = false;
     w41.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.movementdocumentitemsview1 = new global::Vodovoz.MovementDocumentItemsView ();
     this.movementdocumentitemsview1.Events = ((global::Gdk.EventMask)(256));
     this.movementdocumentitemsview1.Name = "movementdocumentitemsview1";
     this.vbox3.Add (this.movementdocumentitemsview1);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.movementdocumentitemsview1]));
     w42.Position = 3;
     this.Add (this.vbox3);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.buttonSave.Clicked += new global::System.EventHandler (this.OnButtonSaveClicked);
     this.buttonCancel.Clicked += new global::System.EventHandler (this.OnButtonCancelClicked);
     this.buttonDelivered.Clicked += new global::System.EventHandler (this.OnButtonDeliveredClicked);
     this.enumMovementType.Changed += new global::System.EventHandler (this.OnEnumMovementTypeChanged);
     this.referenceCounterpartyFrom.Changed += new global::System.EventHandler (this.OnReferenceCounterpartyFromChanged);
     this.referenceCounterpartyTo.Changed += new global::System.EventHandler (this.OnReferenceCounterpartyToChanged);
 }
예제 #17
0
파일: MainWindow.cs 프로젝트: pxqr/nanon
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.UIManager = new global::Gtk.UIManager ();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
     this.FileAction = new global::Gtk.Action ("FileAction", global::Mono.Unix.Catalog.GetString ("File"), null, null);
     this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("File");
     w1.Add (this.FileAction, null);
     this.openAction = new global::Gtk.Action ("openAction", global::Mono.Unix.Catalog.GetString ("Open"), null, "gtk-open");
     this.openAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Open");
     w1.Add (this.openAction, null);
     this.quitAction = new global::Gtk.ToggleAction ("quitAction", global::Mono.Unix.Catalog.GetString ("Quit"), null, "gtk-quit");
     this.quitAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Quit");
     w1.Add (this.quitAction, null);
     this.Action = new global::Gtk.Action ("Action", global::Mono.Unix.Catalog.GetString ("_"), null, null);
     this.Action.ShortLabel = global::Mono.Unix.Catalog.GetString ("_");
     w1.Add (this.Action, null);
     this.quitAction1 = new global::Gtk.Action ("quitAction1", global::Mono.Unix.Catalog.GetString ("Quit"), null, "gtk-quit");
     this.quitAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("Quit");
     w1.Add (this.quitAction1, null);
     this.refreshAction = new global::Gtk.Action ("refreshAction", global::Mono.Unix.Catalog.GetString ("_Refresh"), null, "gtk-refresh");
     this.refreshAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Refresh");
     w1.Add (this.refreshAction, null);
     this.refreshAction1 = new global::Gtk.Action ("refreshAction1", global::Mono.Unix.Catalog.GetString ("_Refresh"), null, "gtk-refresh");
     this.refreshAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Refresh");
     w1.Add (this.refreshAction1, null);
     this.saveAsAction = new global::Gtk.Action ("saveAsAction", global::Mono.Unix.Catalog.GetString ("Save a copy..."), null, "gtk-save-as");
     this.saveAsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save a copy...");
     w1.Add (this.saveAsAction, 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.ViewAction = new global::Gtk.Action ("ViewAction", global::Mono.Unix.Catalog.GetString ("View"), null, null);
     this.ViewAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("View");
     w1.Add (this.ViewAction, null);
     this.RowWiseAction = new global::Gtk.RadioAction ("RowWiseAction", global::Mono.Unix.Catalog.GetString ("Row-wise"), null, null, 0);
     this.RowWiseAction.Group = new global::GLib.SList (global::System.IntPtr.Zero);
     this.RowWiseAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Row-wise");
     w1.Add (this.RowWiseAction, null);
     this.ColWiseAction = new global::Gtk.RadioAction ("ColWiseAction", global::Mono.Unix.Catalog.GetString ("Col-wise"), null, null, 0);
     this.ColWiseAction.Group = this.RowWiseAction.Group;
     this.ColWiseAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Col-wise");
     w1.Add (this.ColWiseAction, null);
     this.RowwiseAction = new global::Gtk.ToggleAction ("RowwiseAction", global::Mono.Unix.Catalog.GetString ("Rowwise"), null, null);
     this.RowwiseAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Rowwise");
     w1.Add (this.RowwiseAction, null);
     this.RowwiseSelector = new global::Gtk.ToggleAction ("RowwiseSelector", global::Mono.Unix.Catalog.GetString ("Rowwise"), null, null);
     this.RowwiseSelector.Active = true;
     this.RowwiseSelector.ShortLabel = global::Mono.Unix.Catalog.GetString ("Rowwise");
     w1.Add (this.RowwiseSelector, null);
     this.RowwiseAction1 = new global::Gtk.ToggleAction ("RowwiseAction1", global::Mono.Unix.Catalog.GetString ("Rowwise"), null, null);
     this.RowwiseAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("Rowwise");
     w1.Add (this.RowwiseAction1, null);
     this.ViewAction1 = new global::Gtk.Action ("ViewAction1", global::Mono.Unix.Catalog.GetString ("View"), null, null);
     this.ViewAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("View");
     w1.Add (this.ViewAction1, null);
     this.ColumnWiseAction = new global::Gtk.ToggleAction ("ColumnWiseAction", global::Mono.Unix.Catalog.GetString ("Column wise"), null, null);
     this.ColumnWiseAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("RowWise");
     w1.Add (this.ColumnWiseAction, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><menubar name='menubar2'><menu name='FileAction' action='FileAction'><menuitem name='openAction' action='openAction'/><menuitem name='refreshAction1' action='refreshAction1'/><menuitem name='saveAsAction' action='saveAsAction'/><separator/><menuitem name='quitAction1' action='quitAction1'/></menu><menu name='ViewAction1' action='ViewAction1'><menuitem name='ColumnWiseAction' action='ColumnWiseAction'/></menu><menu name='HelpAction' action='HelpAction'/></menubar></ui>");
     this.menubar2 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menubar2")));
     this.menubar2.Name = "menubar2";
     this.vbox2.Add (this.menubar2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.menubar2]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vseparator2 = new global::Gtk.VSeparator ();
     this.vseparator2.Name = "vseparator2";
     this.hbox1.Add (this.vseparator2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vseparator2]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.WidthRequest = 460;
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.spinbutton = new global::Gtk.SpinButton (0, 100, 1);
     this.spinbutton.Sensitive = false;
     this.spinbutton.CanFocus = true;
     this.spinbutton.Name = "spinbutton";
     this.spinbutton.Adjustment.PageIncrement = 10;
     this.spinbutton.ClimbRate = 1;
     this.spinbutton.Numeric = true;
     this.vbox3.Add (this.spinbutton);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.spinbutton]));
     w4.Position = 0;
     w4.Expand = false;
     w4.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.filechooserwidget = new global::Gtk.FileChooserWidget (((global::Gtk.FileChooserAction)(0)));
     this.filechooserwidget.Name = "filechooserwidget";
     this.vbox3.Add (this.filechooserwidget);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.filechooserwidget]));
     w5.Position = 1;
     this.hbox2.Add (this.vbox3);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox3]));
     w6.Position = 0;
     w6.Expand = false;
     w6.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.hpaned1 = new global::Gtk.HPaned ();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name = "hpaned1";
     this.hpaned1.Position = 109;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.vpaned1 = new global::Gtk.VPaned ();
     this.vpaned1.CanFocus = true;
     this.vpaned1.Name = "vpaned1";
     this.vpaned1.Position = 56;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.hpaned3 = new global::Gtk.HPaned ();
     this.hpaned3.CanFocus = true;
     this.hpaned3.Name = "hpaned3";
     this.hpaned3.Position = 418;
     // Container child hpaned3.Gtk.Paned+PanedChild
     this.vpaned2 = new global::Gtk.VPaned ();
     this.vpaned2.CanFocus = true;
     this.vpaned2.Name = "vpaned2";
     this.vpaned2.Position = 386;
     // Container child vpaned2.Gtk.Paned+PanedChild
     this.matrixImage = new global::Gtk.Image ();
     this.matrixImage.Name = "matrixImage";
     this.matrixImage.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-missing-image", global::Gtk.IconSize.Menu);
     this.vpaned2.Add (this.matrixImage);
     global::Gtk.Paned.PanedChild w7 = ((global::Gtk.Paned.PanedChild)(this.vpaned2 [this.matrixImage]));
     w7.Resize = false;
     this.hpaned3.Add (this.vpaned2);
     global::Gtk.Paned.PanedChild w8 = ((global::Gtk.Paned.PanedChild)(this.hpaned3 [this.vpaned2]));
     w8.Resize = false;
     this.vpaned1.Add (this.hpaned3);
     this.hpaned1.Add (this.vpaned1);
     this.hbox2.Add (this.hpaned1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.hpaned1]));
     w11.Position = 1;
     this.hbox1.Add (this.hbox2);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.hbox2]));
     w12.Position = 1;
     this.vbox2.Add (this.hbox1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w13.Position = 1;
     this.Add (this.vbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 1072;
     this.DefaultHeight = 551;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.quitAction1.Activated += new global::System.EventHandler (this.act);
     this.ColWiseAction.Toggled += new global::System.EventHandler (this.OnColWise);
     this.RowwiseAction.Toggled += new global::System.EventHandler (this.OnRowWise);
     this.RowwiseSelector.Toggled += new global::System.EventHandler (this.RowwiseChanged);
     this.RowwiseAction1.Toggled += new global::System.EventHandler (this.t);
     this.RowwiseAction1.Activated += new global::System.EventHandler (this.a);
     this.RowwiseAction1.Changed += new global::Gtk.ChangedHandler (this.c);
     this.ColumnWiseAction.Toggled += new global::System.EventHandler (this.ModeToggled);
     this.spinbutton.Changed += new global::System.EventHandler (this.SpinChanged);
     this.filechooserwidget.FileActivated += new global::System.EventHandler (this.fileSelected);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Vodovoz.OrganizationDlg
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach (this);
     this.UIManager = new global::Gtk.UIManager ();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup ("Default");
     this.UIManager.InsertActionGroup (w2, 0);
     this.Name = "Vodovoz.OrganizationDlg";
     // Container child Vodovoz.OrganizationDlg.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonSave = new global::Gtk.Button ();
     this.buttonSave.CanFocus = true;
     this.buttonSave.Name = "buttonSave";
     this.buttonSave.UseUnderline = true;
     this.buttonSave.Label = global::Mono.Unix.Catalog.GetString ("Сохранить");
     global::Gtk.Image w3 = new global::Gtk.Image ();
     w3.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-save", global::Gtk.IconSize.Menu);
     this.buttonSave.Image = w3;
     this.hbox1.Add (this.buttonSave);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonSave]));
     w4.Position = 0;
     w4.Expand = false;
     w4.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonCancel = new global::Gtk.Button ();
     this.buttonCancel.CanFocus = true;
     this.buttonCancel.Name = "buttonCancel";
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label = global::Mono.Unix.Catalog.GetString ("Отменить");
     global::Gtk.Image w5 = new global::Gtk.Image ();
     w5.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-revert-to-saved", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w5;
     this.hbox1.Add (this.buttonCancel);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonCancel]));
     w6.Position = 1;
     w6.Expand = false;
     w6.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vseparator1 = new global::Gtk.VSeparator ();
     this.vseparator1.Name = "vseparator1";
     this.hbox1.Add (this.vseparator1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vseparator1]));
     w7.Position = 2;
     w7.Expand = false;
     w7.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.radioTabInfo = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Основное"));
     this.radioTabInfo.CanFocus = true;
     this.radioTabInfo.Name = "radioTabInfo";
     this.radioTabInfo.DrawIndicator = false;
     this.radioTabInfo.UseUnderline = true;
     this.radioTabInfo.Group = new global::GLib.SList (global::System.IntPtr.Zero);
     this.hbox1.Add (this.radioTabInfo);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.radioTabInfo]));
     w8.Position = 3;
     // Container child hbox1.Gtk.Box+BoxChild
     this.radioTabAccounts = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Счета"));
     this.radioTabAccounts.CanFocus = true;
     this.radioTabAccounts.Name = "radioTabAccounts";
     this.radioTabAccounts.DrawIndicator = false;
     this.radioTabAccounts.UseUnderline = true;
     this.radioTabAccounts.Group = this.radioTabInfo.Group;
     this.hbox1.Add (this.radioTabAccounts);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.radioTabAccounts]));
     w9.Position = 4;
     this.vbox1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w10.Position = 0;
     w10.Expand = false;
     w10.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.notebookMain = new global::Gtk.Notebook ();
     this.notebookMain.CanFocus = true;
     this.notebookMain.Name = "notebookMain";
     this.notebookMain.CurrentPage = 0;
     // Container child notebookMain.Gtk.Notebook+NotebookChild
     this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
     this.scrolledwindow1.CanFocus = true;
     this.scrolledwindow1.Name = "scrolledwindow1";
     this.scrolledwindow1.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w11 = new global::Gtk.Viewport ();
     w11.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.datatableMain = new global::Gtk.Table (((uint)(11)), ((uint)(2)), false);
     this.datatableMain.Name = "datatableMain";
     this.datatableMain.RowSpacing = ((uint)(6));
     this.datatableMain.ColumnSpacing = ((uint)(6));
     this.datatableMain.BorderWidth = ((uint)(2));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataentryEmail = new global::Gamma.Widgets.yValidatedEntry ();
     this.dataentryEmail.CanFocus = true;
     this.dataentryEmail.Name = "dataentryEmail";
     this.dataentryEmail.IsEditable = true;
     this.dataentryEmail.MaxLength = 45;
     this.dataentryEmail.InvisibleChar = '●';
     this.datatableMain.Add (this.dataentryEmail);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.dataentryEmail]));
     w12.TopAttach = ((uint)(3));
     w12.BottomAttach = ((uint)(4));
     w12.LeftAttach = ((uint)(1));
     w12.RightAttach = ((uint)(2));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataentryFullName = new global::Gamma.GtkWidgets.yEntry ();
     this.dataentryFullName.CanFocus = true;
     this.dataentryFullName.Name = "dataentryFullName";
     this.dataentryFullName.IsEditable = true;
     this.dataentryFullName.MaxLength = 200;
     this.dataentryFullName.InvisibleChar = '●';
     this.datatableMain.Add (this.dataentryFullName);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.dataentryFullName]));
     w13.TopAttach = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.LeftAttach = ((uint)(1));
     w13.RightAttach = ((uint)(2));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataentryINN = new global::Gamma.Widgets.yValidatedEntry ();
     this.dataentryINN.CanFocus = true;
     this.dataentryINN.Name = "dataentryINN";
     this.dataentryINN.IsEditable = true;
     this.dataentryINN.MaxLength = 12;
     this.dataentryINN.InvisibleChar = '●';
     this.datatableMain.Add (this.dataentryINN);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.dataentryINN]));
     w14.TopAttach = ((uint)(6));
     w14.BottomAttach = ((uint)(7));
     w14.LeftAttach = ((uint)(1));
     w14.RightAttach = ((uint)(2));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataentryKPP = new global::Gamma.Widgets.yValidatedEntry ();
     this.dataentryKPP.CanFocus = true;
     this.dataentryKPP.Name = "dataentryKPP";
     this.dataentryKPP.IsEditable = true;
     this.dataentryKPP.MaxLength = 9;
     this.dataentryKPP.InvisibleChar = '●';
     this.datatableMain.Add (this.dataentryKPP);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.dataentryKPP]));
     w15.TopAttach = ((uint)(7));
     w15.BottomAttach = ((uint)(8));
     w15.LeftAttach = ((uint)(1));
     w15.RightAttach = ((uint)(2));
     w15.XOptions = ((global::Gtk.AttachOptions)(4));
     w15.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataentryName = new global::Gamma.GtkWidgets.yEntry ();
     this.dataentryName.CanFocus = true;
     this.dataentryName.Name = "dataentryName";
     this.dataentryName.IsEditable = true;
     this.dataentryName.MaxLength = 100;
     this.dataentryName.InvisibleChar = '●';
     this.datatableMain.Add (this.dataentryName);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.dataentryName]));
     w16.LeftAttach = ((uint)(1));
     w16.RightAttach = ((uint)(2));
     w16.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataentryOGRN = new global::Gamma.Widgets.yValidatedEntry ();
     this.dataentryOGRN.CanFocus = true;
     this.dataentryOGRN.Name = "dataentryOGRN";
     this.dataentryOGRN.IsEditable = true;
     this.dataentryOGRN.MaxLength = 13;
     this.dataentryOGRN.InvisibleChar = '●';
     this.datatableMain.Add (this.dataentryOGRN);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.dataentryOGRN]));
     w17.TopAttach = ((uint)(8));
     w17.BottomAttach = ((uint)(9));
     w17.LeftAttach = ((uint)(1));
     w17.RightAttach = ((uint)(2));
     w17.XOptions = ((global::Gtk.AttachOptions)(4));
     w17.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.datatextviewJurAddress = new global::Gamma.GtkWidgets.yTextView ();
     this.datatextviewJurAddress.CanFocus = true;
     this.datatextviewJurAddress.Name = "datatextviewJurAddress";
     this.datatextviewJurAddress.WrapMode = ((global::Gtk.WrapMode)(2));
     this.GtkScrolledWindow1.Add (this.datatextviewJurAddress);
     this.datatableMain.Add (this.GtkScrolledWindow1);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.GtkScrolledWindow1]));
     w19.TopAttach = ((uint)(10));
     w19.BottomAttach = ((uint)(11));
     w19.LeftAttach = ((uint)(1));
     w19.RightAttach = ((uint)(2));
     w19.XOptions = ((global::Gtk.AttachOptions)(4));
     w19.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.GtkScrolledWindow2 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow2.Name = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.datatextviewAddress = new global::Gamma.GtkWidgets.yTextView ();
     this.datatextviewAddress.CanFocus = true;
     this.datatextviewAddress.Name = "datatextviewAddress";
     this.datatextviewAddress.WrapMode = ((global::Gtk.WrapMode)(2));
     this.GtkScrolledWindow2.Add (this.datatextviewAddress);
     this.datatableMain.Add (this.GtkScrolledWindow2);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.GtkScrolledWindow2]));
     w21.TopAttach = ((uint)(9));
     w21.BottomAttach = ((uint)(10));
     w21.LeftAttach = ((uint)(1));
     w21.RightAttach = ((uint)(2));
     w21.XOptions = ((global::Gtk.AttachOptions)(4));
     w21.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label10 = new global::Gtk.Label ();
     this.label10.Name = "label10";
     this.label10.Xalign = 1F;
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("ОГРН:");
     this.datatableMain.Add (this.label10);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label10]));
     w22.TopAttach = ((uint)(8));
     w22.BottomAttach = ((uint)(9));
     w22.XOptions = ((global::Gtk.AttachOptions)(4));
     w22.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label11 = new global::Gtk.Label ();
     this.label11.Name = "label11";
     this.label11.Xalign = 1F;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("E-mail:");
     this.datatableMain.Add (this.label11);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label11]));
     w23.TopAttach = ((uint)(3));
     w23.BottomAttach = ((uint)(4));
     w23.XOptions = ((global::Gtk.AttachOptions)(4));
     w23.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label13 = new global::Gtk.Label ();
     this.label13.Name = "label13";
     this.label13.Xalign = 1F;
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("Руководитель:");
     this.datatableMain.Add (this.label13);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label13]));
     w24.TopAttach = ((uint)(4));
     w24.BottomAttach = ((uint)(5));
     w24.XOptions = ((global::Gtk.AttachOptions)(4));
     w24.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label14 = new global::Gtk.Label ();
     this.label14.Name = "label14";
     this.label14.Xalign = 1F;
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString ("Главный бухгалтер:");
     this.datatableMain.Add (this.label14);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label14]));
     w25.TopAttach = ((uint)(5));
     w25.BottomAttach = ((uint)(6));
     w25.XOptions = ((global::Gtk.AttachOptions)(4));
     w25.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.Xalign = 1F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Полное название:");
     this.datatableMain.Add (this.label3);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label3]));
     w26.TopAttach = ((uint)(1));
     w26.BottomAttach = ((uint)(2));
     w26.XOptions = ((global::Gtk.AttachOptions)(4));
     w26.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.Xalign = 1F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Название<span foreground=\"red\">*</span>:");
     this.label4.UseMarkup = true;
     this.datatableMain.Add (this.label4);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label4]));
     w27.XOptions = ((global::Gtk.AttachOptions)(4));
     w27.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.Xalign = 1F;
     this.label5.Yalign = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Адрес:");
     this.datatableMain.Add (this.label5);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label5]));
     w28.TopAttach = ((uint)(9));
     w28.BottomAttach = ((uint)(10));
     w28.XOptions = ((global::Gtk.AttachOptions)(4));
     w28.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.Xalign = 1F;
     this.label6.Yalign = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Юр. адрес:");
     this.datatableMain.Add (this.label6);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label6]));
     w29.TopAttach = ((uint)(10));
     w29.BottomAttach = ((uint)(11));
     w29.XOptions = ((global::Gtk.AttachOptions)(4));
     w29.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label7 = new global::Gtk.Label ();
     this.label7.Name = "label7";
     this.label7.Xalign = 1F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("ИНН:");
     this.datatableMain.Add (this.label7);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label7]));
     w30.TopAttach = ((uint)(6));
     w30.BottomAttach = ((uint)(7));
     w30.XOptions = ((global::Gtk.AttachOptions)(4));
     w30.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.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.datatableMain.Add (this.label8);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label8]));
     w31.TopAttach = ((uint)(7));
     w31.BottomAttach = ((uint)(8));
     w31.XOptions = ((global::Gtk.AttachOptions)(4));
     w31.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label9 = new global::Gtk.Label ();
     this.label9.Name = "label9";
     this.label9.Xalign = 1F;
     this.label9.Yalign = 0F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("Телефоны:");
     this.datatableMain.Add (this.label9);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label9]));
     w32.TopAttach = ((uint)(2));
     w32.BottomAttach = ((uint)(3));
     w32.XOptions = ((global::Gtk.AttachOptions)(4));
     w32.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.phonesview1 = new global::QSContacts.PhonesView ();
     this.phonesview1.Events = ((global::Gdk.EventMask)(256));
     this.phonesview1.Name = "phonesview1";
     this.datatableMain.Add (this.phonesview1);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.phonesview1]));
     w33.TopAttach = ((uint)(2));
     w33.BottomAttach = ((uint)(3));
     w33.LeftAttach = ((uint)(1));
     w33.RightAttach = ((uint)(2));
     w33.XOptions = ((global::Gtk.AttachOptions)(4));
     w33.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.referenceBuhgalter = new global::Gamma.Widgets.yEntryReference ();
     this.referenceBuhgalter.Events = ((global::Gdk.EventMask)(256));
     this.referenceBuhgalter.Name = "referenceBuhgalter";
     this.referenceBuhgalter.DisplayFields = new string[] {
         "FullName"
     };
     this.referenceBuhgalter.DisplayFormatString = "{0}";
     this.datatableMain.Add (this.referenceBuhgalter);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.referenceBuhgalter]));
     w34.TopAttach = ((uint)(5));
     w34.BottomAttach = ((uint)(6));
     w34.LeftAttach = ((uint)(1));
     w34.RightAttach = ((uint)(2));
     w34.XOptions = ((global::Gtk.AttachOptions)(4));
     w34.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.referenceLeader = new global::Gamma.Widgets.yEntryReference ();
     this.referenceLeader.Events = ((global::Gdk.EventMask)(256));
     this.referenceLeader.Name = "referenceLeader";
     this.referenceLeader.DisplayFields = new string[] {
         "FullName"
     };
     this.referenceLeader.DisplayFormatString = "{0}";
     this.datatableMain.Add (this.referenceLeader);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.referenceLeader]));
     w35.TopAttach = ((uint)(4));
     w35.BottomAttach = ((uint)(5));
     w35.LeftAttach = ((uint)(1));
     w35.RightAttach = ((uint)(2));
     w35.XOptions = ((global::Gtk.AttachOptions)(4));
     w35.YOptions = ((global::Gtk.AttachOptions)(4));
     w11.Add (this.datatableMain);
     this.scrolledwindow1.Add (w11);
     this.notebookMain.Add (this.scrolledwindow1);
     // Notebook tab
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Информация");
     this.notebookMain.SetTabLabel (this.scrolledwindow1, this.label1);
     this.label1.ShowAll ();
     // Container child notebookMain.Gtk.Notebook+NotebookChild
     this.accountsview1 = new global::QSBanks.AccountsView ();
     this.accountsview1.Events = ((global::Gdk.EventMask)(256));
     this.accountsview1.Name = "accountsview1";
     this.notebookMain.Add (this.accountsview1);
     global::Gtk.Notebook.NotebookChild w39 = ((global::Gtk.Notebook.NotebookChild)(this.notebookMain [this.accountsview1]));
     w39.Position = 1;
     // Notebook tab
     this.label12 = new global::Gtk.Label ();
     this.label12.Name = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("Счет");
     this.notebookMain.SetTabLabel (this.accountsview1, this.label12);
     this.label12.ShowAll ();
     this.vbox1.Add (this.notebookMain);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.notebookMain]));
     w40.Position = 1;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     w1.SetUiManager (UIManager);
     this.Hide ();
     this.buttonSave.Clicked += new global::System.EventHandler (this.OnButtonSaveClicked);
     this.buttonCancel.Clicked += new global::System.EventHandler (this.OnButtonCancelClicked);
     this.radioTabInfo.Toggled += new global::System.EventHandler (this.OnRadioTabInfoToggled);
     this.radioTabAccounts.Toggled += new global::System.EventHandler (this.OnRadioTabAccountsToggled);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.ReportsParameters.Bottles.ReturnedTareReport
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.ReportsParameters.Bottles.ReturnedTareReport";
     // Container child Vodovoz.ReportsParameters.Bottles.ReturnedTareReport.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(3)), ((uint)(5)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.buttonHelp              = new global::Gtk.Button();
     this.buttonHelp.CanFocus     = true;
     this.buttonHelp.Name         = "buttonHelp";
     this.buttonHelp.UseUnderline = true;
     this.buttonHelp.Label        = global::Mono.Unix.Catalog.GetString("Справка");
     global::Gtk.Image w1 = new global::Gtk.Image();
     w1.Pixbuf             = global::Stetic.IconLoader.LoadIcon(this, "gtk-help", global::Gtk.IconSize.Menu);
     this.buttonHelp.Image = w1;
     this.table1.Add(this.buttonHelp);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.buttonHelp]));
     w2.LeftAttach  = ((uint)(4));
     w2.RightAttach = ((uint)(5));
     w2.XOptions    = ((global::Gtk.AttachOptions)(4));
     w2.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chkClosedOrdersOnly               = new global::Gamma.GtkWidgets.yCheckButton();
     this.chkClosedOrdersOnly.CanFocus      = true;
     this.chkClosedOrdersOnly.Name          = "chkClosedOrdersOnly";
     this.chkClosedOrdersOnly.Label         = global::Mono.Unix.Catalog.GetString("Закрытые заказы");
     this.chkClosedOrdersOnly.DrawIndicator = true;
     this.chkClosedOrdersOnly.UseUnderline  = true;
     this.table1.Add(this.chkClosedOrdersOnly);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.chkClosedOrdersOnly]));
     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.daterangepicker           = new global::QS.Widgets.GtkUI.DateRangePicker();
     this.daterangepicker.Events    = ((global::Gdk.EventMask)(256));
     this.daterangepicker.Name      = "daterangepicker";
     this.daterangepicker.StartDate = new global::System.DateTime(0);
     this.daterangepicker.EndDate   = new global::System.DateTime(0);
     this.table1.Add(this.daterangepicker);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.daterangepicker]));
     w4.LeftAttach  = ((uint)(2));
     w4.RightAttach = ((uint)(3));
     w4.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entityviewmodelentryAuthor                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entityviewmodelentryAuthor.Events           = ((global::Gdk.EventMask)(256));
     this.entityviewmodelentryAuthor.Name             = "entityviewmodelentryAuthor";
     this.entityviewmodelentryAuthor.CanEditReference = false;
     this.table1.Add(this.entityviewmodelentryAuthor);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.entityviewmodelentryAuthor]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Дата доставки: ");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 1F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Автор:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.table1.Add(this.vseparator1);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.vseparator1]));
     w8.LeftAttach  = ((uint)(3));
     w8.RightAttach = ((uint)(4));
     w8.XOptions    = ((global::Gtk.AttachOptions)(4));
     w8.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.yenumcomboboxDateType      = new global::Gamma.Widgets.yEnumComboBox();
     this.yenumcomboboxDateType.Name = "yenumcomboboxDateType";
     this.yenumcomboboxDateType.ShowSpecialStateAll = false;
     this.yenumcomboboxDateType.ShowSpecialStateNot = false;
     this.yenumcomboboxDateType.UseShortTitle       = false;
     this.yenumcomboboxDateType.DefaultFirst        = false;
     this.table1.Add(this.yenumcomboboxDateType);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.yenumcomboboxDateType]));
     w9.LeftAttach  = ((uint)(1));
     w9.RightAttach = ((uint)(2));
     w9.XOptions    = ((global::Gtk.AttachOptions)(4));
     w9.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table1]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.btnCreateReport              = new global::Gamma.GtkWidgets.yButton();
     this.btnCreateReport.CanFocus     = true;
     this.btnCreateReport.Name         = "btnCreateReport";
     this.btnCreateReport.UseUnderline = true;
     this.btnCreateReport.Label        = global::Mono.Unix.Catalog.GetString("Сформировать отчет");
     this.vbox2.Add(this.btnCreateReport);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.btnCreateReport]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
예제 #20
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Bugziller.BugsViewWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Bugziller.BugsViewWidget";
     // Container child Bugziller.BugsViewWidget.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hboxHeader = new global::Gtk.HBox ();
     this.hboxHeader.Name = "hboxHeader";
     this.hboxHeader.Spacing = 6;
     // Container child hboxHeader.Gtk.Box+BoxChild
     this.comboServers = global::Gtk.ComboBox.NewText ();
     this.comboServers.Name = "comboServers";
     this.hboxHeader.Add (this.comboServers);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hboxHeader [this.comboServers]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child hboxHeader.Gtk.Box+BoxChild
     this.buttonUpdate = new global::Gtk.Button ();
     this.buttonUpdate.CanFocus = true;
     this.buttonUpdate.Name = "buttonUpdate";
     this.buttonUpdate.UseUnderline = true;
     this.buttonUpdate.Relief = ((global::Gtk.ReliefStyle)(2));
     this.buttonUpdate.Label = global::Mono.Unix.Catalog.GetString ("Update");
     this.hboxHeader.Add (this.buttonUpdate);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hboxHeader [this.buttonUpdate]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child hboxHeader.Gtk.Box+BoxChild
     this.vseparator1 = new global::Gtk.VSeparator ();
     this.vseparator1.Name = "vseparator1";
     this.hboxHeader.Add (this.vseparator1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hboxHeader [this.vseparator1]));
     w3.Position = 2;
     w3.Expand = false;
     w3.Fill = false;
     // Container child hboxHeader.Gtk.Box+BoxChild
     this.entryFilter = new global::Gtk.Entry ();
     this.entryFilter.CanFocus = true;
     this.entryFilter.Name = "entryFilter";
     this.entryFilter.IsEditable = true;
     this.entryFilter.InvisibleChar = '●';
     this.hboxHeader.Add (this.entryFilter);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hboxHeader [this.entryFilter]));
     w4.Position = 3;
     w4.Expand = false;
     w4.Fill = false;
     // Container child hboxHeader.Gtk.Box+BoxChild
     this.buttonFilter = new global::Gtk.Button ();
     this.buttonFilter.CanFocus = true;
     this.buttonFilter.Name = "buttonFilter";
     this.buttonFilter.UseUnderline = true;
     this.buttonFilter.Relief = ((global::Gtk.ReliefStyle)(2));
     this.buttonFilter.Label = global::Mono.Unix.Catalog.GetString ("Filter");
     this.hboxHeader.Add (this.buttonFilter);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hboxHeader [this.buttonFilter]));
     w5.Position = 4;
     w5.Expand = false;
     w5.Fill = false;
     // Container child hboxHeader.Gtk.Box+BoxChild
     this.countLabel = new global::Gtk.Label ();
     this.countLabel.Name = "countLabel";
     this.countLabel.Xalign = 0F;
     this.countLabel.LabelProp = "label2";
     this.hboxHeader.Add (this.countLabel);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hboxHeader [this.countLabel]));
     w6.PackType = ((global::Gtk.PackType)(1));
     w6.Position = 7;
     w6.Expand = false;
     w6.Fill = false;
     this.vbox2.Add (this.hboxHeader);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hboxHeader]));
     w7.Position = 0;
     w7.Expand = false;
     w7.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.vpaned1 = new global::Gtk.VPaned ();
     this.vpaned1.CanFocus = true;
     this.vpaned1.Name = "vpaned1";
     this.vpaned1.Position = 570;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.listScrolled = new global::Gtk.ScrolledWindow ();
     this.listScrolled.Name = "listScrolled";
     this.listScrolled.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child listScrolled.Gtk.Container+ContainerChild
     this.bugsList = new global::Gtk.TreeView ();
     this.bugsList.CanFocus = true;
     this.bugsList.Name = "bugsList";
     this.bugsList.RulesHint = true;
     this.listScrolled.Add (this.bugsList);
     this.vpaned1.Add (this.listScrolled);
     global::Gtk.Paned.PanedChild w9 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.listScrolled]));
     w9.Resize = false;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // 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.buttonRefresh = new global::Gtk.Button ();
     this.buttonRefresh.CanFocus = true;
     this.buttonRefresh.Name = "buttonRefresh";
     this.buttonRefresh.UseUnderline = true;
     this.buttonRefresh.Label = global::Mono.Unix.Catalog.GetString ("Update from Server");
     this.hbox1.Add (this.buttonRefresh);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonRefresh]));
     w10.Position = 0;
     w10.Expand = false;
     w10.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.bugTitle = new global::Gtk.Label ();
     this.bugTitle.Name = "bugTitle";
     this.bugTitle.Xalign = 0F;
     this.bugTitle.Selectable = true;
     this.hbox1.Add (this.bugTitle);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.bugTitle]));
     w11.Position = 1;
     this.vbox3.Add (this.hbox1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox1]));
     w12.Position = 0;
     w12.Expand = false;
     w12.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
     global::Gtk.Viewport w13 = new global::Gtk.Viewport ();
     w13.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.commentsBox = new global::Gtk.VBox ();
     this.commentsBox.Name = "commentsBox";
     this.commentsBox.Spacing = 8;
     w13.Add (this.commentsBox);
     this.GtkScrolledWindow1.Add (w13);
     this.vbox3.Add (this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow1]));
     w16.Position = 1;
     this.vpaned1.Add (this.vbox3);
     global::Gtk.Paned.PanedChild w17 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.vbox3]));
     w17.Resize = false;
     w17.Shrink = false;
     this.vbox2.Add (this.vpaned1);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.vpaned1]));
     w18.Position = 1;
     this.Add (this.vbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.comboServers.Changed += new global::System.EventHandler (this.OnComboServersChanged);
     this.buttonUpdate.Clicked += new global::System.EventHandler (this.OnButtonUpdateClicked);
     this.entryFilter.KeyPressEvent += new global::Gtk.KeyPressEventHandler (this.OnEntryFilterKeyPressEvent);
     this.buttonFilter.Clicked += new global::System.EventHandler (this.OnButtonFilterClicked);
     this.bugsList.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.OnBugsListButtonPressEvent);
     this.bugsList.PopupMenu += new global::Gtk.PopupMenuHandler (this.OnBugsListPopupMenu);
     this.bugsList.RowActivated += new global::Gtk.RowActivatedHandler (this.OnBugsListRowActivated);
     this.buttonRefresh.Clicked += new global::System.EventHandler (this.OnButtonRefreshClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MultiLocation.CreerLocationWindow
     this.HeightRequest = 402;
     this.Name = "MultiLocation.CreerLocationWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("CreerLocationWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(3));
     // Container child MultiLocation.CreerLocationWindow.Gtk.Container+ContainerChild
     this.fixed1 = new global::Gtk.Fixed ();
     this.fixed1.HeightRequest = 400;
     this.fixed1.Name = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.clientLabel = new global::Gtk.Label ();
     this.clientLabel.Name = "clientLabel";
     this.clientLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Client");
     this.fixed1.Add (this.clientLabel);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.clientLabel]));
     w1.X = 70;
     w1.Y = 35;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.clientBox = global::Gtk.ComboBox.NewText ();
     this.clientBox.WidthRequest = 200;
     this.clientBox.Name = "clientBox";
     this.fixed1.Add (this.clientBox);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.clientBox]));
     w2.X = 165;
     w2.Y = 35;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.nomFamilleEntry = new global::Gtk.Entry ();
     this.nomFamilleEntry.WidthRequest = 200;
     this.nomFamilleEntry.CanFocus = true;
     this.nomFamilleEntry.Name = "nomFamilleEntry";
     this.nomFamilleEntry.IsEditable = true;
     this.nomFamilleEntry.InvisibleChar = '●';
     this.fixed1.Add (this.nomFamilleEntry);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.nomFamilleEntry]));
     w3.X = 165;
     w3.Y = 95;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.nomFamilleLabel = new global::Gtk.Label ();
     this.nomFamilleLabel.Name = "nomFamilleLabel";
     this.nomFamilleLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Nom de famille");
     this.fixed1.Add (this.nomFamilleLabel);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.nomFamilleLabel]));
     w4.X = 45;
     w4.Y = 95;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.rightSeparatorClient = new global::Gtk.VSeparator ();
     this.rightSeparatorClient.HeightRequest = 200;
     this.rightSeparatorClient.Name = "rightSeparatorClient";
     this.fixed1.Add (this.rightSeparatorClient);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.rightSeparatorClient]));
     w5.X = 370;
     w5.Y = 14;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.vseparator2 = new global::Gtk.VSeparator ();
     this.vseparator2.WidthRequest = 15;
     this.vseparator2.HeightRequest = 200;
     this.vseparator2.Name = "vseparator2";
     this.fixed1.Add (this.vseparator2);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.vseparator2]));
     w6.X = 15;
     w6.Y = 14;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.hseparator2 = new global::Gtk.HSeparator ();
     this.hseparator2.WidthRequest = 347;
     this.hseparator2.HeightRequest = 15;
     this.hseparator2.Name = "hseparator2";
     this.fixed1.Add (this.hseparator2);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.hseparator2]));
     w7.X = 23;
     w7.Y = 205;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.hseparator3 = new global::Gtk.HSeparator ();
     this.hseparator3.WidthRequest = 347;
     this.hseparator3.HeightRequest = 15;
     this.hseparator3.Name = "hseparator3";
     this.fixed1.Add (this.hseparator3);
     global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.hseparator3]));
     w8.X = 23;
     w8.Y = 6;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.chercherClient = new global::Gtk.Button ();
     this.chercherClient.CanFocus = true;
     this.chercherClient.Name = "chercherClient";
     this.chercherClient.UseUnderline = true;
     this.chercherClient.Label = global::Mono.Unix.Catalog.GetString ("Trouver");
     this.fixed1.Add (this.chercherClient);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.chercherClient]));
     w9.X = 297;
     w9.Y = 152;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.modeleBox = global::Gtk.ComboBox.NewText ();
     this.modeleBox.WidthRequest = 200;
     this.modeleBox.HeightRequest = 200;
     this.modeleBox.Name = "modeleBox";
     this.fixed1.Add (this.modeleBox);
     global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.modeleBox]));
     w10.X = 20;
     w10.Y = 253;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.montantMensuelEntry = new global::Gtk.Entry ();
     this.montantMensuelEntry.CanFocus = true;
     this.montantMensuelEntry.Name = "montantMensuelEntry";
     this.montantMensuelEntry.IsEditable = true;
     this.montantMensuelEntry.InvisibleChar = '●';
     this.fixed1.Add (this.montantMensuelEntry);
     global::Gtk.Fixed.FixedChild w11 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.montantMensuelEntry]));
     w11.X = 227;
     w11.Y = 424;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.montantLabel = new global::Gtk.Label ();
     this.montantLabel.Name = "montantLabel";
     this.montantLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Montant mensuel");
     this.fixed1.Add (this.montantLabel);
     global::Gtk.Fixed.FixedChild w12 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.montantLabel]));
     w12.X = 225;
     w12.Y = 391;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.nbrPaiementLabel = new global::Gtk.Label ();
     this.nbrPaiementLabel.Name = "nbrPaiementLabel";
     this.nbrPaiementLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Nombre de paiements");
     this.fixed1.Add (this.nbrPaiementLabel);
     global::Gtk.Fixed.FixedChild w13 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.nbrPaiementLabel]));
     w13.X = 225;
     w13.Y = 319;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.termeBox = global::Gtk.ComboBox.NewText ();
     this.termeBox.Name = "termeBox";
     this.fixed1.Add (this.termeBox);
     global::Gtk.Fixed.FixedChild w14 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.termeBox]));
     w14.X = 263;
     w14.Y = 276;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.termeLocationLabel = new global::Gtk.Label ();
     this.termeLocationLabel.Name = "termeLocationLabel";
     this.termeLocationLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Termes de Location");
     this.fixed1.Add (this.termeLocationLabel);
     global::Gtk.Fixed.FixedChild w15 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.termeLocationLabel]));
     w15.X = 225;
     w15.Y = 250;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.kmPermisEntry = new global::Gtk.Entry ();
     this.kmPermisEntry.CanFocus = true;
     this.kmPermisEntry.Name = "kmPermisEntry";
     this.kmPermisEntry.IsEditable = true;
     this.kmPermisEntry.InvisibleChar = '●';
     this.fixed1.Add (this.kmPermisEntry);
     global::Gtk.Fixed.FixedChild w16 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.kmPermisEntry]));
     w16.X = 24;
     w16.Y = 515;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.kmDepartEntry = new global::Gtk.Entry ();
     this.kmDepartEntry.CanFocus = true;
     this.kmDepartEntry.Name = "kmDepartEntry";
     this.kmDepartEntry.IsEditable = true;
     this.kmDepartEntry.InvisibleChar = '●';
     this.fixed1.Add (this.kmDepartEntry);
     global::Gtk.Fixed.FixedChild w17 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.kmDepartEntry]));
     w17.X = 227;
     w17.Y = 515;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.surprimeKMEntry = new global::Gtk.Entry ();
     this.surprimeKMEntry.CanFocus = true;
     this.surprimeKMEntry.Name = "surprimeKMEntry";
     this.surprimeKMEntry.IsEditable = true;
     this.surprimeKMEntry.InvisibleChar = '●';
     this.fixed1.Add (this.surprimeKMEntry);
     global::Gtk.Fixed.FixedChild w18 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.surprimeKMEntry]));
     w18.X = 227;
     w18.Y = 594;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.kmPermisLabel = new global::Gtk.Label ();
     this.kmPermisLabel.Name = "kmPermisLabel";
     this.kmPermisLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("KM Permis");
     this.fixed1.Add (this.kmPermisLabel);
     global::Gtk.Fixed.FixedChild w19 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.kmPermisLabel]));
     w19.X = 25;
     w19.Y = 480;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.kmDebutLoc = new global::Gtk.Label ();
     this.kmDebutLoc.Name = "kmDebutLoc";
     this.kmDebutLoc.LabelProp = global::Mono.Unix.Catalog.GetString ("KM au départ");
     this.fixed1.Add (this.kmDebutLoc);
     global::Gtk.Fixed.FixedChild w20 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.kmDebutLoc]));
     w20.X = 227;
     w20.Y = 480;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.surprimeKMLabel = new global::Gtk.Label ();
     this.surprimeKMLabel.Name = "surprimeKMLabel";
     this.surprimeKMLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Surprime par KM supp.");
     this.fixed1.Add (this.surprimeKMLabel);
     global::Gtk.Fixed.FixedChild w21 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.surprimeKMLabel]));
     w21.X = 227;
     w21.Y = 559;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.paiementLabel = new global::Gtk.Label ();
     this.paiementLabel.Name = "paiementLabel";
     this.fixed1.Add (this.paiementLabel);
     global::Gtk.Fixed.FixedChild w22 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.paiementLabel]));
     w22.X = 259;
     w22.Y = 354;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.quitButton = new global::Gtk.Button ();
     this.quitButton.CanFocus = true;
     this.quitButton.Name = "quitButton";
     this.quitButton.UseUnderline = true;
     this.quitButton.Label = global::Mono.Unix.Catalog.GetString ("Fermer");
     this.fixed1.Add (this.quitButton);
     global::Gtk.Fixed.FixedChild w23 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.quitButton]));
     w23.X = 274;
     w23.Y = 655;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.createLocation = new global::Gtk.Button ();
     this.createLocation.Sensitive = false;
     this.createLocation.CanFocus = true;
     this.createLocation.Name = "createLocation";
     this.createLocation.UseUnderline = true;
     this.createLocation.Label = global::Mono.Unix.Catalog.GetString ("Créer");
     this.fixed1.Add (this.createLocation);
     global::Gtk.Fixed.FixedChild w24 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.createLocation]));
     w24.X = 31;
     w24.Y = 655;
     this.Add (this.fixed1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 397;
     this.DefaultHeight = 702;
     this.Show ();
     this.clientBox.Changed += new global::System.EventHandler (this.OnClientBoxChanged);
     this.chercherClient.Clicked += new global::System.EventHandler (this.OnChercherClientClicked);
     this.termeBox.Changed += new global::System.EventHandler (this.OnTermeBoxChanged);
     this.quitButton.Clicked += new global::System.EventHandler (this.OnQuitButtonClicked);
     this.createLocation.Clicked += new global::System.EventHandler (this.OnCreateLocationClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget BibliographyMaker.MainWindow
     this.UIManager = new global::Gtk.UIManager ();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "BibliographyMaker.MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("BiblioMaker");
     this.Icon = new global::Gdk.Pixbuf (global::System.IO.Path.Combine (global::System.AppDomain.CurrentDomain.BaseDirectory, "./bibmake.png"));
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth = ((uint)(4));
     // Container child BibliographyMaker.MainWindow.Gtk.Container+ContainerChild
     this.notebook4 = new global::Gtk.Notebook ();
     this.notebook4.CanFocus = true;
     this.notebook4.Name = "notebook4";
     this.notebook4.CurrentPage = 2;
     this.notebook4.TabPos = ((global::Gtk.PositionType)(0));
     // Container child notebook4.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.VscrollbarPolicy = ((global::Gtk.PolicyType)(0));
     this.GtkScrolledWindow.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     this.GtkScrolledWindow.BorderWidth = ((uint)(3));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     global::Gtk.Viewport w2 = new global::Gtk.Viewport ();
     w2.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.frame1 = new global::Gtk.Frame ();
     this.frame1.Name = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment.Name = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.fo = new global::Gtk.Label ();
     this.fo.Name = "fo";
     this.fo.LabelProp = global::Mono.Unix.Catalog.GetString ("Format");
     this.hbox4.Add (this.fo);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.fo]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.type = global::Gtk.ComboBox.NewText ();
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("Select One"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("Book"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("Print Journal Article"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("Book Review"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("Magazine"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("Daily Newspaper"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("Editorial Newspaper"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("Letter To Editor"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("Entire Website"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("Web Page"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("Online Journal"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("Online Book"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("Online Mag/News Article"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("Entire Blog"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("Response In Blog"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("Online Book Portion"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("CD-ROM"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("E-Mail"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("Video/Film"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("Podcast/Youtube"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("Lecture/Public Address"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("Thesis/Dissertation"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("Encyclopedia/Dictionary"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("Work in Anthology"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("Multi - Volume Work"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("Forward/Introduction"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("Preface/Afterword"));
     this.type.AppendText (global::Mono.Unix.Catalog.GetString ("GovPub"));
     this.type.Name = "type";
     this.type.Active = 0;
     this.hbox4.Add (this.type);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.type]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     this.hbox1.Add (this.hbox4);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.hbox4]));
     w5.Position = 0;
     w5.Expand = false;
     w5.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vseparator1 = new global::Gtk.VSeparator ();
     this.vseparator1.Name = "vseparator1";
     this.hbox1.Add (this.vseparator1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vseparator1]));
     w6.Position = 1;
     w6.Expand = false;
     w6.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.hbox5 = new global::Gtk.HBox ();
     this.hbox5.Name = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.dop = new global::Gtk.Label ();
     this.dop.Name = "dop";
     this.dop.LabelProp = global::Mono.Unix.Catalog.GetString ("DOP");
     this.hbox5.Add (this.dop);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.dop]));
     w7.Position = 0;
     w7.Expand = false;
     w7.Fill = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.d = new global::Gtk.Label ();
     this.d.Name = "d";
     this.d.LabelProp = global::Mono.Unix.Catalog.GetString ("Day");
     this.hbox5.Add (this.d);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.d]));
     w8.Position = 1;
     w8.Expand = false;
     w8.Fill = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.day = new global::Gtk.Entry ();
     this.day.CanFocus = true;
     this.day.Name = "day";
     this.day.IsEditable = true;
     this.day.InvisibleChar = '•';
     this.hbox5.Add (this.day);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.day]));
     w9.Position = 2;
     this.hbox2.Add (this.hbox5);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.hbox5]));
     w10.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.m = new global::Gtk.Label ();
     this.m.Name = "m";
     this.m.LabelProp = global::Mono.Unix.Catalog.GetString ("Month");
     this.hbox2.Add (this.m);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.m]));
     w11.Position = 1;
     w11.Expand = false;
     w11.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.hbox6 = new global::Gtk.HBox ();
     this.hbox6.Name = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.month = new global::Gtk.Entry ();
     this.month.CanFocus = true;
     this.month.Name = "month";
     this.month.IsEditable = true;
     this.month.InvisibleChar = '•';
     this.hbox6.Add (this.month);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.month]));
     w12.Position = 0;
     // Container child hbox6.Gtk.Box+BoxChild
     this.y = new global::Gtk.Label ();
     this.y.Name = "y";
     this.y.LabelProp = global::Mono.Unix.Catalog.GetString ("Year");
     this.hbox6.Add (this.y);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.y]));
     w13.Position = 1;
     w13.Expand = false;
     w13.Fill = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.year = new global::Gtk.Entry ();
     this.year.CanFocus = true;
     this.year.Name = "year";
     this.year.IsEditable = true;
     this.year.InvisibleChar = '•';
     this.hbox6.Add (this.year);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.year]));
     w14.Position = 2;
     this.hbox2.Add (this.hbox6);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.hbox6]));
     w15.Position = 2;
     this.hbox1.Add (this.hbox2);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.hbox2]));
     w16.Position = 2;
     this.vbox1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w17.Position = 0;
     w17.Expand = false;
     w17.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator ();
     this.hseparator1.Name = "hseparator1";
     this.vbox3.Add (this.hseparator1);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator1]));
     w18.Position = 0;
     w18.Expand = false;
     w18.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox7 = new global::Gtk.HBox ();
     this.hbox7.Name = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.label8 = new global::Gtk.Label ();
     this.label8.Name = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Title");
     this.hbox7.Add (this.label8);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label8]));
     w19.Position = 0;
     w19.Expand = false;
     w19.Fill = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.title = new global::Gtk.Entry ();
     this.title.CanFocus = true;
     this.title.Name = "title";
     this.title.IsEditable = true;
     this.title.InvisibleChar = '•';
     this.hbox7.Add (this.title);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.title]));
     w20.Position = 1;
     // Container child hbox7.Gtk.Box+BoxChild
     this.vseparator2 = new global::Gtk.VSeparator ();
     this.vseparator2.Name = "vseparator2";
     this.hbox7.Add (this.vseparator2);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.vseparator2]));
     w21.Position = 2;
     w21.Expand = false;
     w21.Fill = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.hbox8 = new global::Gtk.HBox ();
     this.hbox8.Name = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.label9 = new global::Gtk.Label ();
     this.label9.Name = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("BibID");
     this.hbox8.Add (this.label9);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.label9]));
     w22.Position = 0;
     w22.Expand = false;
     w22.Fill = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.bibname = new global::Gtk.Entry ();
     this.bibname.CanFocus = true;
     this.bibname.Name = "bibname";
     this.bibname.IsEditable = true;
     this.bibname.InvisibleChar = '•';
     this.hbox8.Add (this.bibname);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.bibname]));
     w23.Position = 1;
     this.hbox7.Add (this.hbox8);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.hbox8]));
     w24.Position = 3;
     this.vbox3.Add (this.hbox7);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox7]));
     w25.Position = 1;
     w25.Expand = false;
     w25.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox9 = new global::Gtk.HBox ();
     this.hbox9.Name = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.label10 = new global::Gtk.Label ();
     this.label10.Name = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("Authors [First, Last, Middle; ]");
     this.hbox9.Add (this.label10);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.label10]));
     w26.Position = 0;
     w26.Expand = false;
     w26.Fill = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.name = new global::Gtk.Entry ();
     this.name.CanFocus = true;
     this.name.Name = "name";
     this.name.IsEditable = true;
     this.name.InvisibleChar = '•';
     this.hbox9.Add (this.name);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.name]));
     w27.Position = 1;
     this.vbox3.Add (this.hbox9);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox9]));
     w28.Position = 2;
     w28.Expand = false;
     w28.Fill = false;
     this.vbox1.Add (this.vbox3);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vbox3]));
     w29.Position = 1;
     w29.Expand = false;
     w29.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox10 = new global::Gtk.HBox ();
     this.hbox10.Name = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.hbox41 = new global::Gtk.HBox ();
     this.hbox41.Name = "hbox41";
     this.hbox41.Spacing = 6;
     // Container child hbox41.Gtk.Box+BoxChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Director/Author (Review)");
     this.hbox41.Add (this.label6);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox41 [this.label6]));
     w30.Position = 0;
     w30.Expand = false;
     w30.Fill = false;
     // Container child hbox41.Gtk.Box+BoxChild
     this.director = new global::Gtk.Entry ();
     this.director.CanFocus = true;
     this.director.Name = "director";
     this.director.IsEditable = true;
     this.director.InvisibleChar = '•';
     this.hbox41.Add (this.director);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox41 [this.director]));
     w31.Position = 1;
     this.hbox10.Add (this.hbox41);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.hbox41]));
     w32.Position = 0;
     // Container child hbox10.Gtk.Box+BoxChild
     this.label11 = new global::Gtk.Label ();
     this.label11.Name = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("Corporate Author");
     this.hbox10.Add (this.label11);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.label11]));
     w33.Position = 1;
     w33.Expand = false;
     w33.Fill = false;
     // Container child hbox10.Gtk.Box+BoxChild
     this.corpauth = new global::Gtk.Entry ();
     this.corpauth.CanFocus = true;
     this.corpauth.Name = "corpauth";
     this.corpauth.IsEditable = true;
     this.corpauth.InvisibleChar = '•';
     this.hbox10.Add (this.corpauth);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.corpauth]));
     w34.Position = 2;
     this.vbox2.Add (this.hbox10);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox10]));
     w35.Position = 0;
     w35.Expand = false;
     w35.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hseparator3 = new global::Gtk.HSeparator ();
     this.hseparator3.Name = "hseparator3";
     this.vbox2.Add (this.hseparator3);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator3]));
     w36.Position = 1;
     w36.Expand = false;
     w36.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hseparator4 = new global::Gtk.HSeparator ();
     this.hseparator4.Name = "hseparator4";
     this.vbox2.Add (this.hseparator4);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator4]));
     w37.Position = 2;
     w37.Expand = false;
     w37.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox11 = new global::Gtk.HBox ();
     this.hbox11.Name = "hbox11";
     this.hbox11.Spacing = 6;
     // Container child hbox11.Gtk.Box+BoxChild
     this.label12 = new global::Gtk.Label ();
     this.label12.Name = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("Publisher");
     this.hbox11.Add (this.label12);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.label12]));
     w38.Position = 0;
     w38.Expand = false;
     w38.Fill = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.hbox13 = new global::Gtk.HBox ();
     this.hbox13.Name = "hbox13";
     this.hbox13.Spacing = 6;
     // Container child hbox13.Gtk.Box+BoxChild
     this.pub = new global::Gtk.Entry ();
     this.pub.CanFocus = true;
     this.pub.Name = "pub";
     this.pub.IsEditable = true;
     this.pub.InvisibleChar = '•';
     this.hbox13.Add (this.pub);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.pub]));
     w39.Position = 0;
     // Container child hbox13.Gtk.Box+BoxChild
     this.label13 = new global::Gtk.Label ();
     this.label13.Name = "label13";
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("City");
     this.hbox13.Add (this.label13);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.label13]));
     w40.Position = 1;
     w40.Expand = false;
     w40.Fill = false;
     // Container child hbox13.Gtk.Box+BoxChild
     this.city = new global::Gtk.Entry ();
     this.city.CanFocus = true;
     this.city.Name = "city";
     this.city.IsEditable = true;
     this.city.InvisibleChar = '•';
     this.hbox13.Add (this.city);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.city]));
     w41.Position = 2;
     this.hbox11.Add (this.hbox13);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.hbox13]));
     w42.Position = 1;
     // Container child hbox11.Gtk.Box+BoxChild
     this.hbox12 = new global::Gtk.HBox ();
     this.hbox12.Name = "hbox12";
     this.hbox12.Spacing = 6;
     // Container child hbox12.Gtk.Box+BoxChild
     this.label14 = new global::Gtk.Label ();
     this.label14.Name = "label14";
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString ("Country");
     this.hbox12.Add (this.label14);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.label14]));
     w43.Position = 0;
     w43.Expand = false;
     w43.Fill = false;
     // Container child hbox12.Gtk.Box+BoxChild
     this.country = new global::Gtk.Entry ();
     this.country.CanFocus = true;
     this.country.Name = "country";
     this.country.IsEditable = true;
     this.country.InvisibleChar = '•';
     this.hbox12.Add (this.country);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.country]));
     w44.Position = 1;
     this.hbox11.Add (this.hbox12);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.hbox12]));
     w45.Position = 2;
     this.vbox2.Add (this.hbox11);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox11]));
     w46.Position = 3;
     w46.Expand = false;
     w46.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox15 = new global::Gtk.HBox ();
     this.hbox15.Name = "hbox15";
     this.hbox15.Spacing = 6;
     // Container child hbox15.Gtk.Box+BoxChild
     this.label15 = new global::Gtk.Label ();
     this.label15.Name = "label15";
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString ("Journal/Mag/Newspaper/Blog");
     this.hbox15.Add (this.label15);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.hbox15 [this.label15]));
     w47.Position = 0;
     w47.Expand = false;
     w47.Fill = false;
     // Container child hbox15.Gtk.Box+BoxChild
     this.hbox17 = new global::Gtk.HBox ();
     this.hbox17.Name = "hbox17";
     this.hbox17.Spacing = 6;
     // Container child hbox17.Gtk.Box+BoxChild
     this.journal = new global::Gtk.Entry ();
     this.journal.CanFocus = true;
     this.journal.Name = "journal";
     this.journal.IsEditable = true;
     this.journal.InvisibleChar = '•';
     this.hbox17.Add (this.journal);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.hbox17 [this.journal]));
     w48.Position = 0;
     // Container child hbox17.Gtk.Box+BoxChild
     this.label16 = new global::Gtk.Label ();
     this.label16.Name = "label16";
     this.label16.LabelProp = global::Mono.Unix.Catalog.GetString ("Ariticle");
     this.hbox17.Add (this.label16);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.hbox17 [this.label16]));
     w49.Position = 1;
     w49.Expand = false;
     w49.Fill = false;
     // Container child hbox17.Gtk.Box+BoxChild
     this.article = new global::Gtk.Entry ();
     this.article.CanFocus = true;
     this.article.Name = "article";
     this.article.IsEditable = true;
     this.article.InvisibleChar = '•';
     this.hbox17.Add (this.article);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox17 [this.article]));
     w50.Position = 2;
     this.hbox15.Add (this.hbox17);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.hbox15 [this.hbox17]));
     w51.Position = 1;
     // Container child hbox15.Gtk.Box+BoxChild
     this.hbox16 = new global::Gtk.HBox ();
     this.hbox16.Name = "hbox16";
     this.hbox16.Spacing = 6;
     // Container child hbox16.Gtk.Box+BoxChild
     this.label19 = new global::Gtk.Label ();
     this.label19.Name = "label19";
     this.label19.LabelProp = global::Mono.Unix.Catalog.GetString ("Volume");
     this.hbox16.Add (this.label19);
     global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.hbox16 [this.label19]));
     w52.Position = 0;
     w52.Expand = false;
     w52.Fill = false;
     // Container child hbox16.Gtk.Box+BoxChild
     this.hbox18 = new global::Gtk.HBox ();
     this.hbox18.Name = "hbox18";
     this.hbox18.Spacing = 6;
     // Container child hbox18.Gtk.Box+BoxChild
     this.volume = new global::Gtk.Entry ();
     this.volume.CanFocus = true;
     this.volume.Name = "volume";
     this.volume.IsEditable = true;
     this.volume.InvisibleChar = '•';
     this.hbox18.Add (this.volume);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.hbox18 [this.volume]));
     w53.Position = 0;
     // Container child hbox18.Gtk.Box+BoxChild
     this.label20 = new global::Gtk.Label ();
     this.label20.Name = "label20";
     this.label20.LabelProp = global::Mono.Unix.Catalog.GetString ("Issue");
     this.hbox18.Add (this.label20);
     global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbox18 [this.label20]));
     w54.Position = 1;
     w54.Expand = false;
     w54.Fill = false;
     // Container child hbox18.Gtk.Box+BoxChild
     this.issue = new global::Gtk.Entry ();
     this.issue.CanFocus = true;
     this.issue.Name = "issue";
     this.issue.IsEditable = true;
     this.issue.InvisibleChar = '•';
     this.hbox18.Add (this.issue);
     global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.hbox18 [this.issue]));
     w55.Position = 2;
     this.hbox16.Add (this.hbox18);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.hbox16 [this.hbox18]));
     w56.Position = 1;
     this.hbox15.Add (this.hbox16);
     global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox15 [this.hbox16]));
     w57.Position = 2;
     this.vbox4.Add (this.hbox15);
     global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox15]));
     w58.Position = 0;
     w58.Expand = false;
     w58.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 w59 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator2]));
     w59.Position = 1;
     w59.Expand = false;
     w59.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.vbox6 = new global::Gtk.VBox ();
     this.vbox6.Name = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox19 = new global::Gtk.HBox ();
     this.hbox19.Name = "hbox19";
     this.hbox19.Spacing = 6;
     // Container child hbox19.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("ISSN");
     this.hbox19.Add (this.label1);
     global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.hbox19 [this.label1]));
     w60.Position = 0;
     w60.Expand = false;
     // Container child hbox19.Gtk.Box+BoxChild
     this.issn = new global::Gtk.Entry ();
     this.issn.CanFocus = true;
     this.issn.Name = "issn";
     this.issn.IsEditable = true;
     this.issn.InvisibleChar = '•';
     this.hbox19.Add (this.issn);
     global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.hbox19 [this.issn]));
     w61.Position = 1;
     this.vbox6.Add (this.hbox19);
     global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox19]));
     w62.Position = 0;
     w62.Expand = false;
     w62.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox20 = new global::Gtk.HBox ();
     this.hbox20.Name = "hbox20";
     this.hbox20.Spacing = 6;
     // Container child hbox20.Gtk.Box+BoxChild
     this.label17 = new global::Gtk.Label ();
     this.label17.Name = "label17";
     this.label17.LabelProp = global::Mono.Unix.Catalog.GetString ("ISBN");
     this.hbox20.Add (this.label17);
     global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.hbox20 [this.label17]));
     w63.Position = 0;
     w63.Expand = false;
     w63.Fill = false;
     // Container child hbox20.Gtk.Box+BoxChild
     this.isbn = new global::Gtk.Entry ();
     this.isbn.CanFocus = true;
     this.isbn.Name = "isbn";
     this.isbn.IsEditable = true;
     this.isbn.InvisibleChar = '•';
     this.hbox20.Add (this.isbn);
     global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.hbox20 [this.isbn]));
     w64.Position = 1;
     this.vbox6.Add (this.hbox20);
     global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox20]));
     w65.Position = 1;
     w65.Expand = false;
     w65.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox21 = new global::Gtk.HBox ();
     this.hbox21.Name = "hbox21";
     this.hbox21.Spacing = 6;
     // Container child hbox21.Gtk.Box+BoxChild
     this.label18 = new global::Gtk.Label ();
     this.label18.Name = "label18";
     this.label18.LabelProp = global::Mono.Unix.Catalog.GetString ("Library Of Congress Number");
     this.hbox21.Add (this.label18);
     global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.hbox21 [this.label18]));
     w66.Position = 0;
     w66.Expand = false;
     w66.Fill = false;
     // Container child hbox21.Gtk.Box+BoxChild
     this.loc = new global::Gtk.Entry ();
     this.loc.CanFocus = true;
     this.loc.Name = "loc";
     this.loc.IsEditable = true;
     this.loc.InvisibleChar = '•';
     this.hbox21.Add (this.loc);
     global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.hbox21 [this.loc]));
     w67.Position = 1;
     // Container child hbox21.Gtk.Box+BoxChild
     this.hbox44 = new global::Gtk.HBox ();
     this.hbox44.Name = "hbox44";
     this.hbox44.Spacing = 6;
     // Container child hbox44.Gtk.Box+BoxChild
     this.label38 = new global::Gtk.Label ();
     this.label38.Name = "label38";
     this.label38.LabelProp = global::Mono.Unix.Catalog.GetString ("runtime");
     this.hbox44.Add (this.label38);
     global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.hbox44 [this.label38]));
     w68.Position = 0;
     w68.Expand = false;
     w68.Fill = false;
     // Container child hbox44.Gtk.Box+BoxChild
     this.runtime = new global::Gtk.Entry ();
     this.runtime.CanFocus = true;
     this.runtime.Name = "runtime";
     this.runtime.IsEditable = true;
     this.runtime.InvisibleChar = '•';
     this.hbox44.Add (this.runtime);
     global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.hbox44 [this.runtime]));
     w69.Position = 1;
     this.hbox21.Add (this.hbox44);
     global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.hbox21 [this.hbox44]));
     w70.Position = 2;
     this.vbox6.Add (this.hbox21);
     global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox21]));
     w71.Position = 2;
     w71.Expand = false;
     w71.Fill = false;
     this.vbox4.Add (this.vbox6);
     global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.vbox6]));
     w72.Position = 2;
     w72.Expand = false;
     w72.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.vbox5 = new global::Gtk.VBox ();
     this.vbox5.Name = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox22 = new global::Gtk.HBox ();
     this.hbox22.Name = "hbox22";
     this.hbox22.Spacing = 6;
     // Container child hbox22.Gtk.Box+BoxChild
     this.label21 = new global::Gtk.Label ();
     this.label21.Name = "label21";
     this.label21.LabelProp = global::Mono.Unix.Catalog.GetString ("DOI");
     this.hbox22.Add (this.label21);
     global::Gtk.Box.BoxChild w73 = ((global::Gtk.Box.BoxChild)(this.hbox22 [this.label21]));
     w73.Position = 0;
     w73.Expand = false;
     w73.Fill = false;
     // Container child hbox22.Gtk.Box+BoxChild
     this.doi = new global::Gtk.Entry ();
     this.doi.CanFocus = true;
     this.doi.Name = "doi";
     this.doi.IsEditable = true;
     this.doi.InvisibleChar = '•';
     this.hbox22.Add (this.doi);
     global::Gtk.Box.BoxChild w74 = ((global::Gtk.Box.BoxChild)(this.hbox22 [this.doi]));
     w74.Position = 1;
     this.vbox5.Add (this.hbox22);
     global::Gtk.Box.BoxChild w75 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox22]));
     w75.Position = 0;
     w75.Expand = false;
     w75.Fill = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox23 = new global::Gtk.HBox ();
     this.hbox23.Name = "hbox23";
     this.hbox23.Spacing = 6;
     // Container child hbox23.Gtk.Box+BoxChild
     this.label22 = new global::Gtk.Label ();
     this.label22.Name = "label22";
     this.label22.LabelProp = global::Mono.Unix.Catalog.GetString ("URL");
     this.hbox23.Add (this.label22);
     global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.hbox23 [this.label22]));
     w76.Position = 0;
     w76.Expand = false;
     w76.Fill = false;
     // Container child hbox23.Gtk.Box+BoxChild
     this.url = new global::Gtk.Entry ();
     this.url.CanFocus = true;
     this.url.Name = "url";
     this.url.IsEditable = true;
     this.url.InvisibleChar = '•';
     this.hbox23.Add (this.url);
     global::Gtk.Box.BoxChild w77 = ((global::Gtk.Box.BoxChild)(this.hbox23 [this.url]));
     w77.Position = 1;
     this.vbox5.Add (this.hbox23);
     global::Gtk.Box.BoxChild w78 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox23]));
     w78.Position = 1;
     w78.Expand = false;
     w78.Fill = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.vbox7 = new global::Gtk.VBox ();
     this.vbox7.Name = "vbox7";
     this.vbox7.Spacing = 6;
     // 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.label23 = new global::Gtk.Label ();
     this.label23.Name = "label23";
     this.label23.LabelProp = global::Mono.Unix.Catalog.GetString ("Medium");
     this.hbox3.Add (this.label23);
     global::Gtk.Box.BoxChild w79 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label23]));
     w79.Position = 0;
     w79.Expand = false;
     w79.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.medium = new global::Gtk.Entry ();
     this.medium.CanFocus = true;
     this.medium.Name = "medium";
     this.medium.IsEditable = true;
     this.medium.InvisibleChar = '•';
     this.hbox3.Add (this.medium);
     global::Gtk.Box.BoxChild w80 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.medium]));
     w80.Position = 1;
     this.vbox7.Add (this.hbox3);
     global::Gtk.Box.BoxChild w81 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox3]));
     w81.Position = 0;
     w81.Expand = false;
     w81.Fill = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.vbox8 = new global::Gtk.VBox ();
     this.vbox8.Name = "vbox8";
     this.vbox8.Spacing = 6;
     // Container child vbox8.Gtk.Box+BoxChild
     this.hbox24 = new global::Gtk.HBox ();
     this.hbox24.Name = "hbox24";
     this.hbox24.Spacing = 6;
     // Container child hbox24.Gtk.Box+BoxChild
     this.label24 = new global::Gtk.Label ();
     this.label24.Name = "label24";
     this.label24.LabelProp = global::Mono.Unix.Catalog.GetString ("Edition");
     this.hbox24.Add (this.label24);
     global::Gtk.Box.BoxChild w82 = ((global::Gtk.Box.BoxChild)(this.hbox24 [this.label24]));
     w82.Position = 0;
     w82.Expand = false;
     w82.Fill = false;
     // Container child hbox24.Gtk.Box+BoxChild
     this.edition = new global::Gtk.Entry ();
     this.edition.CanFocus = true;
     this.edition.Name = "edition";
     this.edition.IsEditable = true;
     this.edition.InvisibleChar = '•';
     this.hbox24.Add (this.edition);
     global::Gtk.Box.BoxChild w83 = ((global::Gtk.Box.BoxChild)(this.hbox24 [this.edition]));
     w83.Position = 1;
     this.vbox8.Add (this.hbox24);
     global::Gtk.Box.BoxChild w84 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hbox24]));
     w84.Position = 0;
     w84.Expand = false;
     w84.Fill = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.hbox25 = new global::Gtk.HBox ();
     this.hbox25.Name = "hbox25";
     this.hbox25.Spacing = 6;
     // Container child hbox25.Gtk.Box+BoxChild
     this.label25 = new global::Gtk.Label ();
     this.label25.Name = "label25";
     this.label25.LabelProp = global::Mono.Unix.Catalog.GetString ("Institution");
     this.hbox25.Add (this.label25);
     global::Gtk.Box.BoxChild w85 = ((global::Gtk.Box.BoxChild)(this.hbox25 [this.label25]));
     w85.Position = 0;
     w85.Expand = false;
     w85.Fill = false;
     // Container child hbox25.Gtk.Box+BoxChild
     this.institution = new global::Gtk.Entry ();
     this.institution.CanFocus = true;
     this.institution.Name = "institution";
     this.institution.IsEditable = true;
     this.institution.InvisibleChar = '•';
     this.hbox25.Add (this.institution);
     global::Gtk.Box.BoxChild w86 = ((global::Gtk.Box.BoxChild)(this.hbox25 [this.institution]));
     w86.Position = 1;
     this.vbox8.Add (this.hbox25);
     global::Gtk.Box.BoxChild w87 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hbox25]));
     w87.Position = 1;
     w87.Expand = false;
     w87.Fill = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.vbox9 = new global::Gtk.VBox ();
     this.vbox9.Name = "vbox9";
     this.vbox9.Spacing = 6;
     // Container child vbox9.Gtk.Box+BoxChild
     this.hbox26 = new global::Gtk.HBox ();
     this.hbox26.Name = "hbox26";
     this.hbox26.Spacing = 6;
     // Container child hbox26.Gtk.Box+BoxChild
     this.label26 = new global::Gtk.Label ();
     this.label26.Name = "label26";
     this.label26.LabelProp = global::Mono.Unix.Catalog.GetString ("Publication Type");
     this.hbox26.Add (this.label26);
     global::Gtk.Box.BoxChild w88 = ((global::Gtk.Box.BoxChild)(this.hbox26 [this.label26]));
     w88.Position = 0;
     w88.Expand = false;
     w88.Fill = false;
     // Container child hbox26.Gtk.Box+BoxChild
     this.pubtype = new global::Gtk.Entry ();
     this.pubtype.CanFocus = true;
     this.pubtype.Name = "pubtype";
     this.pubtype.IsEditable = true;
     this.pubtype.InvisibleChar = '•';
     this.hbox26.Add (this.pubtype);
     global::Gtk.Box.BoxChild w89 = ((global::Gtk.Box.BoxChild)(this.hbox26 [this.pubtype]));
     w89.Position = 1;
     this.vbox9.Add (this.hbox26);
     global::Gtk.Box.BoxChild w90 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.hbox26]));
     w90.Position = 0;
     w90.Expand = false;
     w90.Fill = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.hbox27 = new global::Gtk.HBox ();
     this.hbox27.Name = "hbox27";
     this.hbox27.Spacing = 6;
     // Container child hbox27.Gtk.Box+BoxChild
     this.label27 = new global::Gtk.Label ();
     this.label27.Name = "label27";
     this.label27.LabelProp = global::Mono.Unix.Catalog.GetString ("Chapter / Section");
     this.hbox27.Add (this.label27);
     global::Gtk.Box.BoxChild w91 = ((global::Gtk.Box.BoxChild)(this.hbox27 [this.label27]));
     w91.Position = 0;
     w91.Expand = false;
     w91.Fill = false;
     // Container child hbox27.Gtk.Box+BoxChild
     this.chapter = new global::Gtk.Entry ();
     this.chapter.CanFocus = true;
     this.chapter.Name = "chapter";
     this.chapter.IsEditable = true;
     this.chapter.InvisibleChar = '•';
     this.hbox27.Add (this.chapter);
     global::Gtk.Box.BoxChild w92 = ((global::Gtk.Box.BoxChild)(this.hbox27 [this.chapter]));
     w92.Position = 1;
     this.vbox9.Add (this.hbox27);
     global::Gtk.Box.BoxChild w93 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.hbox27]));
     w93.Position = 1;
     w93.Expand = false;
     w93.Fill = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.vbox10 = new global::Gtk.VBox ();
     this.vbox10.Name = "vbox10";
     this.vbox10.Spacing = 6;
     // Container child vbox10.Gtk.Box+BoxChild
     this.hbox28 = new global::Gtk.HBox ();
     this.hbox28.Name = "hbox28";
     this.hbox28.Spacing = 6;
     // Container child hbox28.Gtk.Box+BoxChild
     this.label28 = new global::Gtk.Label ();
     this.label28.Name = "label28";
     this.label28.LabelProp = global::Mono.Unix.Catalog.GetString ("Page(s)");
     this.hbox28.Add (this.label28);
     global::Gtk.Box.BoxChild w94 = ((global::Gtk.Box.BoxChild)(this.hbox28 [this.label28]));
     w94.Position = 0;
     w94.Expand = false;
     w94.Fill = false;
     // Container child hbox28.Gtk.Box+BoxChild
     this.pages = new global::Gtk.Entry ();
     this.pages.CanFocus = true;
     this.pages.Name = "pages";
     this.pages.IsEditable = true;
     this.pages.InvisibleChar = '•';
     this.hbox28.Add (this.pages);
     global::Gtk.Box.BoxChild w95 = ((global::Gtk.Box.BoxChild)(this.hbox28 [this.pages]));
     w95.Position = 1;
     this.vbox10.Add (this.hbox28);
     global::Gtk.Box.BoxChild w96 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.hbox28]));
     w96.Position = 0;
     w96.Expand = false;
     w96.Fill = false;
     // Container child vbox10.Gtk.Box+BoxChild
     this.hbox29 = new global::Gtk.HBox ();
     this.hbox29.Name = "hbox29";
     this.hbox29.Spacing = 6;
     // Container child hbox29.Gtk.Box+BoxChild
     this.Series = new global::Gtk.Label ();
     this.Series.Name = "Series";
     this.Series.LabelProp = global::Mono.Unix.Catalog.GetString ("Series");
     this.hbox29.Add (this.Series);
     global::Gtk.Box.BoxChild w97 = ((global::Gtk.Box.BoxChild)(this.hbox29 [this.Series]));
     w97.Position = 0;
     w97.Expand = false;
     w97.Fill = false;
     // Container child hbox29.Gtk.Box+BoxChild
     this.series = new global::Gtk.Entry ();
     this.series.CanFocus = true;
     this.series.Name = "series";
     this.series.IsEditable = true;
     this.series.InvisibleChar = '•';
     this.hbox29.Add (this.series);
     global::Gtk.Box.BoxChild w98 = ((global::Gtk.Box.BoxChild)(this.hbox29 [this.series]));
     w98.Position = 1;
     this.vbox10.Add (this.hbox29);
     global::Gtk.Box.BoxChild w99 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.hbox29]));
     w99.Position = 1;
     w99.Expand = false;
     w99.Fill = false;
     // Container child vbox10.Gtk.Box+BoxChild
     this.vbox11 = new global::Gtk.VBox ();
     this.vbox11.Name = "vbox11";
     this.vbox11.Spacing = 6;
     // Container child vbox11.Gtk.Box+BoxChild
     this.hbox14 = new global::Gtk.HBox ();
     this.hbox14.Name = "hbox14";
     this.hbox14.Spacing = 6;
     // Container child hbox14.Gtk.Box+BoxChild
     this.label30 = new global::Gtk.Label ();
     this.label30.Name = "label30";
     this.label30.LabelProp = global::Mono.Unix.Catalog.GetString ("Organization");
     this.hbox14.Add (this.label30);
     global::Gtk.Box.BoxChild w100 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.label30]));
     w100.Position = 0;
     w100.Expand = false;
     w100.Fill = false;
     // Container child hbox14.Gtk.Box+BoxChild
     this.org = new global::Gtk.Entry ();
     this.org.CanFocus = true;
     this.org.Name = "org";
     this.org.IsEditable = true;
     this.org.InvisibleChar = '•';
     this.hbox14.Add (this.org);
     global::Gtk.Box.BoxChild w101 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.org]));
     w101.Position = 1;
     this.vbox11.Add (this.hbox14);
     global::Gtk.Box.BoxChild w102 = ((global::Gtk.Box.BoxChild)(this.vbox11 [this.hbox14]));
     w102.Position = 0;
     w102.Expand = false;
     w102.Fill = false;
     // Container child vbox11.Gtk.Box+BoxChild
     this.hbox30 = new global::Gtk.HBox ();
     this.hbox30.Name = "hbox30";
     this.hbox30.Spacing = 6;
     // Container child hbox30.Gtk.Box+BoxChild
     this.label31 = new global::Gtk.Label ();
     this.label31.Name = "label31";
     this.label31.LabelProp = global::Mono.Unix.Catalog.GetString ("University");
     this.hbox30.Add (this.label31);
     global::Gtk.Box.BoxChild w103 = ((global::Gtk.Box.BoxChild)(this.hbox30 [this.label31]));
     w103.Position = 0;
     w103.Expand = false;
     w103.Fill = false;
     // Container child hbox30.Gtk.Box+BoxChild
     this.university = new global::Gtk.Entry ();
     this.university.CanFocus = true;
     this.university.Name = "university";
     this.university.IsEditable = true;
     this.university.InvisibleChar = '•';
     this.hbox30.Add (this.university);
     global::Gtk.Box.BoxChild w104 = ((global::Gtk.Box.BoxChild)(this.hbox30 [this.university]));
     w104.Position = 1;
     this.vbox11.Add (this.hbox30);
     global::Gtk.Box.BoxChild w105 = ((global::Gtk.Box.BoxChild)(this.vbox11 [this.hbox30]));
     w105.Position = 1;
     w105.Expand = false;
     w105.Fill = false;
     // Container child vbox11.Gtk.Box+BoxChild
     this.vbox12 = new global::Gtk.VBox ();
     this.vbox12.Name = "vbox12";
     this.vbox12.Spacing = 6;
     // Container child vbox12.Gtk.Box+BoxChild
     this.hbox31 = new global::Gtk.HBox ();
     this.hbox31.Name = "hbox31";
     this.hbox31.Spacing = 6;
     // Container child hbox31.Gtk.Box+BoxChild
     this.label32 = new global::Gtk.Label ();
     this.label32.Name = "label32";
     this.label32.LabelProp = global::Mono.Unix.Catalog.GetString ("Editor");
     this.hbox31.Add (this.label32);
     global::Gtk.Box.BoxChild w106 = ((global::Gtk.Box.BoxChild)(this.hbox31 [this.label32]));
     w106.Position = 0;
     w106.Expand = false;
     w106.Fill = false;
     // Container child hbox31.Gtk.Box+BoxChild
     this.editor = new global::Gtk.Entry ();
     this.editor.CanFocus = true;
     this.editor.Name = "editor";
     this.editor.IsEditable = true;
     this.editor.InvisibleChar = '•';
     this.hbox31.Add (this.editor);
     global::Gtk.Box.BoxChild w107 = ((global::Gtk.Box.BoxChild)(this.hbox31 [this.editor]));
     w107.Position = 1;
     this.vbox12.Add (this.hbox31);
     global::Gtk.Box.BoxChild w108 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.hbox31]));
     w108.Position = 0;
     w108.Expand = false;
     w108.Fill = false;
     // Container child vbox12.Gtk.Box+BoxChild
     this.hbox32 = new global::Gtk.HBox ();
     this.hbox32.Name = "hbox32";
     this.hbox32.Spacing = 6;
     // Container child hbox32.Gtk.Box+BoxChild
     this.label33 = new global::Gtk.Label ();
     this.label33.Name = "label33";
     this.label33.LabelProp = global::Mono.Unix.Catalog.GetString ("Translator");
     this.hbox32.Add (this.label33);
     global::Gtk.Box.BoxChild w109 = ((global::Gtk.Box.BoxChild)(this.hbox32 [this.label33]));
     w109.Position = 0;
     w109.Expand = false;
     w109.Fill = false;
     // Container child hbox32.Gtk.Box+BoxChild
     this.translator = new global::Gtk.Entry ();
     this.translator.CanFocus = true;
     this.translator.Name = "translator";
     this.translator.IsEditable = true;
     this.translator.InvisibleChar = '•';
     this.hbox32.Add (this.translator);
     global::Gtk.Box.BoxChild w110 = ((global::Gtk.Box.BoxChild)(this.hbox32 [this.translator]));
     w110.Position = 1;
     this.vbox12.Add (this.hbox32);
     global::Gtk.Box.BoxChild w111 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.hbox32]));
     w111.Position = 1;
     w111.Expand = false;
     w111.Fill = false;
     // Container child vbox12.Gtk.Box+BoxChild
     this.hbox33 = new global::Gtk.HBox ();
     this.hbox33.Name = "hbox33";
     this.hbox33.Spacing = 6;
     // Container child hbox33.Gtk.Box+BoxChild
     this.vbox13 = new global::Gtk.VBox ();
     this.vbox13.Name = "vbox13";
     this.vbox13.Spacing = 6;
     // Container child vbox13.Gtk.Box+BoxChild
     this.hbox34 = new global::Gtk.HBox ();
     this.hbox34.Name = "hbox34";
     this.hbox34.Spacing = 6;
     // Container child hbox34.Gtk.Box+BoxChild
     this.label34 = new global::Gtk.Label ();
     this.label34.Name = "label34";
     this.label34.LabelProp = global::Mono.Unix.Catalog.GetString ("EtCetera");
     this.hbox34.Add (this.label34);
     global::Gtk.Box.BoxChild w112 = ((global::Gtk.Box.BoxChild)(this.hbox34 [this.label34]));
     w112.Position = 0;
     w112.Expand = false;
     w112.Fill = false;
     // Container child hbox34.Gtk.Box+BoxChild
     this.etcetera = new global::Gtk.Entry ();
     this.etcetera.CanFocus = true;
     this.etcetera.Name = "etcetera";
     this.etcetera.IsEditable = true;
     this.etcetera.InvisibleChar = '•';
     this.hbox34.Add (this.etcetera);
     global::Gtk.Box.BoxChild w113 = ((global::Gtk.Box.BoxChild)(this.hbox34 [this.etcetera]));
     w113.Position = 1;
     this.vbox13.Add (this.hbox34);
     global::Gtk.Box.BoxChild w114 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.hbox34]));
     w114.Position = 0;
     w114.Expand = false;
     w114.Fill = false;
     // Container child vbox13.Gtk.Box+BoxChild
     this.hbox35 = new global::Gtk.HBox ();
     this.hbox35.Name = "hbox35";
     this.hbox35.Spacing = 6;
     // Container child hbox35.Gtk.Box+BoxChild
     this.label35 = new global::Gtk.Label ();
     this.label35.Name = "label35";
     this.label35.LabelProp = global::Mono.Unix.Catalog.GetString ("Annotation");
     this.hbox35.Add (this.label35);
     global::Gtk.Box.BoxChild w115 = ((global::Gtk.Box.BoxChild)(this.hbox35 [this.label35]));
     w115.Position = 0;
     w115.Expand = false;
     w115.Fill = false;
     // Container child hbox35.Gtk.Box+BoxChild
     this.annotation2 = new global::Gtk.ScrolledWindow ();
     this.annotation2.Name = "annotation2";
     this.annotation2.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.annotation2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child annotation2.Gtk.Container+ContainerChild
     this.annotation = new global::Gtk.TextView ();
     this.annotation.Buffer.Text = "\t\t";
     this.annotation.HeightRequest = 375;
     this.annotation.CanFocus = true;
     this.annotation.Name = "annotation";
     this.annotation.WrapMode = ((global::Gtk.WrapMode)(2));
     this.annotation2.Add (this.annotation);
     this.hbox35.Add (this.annotation2);
     global::Gtk.Box.BoxChild w117 = ((global::Gtk.Box.BoxChild)(this.hbox35 [this.annotation2]));
     w117.Position = 1;
     this.vbox13.Add (this.hbox35);
     global::Gtk.Box.BoxChild w118 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.hbox35]));
     w118.Position = 1;
     w118.Expand = false;
     w118.Fill = false;
     // Container child vbox13.Gtk.Box+BoxChild
     this.hbox36 = new global::Gtk.HBox ();
     this.hbox36.Name = "hbox36";
     this.hbox36.Spacing = 6;
     // Container child hbox36.Gtk.Box+BoxChild
     this.label29 = new global::Gtk.Label ();
     this.label29.Name = "label29";
     this.label29.LabelProp = global::Mono.Unix.Catalog.GetString ("AccessDay");
     this.hbox36.Add (this.label29);
     global::Gtk.Box.BoxChild w119 = ((global::Gtk.Box.BoxChild)(this.hbox36 [this.label29]));
     w119.Position = 0;
     w119.Expand = false;
     w119.Fill = false;
     // Container child hbox36.Gtk.Box+BoxChild
     this.hbox42 = new global::Gtk.HBox ();
     this.hbox42.Name = "hbox42";
     this.hbox42.Spacing = 6;
     // Container child hbox42.Gtk.Box+BoxChild
     this.accessday = new global::Gtk.Entry ();
     this.accessday.CanFocus = true;
     this.accessday.Name = "accessday";
     this.accessday.IsEditable = true;
     this.accessday.InvisibleChar = '•';
     this.hbox42.Add (this.accessday);
     global::Gtk.Box.BoxChild w120 = ((global::Gtk.Box.BoxChild)(this.hbox42 [this.accessday]));
     w120.Position = 0;
     // Container child hbox42.Gtk.Box+BoxChild
     this.label36 = new global::Gtk.Label ();
     this.label36.Name = "label36";
     this.label36.LabelProp = global::Mono.Unix.Catalog.GetString ("AccessMonth");
     this.hbox42.Add (this.label36);
     global::Gtk.Box.BoxChild w121 = ((global::Gtk.Box.BoxChild)(this.hbox42 [this.label36]));
     w121.Position = 1;
     w121.Expand = false;
     w121.Fill = false;
     // Container child hbox42.Gtk.Box+BoxChild
     this.hbox43 = new global::Gtk.HBox ();
     this.hbox43.Name = "hbox43";
     this.hbox43.Spacing = 6;
     // Container child hbox43.Gtk.Box+BoxChild
     this.accessmonth = new global::Gtk.Entry ();
     this.accessmonth.CanFocus = true;
     this.accessmonth.Name = "accessmonth";
     this.accessmonth.IsEditable = true;
     this.accessmonth.InvisibleChar = '•';
     this.hbox43.Add (this.accessmonth);
     global::Gtk.Box.BoxChild w122 = ((global::Gtk.Box.BoxChild)(this.hbox43 [this.accessmonth]));
     w122.Position = 0;
     // Container child hbox43.Gtk.Box+BoxChild
     this.label37 = new global::Gtk.Label ();
     this.label37.Name = "label37";
     this.label37.LabelProp = global::Mono.Unix.Catalog.GetString ("AcessYear");
     this.hbox43.Add (this.label37);
     global::Gtk.Box.BoxChild w123 = ((global::Gtk.Box.BoxChild)(this.hbox43 [this.label37]));
     w123.Position = 1;
     w123.Expand = false;
     w123.Fill = false;
     // Container child hbox43.Gtk.Box+BoxChild
     this.accessyear = new global::Gtk.Entry ();
     this.accessyear.CanFocus = true;
     this.accessyear.Name = "accessyear";
     this.accessyear.IsEditable = true;
     this.accessyear.InvisibleChar = '•';
     this.hbox43.Add (this.accessyear);
     global::Gtk.Box.BoxChild w124 = ((global::Gtk.Box.BoxChild)(this.hbox43 [this.accessyear]));
     w124.Position = 2;
     this.hbox42.Add (this.hbox43);
     global::Gtk.Box.BoxChild w125 = ((global::Gtk.Box.BoxChild)(this.hbox42 [this.hbox43]));
     w125.Position = 2;
     this.hbox36.Add (this.hbox42);
     global::Gtk.Box.BoxChild w126 = ((global::Gtk.Box.BoxChild)(this.hbox36 [this.hbox42]));
     w126.Position = 1;
     // Container child hbox36.Gtk.Box+BoxChild
     this.Submit = new global::Gtk.Button ();
     this.Submit.CanFocus = true;
     this.Submit.Name = "Submit";
     this.Submit.UseUnderline = true;
     this.Submit.Label = global::Mono.Unix.Catalog.GetString ("Submit");
     this.hbox36.Add (this.Submit);
     global::Gtk.Box.BoxChild w127 = ((global::Gtk.Box.BoxChild)(this.hbox36 [this.Submit]));
     w127.Position = 2;
     w127.Expand = false;
     w127.Fill = false;
     this.vbox13.Add (this.hbox36);
     global::Gtk.Box.BoxChild w128 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.hbox36]));
     w128.Position = 2;
     w128.Expand = false;
     w128.Fill = false;
     this.hbox33.Add (this.vbox13);
     global::Gtk.Box.BoxChild w129 = ((global::Gtk.Box.BoxChild)(this.hbox33 [this.vbox13]));
     w129.Position = 0;
     this.vbox12.Add (this.hbox33);
     global::Gtk.Box.BoxChild w130 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.hbox33]));
     w130.Position = 2;
     w130.Expand = false;
     w130.Fill = false;
     this.vbox11.Add (this.vbox12);
     global::Gtk.Box.BoxChild w131 = ((global::Gtk.Box.BoxChild)(this.vbox11 [this.vbox12]));
     w131.Position = 2;
     w131.Expand = false;
     w131.Fill = false;
     this.vbox10.Add (this.vbox11);
     global::Gtk.Box.BoxChild w132 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.vbox11]));
     w132.Position = 2;
     w132.Expand = false;
     w132.Fill = false;
     this.vbox9.Add (this.vbox10);
     global::Gtk.Box.BoxChild w133 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.vbox10]));
     w133.Position = 2;
     w133.Expand = false;
     w133.Fill = false;
     this.vbox8.Add (this.vbox9);
     global::Gtk.Box.BoxChild w134 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.vbox9]));
     w134.Position = 2;
     w134.Expand = false;
     w134.Fill = false;
     this.vbox7.Add (this.vbox8);
     global::Gtk.Box.BoxChild w135 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.vbox8]));
     w135.Position = 1;
     w135.Expand = false;
     w135.Fill = false;
     this.vbox5.Add (this.vbox7);
     global::Gtk.Box.BoxChild w136 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.vbox7]));
     w136.Position = 2;
     w136.Expand = false;
     w136.Fill = false;
     this.vbox4.Add (this.vbox5);
     global::Gtk.Box.BoxChild w137 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.vbox5]));
     w137.Position = 3;
     w137.Expand = false;
     w137.Fill = false;
     this.vbox2.Add (this.vbox4);
     global::Gtk.Box.BoxChild w138 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.vbox4]));
     w138.Position = 4;
     w138.Expand = false;
     w138.Fill = false;
     this.vbox1.Add (this.vbox2);
     global::Gtk.Box.BoxChild w139 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vbox2]));
     w139.Position = 2;
     w139.Expand = false;
     w139.Fill = false;
     this.GtkAlignment.Add (this.vbox1);
     this.frame1.Add (this.GtkAlignment);
     w2.Add (this.frame1);
     this.GtkScrolledWindow.Add (w2);
     this.notebook4.Add (this.GtkScrolledWindow);
     global::Gtk.Notebook.NotebookChild w144 = ((global::Gtk.Notebook.NotebookChild)(this.notebook4 [this.GtkScrolledWindow]));
     w144.TabExpand = true;
     w144.MenuLabel = "";
     // Notebook tab
     this.Indexer = new global::Gtk.Label ();
     this.Indexer.CanDefault = true;
     this.Indexer.Name = "Indexer";
     this.Indexer.LabelProp = global::Mono.Unix.Catalog.GetString ("Indexer");
     this.notebook4.SetTabLabel (this.GtkScrolledWindow, this.Indexer);
     this.Indexer.ShowAll ();
     // Container child notebook4.Gtk.Notebook+NotebookChild
     this.vbox15 = new global::Gtk.VBox ();
     this.vbox15.Name = "vbox15";
     this.vbox15.Spacing = 6;
     // Container child vbox15.Gtk.Box+BoxChild
     this.hbox40 = new global::Gtk.HBox ();
     this.hbox40.Name = "hbox40";
     this.hbox40.Spacing = 6;
     // Container child hbox40.Gtk.Box+BoxChild
     this.refresh = new global::Gtk.Button ();
     this.refresh.CanFocus = true;
     this.refresh.Name = "refresh";
     this.refresh.UseUnderline = true;
     this.refresh.Label = global::Mono.Unix.Catalog.GetString ("Refresh");
     this.hbox40.Add (this.refresh);
     global::Gtk.Box.BoxChild w145 = ((global::Gtk.Box.BoxChild)(this.hbox40 [this.refresh]));
     w145.Position = 0;
     w145.Expand = false;
     w145.Fill = false;
     // Container child hbox40.Gtk.Box+BoxChild
     this.clear = new global::Gtk.Button ();
     this.clear.CanFocus = true;
     this.clear.Name = "clear";
     this.clear.UseUnderline = true;
     this.clear.Label = global::Mono.Unix.Catalog.GetString ("Clear Entries");
     this.hbox40.Add (this.clear);
     global::Gtk.Box.BoxChild w146 = ((global::Gtk.Box.BoxChild)(this.hbox40 [this.clear]));
     w146.Position = 1;
     w146.Expand = false;
     w146.Fill = false;
     // Container child hbox40.Gtk.Box+BoxChild
     this.fixed3 = new global::Gtk.Fixed ();
     this.fixed3.Name = "fixed3";
     this.fixed3.HasWindow = false;
     this.hbox40.Add (this.fixed3);
     global::Gtk.Box.BoxChild w147 = ((global::Gtk.Box.BoxChild)(this.hbox40 [this.fixed3]));
     w147.Position = 2;
     this.vbox15.Add (this.hbox40);
     global::Gtk.Box.BoxChild w148 = ((global::Gtk.Box.BoxChild)(this.vbox15 [this.hbox40]));
     w148.Position = 0;
     w148.Expand = false;
     w148.Fill = false;
     // Container child vbox15.Gtk.Box+BoxChild
     this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.dataview = new global::Gtk.TextView ();
     this.dataview.CanFocus = true;
     this.dataview.Name = "dataview";
     this.dataview.Editable = false;
     this.dataview.Overwrite = true;
     this.dataview.WrapMode = ((global::Gtk.WrapMode)(3));
     this.GtkScrolledWindow1.Add (this.dataview);
     this.vbox15.Add (this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w150 = ((global::Gtk.Box.BoxChild)(this.vbox15 [this.GtkScrolledWindow1]));
     w150.Position = 1;
     this.notebook4.Add (this.vbox15);
     global::Gtk.Notebook.NotebookChild w151 = ((global::Gtk.Notebook.NotebookChild)(this.notebook4 [this.vbox15]));
     w151.Position = 1;
     // Notebook tab
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Database");
     this.notebook4.SetTabLabel (this.vbox15, this.label2);
     this.label2.ShowAll ();
     // Container child notebook4.Gtk.Notebook+NotebookChild
     this.vbox14 = new global::Gtk.VBox ();
     this.vbox14.Name = "vbox14";
     this.vbox14.Spacing = 6;
     this.vbox14.BorderWidth = ((uint)(5));
     // Container child vbox14.Gtk.Box+BoxChild
     this.hbox37 = new global::Gtk.HBox ();
     this.hbox37.Name = "hbox37";
     this.hbox37.Spacing = 6;
     // Container child hbox37.Gtk.Box+BoxChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Style");
     this.hbox37.Add (this.label3);
     global::Gtk.Box.BoxChild w152 = ((global::Gtk.Box.BoxChild)(this.hbox37 [this.label3]));
     w152.Position = 0;
     w152.Expand = false;
     w152.Fill = false;
     // Container child hbox37.Gtk.Box+BoxChild
     this.combobox1 = global::Gtk.ComboBox.NewText ();
     this.combobox1.AppendText (global::Mono.Unix.Catalog.GetString ("Select One"));
     this.combobox1.AppendText (global::Mono.Unix.Catalog.GetString ("Chicago"));
     this.combobox1.AppendText (global::Mono.Unix.Catalog.GetString ("APA"));
     this.combobox1.AppendText (global::Mono.Unix.Catalog.GetString ("MLA"));
     this.combobox1.Name = "combobox1";
     this.combobox1.Active = 0;
     this.hbox37.Add (this.combobox1);
     global::Gtk.Box.BoxChild w153 = ((global::Gtk.Box.BoxChild)(this.hbox37 [this.combobox1]));
     w153.Position = 1;
     w153.Expand = false;
     w153.Fill = false;
     // Container child hbox37.Gtk.Box+BoxChild
     this.hbox38 = new global::Gtk.HBox ();
     this.hbox38.Name = "hbox38";
     this.hbox38.Spacing = 6;
     // Container child hbox38.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Format");
     this.hbox38.Add (this.label4);
     global::Gtk.Box.BoxChild w154 = ((global::Gtk.Box.BoxChild)(this.hbox38 [this.label4]));
     w154.Position = 0;
     w154.Expand = false;
     w154.Fill = false;
     // Container child hbox38.Gtk.Box+BoxChild
     this.combobox2 = global::Gtk.ComboBox.NewText ();
     this.combobox2.AppendText (global::Mono.Unix.Catalog.GetString ("Select One"));
     this.combobox2.AppendText (global::Mono.Unix.Catalog.GetString ("Bibliography"));
     this.combobox2.AppendText (global::Mono.Unix.Catalog.GetString ("InTextCitation"));
     this.combobox2.AppendText (global::Mono.Unix.Catalog.GetString ("Footnote"));
     this.combobox2.AppendText (global::Mono.Unix.Catalog.GetString ("EndNote"));
     this.combobox2.AppendText (global::Mono.Unix.Catalog.GetString ("WorksCited"));
     this.combobox2.Name = "combobox2";
     this.combobox2.Active = 0;
     this.hbox38.Add (this.combobox2);
     global::Gtk.Box.BoxChild w155 = ((global::Gtk.Box.BoxChild)(this.hbox38 [this.combobox2]));
     w155.Position = 1;
     w155.Expand = false;
     w155.Fill = false;
     // Container child hbox38.Gtk.Box+BoxChild
     this.hbox39 = new global::Gtk.HBox ();
     this.hbox39.Name = "hbox39";
     this.hbox39.Spacing = 6;
     // Container child hbox39.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Entry");
     this.hbox39.Add (this.label5);
     global::Gtk.Box.BoxChild w156 = ((global::Gtk.Box.BoxChild)(this.hbox39 [this.label5]));
     w156.Position = 0;
     w156.Expand = false;
     w156.Fill = false;
     // Container child hbox39.Gtk.Box+BoxChild
     this.combobox3 = global::Gtk.ComboBox.NewText ();
     this.combobox3.AppendText (global::Mono.Unix.Catalog.GetString ("Select One"));
     this.combobox3.Name = "combobox3";
     this.combobox3.Active = 0;
     this.hbox39.Add (this.combobox3);
     global::Gtk.Box.BoxChild w157 = ((global::Gtk.Box.BoxChild)(this.hbox39 [this.combobox3]));
     w157.Position = 1;
     w157.Expand = false;
     w157.Fill = false;
     this.hbox38.Add (this.hbox39);
     global::Gtk.Box.BoxChild w158 = ((global::Gtk.Box.BoxChild)(this.hbox38 [this.hbox39]));
     w158.Position = 2;
     w158.Expand = false;
     w158.Fill = false;
     this.hbox37.Add (this.hbox38);
     global::Gtk.Box.BoxChild w159 = ((global::Gtk.Box.BoxChild)(this.hbox37 [this.hbox38]));
     w159.Position = 2;
     w159.Expand = false;
     w159.Fill = false;
     // Container child hbox37.Gtk.Box+BoxChild
     this.list = new global::Gtk.Button ();
     this.list.CanFocus = true;
     this.list.Name = "list";
     this.list.UseUnderline = true;
     this.list.Label = global::Mono.Unix.Catalog.GetString ("List");
     this.hbox37.Add (this.list);
     global::Gtk.Box.BoxChild w160 = ((global::Gtk.Box.BoxChild)(this.hbox37 [this.list]));
     w160.Position = 3;
     w160.Expand = false;
     w160.Fill = false;
     // Container child hbox37.Gtk.Box+BoxChild
     this.Make = new global::Gtk.Button ();
     this.Make.CanFocus = true;
     this.Make.Name = "Make";
     this.Make.UseUnderline = true;
     this.Make.Label = global::Mono.Unix.Catalog.GetString ("Make");
     this.hbox37.Add (this.Make);
     global::Gtk.Box.BoxChild w161 = ((global::Gtk.Box.BoxChild)(this.hbox37 [this.Make]));
     w161.PackType = ((global::Gtk.PackType)(1));
     w161.Position = 4;
     this.vbox14.Add (this.hbox37);
     global::Gtk.Box.BoxChild w162 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.hbox37]));
     w162.Position = 0;
     w162.Expand = false;
     w162.Fill = false;
     // Container child vbox14.Gtk.Box+BoxChild
     this.GtkScrolledWindow2 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow2.Name = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.textview2 = new global::Gtk.TextView ();
     this.textview2.CanFocus = true;
     this.textview2.Name = "textview2";
     this.textview2.Editable = false;
     this.textview2.WrapMode = ((global::Gtk.WrapMode)(3));
     this.GtkScrolledWindow2.Add (this.textview2);
     this.vbox14.Add (this.GtkScrolledWindow2);
     global::Gtk.Box.BoxChild w164 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.GtkScrolledWindow2]));
     w164.Position = 1;
     this.notebook4.Add (this.vbox14);
     global::Gtk.Notebook.NotebookChild w165 = ((global::Gtk.Notebook.NotebookChild)(this.notebook4 [this.vbox14]));
     w165.Position = 2;
     // Notebook tab
     this.label7 = new global::Gtk.Label ();
     this.label7.Name = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Maker");
     this.notebook4.SetTabLabel (this.vbox14, this.label7);
     this.label7.ShowAll ();
     this.Add (this.notebook4);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 941;
     this.DefaultHeight = 590;
     this.Indexer.HasDefault = true;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.Submit.Pressed += new global::System.EventHandler (this.submitEvent);
     this.refresh.Pressed += new global::System.EventHandler (this.refreshEvent);
     this.clear.Pressed += new global::System.EventHandler (this.clearEvent);
     this.list.Pressed += new global::System.EventHandler (this.listEvent);
     this.Make.Pressed += new global::System.EventHandler (this.makeEvent);
 }
예제 #23
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.FileAction1            = new global::Gtk.Action("FileAction1", global::Mono.Unix.Catalog.GetString("File"), null, null);
     this.FileAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("File");
     w1.Add(this.FileAction1, null);
     this.QuitAction            = new global::Gtk.Action("QuitAction", global::Mono.Unix.Catalog.GetString("Quit"), null, null);
     this.QuitAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Quit");
     w1.Add(this.QuitAction, null);
     this.AccountAction            = new global::Gtk.Action("AccountAction", global::Mono.Unix.Catalog.GetString("Account"), null, null);
     this.AccountAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Account");
     w1.Add(this.AccountAction, null);
     this.LogOutAction            = new global::Gtk.Action("LogOutAction", global::Mono.Unix.Catalog.GetString("Log out"), null, null);
     this.LogOutAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Log out");
     w1.Add(this.LogOutAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.WidthRequest   = 900;
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Reddit Desktop");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.DefaultWidth   = 700;
     this.DefaultHeight  = 500;
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.MainContainer         = new global::Gtk.VBox();
     this.MainContainer.Name    = "MainContainer";
     this.MainContainer.Spacing = 6;
     // Container child MainContainer.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><menubar name='FileMenuBar'><menu name='FileAction1' action='FileAction1'><menuitem name='QuitAction' action='QuitAction'/></menu><menu name='AccountAction' action='AccountAction'><menuitem name='LogOutAction' action='LogOutAction'/></menu></menubar></ui>");
     this.FileMenuBar      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/FileMenuBar")));
     this.FileMenuBar.Name = "FileMenuBar";
     this.MainContainer.Add(this.FileMenuBar);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.MainContainer [this.FileMenuBar]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child MainContainer.Gtk.Box+BoxChild
     this.PrimaryContainer         = new global::Gtk.VBox();
     this.PrimaryContainer.Name    = "PrimaryContainer";
     this.PrimaryContainer.Spacing = 6;
     // Container child PrimaryContainer.Gtk.Box+BoxChild
     this.TopBarContainer             = new global::Gtk.HBox();
     this.TopBarContainer.Name        = "TopBarContainer";
     this.TopBarContainer.Spacing     = 6;
     this.TopBarContainer.BorderWidth = ((uint)(13));
     // Container child TopBarContainer.Gtk.Box+BoxChild
     this.MySubredditContainer         = new global::Gtk.VBox();
     this.MySubredditContainer.Name    = "MySubredditContainer";
     this.MySubredditContainer.Spacing = 6;
     // Container child MySubredditContainer.Gtk.Box+BoxChild
     this.MySubredditsLabel           = new global::Gtk.Label();
     this.MySubredditsLabel.Name      = "MySubredditsLabel";
     this.MySubredditsLabel.Xalign    = 0F;
     this.MySubredditsLabel.LabelProp = global::Mono.Unix.Catalog.GetString("MY SUBREDDITS");
     this.MySubredditContainer.Add(this.MySubredditsLabel);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.MySubredditContainer [this.MySubredditsLabel]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child MySubredditContainer.Gtk.Box+BoxChild
     this.mySubredditsBox = global::Gtk.ComboBox.NewText();
     this.mySubredditsBox.WidthRequest = 200;
     this.mySubredditsBox.Name         = "mySubredditsBox";
     this.MySubredditContainer.Add(this.mySubredditsBox);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.MySubredditContainer [this.mySubredditsBox]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child MySubredditContainer.Gtk.Box+BoxChild
     this.AddSubBtn              = new global::Gtk.Button();
     this.AddSubBtn.CanFocus     = true;
     this.AddSubBtn.Name         = "AddSubBtn";
     this.AddSubBtn.UseUnderline = true;
     this.AddSubBtn.Label        = global::Mono.Unix.Catalog.GetString("Subscribe..");
     this.MySubredditContainer.Add(this.AddSubBtn);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.MySubredditContainer [this.AddSubBtn]));
     w5.PackType = ((global::Gtk.PackType)(1));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     this.TopBarContainer.Add(this.MySubredditContainer);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.TopBarContainer [this.MySubredditContainer]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child TopBarContainer.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.TopBarContainer.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.TopBarContainer [this.vseparator1]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child TopBarContainer.Gtk.Box+BoxChild
     this.BrowseRedditContainer         = new global::Gtk.VBox();
     this.BrowseRedditContainer.Name    = "BrowseRedditContainer";
     this.BrowseRedditContainer.Spacing = 6;
     // Container child BrowseRedditContainer.Gtk.Box+BoxChild
     this.BrowseRedditLabelContainer         = new global::Gtk.HBox();
     this.BrowseRedditLabelContainer.Name    = "BrowseRedditLabelContainer";
     this.BrowseRedditLabelContainer.Spacing = 6;
     // Container child BrowseRedditLabelContainer.Gtk.Box+BoxChild
     this.BrowseRedditLabel           = new global::Gtk.Label();
     this.BrowseRedditLabel.Name      = "BrowseRedditLabel";
     this.BrowseRedditLabel.LabelProp = global::Mono.Unix.Catalog.GetString("BROWSE REDDIT");
     this.BrowseRedditLabelContainer.Add(this.BrowseRedditLabel);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.BrowseRedditLabelContainer [this.BrowseRedditLabel]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child BrowseRedditLabelContainer.Gtk.Box+BoxChild
     this.BrowseRedditAligner      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.BrowseRedditAligner.Name = "BrowseRedditAligner";
     this.BrowseRedditLabelContainer.Add(this.BrowseRedditAligner);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.BrowseRedditLabelContainer [this.BrowseRedditAligner]));
     w9.Position = 1;
     this.BrowseRedditContainer.Add(this.BrowseRedditLabelContainer);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.BrowseRedditContainer [this.BrowseRedditLabelContainer]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child BrowseRedditContainer.Gtk.Box+BoxChild
     this.BrowseBtnsScrollWindow      = new global::Gtk.ScrolledWindow();
     this.BrowseBtnsScrollWindow.Name = "BrowseBtnsScrollWindow";
     // Container child BrowseBtnsScrollWindow.Gtk.Container+ContainerChild
     global::Gtk.Viewport w11 = new global::Gtk.Viewport();
     w11.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.BrowseBtnBox         = new global::Gtk.HBox();
     this.BrowseBtnBox.Name    = "BrowseBtnBox";
     this.BrowseBtnBox.Spacing = 6;
     w11.Add(this.BrowseBtnBox);
     this.BrowseBtnsScrollWindow.Add(w11);
     this.BrowseRedditContainer.Add(this.BrowseBtnsScrollWindow);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.BrowseRedditContainer [this.BrowseBtnsScrollWindow]));
     w14.Position = 1;
     this.TopBarContainer.Add(this.BrowseRedditContainer);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.TopBarContainer [this.BrowseRedditContainer]));
     w15.Position = 2;
     // Container child TopBarContainer.Gtk.Box+BoxChild
     this.vseparator2      = new global::Gtk.VSeparator();
     this.vseparator2.Name = "vseparator2";
     this.TopBarContainer.Add(this.vseparator2);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.TopBarContainer [this.vseparator2]));
     w16.Position = 3;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child TopBarContainer.Gtk.Box+BoxChild
     this.SearchContainer         = new global::Gtk.VBox();
     this.SearchContainer.Name    = "SearchContainer";
     this.SearchContainer.Spacing = 10;
     // Container child SearchContainer.Gtk.Box+BoxChild
     this.SearchLabel           = new global::Gtk.Label();
     this.SearchLabel.Name      = "SearchLabel";
     this.SearchLabel.Xalign    = 0F;
     this.SearchLabel.LabelProp = global::Mono.Unix.Catalog.GetString("SEARCH REDDIT");
     this.SearchContainer.Add(this.SearchLabel);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.SearchContainer [this.SearchLabel]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child SearchContainer.Gtk.Box+BoxChild
     this.SearchOptsContainer         = new global::Gtk.HBox();
     this.SearchOptsContainer.Name    = "SearchOptsContainer";
     this.SearchOptsContainer.Spacing = 6;
     // Container child SearchOptsContainer.Gtk.Box+BoxChild
     this.searchThisSub               = new global::Gtk.CheckButton();
     this.searchThisSub.CanFocus      = true;
     this.searchThisSub.Name          = "searchThisSub";
     this.searchThisSub.Label         = global::Mono.Unix.Catalog.GetString("In this Sub");
     this.searchThisSub.DrawIndicator = true;
     this.searchThisSub.UseUnderline  = true;
     this.SearchOptsContainer.Add(this.searchThisSub);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.SearchOptsContainer [this.searchThisSub]));
     w18.Position = 0;
     // Container child SearchOptsContainer.Gtk.Box+BoxChild
     this.searchNsfw               = new global::Gtk.CheckButton();
     this.searchNsfw.CanFocus      = true;
     this.searchNsfw.Name          = "searchNsfw";
     this.searchNsfw.Label         = global::Mono.Unix.Catalog.GetString("Include NSFW");
     this.searchNsfw.DrawIndicator = true;
     this.searchNsfw.UseUnderline  = true;
     this.SearchOptsContainer.Add(this.searchNsfw);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.SearchOptsContainer [this.searchNsfw]));
     w19.Position = 1;
     this.SearchContainer.Add(this.SearchOptsContainer);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.SearchContainer [this.SearchOptsContainer]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child SearchContainer.Gtk.Box+BoxChild
     this.SearchBarContainer         = new global::Gtk.HBox();
     this.SearchBarContainer.Name    = "SearchBarContainer";
     this.SearchBarContainer.Spacing = 6;
     // Container child SearchBarContainer.Gtk.Box+BoxChild
     this.SearchEntry               = new global::Gtk.Entry();
     this.SearchEntry.CanFocus      = true;
     this.SearchEntry.Name          = "SearchEntry";
     this.SearchEntry.IsEditable    = true;
     this.SearchEntry.InvisibleChar = '●';
     this.SearchBarContainer.Add(this.SearchEntry);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.SearchBarContainer [this.SearchEntry]));
     w21.Position = 0;
     // Container child SearchBarContainer.Gtk.Box+BoxChild
     this.SearchBtn              = new global::Gtk.Button();
     this.SearchBtn.CanFocus     = true;
     this.SearchBtn.Name         = "SearchBtn";
     this.SearchBtn.UseUnderline = true;
     this.SearchBtn.Label        = global::Mono.Unix.Catalog.GetString("Search");
     this.SearchBarContainer.Add(this.SearchBtn);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.SearchBarContainer [this.SearchBtn]));
     w22.Position = 1;
     w22.Expand   = false;
     w22.Fill     = false;
     this.SearchContainer.Add(this.SearchBarContainer);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.SearchContainer [this.SearchBarContainer]));
     w23.Position = 2;
     w23.Expand   = false;
     w23.Fill     = false;
     this.TopBarContainer.Add(this.SearchContainer);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.TopBarContainer [this.SearchContainer]));
     w24.PackType = ((global::Gtk.PackType)(1));
     w24.Position = 4;
     w24.Expand   = false;
     w24.Fill     = false;
     this.PrimaryContainer.Add(this.TopBarContainer);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.PrimaryContainer [this.TopBarContainer]));
     w25.Position = 0;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child PrimaryContainer.Gtk.Box+BoxChild
     this.ContentContainer         = new global::Gtk.VBox();
     this.ContentContainer.Name    = "ContentContainer";
     this.ContentContainer.Spacing = 6;
     // Container child ContentContainer.Gtk.Box+BoxChild
     this.ContentPane          = new global::Gtk.HPaned();
     this.ContentPane.CanFocus = true;
     this.ContentPane.Name     = "ContentPane";
     this.ContentPane.Position = 638;
     // Container child ContentPane.Gtk.Paned+PanedChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     global::Gtk.Viewport w26 = new global::Gtk.Viewport();
     w26.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport1.Gtk.Container+ContainerChild
     this.ListingBox         = new global::Gtk.VBox();
     this.ListingBox.Name    = "ListingBox";
     this.ListingBox.Spacing = 6;
     w26.Add(this.ListingBox);
     this.GtkScrolledWindow.Add(w26);
     this.ContentPane.Add(this.GtkScrolledWindow);
     global::Gtk.Paned.PanedChild w29 = ((global::Gtk.Paned.PanedChild)(this.ContentPane [this.GtkScrolledWindow]));
     w29.Resize = false;
     this.ContentContainer.Add(this.ContentPane);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.ContentContainer [this.ContentPane]));
     w30.Position = 0;
     // Container child ContentContainer.Gtk.Box+BoxChild
     this.fixed1           = new global::Gtk.Fixed();
     this.fixed1.Name      = "fixed1";
     this.fixed1.HasWindow = false;
     this.ContentContainer.Add(this.fixed1);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.ContentContainer [this.fixed1]));
     w31.Position = 1;
     w31.Expand   = false;
     w31.Fill     = false;
     this.PrimaryContainer.Add(this.ContentContainer);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.PrimaryContainer [this.ContentContainer]));
     w32.Position = 1;
     this.MainContainer.Add(this.PrimaryContainer);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.MainContainer [this.PrimaryContainer]));
     w33.Position = 1;
     // Container child MainContainer.Gtk.Box+BoxChild
     this.BottomBarContainer             = new global::Gtk.HBox();
     this.BottomBarContainer.Name        = "BottomBarContainer";
     this.BottomBarContainer.Spacing     = 6;
     this.BottomBarContainer.BorderWidth = ((uint)(10));
     // Container child BottomBarContainer.Gtk.Box+BoxChild
     this.NotifyContainer         = new global::Gtk.VBox();
     this.NotifyContainer.Name    = "NotifyContainer";
     this.NotifyContainer.Spacing = 6;
     // Container child NotifyContainer.Gtk.Box+BoxChild
     this.NotifyLabelBox         = new global::Gtk.HBox();
     this.NotifyLabelBox.Name    = "NotifyLabelBox";
     this.NotifyLabelBox.Spacing = 6;
     // Container child NotifyLabelBox.Gtk.Box+BoxChild
     this.NotifyLabel           = new global::Gtk.Label();
     this.NotifyLabel.Name      = "NotifyLabel";
     this.NotifyLabel.LabelProp = global::Mono.Unix.Catalog.GetString("NOTIFICATIONS");
     this.NotifyLabelBox.Add(this.NotifyLabel);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.NotifyLabelBox [this.NotifyLabel]));
     w34.Position = 0;
     w34.Expand   = false;
     w34.Fill     = false;
     this.NotifyContainer.Add(this.NotifyLabelBox);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.NotifyContainer [this.NotifyLabelBox]));
     w35.Position = 0;
     w35.Expand   = false;
     w35.Fill     = false;
     // Container child NotifyContainer.Gtk.Box+BoxChild
     this.NotifyBtnContainer         = new global::Gtk.HBox();
     this.NotifyBtnContainer.Name    = "NotifyBtnContainer";
     this.NotifyBtnContainer.Spacing = 6;
     // Container child NotifyBtnContainer.Gtk.Box+BoxChild
     this.messagesBtn              = new global::Gtk.Button();
     this.messagesBtn.CanFocus     = true;
     this.messagesBtn.Name         = "messagesBtn";
     this.messagesBtn.UseUnderline = true;
     // Container child messagesBtn.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, "stock_mail-unread", 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("1 New Message");
     w40.UseUnderline = true;
     w37.Add(w40);
     w36.Add(w37);
     this.messagesBtn.Add(w36);
     this.NotifyBtnContainer.Add(this.messagesBtn);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.NotifyBtnContainer [this.messagesBtn]));
     w44.Position = 0;
     w44.Expand   = false;
     w44.Fill     = false;
     // Container child NotifyBtnContainer.Gtk.Box+BoxChild
     this.comRepliesBtn              = new global::Gtk.Button();
     this.comRepliesBtn.CanFocus     = true;
     this.comRepliesBtn.Name         = "comRepliesBtn";
     this.comRepliesBtn.UseUnderline = true;
     // Container child comRepliesBtn.Gtk.Container+ContainerChild
     global::Gtk.Alignment w45 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w46 = new global::Gtk.HBox();
     w46.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w47 = new global::Gtk.Image();
     w47.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-dialog-info", global::Gtk.IconSize.Menu);
     w46.Add(w47);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w49 = new global::Gtk.Label();
     w49.LabelProp    = global::Mono.Unix.Catalog.GetString("2 New Comment Replies");
     w49.UseUnderline = true;
     w46.Add(w49);
     w45.Add(w46);
     this.comRepliesBtn.Add(w45);
     this.NotifyBtnContainer.Add(this.comRepliesBtn);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.NotifyBtnContainer [this.comRepliesBtn]));
     w53.Position = 1;
     w53.Expand   = false;
     w53.Fill     = false;
     // Container child NotifyBtnContainer.Gtk.Box+BoxChild
     this.PostRepliesBtn              = new global::Gtk.Button();
     this.PostRepliesBtn.CanFocus     = true;
     this.PostRepliesBtn.Name         = "PostRepliesBtn";
     this.PostRepliesBtn.UseUnderline = true;
     // Container child PostRepliesBtn.Gtk.Container+ContainerChild
     global::Gtk.Alignment w54 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w55 = new global::Gtk.HBox();
     w55.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w56 = new global::Gtk.Image();
     w56.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-dialog-warning", global::Gtk.IconSize.Menu);
     w55.Add(w56);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w58 = new global::Gtk.Label();
     w58.LabelProp    = global::Mono.Unix.Catalog.GetString("Post Replies");
     w58.UseUnderline = true;
     w55.Add(w58);
     w54.Add(w55);
     this.PostRepliesBtn.Add(w54);
     this.NotifyBtnContainer.Add(this.PostRepliesBtn);
     global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.NotifyBtnContainer [this.PostRepliesBtn]));
     w62.Position = 2;
     w62.Expand   = false;
     w62.Fill     = false;
     this.NotifyContainer.Add(this.NotifyBtnContainer);
     global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.NotifyContainer [this.NotifyBtnContainer]));
     w63.Position = 1;
     w63.Expand   = false;
     w63.Fill     = false;
     this.BottomBarContainer.Add(this.NotifyContainer);
     global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.BottomBarContainer [this.NotifyContainer]));
     w64.Position = 0;
     w64.Expand   = false;
     w64.Fill     = false;
     // Container child BottomBarContainer.Gtk.Box+BoxChild
     this.vseparator3      = new global::Gtk.VSeparator();
     this.vseparator3.Name = "vseparator3";
     this.BottomBarContainer.Add(this.vseparator3);
     global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.BottomBarContainer [this.vseparator3]));
     w65.Position = 1;
     w65.Expand   = false;
     w65.Fill     = false;
     this.MainContainer.Add(this.BottomBarContainer);
     global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.MainContainer [this.BottomBarContainer]));
     w66.PackType = ((global::Gtk.PackType)(1));
     w66.Position = 2;
     w66.Expand   = false;
     w66.Fill     = false;
     this.Add(this.MainContainer);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.DeleteEvent            += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.QuitAction.Activated   += new global::System.EventHandler(this.OnFileQuit);
     this.LogOutAction.Activated += new global::System.EventHandler(this.OnLogOut);
 }
예제 #24
0
	protected virtual void Build ()
	{
		global::Stetic.Gui.Initialize (this);
		// Widget MainWindow
		this.UIManager = new global::Gtk.UIManager ();
		global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
		this.FileAction = new global::Gtk.Action ("FileAction", global::Mono.Unix.Catalog.GetString ("File"), null, null);
		this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("File");
		w1.Add (this.FileAction, "<Alt>f");
		this.ExitAction = new global::Gtk.Action ("ExitAction", global::Mono.Unix.Catalog.GetString ("Exit"), null, null);
		this.ExitAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Exit");
		w1.Add (this.ExitAction, "<Control>q");
		this.HelpAction = new global::Gtk.Action ("HelpAction", global::Mono.Unix.Catalog.GetString ("Help"), null, null);
		this.HelpAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Help");
		w1.Add (this.HelpAction, null);
		this.AboutAction = new global::Gtk.Action ("AboutAction", global::Mono.Unix.Catalog.GetString ("About"), global::Mono.Unix.Catalog.GetString ("Shows the wonderful creator info"), null);
		this.AboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("About");
		w1.Add (this.AboutAction, null);
		this.OpenAction = new global::Gtk.Action ("OpenAction", global::Mono.Unix.Catalog.GetString ("Open.."), null, null);
		this.OpenAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Open Session...");
		w1.Add (this.OpenAction, "<Control>o");
		this.SaveAction = new global::Gtk.Action ("SaveAction", global::Mono.Unix.Catalog.GetString ("Save"), null, null);
		this.SaveAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save Session");
		w1.Add (this.SaveAction, "<Control>s");
		this.SaveAsAction = new global::Gtk.Action ("SaveAsAction", global::Mono.Unix.Catalog.GetString ("Save As..."), null, null);
		this.SaveAsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save Session As...");
		w1.Add (this.SaveAsAction, null);
		this.UIManager.InsertActionGroup (w1, 0);
		this.AddAccelGroup (this.UIManager.AccelGroup);
		this.Name = "MainWindow";
		this.Title = global::Mono.Unix.Catalog.GetString ("Grid Proxy");
		this.Icon = global::Gdk.Pixbuf.LoadFromResource ("GridProxyGUI.libomv.png");
		this.WindowPosition = ((global::Gtk.WindowPosition)(4));
		this.AllowShrink = true;
		// Container child MainWindow.Gtk.Container+ContainerChild
		this.vboxMenuMain = new global::Gtk.VBox ();
		this.vboxMenuMain.Name = "vboxMenuMain";
		this.vboxMenuMain.Spacing = 6;
		// Container child vboxMenuMain.Gtk.Box+BoxChild
		this.hboxMenu = new global::Gtk.HBox ();
		this.hboxMenu.Name = "hboxMenu";
		this.hboxMenu.Spacing = 6;
		this.hboxMenu.BorderWidth = ((uint)(3));
		// Container child hboxMenu.Gtk.Box+BoxChild
		this.alignment2 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
		this.alignment2.Name = "alignment2";
		// Container child alignment2.Gtk.Container+ContainerChild
		this.UIManager.AddUiFromString (@"<ui><menubar name='menuMain'><menu name='FileAction' action='FileAction'><menuitem name='OpenAction' action='OpenAction'/><menuitem name='SaveAction' action='SaveAction'/><menuitem name='SaveAsAction' action='SaveAsAction'/><separator/><menuitem name='ExitAction' action='ExitAction'/></menu><menu name='HelpAction' action='HelpAction'><menuitem name='AboutAction' action='AboutAction'/></menu></menubar></ui>");
		this.menuMain = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menuMain")));
		this.menuMain.Name = "menuMain";
		this.alignment2.Add (this.menuMain);
		this.hboxMenu.Add (this.alignment2);
		global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.alignment2]));
		w3.Position = 0;
		w3.Expand = false;
		w3.Fill = false;
		// Container child hboxMenu.Gtk.Box+BoxChild
		this.menuSeparator = new global::Gtk.VSeparator ();
		this.menuSeparator.Name = "menuSeparator";
		this.hboxMenu.Add (this.menuSeparator);
		global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.menuSeparator]));
		w4.Position = 1;
		w4.Expand = false;
		w4.Fill = false;
		// Container child hboxMenu.Gtk.Box+BoxChild
		this.label1 = new global::Gtk.Label ();
		this.label1.Name = "label1";
		this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Listen IP Address:");
		this.hboxMenu.Add (this.label1);
		global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.label1]));
		w5.Position = 2;
		w5.Expand = false;
		w5.Fill = false;
		// Container child hboxMenu.Gtk.Box+BoxChild
		this.cbListen = global::Gtk.ComboBoxEntry.NewText ();
		this.cbListen.WidthRequest = 120;
		this.cbListen.Name = "cbListen";
		this.hboxMenu.Add (this.cbListen);
		global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.cbListen]));
		w6.Position = 3;
		w6.Expand = false;
		w6.Fill = false;
		// Container child hboxMenu.Gtk.Box+BoxChild
		this.label2 = new global::Gtk.Label ();
		this.label2.Name = "label2";
		this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Port");
		this.hboxMenu.Add (this.label2);
		global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.label2]));
		w7.Position = 4;
		w7.Expand = false;
		w7.Fill = false;
		// Container child hboxMenu.Gtk.Box+BoxChild
		this.txtPort = new global::Gtk.Entry ();
		this.txtPort.WidthRequest = 50;
		this.txtPort.CanFocus = true;
		this.txtPort.Name = "txtPort";
		this.txtPort.Text = global::Mono.Unix.Catalog.GetString ("8080");
		this.txtPort.IsEditable = true;
		this.txtPort.MaxLength = 5;
		this.txtPort.InvisibleChar = '●';
		this.hboxMenu.Add (this.txtPort);
		global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.txtPort]));
		w8.Position = 5;
		w8.Expand = false;
		// Container child hboxMenu.Gtk.Box+BoxChild
		this.label3 = new global::Gtk.Label ();
		this.label3.Name = "label3";
		this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Login URL");
		this.hboxMenu.Add (this.label3);
		global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.label3]));
		w9.Position = 6;
		w9.Expand = false;
		w9.Fill = false;
		// Container child hboxMenu.Gtk.Box+BoxChild
		this.cbLoginURL = global::Gtk.ComboBoxEntry.NewText ();
		this.cbLoginURL.WidthRequest = 300;
		this.cbLoginURL.Name = "cbLoginURL";
		this.hboxMenu.Add (this.cbLoginURL);
		global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.cbLoginURL]));
		w10.Position = 7;
		w10.Expand = false;
		w10.Fill = false;
		// Container child hboxMenu.Gtk.Box+BoxChild
		this.btnStart = new global::Gtk.Button ();
		this.btnStart.CanFocus = true;
		this.btnStart.Name = "btnStart";
		this.btnStart.UseUnderline = true;
		this.btnStart.Label = global::Mono.Unix.Catalog.GetString ("Start Proxy");
		this.hboxMenu.Add (this.btnStart);
		global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.btnStart]));
		w11.Position = 8;
		w11.Expand = false;
		w11.Fill = false;
		this.vboxMenuMain.Add (this.hboxMenu);
		global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vboxMenuMain [this.hboxMenu]));
		w12.Position = 0;
		w12.Expand = false;
		w12.Fill = false;
		// Container child vboxMenuMain.Gtk.Box+BoxChild
		this.mainSplit = new global::Gtk.HPaned ();
		this.mainSplit.CanFocus = true;
		this.mainSplit.Name = "mainSplit";
		this.mainSplit.Position = 600;
		// Container child mainSplit.Gtk.Paned+PanedChild
		this.vboxSessions = new global::Gtk.VBox ();
		this.vboxSessions.Name = "vboxSessions";
		this.vboxSessions.Spacing = 6;
		// Container child vboxSessions.Gtk.Box+BoxChild
		this.sessionLogScroller = new global::Gtk.ScrolledWindow ();
		this.sessionLogScroller.CanFocus = true;
		this.sessionLogScroller.Name = "sessionLogScroller";
		this.sessionLogScroller.ShadowType = ((global::Gtk.ShadowType)(1));
		this.vboxSessions.Add (this.sessionLogScroller);
		global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vboxSessions [this.sessionLogScroller]));
		w13.Position = 0;
		// Container child vboxSessions.Gtk.Box+BoxChild
		this.hboxSessionBottom = new global::Gtk.HBox ();
		this.hboxSessionBottom.Name = "hboxSessionBottom";
		this.hboxSessionBottom.Spacing = 6;
		// Container child hboxSessionBottom.Gtk.Box+BoxChild
		this.cbAutoScroll = new global::Gtk.CheckButton ();
		this.cbAutoScroll.CanFocus = true;
		this.cbAutoScroll.Name = "cbAutoScroll";
		this.cbAutoScroll.Label = global::Mono.Unix.Catalog.GetString ("Auto Scroll");
		this.cbAutoScroll.Active = true;
		this.cbAutoScroll.DrawIndicator = true;
		this.cbAutoScroll.UseUnderline = true;
		this.hboxSessionBottom.Add (this.cbAutoScroll);
		global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hboxSessionBottom [this.cbAutoScroll]));
		w14.Position = 0;
		this.vboxSessions.Add (this.hboxSessionBottom);
		global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vboxSessions [this.hboxSessionBottom]));
		w15.Position = 1;
		w15.Expand = false;
		w15.Fill = false;
		this.mainSplit.Add (this.vboxSessions);
		global::Gtk.Paned.PanedChild w16 = ((global::Gtk.Paned.PanedChild)(this.mainSplit [this.vboxSessions]));
		w16.Resize = false;
		// Container child mainSplit.Gtk.Paned+PanedChild
		this.tabsMain = new global::Gtk.Notebook ();
		this.tabsMain.CanFocus = true;
		this.tabsMain.Name = "tabsMain";
		this.tabsMain.CurrentPage = 3;
		// Container child tabsMain.Gtk.Notebook+NotebookChild
		this.vboxLog = new global::Gtk.VBox ();
		this.vboxLog.Name = "vboxLog";
		this.vboxLog.Spacing = 6;
		// Container child vboxLog.Gtk.Box+BoxChild
		this.hbox5 = new global::Gtk.HBox ();
		this.hbox5.Name = "hbox5";
		this.hbox5.Homogeneous = true;
		this.hbox5.Spacing = 6;
		// Container child hbox5.Gtk.Box+BoxChild
		this.frame1 = new global::Gtk.Frame ();
		this.frame1.Name = "frame1";
		// Container child frame1.Gtk.Container+ContainerChild
		this.GtkAlignment2 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
		this.GtkAlignment2.Name = "GtkAlignment2";
		this.GtkAlignment2.LeftPadding = ((uint)(12));
		// Container child GtkAlignment2.Gtk.Container+ContainerChild
		this.vbox1 = new global::Gtk.VBox ();
		this.vbox1.Name = "vbox1";
		this.vbox1.Spacing = 6;
		// Container child vbox1.Gtk.Box+BoxChild
		this.lblUDPIn = new global::Gtk.Label ();
		this.lblUDPIn.Name = "lblUDPIn";
		this.lblUDPIn.LabelProp = global::Mono.Unix.Catalog.GetString ("Packets In 0 (0 bytes)");
		this.vbox1.Add (this.lblUDPIn);
		global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.lblUDPIn]));
		w17.Position = 0;
		w17.Expand = false;
		w17.Fill = false;
		// Container child vbox1.Gtk.Box+BoxChild
		this.lblUDPOut = new global::Gtk.Label ();
		this.lblUDPOut.Name = "lblUDPOut";
		this.lblUDPOut.LabelProp = global::Mono.Unix.Catalog.GetString ("Packets Out 0 (0 bytes)");
		this.vbox1.Add (this.lblUDPOut);
		global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.lblUDPOut]));
		w18.Position = 1;
		w18.Expand = false;
		w18.Fill = false;
		// Container child vbox1.Gtk.Box+BoxChild
		this.lblUDPTotal = new global::Gtk.Label ();
		this.lblUDPTotal.Name = "lblUDPTotal";
		this.lblUDPTotal.LabelProp = global::Mono.Unix.Catalog.GetString ("Packets Total 0 (0 bytes)");
		this.vbox1.Add (this.lblUDPTotal);
		global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.lblUDPTotal]));
		w19.Position = 2;
		w19.Expand = false;
		w19.Fill = false;
		this.GtkAlignment2.Add (this.vbox1);
		this.frame1.Add (this.GtkAlignment2);
		this.GtkLabel5 = new global::Gtk.Label ();
		this.GtkLabel5.Name = "GtkLabel5";
		this.GtkLabel5.LabelProp = global::Mono.Unix.Catalog.GetString ("UDP Packets");
		this.frame1.LabelWidget = this.GtkLabel5;
		this.hbox5.Add (this.frame1);
		global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.frame1]));
		w22.Position = 0;
		// Container child hbox5.Gtk.Box+BoxChild
		this.frame2 = new global::Gtk.Frame ();
		this.frame2.Name = "frame2";
		// Container child frame2.Gtk.Container+ContainerChild
		this.GtkAlignment3 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
		this.GtkAlignment3.Name = "GtkAlignment3";
		this.GtkAlignment3.LeftPadding = ((uint)(12));
		// Container child GtkAlignment3.Gtk.Container+ContainerChild
		this.vbox2 = new global::Gtk.VBox ();
		this.vbox2.Name = "vbox2";
		this.vbox2.Spacing = 6;
		// Container child vbox2.Gtk.Box+BoxChild
		this.lblCapIn = new global::Gtk.Label ();
		this.lblCapIn.Name = "lblCapIn";
		this.lblCapIn.LabelProp = global::Mono.Unix.Catalog.GetString ("Caps In 0 (0 bytes)");
		this.vbox2.Add (this.lblCapIn);
		global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.lblCapIn]));
		w23.Position = 0;
		w23.Expand = false;
		w23.Fill = false;
		// Container child vbox2.Gtk.Box+BoxChild
		this.lblCapOut = new global::Gtk.Label ();
		this.lblCapOut.Name = "lblCapOut";
		this.lblCapOut.LabelProp = global::Mono.Unix.Catalog.GetString ("Caps Out 0 (0 bytes)");
		this.vbox2.Add (this.lblCapOut);
		global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.lblCapOut]));
		w24.Position = 1;
		w24.Expand = false;
		w24.Fill = false;
		// Container child vbox2.Gtk.Box+BoxChild
		this.lblCapTotal = new global::Gtk.Label ();
		this.lblCapTotal.Name = "lblCapTotal";
		this.lblCapTotal.LabelProp = global::Mono.Unix.Catalog.GetString ("Caps Total 0 (0 bytes)");
		this.vbox2.Add (this.lblCapTotal);
		global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.lblCapTotal]));
		w25.Position = 2;
		w25.Expand = false;
		w25.Fill = false;
		this.GtkAlignment3.Add (this.vbox2);
		this.frame2.Add (this.GtkAlignment3);
		this.GtkLabel12 = new global::Gtk.Label ();
		this.GtkLabel12.Name = "GtkLabel12";
		this.GtkLabel12.LabelProp = global::Mono.Unix.Catalog.GetString ("Caps Messages");
		this.frame2.LabelWidget = this.GtkLabel12;
		this.hbox5.Add (this.frame2);
		global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.frame2]));
		w28.Position = 1;
		this.vboxLog.Add (this.hbox5);
		global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vboxLog [this.hbox5]));
		w29.Position = 0;
		w29.Expand = false;
		w29.Fill = false;
		// Container child vboxLog.Gtk.Box+BoxChild
		this.logFileScroller = new global::Gtk.ScrolledWindow ();
		this.logFileScroller.Name = "logFileScroller";
		this.logFileScroller.ShadowType = ((global::Gtk.ShadowType)(1));
		// Container child logFileScroller.Gtk.Container+ContainerChild
		this.txtSummary = new global::Gtk.TextView ();
		this.txtSummary.CanFocus = true;
		this.txtSummary.Name = "txtSummary";
		this.txtSummary.Editable = false;
		this.txtSummary.WrapMode = ((global::Gtk.WrapMode)(2));
		this.logFileScroller.Add (this.txtSummary);
		this.vboxLog.Add (this.logFileScroller);
		global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vboxLog [this.logFileScroller]));
		w31.Position = 1;
		this.tabsMain.Add (this.vboxLog);
		// Notebook tab
		this.label4 = new global::Gtk.Label ();
		this.label4.Name = "label4";
		this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Summary");
		this.tabsMain.SetTabLabel (this.vboxLog, this.label4);
		this.label4.ShowAll ();
		// Container child tabsMain.Gtk.Notebook+NotebookChild
		this.hboxFilter = new global::Gtk.VBox ();
		this.hboxFilter.Name = "hboxFilter";
		this.hboxFilter.Spacing = 6;
		// Container child hboxFilter.Gtk.Box+BoxChild
		this.hbox2 = new global::Gtk.HBox ();
		this.hbox2.Name = "hbox2";
		this.hbox2.Spacing = 6;
		// Container child hbox2.Gtk.Box+BoxChild
		this.btnLoadFilters = new global::Gtk.Button ();
		this.btnLoadFilters.CanFocus = true;
		this.btnLoadFilters.Name = "btnLoadFilters";
		this.btnLoadFilters.UseUnderline = true;
		this.btnLoadFilters.Label = global::Mono.Unix.Catalog.GetString ("Load");
		global::Gtk.Image w33 = new global::Gtk.Image ();
		w33.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-open", global::Gtk.IconSize.Menu);
		this.btnLoadFilters.Image = w33;
		this.hbox2.Add (this.btnLoadFilters);
		global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.btnLoadFilters]));
		w34.Position = 0;
		w34.Expand = false;
		w34.Fill = false;
		// Container child hbox2.Gtk.Box+BoxChild
		this.btnSaveFilters = new global::Gtk.Button ();
		this.btnSaveFilters.CanFocus = true;
		this.btnSaveFilters.Name = "btnSaveFilters";
		this.btnSaveFilters.UseUnderline = true;
		this.btnSaveFilters.Label = global::Mono.Unix.Catalog.GetString ("Save");
		global::Gtk.Image w35 = new global::Gtk.Image ();
		w35.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-save", global::Gtk.IconSize.Menu);
		this.btnSaveFilters.Image = w35;
		this.hbox2.Add (this.btnSaveFilters);
		global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.btnSaveFilters]));
		w36.Position = 1;
		w36.Expand = false;
		w36.Fill = false;
		this.hboxFilter.Add (this.hbox2);
		global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hboxFilter [this.hbox2]));
		w37.Position = 0;
		w37.Expand = false;
		w37.Fill = false;
		// Container child hboxFilter.Gtk.Box+BoxChild
		this.hbox3 = new global::Gtk.HBox ();
		this.hbox3.Name = "hbox3";
		this.hbox3.Homogeneous = true;
		this.hbox3.Spacing = 6;
		// Container child hbox3.Gtk.Box+BoxChild
		this.frameFilterUDP = new global::Gtk.Frame ();
		this.frameFilterUDP.Name = "frameFilterUDP";
		this.frameFilterUDP.ShadowType = ((global::Gtk.ShadowType)(0));
		this.frameFilterUDP.LabelYalign = 0F;
		// Container child frameFilterUDP.Gtk.Container+ContainerChild
		this.containerFilterUDP = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
		this.containerFilterUDP.Name = "containerFilterUDP";
		this.containerFilterUDP.LeftPadding = ((uint)(12));
		this.frameFilterUDP.Add (this.containerFilterUDP);
		this.GtkLabel8 = new global::Gtk.Label ();
		this.GtkLabel8.Name = "GtkLabel8";
		this.GtkLabel8.LabelProp = global::Mono.Unix.Catalog.GetString ("UDP Packets & Login");
		this.frameFilterUDP.LabelWidget = this.GtkLabel8;
		this.hbox3.Add (this.frameFilterUDP);
		global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.frameFilterUDP]));
		w39.Position = 0;
		// Container child hbox3.Gtk.Box+BoxChild
		this.frameFilterCap = new global::Gtk.Frame ();
		this.frameFilterCap.Name = "frameFilterCap";
		this.frameFilterCap.ShadowType = ((global::Gtk.ShadowType)(0));
		this.frameFilterCap.LabelYalign = 0F;
		// Container child frameFilterCap.Gtk.Container+ContainerChild
		this.containerFilterCap = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
		this.containerFilterCap.Name = "containerFilterCap";
		this.containerFilterCap.LeftPadding = ((uint)(12));
		this.frameFilterCap.Add (this.containerFilterCap);
		this.GtkLabel9 = new global::Gtk.Label ();
		this.GtkLabel9.Name = "GtkLabel9";
		this.GtkLabel9.LabelProp = global::Mono.Unix.Catalog.GetString ("Capabilities & EventQueue Messages");
		this.frameFilterCap.LabelWidget = this.GtkLabel9;
		this.hbox3.Add (this.frameFilterCap);
		global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.frameFilterCap]));
		w41.Position = 1;
		this.hboxFilter.Add (this.hbox3);
		global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hboxFilter [this.hbox3]));
		w42.Position = 1;
		// Container child hboxFilter.Gtk.Box+BoxChild
		this.hbox4 = new global::Gtk.HBox ();
		this.hbox4.Name = "hbox4";
		this.hbox4.Homogeneous = true;
		this.hbox4.Spacing = 6;
		// Container child hbox4.Gtk.Box+BoxChild
		this.cbSelectAllUDP = new global::Gtk.CheckButton ();
		this.cbSelectAllUDP.CanFocus = true;
		this.cbSelectAllUDP.Name = "cbSelectAllUDP";
		this.cbSelectAllUDP.Label = global::Mono.Unix.Catalog.GetString ("Select/Uncheck All");
		this.cbSelectAllUDP.DrawIndicator = true;
		this.cbSelectAllUDP.UseUnderline = true;
		this.hbox4.Add (this.cbSelectAllUDP);
		global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.cbSelectAllUDP]));
		w43.Position = 0;
		// Container child hbox4.Gtk.Box+BoxChild
		this.cbSelectAllCap = new global::Gtk.CheckButton ();
		this.cbSelectAllCap.CanFocus = true;
		this.cbSelectAllCap.Name = "cbSelectAllCap";
		this.cbSelectAllCap.Label = global::Mono.Unix.Catalog.GetString ("Select/Uncheck All");
		this.cbSelectAllCap.DrawIndicator = true;
		this.cbSelectAllCap.UseUnderline = true;
		this.hbox4.Add (this.cbSelectAllCap);
		global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.cbSelectAllCap]));
		w44.Position = 1;
		this.hboxFilter.Add (this.hbox4);
		global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hboxFilter [this.hbox4]));
		w45.PackType = ((global::Gtk.PackType)(1));
		w45.Position = 2;
		w45.Expand = false;
		w45.Fill = false;
		this.tabsMain.Add (this.hboxFilter);
		global::Gtk.Notebook.NotebookChild w46 = ((global::Gtk.Notebook.NotebookChild)(this.tabsMain [this.hboxFilter]));
		w46.Position = 1;
		// Notebook tab
		this.label5 = new global::Gtk.Label ();
		this.label5.Name = "label5";
		this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Filters");
		this.tabsMain.SetTabLabel (this.hboxFilter, this.label5);
		this.label5.ShowAll ();
		// Container child tabsMain.Gtk.Notebook+NotebookChild
		this.vboxInspector = new global::Gtk.VBox ();
		this.vboxInspector.Name = "vboxInspector";
		this.vboxInspector.Spacing = 6;
		// Container child vboxInspector.Gtk.Box+BoxChild
		this.tabsRequst = new global::Gtk.Notebook ();
		this.tabsRequst.CanFocus = true;
		this.tabsRequst.Name = "tabsRequst";
		this.tabsRequst.CurrentPage = 2;
		// Container child tabsRequst.Gtk.Notebook+NotebookChild
		this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
		this.GtkScrolledWindow.Name = "GtkScrolledWindow";
		this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
		// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
		this.txtRequest = new global::Gtk.TextView ();
		this.txtRequest.CanFocus = true;
		this.txtRequest.Name = "txtRequest";
		this.txtRequest.Editable = false;
		this.GtkScrolledWindow.Add (this.txtRequest);
		this.tabsRequst.Add (this.GtkScrolledWindow);
		// Notebook tab
		this.label7 = new global::Gtk.Label ();
		this.label7.Name = "label7";
		this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Request");
		this.tabsRequst.SetTabLabel (this.GtkScrolledWindow, this.label7);
		this.label7.ShowAll ();
		// Container child tabsRequst.Gtk.Notebook+NotebookChild
		this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
		this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
		this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
		// Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
		this.txtRequestRaw = new global::Gtk.TextView ();
		this.txtRequestRaw.CanFocus = true;
		this.txtRequestRaw.Name = "txtRequestRaw";
		this.txtRequestRaw.Editable = false;
		this.GtkScrolledWindow1.Add (this.txtRequestRaw);
		this.tabsRequst.Add (this.GtkScrolledWindow1);
		global::Gtk.Notebook.NotebookChild w50 = ((global::Gtk.Notebook.NotebookChild)(this.tabsRequst [this.GtkScrolledWindow1]));
		w50.Position = 1;
		// Notebook tab
		this.label6 = new global::Gtk.Label ();
		this.label6.Name = "label6";
		this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Raw");
		this.tabsRequst.SetTabLabel (this.GtkScrolledWindow1, this.label6);
		this.label6.ShowAll ();
		// Container child tabsRequst.Gtk.Notebook+NotebookChild
		this.GtkScrolledWindow2 = new global::Gtk.ScrolledWindow ();
		this.GtkScrolledWindow2.Name = "GtkScrolledWindow2";
		this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
		// Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
		this.txtRequestNotation = new global::Gtk.TextView ();
		this.txtRequestNotation.CanFocus = true;
		this.txtRequestNotation.Name = "txtRequestNotation";
		this.txtRequestNotation.Editable = false;
		this.GtkScrolledWindow2.Add (this.txtRequestNotation);
		this.tabsRequst.Add (this.GtkScrolledWindow2);
		global::Gtk.Notebook.NotebookChild w52 = ((global::Gtk.Notebook.NotebookChild)(this.tabsRequst [this.GtkScrolledWindow2]));
		w52.Position = 2;
		// Notebook tab
		this.label8 = new global::Gtk.Label ();
		this.label8.Name = "label8";
		this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Notation");
		this.tabsRequst.SetTabLabel (this.GtkScrolledWindow2, this.label8);
		this.label8.ShowAll ();
		this.vboxInspector.Add (this.tabsRequst);
		global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vboxInspector [this.tabsRequst]));
		w53.Position = 0;
		// Container child vboxInspector.Gtk.Box+BoxChild
		this.tabsRequst1 = new global::Gtk.Notebook ();
		this.tabsRequst1.CanFocus = true;
		this.tabsRequst1.Name = "tabsRequst1";
		this.tabsRequst1.CurrentPage = 0;
		// Container child tabsRequst1.Gtk.Notebook+NotebookChild
		this.GtkScrolledWindow3 = new global::Gtk.ScrolledWindow ();
		this.GtkScrolledWindow3.Name = "GtkScrolledWindow3";
		this.GtkScrolledWindow3.ShadowType = ((global::Gtk.ShadowType)(1));
		// Container child GtkScrolledWindow3.Gtk.Container+ContainerChild
		this.txtResponse = new global::Gtk.TextView ();
		this.txtResponse.CanFocus = true;
		this.txtResponse.Name = "txtResponse";
		this.txtResponse.Editable = false;
		this.GtkScrolledWindow3.Add (this.txtResponse);
		this.tabsRequst1.Add (this.GtkScrolledWindow3);
		// Notebook tab
		this.label9 = new global::Gtk.Label ();
		this.label9.Name = "label9";
		this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("Response");
		this.tabsRequst1.SetTabLabel (this.GtkScrolledWindow3, this.label9);
		this.label9.ShowAll ();
		// Container child tabsRequst1.Gtk.Notebook+NotebookChild
		this.GtkScrolledWindow4 = new global::Gtk.ScrolledWindow ();
		this.GtkScrolledWindow4.Name = "GtkScrolledWindow4";
		this.GtkScrolledWindow4.ShadowType = ((global::Gtk.ShadowType)(1));
		// Container child GtkScrolledWindow4.Gtk.Container+ContainerChild
		this.txtResponseRaw = new global::Gtk.TextView ();
		this.txtResponseRaw.CanFocus = true;
		this.txtResponseRaw.Name = "txtResponseRaw";
		this.txtResponseRaw.Editable = false;
		this.GtkScrolledWindow4.Add (this.txtResponseRaw);
		this.tabsRequst1.Add (this.GtkScrolledWindow4);
		global::Gtk.Notebook.NotebookChild w57 = ((global::Gtk.Notebook.NotebookChild)(this.tabsRequst1 [this.GtkScrolledWindow4]));
		w57.Position = 1;
		// Notebook tab
		this.label11 = new global::Gtk.Label ();
		this.label11.Name = "label11";
		this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("Raw");
		this.tabsRequst1.SetTabLabel (this.GtkScrolledWindow4, this.label11);
		this.label11.ShowAll ();
		// Container child tabsRequst1.Gtk.Notebook+NotebookChild
		this.GtkScrolledWindow5 = new global::Gtk.ScrolledWindow ();
		this.GtkScrolledWindow5.Name = "GtkScrolledWindow5";
		this.GtkScrolledWindow5.ShadowType = ((global::Gtk.ShadowType)(1));
		// Container child GtkScrolledWindow5.Gtk.Container+ContainerChild
		this.txtResponseNotation = new global::Gtk.TextView ();
		this.txtResponseNotation.CanFocus = true;
		this.txtResponseNotation.Name = "txtResponseNotation";
		this.txtResponseNotation.Editable = false;
		this.GtkScrolledWindow5.Add (this.txtResponseNotation);
		this.tabsRequst1.Add (this.GtkScrolledWindow5);
		global::Gtk.Notebook.NotebookChild w59 = ((global::Gtk.Notebook.NotebookChild)(this.tabsRequst1 [this.GtkScrolledWindow5]));
		w59.Position = 2;
		// Notebook tab
		this.label12 = new global::Gtk.Label ();
		this.label12.Name = "label12";
		this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("Notation");
		this.tabsRequst1.SetTabLabel (this.GtkScrolledWindow5, this.label12);
		this.label12.ShowAll ();
		this.vboxInspector.Add (this.tabsRequst1);
		global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.vboxInspector [this.tabsRequst1]));
		w60.Position = 1;
		this.tabsMain.Add (this.vboxInspector);
		global::Gtk.Notebook.NotebookChild w61 = ((global::Gtk.Notebook.NotebookChild)(this.tabsMain [this.vboxInspector]));
		w61.Position = 2;
		// Notebook tab
		this.label10 = new global::Gtk.Label ();
		this.label10.Name = "label10";
		this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("Inspector");
		this.tabsMain.SetTabLabel (this.vboxInspector, this.label10);
		this.label10.ShowAll ();
		// Container child tabsMain.Gtk.Notebook+NotebookChild
		this.vboxPlugins = new global::Gtk.VBox ();
		this.vboxPlugins.Name = "vboxPlugins";
		this.vboxPlugins.Spacing = 6;
		// Container child vboxPlugins.Gtk.Box+BoxChild
		this.hbox1 = new global::Gtk.HBox ();
		this.hbox1.Name = "hbox1";
		this.hbox1.Spacing = 6;
		// Container child hbox1.Gtk.Box+BoxChild
		this.btnLoadPlugin = new global::Gtk.Button ();
		this.btnLoadPlugin.CanFocus = true;
		this.btnLoadPlugin.Name = "btnLoadPlugin";
		this.btnLoadPlugin.UseUnderline = true;
		this.btnLoadPlugin.Label = global::Mono.Unix.Catalog.GetString ("Load Plugin...");
		this.hbox1.Add (this.btnLoadPlugin);
		global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.btnLoadPlugin]));
		w62.Position = 0;
		w62.Expand = false;
		w62.Fill = false;
		this.vboxPlugins.Add (this.hbox1);
		global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.vboxPlugins [this.hbox1]));
		w63.Position = 0;
		w63.Expand = false;
		w63.Fill = false;
		// Container child vboxPlugins.Gtk.Box+BoxChild
		this.scrolledwindowPlugin = new global::Gtk.ScrolledWindow ();
		this.scrolledwindowPlugin.CanFocus = true;
		this.scrolledwindowPlugin.Name = "scrolledwindowPlugin";
		this.scrolledwindowPlugin.ShadowType = ((global::Gtk.ShadowType)(1));
		this.vboxPlugins.Add (this.scrolledwindowPlugin);
		global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.vboxPlugins [this.scrolledwindowPlugin]));
		w64.Position = 1;
		this.tabsMain.Add (this.vboxPlugins);
		global::Gtk.Notebook.NotebookChild w65 = ((global::Gtk.Notebook.NotebookChild)(this.tabsMain [this.vboxPlugins]));
		w65.Position = 3;
		// Notebook tab
		this.label13 = new global::Gtk.Label ();
		this.label13.Name = "label13";
		this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("Plugins");
		this.tabsMain.SetTabLabel (this.vboxPlugins, this.label13);
		this.label13.ShowAll ();
		this.mainSplit.Add (this.tabsMain);
		this.vboxMenuMain.Add (this.mainSplit);
		global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.vboxMenuMain [this.mainSplit]));
		w67.Position = 1;
		this.Add (this.vboxMenuMain);
		if ((this.Child != null)) {
			this.Child.ShowAll ();
		}
		this.DefaultWidth = 1211;
		this.DefaultHeight = 650;
		this.Show ();
		this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
		this.ExitAction.Activated += new global::System.EventHandler (this.OnExitActionActivated);
		this.AboutAction.Activated += new global::System.EventHandler (this.OnAboutActionActivated);
		this.OpenAction.Activated += new global::System.EventHandler (this.OnOpenActionActivated);
		this.SaveAction.Activated += new global::System.EventHandler (this.OnSaveActionActivated);
		this.SaveAsAction.Activated += new global::System.EventHandler (this.OnSaveAsActionActivated);
		this.btnStart.Clicked += new global::System.EventHandler (this.OnBtnStartClicked);
		this.cbAutoScroll.Toggled += new global::System.EventHandler (this.OnCbAutoScrollToggled);
		this.cbSelectAllUDP.Toggled += new global::System.EventHandler (this.OnCbSelectAllUDPToggled);
		this.cbSelectAllCap.Toggled += new global::System.EventHandler (this.OnCbSelectAllCapToggled);
		this.btnLoadPlugin.Clicked += new global::System.EventHandler (this.OnBtnLoadPluginClicked);
	}
예제 #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
파일: MainWindow.cs 프로젝트: ame89/Limbus
 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.saveAction = new global::Gtk.Action ("saveAction", null, null, "gtk-save");
     w1.Add (this.saveAction, null);
     this.FileAction = new global::Gtk.Action ("FileAction", global::Mono.Unix.Catalog.GetString ("File"), null, null);
     this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("File");
     w1.Add (this.FileAction, null);
     this.OpenAction = new global::Gtk.Action ("OpenAction", global::Mono.Unix.Catalog.GetString ("Open"), null, null);
     this.OpenAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Exit");
     w1.Add (this.OpenAction, 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.SaveAsAction = new global::Gtk.Action ("SaveAsAction", global::Mono.Unix.Catalog.GetString ("Save as.."), null, null);
     this.SaveAsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save as..");
     w1.Add (this.SaveAsAction, null);
     this.ExitAction = new global::Gtk.Action ("ExitAction", global::Mono.Unix.Catalog.GetString ("Exit"), null, null);
     this.ExitAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Exit");
     w1.Add (this.ExitAction, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Limbus Laboratory");
     this.Icon = global::Stetic.IconLoader.LoadIcon (this, "gtk-execute", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbxMain = new global::Gtk.VBox ();
     this.vbxMain.Name = "vbxMain";
     this.vbxMain.Spacing = 6;
     // Container child vbxMain.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><menubar name='menubar2'><menu name='FileAction' action='FileAction'><menuitem name='OpenAction' action='OpenAction'/><menuitem name='SaveAction' action='SaveAction'/><menuitem name='SaveAsAction' action='SaveAsAction'/><menuitem name='ExitAction' action='ExitAction'/></menu></menubar></ui>");
     this.menubar2 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menubar2")));
     this.menubar2.Name = "menubar2";
     this.vbxMain.Add (this.menubar2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbxMain [this.menubar2]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbxMain.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><toolbar name='toolbar1'><toolitem name='saveAction' action='saveAction'/></toolbar></ui>");
     this.toolbar1 = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar1")));
     this.toolbar1.Name = "toolbar1";
     this.toolbar1.ShowArrow = false;
     this.vbxMain.Add (this.toolbar1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbxMain [this.toolbar1]));
     w3.Position = 1;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbxMain.Gtk.Box+BoxChild
     this.vbxPlot = new global::Gtk.VBox ();
     this.vbxPlot.Name = "vbxPlot";
     this.vbxPlot.Spacing = 6;
     this.vbxMain.Add (this.vbxPlot);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbxMain [this.vbxPlot]));
     w4.Position = 2;
     // Container child vbxMain.Gtk.Box+BoxChild
     this.hbxMixer = new global::Gtk.HBox ();
     this.hbxMixer.HeightRequest = 250;
     this.hbxMixer.Name = "hbxMixer";
     this.hbxMixer.Spacing = 6;
     // Container child hbxMixer.Gtk.Box+BoxChild
     this.vbxPoti1 = new global::Gtk.VBox ();
     this.vbxPoti1.Name = "vbxPoti1";
     this.vbxPoti1.Spacing = 6;
     // Container child vbxPoti1.Gtk.Box+BoxChild
     this.btnPotiOnOff1 = new global::Gtk.ToggleButton ();
     this.btnPotiOnOff1.CanFocus = true;
     this.btnPotiOnOff1.Name = "btnPotiOnOff1";
     this.btnPotiOnOff1.UseUnderline = true;
     this.btnPotiOnOff1.Active = true;
     this.btnPotiOnOff1.Label = global::Mono.Unix.Catalog.GetString ("On/Off");
     this.vbxPoti1.Add (this.btnPotiOnOff1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbxPoti1 [this.btnPotiOnOff1]));
     w5.Position = 0;
     w5.Expand = false;
     w5.Fill = false;
     // Container child vbxPoti1.Gtk.Box+BoxChild
     this.edPoti1 = new global::Gtk.Entry ();
     this.edPoti1.WidthRequest = 50;
     this.edPoti1.Sensitive = false;
     this.edPoti1.CanFocus = true;
     this.edPoti1.Name = "edPoti1";
     this.edPoti1.IsEditable = true;
     this.edPoti1.InvisibleChar = '●';
     this.vbxPoti1.Add (this.edPoti1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbxPoti1 [this.edPoti1]));
     w6.Position = 1;
     w6.Expand = false;
     w6.Fill = false;
     // Container child vbxPoti1.Gtk.Box+BoxChild
     this.vscalePoti1 = new global::Gtk.VScale (null);
     this.vscalePoti1.CanFocus = true;
     this.vscalePoti1.Name = "vscalePoti1";
     this.vscalePoti1.UpdatePolicy = ((global::Gtk.UpdateType)(2));
     this.vscalePoti1.Inverted = true;
     this.vscalePoti1.Adjustment.Upper = 255;
     this.vscalePoti1.Adjustment.PageIncrement = 10;
     this.vscalePoti1.Adjustment.StepIncrement = 1;
     this.vscalePoti1.Adjustment.Value = 35;
     this.vscalePoti1.DrawValue = false;
     this.vscalePoti1.Digits = 0;
     this.vscalePoti1.ValuePos = ((global::Gtk.PositionType)(2));
     this.vbxPoti1.Add (this.vscalePoti1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbxPoti1 [this.vscalePoti1]));
     w7.Position = 2;
     // Container child vbxPoti1.Gtk.Box+BoxChild
     this.lblPoti1 = new global::Gtk.Label ();
     this.lblPoti1.Name = "lblPoti1";
     this.lblPoti1.LabelProp = global::Mono.Unix.Catalog.GetString ("Poti1");
     this.vbxPoti1.Add (this.lblPoti1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbxPoti1 [this.lblPoti1]));
     w8.Position = 3;
     w8.Expand = false;
     w8.Fill = false;
     this.hbxMixer.Add (this.vbxPoti1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbxMixer [this.vbxPoti1]));
     w9.Position = 0;
     w9.Expand = false;
     w9.Fill = false;
     // Container child hbxMixer.Gtk.Box+BoxChild
     this.vbxPoti2 = new global::Gtk.VBox ();
     this.vbxPoti2.Name = "vbxPoti2";
     this.vbxPoti2.Spacing = 6;
     // Container child vbxPoti2.Gtk.Box+BoxChild
     this.btnPotiOnOff2 = new global::Gtk.ToggleButton ();
     this.btnPotiOnOff2.CanFocus = true;
     this.btnPotiOnOff2.Name = "btnPotiOnOff2";
     this.btnPotiOnOff2.UseUnderline = true;
     this.btnPotiOnOff2.Active = true;
     this.btnPotiOnOff2.Label = global::Mono.Unix.Catalog.GetString ("On/Off");
     this.vbxPoti2.Add (this.btnPotiOnOff2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbxPoti2 [this.btnPotiOnOff2]));
     w10.Position = 0;
     w10.Expand = false;
     w10.Fill = false;
     // Container child vbxPoti2.Gtk.Box+BoxChild
     this.edPoti2 = new global::Gtk.Entry ();
     this.edPoti2.WidthRequest = 50;
     this.edPoti2.Sensitive = false;
     this.edPoti2.CanFocus = true;
     this.edPoti2.Name = "edPoti2";
     this.edPoti2.IsEditable = true;
     this.edPoti2.InvisibleChar = '●';
     this.vbxPoti2.Add (this.edPoti2);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbxPoti2 [this.edPoti2]));
     w11.Position = 1;
     w11.Expand = false;
     w11.Fill = false;
     // Container child vbxPoti2.Gtk.Box+BoxChild
     this.vscalePoti2 = new global::Gtk.VScale (null);
     this.vscalePoti2.CanFocus = true;
     this.vscalePoti2.Name = "vscalePoti2";
     this.vscalePoti2.UpdatePolicy = ((global::Gtk.UpdateType)(2));
     this.vscalePoti2.Inverted = true;
     this.vscalePoti2.Adjustment.Upper = 255;
     this.vscalePoti2.Adjustment.PageIncrement = 10;
     this.vscalePoti2.Adjustment.StepIncrement = 1;
     this.vscalePoti2.Adjustment.Value = 15;
     this.vscalePoti2.DrawValue = false;
     this.vscalePoti2.Digits = 0;
     this.vscalePoti2.ValuePos = ((global::Gtk.PositionType)(2));
     this.vbxPoti2.Add (this.vscalePoti2);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbxPoti2 [this.vscalePoti2]));
     w12.Position = 2;
     // Container child vbxPoti2.Gtk.Box+BoxChild
     this.lblPoti2 = new global::Gtk.Label ();
     this.lblPoti2.Name = "lblPoti2";
     this.lblPoti2.LabelProp = global::Mono.Unix.Catalog.GetString ("Poti2");
     this.vbxPoti2.Add (this.lblPoti2);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbxPoti2 [this.lblPoti2]));
     w13.Position = 3;
     w13.Expand = false;
     w13.Fill = false;
     this.hbxMixer.Add (this.vbxPoti2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbxMixer [this.vbxPoti2]));
     w14.Position = 1;
     w14.Expand = false;
     w14.Fill = false;
     // Container child hbxMixer.Gtk.Box+BoxChild
     this.vbxPoti3 = new global::Gtk.VBox ();
     this.vbxPoti3.Name = "vbxPoti3";
     this.vbxPoti3.Spacing = 6;
     // Container child vbxPoti3.Gtk.Box+BoxChild
     this.btnPotiOnOff3 = new global::Gtk.ToggleButton ();
     this.btnPotiOnOff3.CanFocus = true;
     this.btnPotiOnOff3.Name = "btnPotiOnOff3";
     this.btnPotiOnOff3.UseUnderline = true;
     this.btnPotiOnOff3.Active = true;
     this.btnPotiOnOff3.Label = global::Mono.Unix.Catalog.GetString ("On/Off");
     this.vbxPoti3.Add (this.btnPotiOnOff3);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbxPoti3 [this.btnPotiOnOff3]));
     w15.Position = 0;
     w15.Expand = false;
     w15.Fill = false;
     // Container child vbxPoti3.Gtk.Box+BoxChild
     this.edPoti3 = new global::Gtk.Entry ();
     this.edPoti3.WidthRequest = 50;
     this.edPoti3.Sensitive = false;
     this.edPoti3.CanFocus = true;
     this.edPoti3.Name = "edPoti3";
     this.edPoti3.IsEditable = true;
     this.edPoti3.InvisibleChar = '●';
     this.vbxPoti3.Add (this.edPoti3);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbxPoti3 [this.edPoti3]));
     w16.Position = 1;
     w16.Expand = false;
     w16.Fill = false;
     // Container child vbxPoti3.Gtk.Box+BoxChild
     this.vscalePoti3 = new global::Gtk.VScale (null);
     this.vscalePoti3.CanFocus = true;
     this.vscalePoti3.Name = "vscalePoti3";
     this.vscalePoti3.UpdatePolicy = ((global::Gtk.UpdateType)(2));
     this.vscalePoti3.Inverted = true;
     this.vscalePoti3.Adjustment.Upper = 255;
     this.vscalePoti3.Adjustment.PageIncrement = 10;
     this.vscalePoti3.Adjustment.StepIncrement = 1;
     this.vscalePoti3.DrawValue = false;
     this.vscalePoti3.Digits = 0;
     this.vscalePoti3.ValuePos = ((global::Gtk.PositionType)(2));
     this.vbxPoti3.Add (this.vscalePoti3);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbxPoti3 [this.vscalePoti3]));
     w17.Position = 2;
     // Container child vbxPoti3.Gtk.Box+BoxChild
     this.lblPoti3 = new global::Gtk.Label ();
     this.lblPoti3.Name = "lblPoti3";
     this.lblPoti3.LabelProp = global::Mono.Unix.Catalog.GetString ("Poti3");
     this.vbxPoti3.Add (this.lblPoti3);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbxPoti3 [this.lblPoti3]));
     w18.Position = 3;
     w18.Expand = false;
     w18.Fill = false;
     this.hbxMixer.Add (this.vbxPoti3);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbxMixer [this.vbxPoti3]));
     w19.Position = 2;
     w19.Expand = false;
     w19.Fill = false;
     // Container child hbxMixer.Gtk.Box+BoxChild
     this.vbxPoti4 = new global::Gtk.VBox ();
     this.vbxPoti4.Name = "vbxPoti4";
     this.vbxPoti4.Spacing = 6;
     // Container child vbxPoti4.Gtk.Box+BoxChild
     this.btnPotiOnOff4 = new global::Gtk.ToggleButton ();
     this.btnPotiOnOff4.CanFocus = true;
     this.btnPotiOnOff4.Name = "btnPotiOnOff4";
     this.btnPotiOnOff4.UseUnderline = true;
     this.btnPotiOnOff4.Active = true;
     this.btnPotiOnOff4.Label = global::Mono.Unix.Catalog.GetString ("On/Off");
     this.vbxPoti4.Add (this.btnPotiOnOff4);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbxPoti4 [this.btnPotiOnOff4]));
     w20.Position = 0;
     w20.Expand = false;
     w20.Fill = false;
     // Container child vbxPoti4.Gtk.Box+BoxChild
     this.edPoti4 = new global::Gtk.Entry ();
     this.edPoti4.WidthRequest = 50;
     this.edPoti4.Sensitive = false;
     this.edPoti4.CanFocus = true;
     this.edPoti4.Name = "edPoti4";
     this.edPoti4.IsEditable = true;
     this.edPoti4.InvisibleChar = '●';
     this.vbxPoti4.Add (this.edPoti4);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbxPoti4 [this.edPoti4]));
     w21.Position = 1;
     w21.Expand = false;
     w21.Fill = false;
     // Container child vbxPoti4.Gtk.Box+BoxChild
     this.vscalePoti4 = new global::Gtk.VScale (null);
     this.vscalePoti4.CanFocus = true;
     this.vscalePoti4.Name = "vscalePoti4";
     this.vscalePoti4.UpdatePolicy = ((global::Gtk.UpdateType)(2));
     this.vscalePoti4.Inverted = true;
     this.vscalePoti4.Adjustment.Upper = 255;
     this.vscalePoti4.Adjustment.PageIncrement = 10;
     this.vscalePoti4.Adjustment.StepIncrement = 1;
     this.vscalePoti4.Adjustment.Value = 15;
     this.vscalePoti4.DrawValue = false;
     this.vscalePoti4.Digits = 0;
     this.vscalePoti4.ValuePos = ((global::Gtk.PositionType)(2));
     this.vbxPoti4.Add (this.vscalePoti4);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbxPoti4 [this.vscalePoti4]));
     w22.Position = 2;
     // Container child vbxPoti4.Gtk.Box+BoxChild
     this.lblPoti4 = new global::Gtk.Label ();
     this.lblPoti4.Name = "lblPoti4";
     this.lblPoti4.LabelProp = global::Mono.Unix.Catalog.GetString ("Poti4");
     this.vbxPoti4.Add (this.lblPoti4);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbxPoti4 [this.lblPoti4]));
     w23.Position = 3;
     w23.Expand = false;
     w23.Fill = false;
     this.hbxMixer.Add (this.vbxPoti4);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbxMixer [this.vbxPoti4]));
     w24.Position = 3;
     w24.Expand = false;
     w24.Fill = false;
     // Container child hbxMixer.Gtk.Box+BoxChild
     this.vbxPoti5 = new global::Gtk.VBox ();
     this.vbxPoti5.Name = "vbxPoti5";
     this.vbxPoti5.Spacing = 6;
     // Container child vbxPoti5.Gtk.Box+BoxChild
     this.btnPotiOnOff5 = new global::Gtk.ToggleButton ();
     this.btnPotiOnOff5.CanFocus = true;
     this.btnPotiOnOff5.Name = "btnPotiOnOff5";
     this.btnPotiOnOff5.UseUnderline = true;
     this.btnPotiOnOff5.Active = true;
     this.btnPotiOnOff5.Label = global::Mono.Unix.Catalog.GetString ("On/Off");
     this.vbxPoti5.Add (this.btnPotiOnOff5);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbxPoti5 [this.btnPotiOnOff5]));
     w25.Position = 0;
     w25.Expand = false;
     w25.Fill = false;
     // Container child vbxPoti5.Gtk.Box+BoxChild
     this.edPoti5 = new global::Gtk.Entry ();
     this.edPoti5.WidthRequest = 50;
     this.edPoti5.Sensitive = false;
     this.edPoti5.CanFocus = true;
     this.edPoti5.Name = "edPoti5";
     this.edPoti5.IsEditable = true;
     this.edPoti5.InvisibleChar = '●';
     this.vbxPoti5.Add (this.edPoti5);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbxPoti5 [this.edPoti5]));
     w26.Position = 1;
     w26.Expand = false;
     w26.Fill = false;
     // Container child vbxPoti5.Gtk.Box+BoxChild
     this.vscalePoti5 = new global::Gtk.VScale (null);
     this.vscalePoti5.CanFocus = true;
     this.vscalePoti5.Name = "vscalePoti5";
     this.vscalePoti5.UpdatePolicy = ((global::Gtk.UpdateType)(2));
     this.vscalePoti5.Inverted = true;
     this.vscalePoti5.Adjustment.Upper = 255;
     this.vscalePoti5.Adjustment.PageIncrement = 10;
     this.vscalePoti5.Adjustment.StepIncrement = 1;
     this.vscalePoti5.Adjustment.Value = 15;
     this.vscalePoti5.DrawValue = false;
     this.vscalePoti5.Digits = 0;
     this.vscalePoti5.ValuePos = ((global::Gtk.PositionType)(2));
     this.vbxPoti5.Add (this.vscalePoti5);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbxPoti5 [this.vscalePoti5]));
     w27.Position = 2;
     // Container child vbxPoti5.Gtk.Box+BoxChild
     this.lblPoti5 = new global::Gtk.Label ();
     this.lblPoti5.Name = "lblPoti5";
     this.lblPoti5.LabelProp = global::Mono.Unix.Catalog.GetString ("Poti5");
     this.vbxPoti5.Add (this.lblPoti5);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbxPoti5 [this.lblPoti5]));
     w28.Position = 3;
     w28.Expand = false;
     w28.Fill = false;
     this.hbxMixer.Add (this.vbxPoti5);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbxMixer [this.vbxPoti5]));
     w29.Position = 4;
     w29.Expand = false;
     w29.Fill = false;
     // Container child hbxMixer.Gtk.Box+BoxChild
     this.vseparator1 = new global::Gtk.VSeparator ();
     this.vseparator1.Name = "vseparator1";
     this.hbxMixer.Add (this.vseparator1);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbxMixer [this.vseparator1]));
     w30.Position = 5;
     w30.Expand = false;
     w30.Fill = false;
     // Container child hbxMixer.Gtk.Box+BoxChild
     this.vbxDigitals = new global::Gtk.VBox ();
     this.vbxDigitals.Name = "vbxDigitals";
     this.vbxDigitals.Spacing = 6;
     // Container child vbxDigitals.Gtk.Box+BoxChild
     this.bntD1 = new global::Gtk.ToggleButton ();
     this.bntD1.CanFocus = true;
     this.bntD1.Name = "bntD1";
     this.bntD1.UseUnderline = true;
     this.bntD1.Label = global::Mono.Unix.Catalog.GetString ("D1");
     this.vbxDigitals.Add (this.bntD1);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbxDigitals [this.bntD1]));
     w31.Position = 0;
     w31.Expand = false;
     w31.Fill = false;
     // Container child vbxDigitals.Gtk.Box+BoxChild
     this.btnD2 = new global::Gtk.ToggleButton ();
     this.btnD2.CanFocus = true;
     this.btnD2.Name = "btnD2";
     this.btnD2.UseUnderline = true;
     this.btnD2.Label = global::Mono.Unix.Catalog.GetString ("D2");
     this.vbxDigitals.Add (this.btnD2);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbxDigitals [this.btnD2]));
     w32.Position = 1;
     w32.Expand = false;
     w32.Fill = false;
     // Container child vbxDigitals.Gtk.Box+BoxChild
     this.btnD3 = new global::Gtk.ToggleButton ();
     this.btnD3.CanFocus = true;
     this.btnD3.Name = "btnD3";
     this.btnD3.UseUnderline = true;
     this.btnD3.Label = global::Mono.Unix.Catalog.GetString ("D3");
     this.vbxDigitals.Add (this.btnD3);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbxDigitals [this.btnD3]));
     w33.Position = 2;
     w33.Expand = false;
     w33.Fill = false;
     // Container child vbxDigitals.Gtk.Box+BoxChild
     this.btnD4 = new global::Gtk.ToggleButton ();
     this.btnD4.CanFocus = true;
     this.btnD4.Name = "btnD4";
     this.btnD4.UseUnderline = true;
     this.btnD4.Label = global::Mono.Unix.Catalog.GetString ("D4");
     this.vbxDigitals.Add (this.btnD4);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbxDigitals [this.btnD4]));
     w34.Position = 3;
     w34.Expand = false;
     w34.Fill = false;
     // Container child vbxDigitals.Gtk.Box+BoxChild
     this.btnD5 = new global::Gtk.ToggleButton ();
     this.btnD5.CanFocus = true;
     this.btnD5.Name = "btnD5";
     this.btnD5.UseUnderline = true;
     this.btnD5.Label = global::Mono.Unix.Catalog.GetString ("D5");
     this.vbxDigitals.Add (this.btnD5);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbxDigitals [this.btnD5]));
     w35.Position = 4;
     w35.Expand = false;
     w35.Fill = false;
     this.hbxMixer.Add (this.vbxDigitals);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbxMixer [this.vbxDigitals]));
     w36.Position = 6;
     w36.Expand = false;
     w36.Fill = false;
     // Container child hbxMixer.Gtk.Box+BoxChild
     this.vseparator2 = new global::Gtk.VSeparator ();
     this.vseparator2.Name = "vseparator2";
     this.hbxMixer.Add (this.vseparator2);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hbxMixer [this.vseparator2]));
     w37.Position = 7;
     w37.Expand = false;
     w37.Fill = false;
     // Container child hbxMixer.Gtk.Box+BoxChild
     this.vbxButtons = new global::Gtk.VBox ();
     this.vbxButtons.Name = "vbxButtons";
     this.vbxButtons.Spacing = 6;
     // Container child vbxButtons.Gtk.Box+BoxChild
     this.btnB1 = new global::Gtk.Button ();
     this.btnB1.CanFocus = true;
     this.btnB1.Name = "btnB1";
     this.btnB1.UseUnderline = true;
     this.btnB1.Label = global::Mono.Unix.Catalog.GetString ("B1");
     this.vbxButtons.Add (this.btnB1);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbxButtons [this.btnB1]));
     w38.Position = 0;
     w38.Expand = false;
     w38.Fill = false;
     // Container child vbxButtons.Gtk.Box+BoxChild
     this.btnB2 = new global::Gtk.Button ();
     this.btnB2.CanFocus = true;
     this.btnB2.Name = "btnB2";
     this.btnB2.UseUnderline = true;
     this.btnB2.Label = global::Mono.Unix.Catalog.GetString ("B2");
     this.vbxButtons.Add (this.btnB2);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbxButtons [this.btnB2]));
     w39.Position = 1;
     w39.Expand = false;
     w39.Fill = false;
     // Container child vbxButtons.Gtk.Box+BoxChild
     this.btnB3 = new global::Gtk.Button ();
     this.btnB3.CanFocus = true;
     this.btnB3.Name = "btnB3";
     this.btnB3.UseUnderline = true;
     this.btnB3.Label = global::Mono.Unix.Catalog.GetString ("B3");
     this.vbxButtons.Add (this.btnB3);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbxButtons [this.btnB3]));
     w40.Position = 2;
     w40.Expand = false;
     w40.Fill = false;
     // Container child vbxButtons.Gtk.Box+BoxChild
     this.btnB4 = new global::Gtk.Button ();
     this.btnB4.CanFocus = true;
     this.btnB4.Name = "btnB4";
     this.btnB4.UseUnderline = true;
     this.btnB4.Label = global::Mono.Unix.Catalog.GetString ("B4");
     this.vbxButtons.Add (this.btnB4);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbxButtons [this.btnB4]));
     w41.Position = 3;
     w41.Expand = false;
     w41.Fill = false;
     // Container child vbxButtons.Gtk.Box+BoxChild
     this.btnB5 = new global::Gtk.Button ();
     this.btnB5.CanFocus = true;
     this.btnB5.Name = "btnB5";
     this.btnB5.UseUnderline = true;
     this.btnB5.Label = global::Mono.Unix.Catalog.GetString ("B5");
     this.vbxButtons.Add (this.btnB5);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vbxButtons [this.btnB5]));
     w42.Position = 4;
     w42.Expand = false;
     w42.Fill = false;
     this.hbxMixer.Add (this.vbxButtons);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.hbxMixer [this.vbxButtons]));
     w43.Position = 8;
     w43.Expand = false;
     w43.Fill = false;
     // Container child hbxMixer.Gtk.Box+BoxChild
     this.nbSettings = new global::Gtk.Notebook ();
     this.nbSettings.CanFocus = true;
     this.nbSettings.Name = "nbSettings";
     this.nbSettings.CurrentPage = 0;
     // Container child nbSettings.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.txtLabSettings = new global::Gtk.TextView ();
     this.txtLabSettings.CanFocus = true;
     this.txtLabSettings.Name = "txtLabSettings";
     this.GtkScrolledWindow.Add (this.txtLabSettings);
     this.nbSettings.Add (this.GtkScrolledWindow);
     // Notebook tab
     this.lblLabSettings = new global::Gtk.Label ();
     this.lblLabSettings.Name = "lblLabSettings";
     this.lblLabSettings.LabelProp = global::Mono.Unix.Catalog.GetString ("Lab.Settings");
     this.nbSettings.SetTabLabel (this.GtkScrolledWindow, this.lblLabSettings);
     this.lblLabSettings.ShowAll ();
     // Container child nbSettings.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.txtArduinoSettings = new global::Gtk.TextView ();
     this.txtArduinoSettings.CanFocus = true;
     this.txtArduinoSettings.Name = "txtArduinoSettings";
     this.GtkScrolledWindow1.Add (this.txtArduinoSettings);
     this.nbSettings.Add (this.GtkScrolledWindow1);
     global::Gtk.Notebook.NotebookChild w47 = ((global::Gtk.Notebook.NotebookChild)(this.nbSettings [this.GtkScrolledWindow1]));
     w47.Position = 1;
     // Notebook tab
     this.lblArduinoSettings = new global::Gtk.Label ();
     this.lblArduinoSettings.Name = "lblArduinoSettings";
     this.lblArduinoSettings.LabelProp = global::Mono.Unix.Catalog.GetString ("Arduino.Settings");
     this.nbSettings.SetTabLabel (this.GtkScrolledWindow1, this.lblArduinoSettings);
     this.lblArduinoSettings.ShowAll ();
     this.hbxMixer.Add (this.nbSettings);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.hbxMixer [this.nbSettings]));
     w48.Position = 9;
     this.vbxMain.Add (this.hbxMixer);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbxMain [this.hbxMixer]));
     w49.Position = 3;
     w49.Expand = false;
     w49.Fill = false;
     this.Add (this.vbxMain);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 761;
     this.DefaultHeight = 604;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.saveAction.Activated += new global::System.EventHandler (this.btnSave_Clicked);
     this.btnPotiOnOff1.Toggled += new global::System.EventHandler (this.btnPotiOnOff_Toggled);
     this.edPoti1.KeyReleaseEvent += new global::Gtk.KeyReleaseEventHandler (this.edPoti_KeyReleased);
     this.vscalePoti1.ValueChanged += new global::System.EventHandler (this.vScalePoti_Changed);
     this.btnPotiOnOff2.Toggled += new global::System.EventHandler (this.btnPotiOnOff_Toggled);
     this.edPoti2.KeyReleaseEvent += new global::Gtk.KeyReleaseEventHandler (this.edPoti_KeyReleased);
     this.vscalePoti2.ValueChanged += new global::System.EventHandler (this.vScalePoti_Changed);
     this.btnPotiOnOff3.Toggled += new global::System.EventHandler (this.btnPotiOnOff_Toggled);
     this.edPoti3.KeyReleaseEvent += new global::Gtk.KeyReleaseEventHandler (this.edPoti_KeyReleased);
     this.vscalePoti3.ValueChanged += new global::System.EventHandler (this.vScalePoti_Changed);
     this.btnPotiOnOff4.Toggled += new global::System.EventHandler (this.btnPotiOnOff_Toggled);
     this.edPoti4.KeyReleaseEvent += new global::Gtk.KeyReleaseEventHandler (this.edPoti_KeyReleased);
     this.vscalePoti4.ValueChanged += new global::System.EventHandler (this.vScalePoti_Changed);
     this.btnPotiOnOff5.Toggled += new global::System.EventHandler (this.btnPotiOnOff_Toggled);
     this.edPoti5.KeyReleaseEvent += new global::Gtk.KeyReleaseEventHandler (this.edPoti_KeyReleased);
     this.vscalePoti5.ValueChanged += new global::System.EventHandler (this.vScalePoti_Changed);
 }
 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);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.FindInFiles.FindInFilesDialog
			this.Name = "MonoDevelop.Ide.FindInFiles.FindInFilesDialog";
			this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.BorderWidth = ((uint)(6));
			this.DestroyWithParent = true;
			this.SkipPagerHint = true;
			this.SkipTaskbarHint = true;
			// Internal child MonoDevelop.Ide.FindInFiles.FindInFilesDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.Spacing = 6;
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			this.vbox2.BorderWidth = ((uint)(6));
			// Container child vbox2.Gtk.Box+BoxChild
			this.hbox3 = new global::Gtk.HBox ();
			this.hbox3.Name = "hbox3";
			this.hbox3.Spacing = 6;
			// Container child hbox3.Gtk.Box+BoxChild
			this.toggleFindInFiles = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Find in Files"));
			this.toggleFindInFiles.TooltipMarkup = "Switch to Find in Files";
			this.toggleFindInFiles.CanFocus = true;
			this.toggleFindInFiles.Name = "toggleFindInFiles";
			this.toggleFindInFiles.Active = true;
			this.toggleFindInFiles.DrawIndicator = false;
			this.toggleFindInFiles.UseUnderline = true;
			this.toggleFindInFiles.Relief = ((global::Gtk.ReliefStyle)(2));
			this.toggleFindInFiles.Group = new global::GLib.SList (global::System.IntPtr.Zero);
			this.hbox3.Add (this.toggleFindInFiles);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.toggleFindInFiles]));
			w2.Position = 0;
			w2.Expand = false;
			// Container child hbox3.Gtk.Box+BoxChild
			this.vseparator1 = new global::Gtk.VSeparator ();
			this.vseparator1.Name = "vseparator1";
			this.hbox3.Add (this.vseparator1);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vseparator1]));
			w3.Position = 1;
			w3.Expand = false;
			w3.Fill = false;
			// Container child hbox3.Gtk.Box+BoxChild
			this.toggleReplaceInFiles = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Replace in Files"));
			this.toggleReplaceInFiles.TooltipMarkup = "Switch to Replace in Files";
			this.toggleReplaceInFiles.CanFocus = true;
			this.toggleReplaceInFiles.Name = "toggleReplaceInFiles";
			this.toggleReplaceInFiles.DrawIndicator = false;
			this.toggleReplaceInFiles.UseUnderline = true;
			this.toggleReplaceInFiles.Relief = ((global::Gtk.ReliefStyle)(2));
			this.toggleReplaceInFiles.Group = this.toggleFindInFiles.Group;
			this.hbox3.Add (this.toggleReplaceInFiles);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.toggleReplaceInFiles]));
			w4.Position = 2;
			w4.Expand = false;
			this.vbox2.Add (this.hbox3);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox3]));
			w5.Position = 0;
			w5.Expand = false;
			w5.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.tableFindAndReplace = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
			this.tableFindAndReplace.Name = "tableFindAndReplace";
			this.tableFindAndReplace.RowSpacing = ((uint)(6));
			this.tableFindAndReplace.ColumnSpacing = ((uint)(6));
			// Container child tableFindAndReplace.Gtk.Table+TableChild
			this.comboboxentryFind = global::Gtk.ComboBoxEntry.NewText ();
			this.comboboxentryFind.Name = "comboboxentryFind";
			this.tableFindAndReplace.Add (this.comboboxentryFind);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace [this.comboboxentryFind]));
			w6.LeftAttach = ((uint)(1));
			w6.RightAttach = ((uint)(2));
			w6.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableFindAndReplace.Gtk.Table+TableChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.comboboxScope = global::Gtk.ComboBox.NewText ();
			this.comboboxScope.Name = "comboboxScope";
			this.hbox2.Add (this.comboboxScope);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboboxScope]));
			w7.Position = 0;
			w7.Expand = false;
			w7.Fill = false;
			this.tableFindAndReplace.Add (this.hbox2);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace [this.hbox2]));
			w8.TopAttach = ((uint)(1));
			w8.BottomAttach = ((uint)(2));
			w8.LeftAttach = ((uint)(1));
			w8.RightAttach = ((uint)(2));
			w8.XOptions = ((global::Gtk.AttachOptions)(4));
			w8.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableFindAndReplace.Gtk.Table+TableChild
			this.labelFind = new global::Gtk.Label ();
			this.labelFind.Name = "labelFind";
			this.labelFind.Xalign = 0F;
			this.labelFind.LabelProp = global::Mono.Unix.Catalog.GetString ("_Find:");
			this.labelFind.UseUnderline = true;
			this.tableFindAndReplace.Add (this.labelFind);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace [this.labelFind]));
			w9.XOptions = ((global::Gtk.AttachOptions)(4));
			w9.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableFindAndReplace.Gtk.Table+TableChild
			this.labelScope = new global::Gtk.Label ();
			this.labelScope.Name = "labelScope";
			this.labelScope.Xalign = 0F;
			this.labelScope.LabelProp = global::Mono.Unix.Catalog.GetString ("_Look in:");
			this.labelScope.UseUnderline = true;
			this.tableFindAndReplace.Add (this.labelScope);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace [this.labelScope]));
			w10.TopAttach = ((uint)(1));
			w10.BottomAttach = ((uint)(2));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			this.hbox1.Add (this.tableFindAndReplace);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.tableFindAndReplace]));
			w11.Position = 0;
			this.vbox2.Add (this.hbox1);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
			w12.Position = 1;
			w12.Expand = false;
			w12.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.checkbuttonCaseSensitive = new global::Gtk.CheckButton ();
			this.checkbuttonCaseSensitive.CanFocus = true;
			this.checkbuttonCaseSensitive.Name = "checkbuttonCaseSensitive";
			this.checkbuttonCaseSensitive.Label = global::Mono.Unix.Catalog.GetString ("C_ase sensitive");
			this.checkbuttonCaseSensitive.DrawIndicator = true;
			this.checkbuttonCaseSensitive.UseUnderline = true;
			this.table1.Add (this.checkbuttonCaseSensitive);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbuttonCaseSensitive]));
			w13.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.checkbuttonRegexSearch = new global::Gtk.CheckButton ();
			this.checkbuttonRegexSearch.CanFocus = true;
			this.checkbuttonRegexSearch.Name = "checkbuttonRegexSearch";
			this.checkbuttonRegexSearch.Label = global::Mono.Unix.Catalog.GetString ("Rege_x search");
			this.checkbuttonRegexSearch.DrawIndicator = true;
			this.checkbuttonRegexSearch.UseUnderline = true;
			this.table1.Add (this.checkbuttonRegexSearch);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbuttonRegexSearch]));
			w14.TopAttach = ((uint)(2));
			w14.BottomAttach = ((uint)(3));
			w14.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.checkbuttonWholeWordsOnly = new global::Gtk.CheckButton ();
			this.checkbuttonWholeWordsOnly.CanFocus = true;
			this.checkbuttonWholeWordsOnly.Name = "checkbuttonWholeWordsOnly";
			this.checkbuttonWholeWordsOnly.Label = global::Mono.Unix.Catalog.GetString ("_Whole words only");
			this.checkbuttonWholeWordsOnly.DrawIndicator = true;
			this.checkbuttonWholeWordsOnly.UseUnderline = true;
			this.table1.Add (this.checkbuttonWholeWordsOnly);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbuttonWholeWordsOnly]));
			w15.TopAttach = ((uint)(1));
			w15.BottomAttach = ((uint)(2));
			w15.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox2.Add (this.table1);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1]));
			w16.Position = 2;
			w16.Expand = false;
			w16.Fill = false;
			w1.Add (this.vbox2);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
			w17.Position = 0;
			w17.Expand = false;
			w17.Fill = false;
			// Internal child MonoDevelop.Ide.FindInFiles.FindInFilesDialog.ActionArea
			global::Gtk.HButtonBox w18 = this.ActionArea;
			w18.Name = "dialog1_ActionArea";
			w18.Spacing = 6;
			w18.BorderWidth = ((uint)(5));
			w18.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonStop = new global::Gtk.Button ();
			this.buttonStop.CanFocus = true;
			this.buttonStop.Name = "buttonStop";
			this.buttonStop.UseStock = true;
			this.buttonStop.UseUnderline = true;
			this.buttonStop.Label = "gtk-stop";
			this.AddActionWidget (this.buttonStop, 0);
			global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonStop]));
			w19.Expand = false;
			w19.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonClose = new global::Gtk.Button ();
			this.buttonClose.CanDefault = true;
			this.buttonClose.CanFocus = true;
			this.buttonClose.Name = "buttonClose";
			this.buttonClose.UseStock = true;
			this.buttonClose.UseUnderline = true;
			this.buttonClose.Label = "gtk-close";
			this.AddActionWidget (this.buttonClose, -7);
			global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonClose]));
			w20.Position = 1;
			w20.Expand = false;
			w20.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonSearch = new global::Gtk.Button ();
			this.buttonSearch.CanDefault = true;
			this.buttonSearch.CanFocus = true;
			this.buttonSearch.Name = "buttonSearch";
			this.buttonSearch.UseStock = true;
			this.buttonSearch.UseUnderline = true;
			this.buttonSearch.Label = "gtk-find";
			this.AddActionWidget (this.buttonSearch, 0);
			global::Gtk.ButtonBox.ButtonBoxChild w21 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonSearch]));
			w21.Position = 2;
			w21.Expand = false;
			w21.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 456;
			this.DefaultHeight = 348;
			this.labelFind.MnemonicWidget = this.comboboxentryFind;
			this.labelScope.MnemonicWidget = this.comboboxScope;
			this.Hide ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Filters.GtkViews.CallTaskFilterView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Filters.GtkViews.CallTaskFilterView";
     // Container child Vodovoz.Filters.GtkViews.CallTaskFilterView.Gtk.Container+ContainerChild
     this.vboxFilter         = new global::Gtk.VBox();
     this.vboxFilter.Name    = "vboxFilter";
     this.vboxFilter.Spacing = 6;
     // Container child vboxFilter.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("ФИО оператора :");
     this.hbox1.Add(this.label3);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label3]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.entVMEmployee                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entVMEmployee.Events           = ((global::Gdk.EventMask)(256));
     this.entVMEmployee.Name             = "entVMEmployee";
     this.entVMEmployee.CanEditReference = false;
     this.hbox1.Add(this.entVMEmployee);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.entVMEmployee]));
     w2.Position = 1;
     w2.Expand   = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.showWithoutCheckButton               = new global::Gamma.GtkWidgets.yCheckButton();
     this.showWithoutCheckButton.CanFocus      = true;
     this.showWithoutCheckButton.Name          = "showWithoutCheckButton";
     this.showWithoutCheckButton.Label         = global::Mono.Unix.Catalog.GetString("Только задачи без ответственного");
     this.showWithoutCheckButton.Active        = true;
     this.showWithoutCheckButton.DrawIndicator = true;
     this.showWithoutCheckButton.UseUnderline  = true;
     this.hbox1.Add(this.showWithoutCheckButton);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.showWithoutCheckButton]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.checkbuttonHideCompleted               = new global::Gamma.GtkWidgets.yCheckButton();
     this.checkbuttonHideCompleted.CanFocus      = true;
     this.checkbuttonHideCompleted.Name          = "checkbuttonHideCompleted";
     this.checkbuttonHideCompleted.Label         = global::Mono.Unix.Catalog.GetString("Скрыть выполненые");
     this.checkbuttonHideCompleted.Active        = true;
     this.checkbuttonHideCompleted.DrawIndicator = true;
     this.checkbuttonHideCompleted.UseUnderline  = true;
     this.hbox1.Add(this.checkbuttonHideCompleted);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.checkbuttonHideCompleted]));
     w4.Position = 3;
     w4.Expand   = false;
     w4.Fill     = false;
     this.vboxFilter.Add(this.hbox1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vboxFilter[this.hbox1]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vboxFilter.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.comboboxDateType      = new global::Gamma.Widgets.yEnumComboBox();
     this.comboboxDateType.Name = "comboboxDateType";
     this.comboboxDateType.ShowSpecialStateAll = false;
     this.comboboxDateType.ShowSpecialStateNot = false;
     this.comboboxDateType.UseShortTitle       = false;
     this.comboboxDateType.DefaultFirst        = false;
     this.hbox3.Add(this.comboboxDateType);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.comboboxDateType]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.dateperiodpickerDateFilter           = new global::QS.Widgets.GtkUI.DateRangePicker();
     this.dateperiodpickerDateFilter.Events    = ((global::Gdk.EventMask)(256));
     this.dateperiodpickerDateFilter.Name      = "dateperiodpickerDateFilter";
     this.dateperiodpickerDateFilter.StartDate = new global::System.DateTime(0);
     this.dateperiodpickerDateFilter.EndDate   = new global::System.DateTime(0);
     this.hbox3.Add(this.dateperiodpickerDateFilter);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.dateperiodpickerDateFilter]));
     w7.Position = 1;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vseparator2      = new global::Gtk.VSeparator();
     this.vseparator2.Name = "vseparator2";
     this.hbox3.Add(this.vseparator2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.vseparator2]));
     w8.Position = 2;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Тип объекта: ");
     this.hbox3.Add(this.label1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label1]));
     w9.Position = 3;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.specialListCmbboxDlvPointCategory                     = new global::QS.Widgets.GtkUI.SpecialListComboBox();
     this.specialListCmbboxDlvPointCategory.Name                = "specialListCmbboxDlvPointCategory";
     this.specialListCmbboxDlvPointCategory.AddIfNotExist       = false;
     this.specialListCmbboxDlvPointCategory.DefaultFirst        = false;
     this.specialListCmbboxDlvPointCategory.ShowSpecialStateAll = false;
     this.specialListCmbboxDlvPointCategory.ShowSpecialStateNot = true;
     this.hbox3.Add(this.specialListCmbboxDlvPointCategory);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.specialListCmbboxDlvPointCategory]));
     w10.Position = 4;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.yenumcomboboxSortingDirection      = new global::Gamma.Widgets.yEnumComboBox();
     this.yenumcomboboxSortingDirection.Name = "yenumcomboboxSortingDirection";
     this.yenumcomboboxSortingDirection.ShowSpecialStateAll = false;
     this.yenumcomboboxSortingDirection.ShowSpecialStateNot = false;
     this.yenumcomboboxSortingDirection.UseShortTitle       = false;
     this.yenumcomboboxSortingDirection.DefaultFirst        = false;
     this.hbox3.Add(this.yenumcomboboxSortingDirection);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.yenumcomboboxSortingDirection]));
     w11.Position = 5;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.yenumcomboboxSortingParam      = new global::Gamma.Widgets.yEnumComboBox();
     this.yenumcomboboxSortingParam.Name = "yenumcomboboxSortingParam";
     this.yenumcomboboxSortingParam.ShowSpecialStateAll = false;
     this.yenumcomboboxSortingParam.ShowSpecialStateNot = false;
     this.yenumcomboboxSortingParam.UseShortTitle       = false;
     this.yenumcomboboxSortingParam.DefaultFirst        = false;
     this.hbox3.Add(this.yenumcomboboxSortingParam);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.yenumcomboboxSortingParam]));
     w12.Position = 6;
     w12.Expand   = false;
     w12.Fill     = false;
     this.vboxFilter.Add(this.hbox3);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vboxFilter[this.hbox3]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vboxFilter.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.buttonExpired              = new global::Gtk.Button();
     this.buttonExpired.CanFocus     = true;
     this.buttonExpired.Name         = "buttonExpired";
     this.buttonExpired.UseUnderline = true;
     this.buttonExpired.Label        = global::Mono.Unix.Catalog.GetString("Просрочено");
     this.hbox5.Add(this.buttonExpired);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.buttonExpired]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.buttonToday              = new global::Gtk.Button();
     this.buttonToday.CanFocus     = true;
     this.buttonToday.Name         = "buttonToday";
     this.buttonToday.UseUnderline = true;
     this.buttonToday.Label        = global::Mono.Unix.Catalog.GetString("Сегодня");
     this.hbox5.Add(this.buttonToday);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.buttonToday]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.buttonTomorrow              = new global::Gtk.Button();
     this.buttonTomorrow.CanFocus     = true;
     this.buttonTomorrow.Name         = "buttonTomorrow";
     this.buttonTomorrow.UseUnderline = true;
     this.buttonTomorrow.Label        = global::Mono.Unix.Catalog.GetString("Завтра");
     this.hbox5.Add(this.buttonTomorrow);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.buttonTomorrow]));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.buttonThisWeek              = new global::Gtk.Button();
     this.buttonThisWeek.CanFocus     = true;
     this.buttonThisWeek.Name         = "buttonThisWeek";
     this.buttonThisWeek.UseUnderline = true;
     this.buttonThisWeek.Label        = global::Mono.Unix.Catalog.GetString("На этой неделе");
     this.hbox5.Add(this.buttonThisWeek);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.buttonThisWeek]));
     w17.Position = 3;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.buttonNextWeek              = new global::Gtk.Button();
     this.buttonNextWeek.CanFocus     = true;
     this.buttonNextWeek.Name         = "buttonNextWeek";
     this.buttonNextWeek.UseUnderline = true;
     this.buttonNextWeek.Label        = global::Mono.Unix.Catalog.GetString("На следующей неделе");
     this.hbox5.Add(this.buttonNextWeek);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.buttonNextWeek]));
     w18.Position = 4;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox5.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.vseparator1]));
     w19.Position = 5;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 1F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Район города:");
     this.hbox5.Add(this.label7);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.label7]));
     w20.Position = 6;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.ySpecCmbGeographicGroup                     = new global::Gamma.Widgets.ySpecComboBox();
     this.ySpecCmbGeographicGroup.Name                = "ySpecCmbGeographicGroup";
     this.ySpecCmbGeographicGroup.AddIfNotExist       = false;
     this.ySpecCmbGeographicGroup.DefaultFirst        = false;
     this.ySpecCmbGeographicGroup.ShowSpecialStateAll = true;
     this.ySpecCmbGeographicGroup.ShowSpecialStateNot = false;
     this.hbox5.Add(this.ySpecCmbGeographicGroup);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.ySpecCmbGeographicGroup]));
     w21.Position = 7;
     w21.Expand   = false;
     w21.Fill     = false;
     this.vboxFilter.Add(this.hbox5);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vboxFilter[this.hbox5]));
     w22.Position = 2;
     w22.Expand   = false;
     w22.Fill     = false;
     this.Add(this.vboxFilter);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
예제 #30
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.WidthRequest = 320;
     this.HeightRequest = 220;
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Fish Tank Ctrl");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.Resizable = false;
     this.AllowGrow = false;
     this.Gravity = ((global::Gdk.Gravity)(5));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox10 = new global::Gtk.VBox ();
     this.vbox10.Name = "vbox10";
     this.vbox10.Spacing = 6;
     // Container child vbox10.Gtk.Box+BoxChild
     this.hbox5 = new global::Gtk.HBox ();
     this.hbox5.HeightRequest = 35;
     this.hbox5.Name = "hbox5";
     // Container child hbox5.Gtk.Box+BoxChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Pump:");
     this.hbox5.Add (this.label3);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label3]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.tbPump = new global::Gtk.ToggleButton ();
     this.tbPump.HeightRequest = 35;
     this.tbPump.CanFocus = true;
     this.tbPump.Name = "tbPump";
     this.tbPump.Label = global::Mono.Unix.Catalog.GetString ("Turn On");
     this.hbox5.Add (this.tbPump);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.tbPump]));
     w2.PackType = ((global::Gtk.PackType)(1));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     this.vbox10.Add (this.hbox5);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.hbox5]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbox10.Gtk.Box+BoxChild
     this.hbox7 = new global::Gtk.HBox ();
     this.hbox7.HeightRequest = 35;
     this.hbox7.Name = "hbox7";
     // Container child hbox7.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Heater:");
     this.hbox7.Add (this.label4);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label4]));
     w4.Position = 0;
     w4.Expand = false;
     w4.Fill = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.tbHeater = new global::Gtk.ToggleButton ();
     this.tbHeater.HeightRequest = 35;
     this.tbHeater.CanFocus = true;
     this.tbHeater.Name = "tbHeater";
     this.tbHeater.UseUnderline = true;
     this.tbHeater.Label = global::Mono.Unix.Catalog.GetString ("Turn On");
     this.hbox7.Add (this.tbHeater);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.tbHeater]));
     w5.PackType = ((global::Gtk.PackType)(1));
     w5.Position = 1;
     w5.Expand = false;
     w5.Fill = false;
     this.vbox10.Add (this.hbox7);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.hbox7]));
     w6.Position = 1;
     w6.Expand = false;
     w6.Fill = false;
     // Container child vbox10.Gtk.Box+BoxChild
     this.hbox8 = new global::Gtk.HBox ();
     this.hbox8.HeightRequest = 35;
     this.hbox8.Name = "hbox8";
     // Container child hbox8.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Light:");
     this.hbox8.Add (this.label5);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.label5]));
     w7.Position = 0;
     w7.Expand = false;
     w7.Fill = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.tbLight = new global::Gtk.ToggleButton ();
     this.tbLight.HeightRequest = 35;
     this.tbLight.CanFocus = true;
     this.tbLight.Name = "tbLight";
     this.tbLight.UseUnderline = true;
     this.tbLight.Label = global::Mono.Unix.Catalog.GetString ("Turn On");
     this.hbox8.Add (this.tbLight);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.tbLight]));
     w8.PackType = ((global::Gtk.PackType)(1));
     w8.Position = 1;
     w8.Expand = false;
     w8.Fill = false;
     this.vbox10.Add (this.hbox8);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.hbox8]));
     w9.Position = 2;
     w9.Expand = false;
     w9.Fill = false;
     // Container child vbox10.Gtk.Box+BoxChild
     this.hbox9 = new global::Gtk.HBox ();
     this.hbox9.HeightRequest = 35;
     this.hbox9.Name = "hbox9";
     // Container child hbox9.Gtk.Box+BoxChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Aux:");
     this.hbox9.Add (this.label6);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.label6]));
     w10.Position = 0;
     w10.Expand = false;
     w10.Fill = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.tbAux = new global::Gtk.ToggleButton ();
     this.tbAux.HeightRequest = 35;
     this.tbAux.CanFocus = true;
     this.tbAux.Name = "tbAux";
     this.tbAux.UseUnderline = true;
     this.tbAux.Label = global::Mono.Unix.Catalog.GetString ("Turn On");
     this.hbox9.Add (this.tbAux);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.tbAux]));
     w11.PackType = ((global::Gtk.PackType)(1));
     w11.Position = 1;
     w11.Expand = false;
     w11.Fill = false;
     this.vbox10.Add (this.hbox9);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.hbox9]));
     w12.Position = 3;
     w12.Expand = false;
     w12.Fill = false;
     // Container child vbox10.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator ();
     this.hseparator1.Name = "hseparator1";
     this.vbox10.Add (this.hseparator1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.hseparator1]));
     w13.Position = 4;
     w13.Expand = false;
     w13.Fill = false;
     // Container child vbox10.Gtk.Box+BoxChild
     this.btnMaster = new global::Gtk.Button ();
     this.btnMaster.HeightRequest = 35;
     this.btnMaster.CanFocus = true;
     this.btnMaster.Name = "btnMaster";
     this.btnMaster.UseUnderline = true;
     this.btnMaster.Label = global::Mono.Unix.Catalog.GetString ("Master Off");
     this.vbox10.Add (this.btnMaster);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.btnMaster]));
     w14.PackType = ((global::Gtk.PackType)(1));
     w14.Position = 5;
     w14.Expand = false;
     w14.Fill = false;
     this.hbox1.Add (this.vbox10);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox10]));
     w15.Position = 0;
     w15.Expand = false;
     w15.Fill = false;
     w15.Padding = ((uint)(5));
     // Container child hbox1.Gtk.Box+BoxChild
     this.vseparator1 = new global::Gtk.VSeparator ();
     this.vseparator1.Name = "vseparator1";
     this.hbox1.Add (this.vseparator1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vseparator1]));
     w16.Position = 1;
     w16.Expand = false;
     w16.Fill = false;
     // 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.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label8 = new global::Gtk.Label ();
     this.label8.Name = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Temp 1:");
     this.vbox2.Add (this.label8);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label8]));
     w17.Position = 0;
     w17.Expand = false;
     w17.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.pbTemp1 = new global::Gtk.ProgressBar ();
     this.pbTemp1.Name = "pbTemp1";
     this.pbTemp1.Orientation = ((global::Gtk.ProgressBarOrientation)(2));
     this.vbox2.Add (this.pbTemp1);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.pbTemp1]));
     w18.Position = 1;
     this.hbox3.Add (this.vbox2);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox2]));
     w19.Position = 0;
     w19.Expand = false;
     w19.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label9 = new global::Gtk.Label ();
     this.label9.Name = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("Temp 2:");
     this.vbox4.Add (this.label9);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label9]));
     w20.Position = 0;
     w20.Expand = false;
     w20.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.pbTemp2 = new global::Gtk.ProgressBar ();
     this.pbTemp2.Name = "pbTemp2";
     this.pbTemp2.Orientation = ((global::Gtk.ProgressBarOrientation)(2));
     this.vbox4.Add (this.pbTemp2);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.pbTemp2]));
     w21.Position = 1;
     this.hbox3.Add (this.vbox4);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox4]));
     w22.Position = 1;
     w22.Expand = false;
     w22.Fill = false;
     this.vbox3.Add (this.hbox3);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox3]));
     w23.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.lblIPAddress = new global::Gtk.Label ();
     this.lblIPAddress.Name = "lblIPAddress";
     this.lblIPAddress.LabelProp = global::Mono.Unix.Catalog.GetString ("IP Address:");
     this.hbox4.Add (this.lblIPAddress);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.lblIPAddress]));
     w24.Position = 0;
     w24.Expand = false;
     w24.Fill = false;
     this.vbox3.Add (this.hbox4);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox4]));
     w25.Position = 1;
     w25.Expand = false;
     w25.Fill = false;
     this.hbox1.Add (this.vbox3);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
     w26.PackType = ((global::Gtk.PackType)(1));
     w26.Position = 2;
     w26.Expand = false;
     w26.Fill = false;
     w26.Padding = ((uint)(5));
     this.vbox1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w27.Position = 0;
     w27.Expand = false;
     w27.Fill = false;
     w27.Padding = ((uint)(5));
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 320;
     this.DefaultHeight = 241;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.tbPump.Clicked += new global::System.EventHandler (this.OnTbPumpClicked);
     this.tbHeater.Clicked += new global::System.EventHandler (this.OnTbHeaterClicked);
     this.tbLight.Clicked += new global::System.EventHandler (this.OnTbLightClicked);
     this.tbAux.Clicked += new global::System.EventHandler (this.OnTbAuxClicked);
     this.btnMaster.Clicked += new global::System.EventHandler (this.OnBtnMasterClicked);
 }
예제 #31
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget INTV.LtoFlash.View.DeviceFileSystemPage
     global::Stetic.BinContainer.Attach(this);
     this.Name = "INTV.LtoFlash.View.DeviceFileSystemPage";
     // Container child INTV.LtoFlash.View.DeviceFileSystemPage.Gtk.Container+ContainerChild
     this.table9             = new global::Gtk.Table(((uint)(3)), ((uint)(3)), false);
     this.table9.Name        = "table9";
     this.table9.BorderWidth = ((uint)(6));
     // Container child table9.Gtk.Table+TableChild
     this.hseparator10      = new global::Gtk.HSeparator();
     this.hseparator10.Name = "hseparator10";
     this.table9.Add(this.hseparator10);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table9[this.hseparator10]));
     w1.TopAttach    = ((uint)(1));
     w1.BottomAttach = ((uint)(2));
     w1.RightAttach  = ((uint)(3));
     w1.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table9.Gtk.Table+TableChild
     this.vbox2      = new global::Gtk.VBox();
     this.vbox2.Name = "vbox2";
     // Container child vbox2.Gtk.Box+BoxChild
     this._physicalLifetimeLabel           = new global::Gtk.Label();
     this._physicalLifetimeLabel.Name      = "_physicalLifetimeLabel";
     this._physicalLifetimeLabel.Ypad      = 2;
     this._physicalLifetimeLabel.Xalign    = 0F;
     this._physicalLifetimeLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Physical File System</b>");
     this._physicalLifetimeLabel.UseMarkup = true;
     this.vbox2.Add(this._physicalLifetimeLabel);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this._physicalLifetimeLabel]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hseparator11      = new global::Gtk.HSeparator();
     this.hseparator11.Name = "hseparator11";
     this.vbox2.Add(this.hseparator11);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hseparator11]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this._pfsBlocksInUseDirtyLabel           = new global::Gtk.Label();
     this._pfsBlocksInUseDirtyLabel.Name      = "_pfsBlocksInUseDirtyLabel";
     this._pfsBlocksInUseDirtyLabel.Xalign    = 0F;
     this._pfsBlocksInUseDirtyLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<small>Blocks In Use/Dirty:</small>");
     this._pfsBlocksInUseDirtyLabel.UseMarkup = true;
     this.hbox2.Add(this._pfsBlocksInUseDirtyLabel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2[this._pfsBlocksInUseDirtyLabel]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this._physicalBlocksInUse           = new global::Gtk.Label();
     this._physicalBlocksInUse.Name      = "_physicalBlocksInUse";
     this._physicalBlocksInUse.Xpad      = 6;
     this._physicalBlocksInUse.Xalign    = 1F;
     this._physicalBlocksInUse.LabelProp = global::Mono.Unix.Catalog.GetString("label34");
     this._physicalBlocksInUse.UseMarkup = true;
     this.hbox2.Add(this._physicalBlocksInUse);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2[this._physicalBlocksInUse]));
     w5.PackType = ((global::Gtk.PackType)(1));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox2]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Padding  = ((uint)(3));
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this._pfsCleanBlocksLabel           = new global::Gtk.Label();
     this._pfsCleanBlocksLabel.Name      = "_pfsCleanBlocksLabel";
     this._pfsCleanBlocksLabel.Xalign    = 0F;
     this._pfsCleanBlocksLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<small>Clean Blocks:</small>");
     this._pfsCleanBlocksLabel.UseMarkup = true;
     this.hbox7.Add(this._pfsCleanBlocksLabel);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox7[this._pfsCleanBlocksLabel]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this._physicalBlocksClean           = new global::Gtk.Label();
     this._physicalBlocksClean.Name      = "_physicalBlocksClean";
     this._physicalBlocksClean.Xpad      = 6;
     this._physicalBlocksClean.Xalign    = 1F;
     this._physicalBlocksClean.LabelProp = global::Mono.Unix.Catalog.GetString("label36");
     this._physicalBlocksClean.UseMarkup = true;
     this.hbox7.Add(this._physicalBlocksClean);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox7[this._physicalBlocksClean]));
     w8.PackType = ((global::Gtk.PackType)(1));
     w8.Position = 2;
     w8.Expand   = false;
     w8.Fill     = false;
     this.vbox2.Add(this.hbox7);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox7]));
     w9.Position = 3;
     w9.Expand   = false;
     w9.Padding  = ((uint)(3));
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox8         = new global::Gtk.HBox();
     this.hbox8.Name    = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this._pfsTotalBlocks           = new global::Gtk.Label();
     this._pfsTotalBlocks.Name      = "_pfsTotalBlocks";
     this._pfsTotalBlocks.Xalign    = 0F;
     this._pfsTotalBlocks.LabelProp = global::Mono.Unix.Catalog.GetString("<small>Total Blocks:</small>");
     this._pfsTotalBlocks.UseMarkup = true;
     this.hbox8.Add(this._pfsTotalBlocks);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox8[this._pfsTotalBlocks]));
     w10.Position = 0;
     w10.Expand   = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this._physicalBlocksTotal           = new global::Gtk.Label();
     this._physicalBlocksTotal.Name      = "_physicalBlocksTotal";
     this._physicalBlocksTotal.Xpad      = 6;
     this._physicalBlocksTotal.Xalign    = 1F;
     this._physicalBlocksTotal.LabelProp = global::Mono.Unix.Catalog.GetString("label38");
     this._physicalBlocksTotal.UseMarkup = true;
     this.hbox8.Add(this._physicalBlocksTotal);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox8[this._physicalBlocksTotal]));
     w11.PackType = ((global::Gtk.PackType)(1));
     w11.Position = 2;
     w11.Expand   = false;
     this.vbox2.Add(this.hbox8);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox8]));
     w12.Position = 4;
     w12.Expand   = false;
     w12.Fill     = false;
     w12.Padding  = ((uint)(3));
     this.table9.Add(this.vbox2);
     // Container child table9.Gtk.Table+TableChild
     this.vbox3      = new global::Gtk.VBox();
     this.vbox3.Name = "vbox3";
     // Container child vbox3.Gtk.Box+BoxChild
     this._virtualFileSystemLabel           = new global::Gtk.Label();
     this._virtualFileSystemLabel.Name      = "_virtualFileSystemLabel";
     this._virtualFileSystemLabel.Xpad      = 6;
     this._virtualFileSystemLabel.Ypad      = 2;
     this._virtualFileSystemLabel.Xalign    = 0F;
     this._virtualFileSystemLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Virtual File System</b>");
     this._virtualFileSystemLabel.UseMarkup = true;
     this.vbox3.Add(this._virtualFileSystemLabel);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3[this._virtualFileSystemLabel]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator12      = new global::Gtk.HSeparator();
     this.hseparator12.Name = "hseparator12";
     this.vbox3.Add(this.hseparator12);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hseparator12]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox9         = new global::Gtk.HBox();
     this.hbox9.Name    = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this._vfsBlocksInUseLabel           = new global::Gtk.Label();
     this._vfsBlocksInUseLabel.Name      = "_vfsBlocksInUseLabel";
     this._vfsBlocksInUseLabel.Xpad      = 6;
     this._vfsBlocksInUseLabel.Xalign    = 0F;
     this._vfsBlocksInUseLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<small>Blocks In Use:</small>");
     this._vfsBlocksInUseLabel.UseMarkup = true;
     this.hbox9.Add(this._vfsBlocksInUseLabel);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox9[this._vfsBlocksInUseLabel]));
     w16.Position = 0;
     w16.Expand   = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this._virtualBlocksInUse           = new global::Gtk.Label();
     this._virtualBlocksInUse.Name      = "_virtualBlocksInUse";
     this._virtualBlocksInUse.Xalign    = 1F;
     this._virtualBlocksInUse.LabelProp = global::Mono.Unix.Catalog.GetString("label40");
     this._virtualBlocksInUse.UseMarkup = true;
     this.hbox9.Add(this._virtualBlocksInUse);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox9[this._virtualBlocksInUse]));
     w17.PackType = ((global::Gtk.PackType)(1));
     w17.Position = 2;
     w17.Expand   = false;
     this.vbox3.Add(this.hbox9);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox9]));
     w18.Position = 2;
     w18.Expand   = false;
     w18.Fill     = false;
     w18.Padding  = ((uint)(3));
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox10         = new global::Gtk.HBox();
     this.hbox10.Name    = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this._vfsBlocksAvailableLabel           = new global::Gtk.Label();
     this._vfsBlocksAvailableLabel.Name      = "_vfsBlocksAvailableLabel";
     this._vfsBlocksAvailableLabel.Xpad      = 6;
     this._vfsBlocksAvailableLabel.Xalign    = 0F;
     this._vfsBlocksAvailableLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<small>Blocks Available:</small>");
     this._vfsBlocksAvailableLabel.UseMarkup = true;
     this.hbox10.Add(this._vfsBlocksAvailableLabel);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox10[this._vfsBlocksAvailableLabel]));
     w19.Position = 0;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child hbox10.Gtk.Box+BoxChild
     this._virtualBlocksAvailable           = new global::Gtk.Label();
     this._virtualBlocksAvailable.Name      = "_virtualBlocksAvailable";
     this._virtualBlocksAvailable.Xalign    = 1F;
     this._virtualBlocksAvailable.LabelProp = global::Mono.Unix.Catalog.GetString("label42");
     this._virtualBlocksAvailable.UseMarkup = true;
     this.hbox10.Add(this._virtualBlocksAvailable);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox10[this._virtualBlocksAvailable]));
     w20.PackType = ((global::Gtk.PackType)(1));
     w20.Position = 2;
     w20.Expand   = false;
     this.vbox3.Add(this.hbox10);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox10]));
     w21.Position = 3;
     w21.Expand   = false;
     w21.Fill     = false;
     w21.Padding  = ((uint)(3));
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox11         = new global::Gtk.HBox();
     this.hbox11.Name    = "hbox11";
     this.hbox11.Spacing = 6;
     // Container child hbox11.Gtk.Box+BoxChild
     this._vfsTotalBlocksLabel           = new global::Gtk.Label();
     this._vfsTotalBlocksLabel.Name      = "_vfsTotalBlocksLabel";
     this._vfsTotalBlocksLabel.Xpad      = 6;
     this._vfsTotalBlocksLabel.Xalign    = 0F;
     this._vfsTotalBlocksLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<small>Total Blocks:</small>");
     this._vfsTotalBlocksLabel.UseMarkup = true;
     this.hbox11.Add(this._vfsTotalBlocksLabel);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox11[this._vfsTotalBlocksLabel]));
     w22.Position = 0;
     w22.Expand   = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this._virtualBlocksTotal           = new global::Gtk.Label();
     this._virtualBlocksTotal.Name      = "_virtualBlocksTotal";
     this._virtualBlocksTotal.Xalign    = 1F;
     this._virtualBlocksTotal.LabelProp = global::Mono.Unix.Catalog.GetString("label44");
     this._virtualBlocksTotal.UseMarkup = true;
     this.hbox11.Add(this._virtualBlocksTotal);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox11[this._virtualBlocksTotal]));
     w23.PackType = ((global::Gtk.PackType)(1));
     w23.Position = 2;
     w23.Expand   = false;
     this.vbox3.Add(this.hbox11);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox11]));
     w24.Position = 4;
     w24.Expand   = false;
     w24.Fill     = false;
     w24.Padding  = ((uint)(3));
     this.table9.Add(this.vbox3);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table9[this.vbox3]));
     w25.LeftAttach  = ((uint)(2));
     w25.RightAttach = ((uint)(3));
     // Container child table9.Gtk.Table+TableChild
     this.vbox4      = new global::Gtk.VBox();
     this.vbox4.Name = "vbox4";
     // Container child vbox4.Gtk.Box+BoxChild
     this._flashLifetimeLabel           = new global::Gtk.Label();
     this._flashLifetimeLabel.Name      = "_flashLifetimeLabel";
     this._flashLifetimeLabel.Xpad      = 6;
     this._flashLifetimeLabel.Ypad      = 2;
     this._flashLifetimeLabel.Xalign    = 0F;
     this._flashLifetimeLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Flash Lifetime</b>");
     this._flashLifetimeLabel.UseMarkup = true;
     this.vbox4.Add(this._flashLifetimeLabel);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox4[this._flashLifetimeLabel]));
     w26.Position = 0;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hseparator13      = new global::Gtk.HSeparator();
     this.hseparator13.Name = "hseparator13";
     this.vbox4.Add(this.hseparator13);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hseparator13]));
     w27.Position = 1;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox15         = new global::Gtk.HBox();
     this.hbox15.Name    = "hbox15";
     this.hbox15.Spacing = 6;
     // Container child hbox15.Gtk.Box+BoxChild
     this._flashUsedByBlockErasuresLabel           = new global::Gtk.Label();
     this._flashUsedByBlockErasuresLabel.Name      = "_flashUsedByBlockErasuresLabel";
     this._flashUsedByBlockErasuresLabel.Xpad      = 6;
     this._flashUsedByBlockErasuresLabel.Xalign    = 0F;
     this._flashUsedByBlockErasuresLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<small>Usage due to Physical Block Erasures:</small>");
     this._flashUsedByBlockErasuresLabel.UseMarkup = true;
     this.hbox15.Add(this._flashUsedByBlockErasuresLabel);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox15[this._flashUsedByBlockErasuresLabel]));
     w28.Position = 0;
     w28.Expand   = false;
     // Container child hbox15.Gtk.Box+BoxChild
     this._flashUsedByPhysicalBlockErasures           = new global::Gtk.Label();
     this._flashUsedByPhysicalBlockErasures.Name      = "_flashUsedByPhysicalBlockErasures";
     this._flashUsedByPhysicalBlockErasures.Xalign    = 1F;
     this._flashUsedByPhysicalBlockErasures.LabelProp = global::Mono.Unix.Catalog.GetString("label53");
     this._flashUsedByPhysicalBlockErasures.UseMarkup = true;
     this.hbox15.Add(this._flashUsedByPhysicalBlockErasures);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox15[this._flashUsedByPhysicalBlockErasures]));
     w29.PackType = ((global::Gtk.PackType)(1));
     w29.Position = 2;
     w29.Expand   = false;
     w29.Fill     = false;
     this.vbox4.Add(this.hbox15);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox15]));
     w30.Position = 2;
     w30.Expand   = false;
     w30.Fill     = false;
     w30.Padding  = ((uint)(3));
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox16         = new global::Gtk.HBox();
     this.hbox16.Name    = "hbox16";
     this.hbox16.Spacing = 6;
     // Container child hbox16.Gtk.Box+BoxChild
     this._flashUsedByFileSystemJournalLabel           = new global::Gtk.Label();
     this._flashUsedByFileSystemJournalLabel.Name      = "_flashUsedByFileSystemJournalLabel";
     this._flashUsedByFileSystemJournalLabel.Xpad      = 6;
     this._flashUsedByFileSystemJournalLabel.Xalign    = 0F;
     this._flashUsedByFileSystemJournalLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<small>Usage due to File System Journal:</small>");
     this._flashUsedByFileSystemJournalLabel.UseMarkup = true;
     this.hbox16.Add(this._flashUsedByFileSystemJournalLabel);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox16[this._flashUsedByFileSystemJournalLabel]));
     w31.Position = 0;
     w31.Expand   = false;
     // Container child hbox16.Gtk.Box+BoxChild
     this._flashUsedByFileSystemJournal           = new global::Gtk.Label();
     this._flashUsedByFileSystemJournal.Name      = "_flashUsedByFileSystemJournal";
     this._flashUsedByFileSystemJournal.Xalign    = 1F;
     this._flashUsedByFileSystemJournal.LabelProp = global::Mono.Unix.Catalog.GetString("label55");
     this._flashUsedByFileSystemJournal.UseMarkup = true;
     this.hbox16.Add(this._flashUsedByFileSystemJournal);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox16[this._flashUsedByFileSystemJournal]));
     w32.PackType = ((global::Gtk.PackType)(1));
     w32.Position = 2;
     w32.Expand   = false;
     this.vbox4.Add(this.hbox16);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox16]));
     w33.Position = 3;
     w33.Expand   = false;
     w33.Fill     = false;
     w33.Padding  = ((uint)(3));
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox17         = new global::Gtk.HBox();
     this.hbox17.Name    = "hbox17";
     this.hbox17.Spacing = 6;
     // Container child hbox17.Gtk.Box+BoxChild
     this._flashLifetimeRemainingLabel           = new global::Gtk.Label();
     this._flashLifetimeRemainingLabel.Name      = "_flashLifetimeRemainingLabel";
     this._flashLifetimeRemainingLabel.Xpad      = 6;
     this._flashLifetimeRemainingLabel.Xalign    = 0F;
     this._flashLifetimeRemainingLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<small>Overall Flash Lifetime Remaining:</small>");
     this._flashLifetimeRemainingLabel.UseMarkup = true;
     this.hbox17.Add(this._flashLifetimeRemainingLabel);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox17[this._flashLifetimeRemainingLabel]));
     w34.Position = 0;
     w34.Expand   = false;
     // Container child hbox17.Gtk.Box+BoxChild
     this._flashLifetimeRemaining           = new global::Gtk.Label();
     this._flashLifetimeRemaining.Name      = "_flashLifetimeRemaining";
     this._flashLifetimeRemaining.Xalign    = 1F;
     this._flashLifetimeRemaining.LabelProp = global::Mono.Unix.Catalog.GetString("label57");
     this._flashLifetimeRemaining.UseMarkup = true;
     this.hbox17.Add(this._flashLifetimeRemaining);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox17[this._flashLifetimeRemaining]));
     w35.PackType = ((global::Gtk.PackType)(1));
     w35.Position = 2;
     w35.Expand   = false;
     this.vbox4.Add(this.hbox17);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox17]));
     w36.Position = 4;
     w36.Expand   = false;
     w36.Fill     = false;
     w36.Padding  = ((uint)(3));
     this.table9.Add(this.vbox4);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table9[this.vbox4]));
     w37.TopAttach    = ((uint)(2));
     w37.BottomAttach = ((uint)(3));
     w37.LeftAttach   = ((uint)(2));
     w37.RightAttach  = ((uint)(3));
     // Container child table9.Gtk.Table+TableChild
     this.vbox5      = new global::Gtk.VBox();
     this.vbox5.Name = "vbox5";
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox12         = new global::Gtk.HBox();
     this.hbox12.Name    = "hbox12";
     this.hbox12.Spacing = 6;
     // Container child hbox12.Gtk.Box+BoxChild
     this._physicalSectorErasuresLabel           = new global::Gtk.Label();
     this._physicalSectorErasuresLabel.Name      = "_physicalSectorErasuresLabel";
     this._physicalSectorErasuresLabel.Xalign    = 0F;
     this._physicalSectorErasuresLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<small>Sector Erasures (Physical):</small>");
     this._physicalSectorErasuresLabel.UseMarkup = true;
     this.hbox12.Add(this._physicalSectorErasuresLabel);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox12[this._physicalSectorErasuresLabel]));
     w38.Position = 0;
     w38.Expand   = false;
     // Container child hbox12.Gtk.Box+BoxChild
     this._physicalSectorErasures           = new global::Gtk.Label();
     this._physicalSectorErasures.Name      = "_physicalSectorErasures";
     this._physicalSectorErasures.Xpad      = 6;
     this._physicalSectorErasures.Xalign    = 1F;
     this._physicalSectorErasures.LabelProp = global::Mono.Unix.Catalog.GetString("label46");
     this.hbox12.Add(this._physicalSectorErasures);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox12[this._physicalSectorErasures]));
     w39.PackType = ((global::Gtk.PackType)(1));
     w39.Position = 2;
     w39.Expand   = false;
     this.vbox5.Add(this.hbox12);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hbox12]));
     w40.Position = 0;
     w40.Expand   = false;
     w40.Fill     = false;
     w40.Padding  = ((uint)(3));
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox13         = new global::Gtk.HBox();
     this.hbox13.Name    = "hbox13";
     this.hbox13.Spacing = 6;
     // Container child hbox13.Gtk.Box+BoxChild
     this._metadataSectorErasuresLabel           = new global::Gtk.Label();
     this._metadataSectorErasuresLabel.Name      = "_metadataSectorErasuresLabel";
     this._metadataSectorErasuresLabel.Xalign    = 0F;
     this._metadataSectorErasuresLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<small>Sector Erasures (Metadata):</small>");
     this._metadataSectorErasuresLabel.UseMarkup = true;
     this.hbox13.Add(this._metadataSectorErasuresLabel);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox13[this._metadataSectorErasuresLabel]));
     w41.Position = 0;
     w41.Expand   = false;
     // Container child hbox13.Gtk.Box+BoxChild
     this._metadataSectorErasures           = new global::Gtk.Label();
     this._metadataSectorErasures.Name      = "_metadataSectorErasures";
     this._metadataSectorErasures.Xpad      = 6;
     this._metadataSectorErasures.Xalign    = 1F;
     this._metadataSectorErasures.LabelProp = global::Mono.Unix.Catalog.GetString("label48");
     this._metadataSectorErasures.UseMarkup = true;
     this.hbox13.Add(this._metadataSectorErasures);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox13[this._metadataSectorErasures]));
     w42.PackType = ((global::Gtk.PackType)(1));
     w42.Position = 2;
     w42.Expand   = false;
     this.vbox5.Add(this.hbox13);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hbox13]));
     w43.Position = 1;
     w43.Expand   = false;
     w43.Fill     = false;
     w43.Padding  = ((uint)(3));
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox14         = new global::Gtk.HBox();
     this.hbox14.Name    = "hbox14";
     this.hbox14.Spacing = 6;
     // Container child hbox14.Gtk.Box+BoxChild
     this._fileSystemJournalWrapLabel           = new global::Gtk.Label();
     this._fileSystemJournalWrapLabel.Name      = "_fileSystemJournalWrapLabel";
     this._fileSystemJournalWrapLabel.Xalign    = 0F;
     this._fileSystemJournalWrapLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<small>File System Journal Wrap Count:</small>");
     this._fileSystemJournalWrapLabel.UseMarkup = true;
     this.hbox14.Add(this._fileSystemJournalWrapLabel);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hbox14[this._fileSystemJournalWrapLabel]));
     w44.Position = 0;
     w44.Expand   = false;
     // Container child hbox14.Gtk.Box+BoxChild
     this._fileSystemJournalWrapCount           = new global::Gtk.Label();
     this._fileSystemJournalWrapCount.Name      = "_fileSystemJournalWrapCount";
     this._fileSystemJournalWrapCount.Xpad      = 6;
     this._fileSystemJournalWrapCount.Xalign    = 1F;
     this._fileSystemJournalWrapCount.LabelProp = global::Mono.Unix.Catalog.GetString("label50");
     this.hbox14.Add(this._fileSystemJournalWrapCount);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox14[this._fileSystemJournalWrapCount]));
     w45.PackType = ((global::Gtk.PackType)(1));
     w45.Position = 2;
     w45.Expand   = false;
     this.vbox5.Add(this.hbox14);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hbox14]));
     w46.Position = 2;
     w46.Expand   = false;
     w46.Fill     = false;
     w46.Padding  = ((uint)(3));
     this.table9.Add(this.vbox5);
     global::Gtk.Table.TableChild w47 = ((global::Gtk.Table.TableChild)(this.table9[this.vbox5]));
     w47.TopAttach    = ((uint)(2));
     w47.BottomAttach = ((uint)(3));
     // Container child table9.Gtk.Table+TableChild
     this.vseparator4      = new global::Gtk.VSeparator();
     this.vseparator4.Name = "vseparator4";
     this.table9.Add(this.vseparator4);
     global::Gtk.Table.TableChild w48 = ((global::Gtk.Table.TableChild)(this.table9[this.vseparator4]));
     w48.BottomAttach = ((uint)(3));
     w48.LeftAttach   = ((uint)(1));
     w48.RightAttach  = ((uint)(2));
     w48.XOptions     = ((global::Gtk.AttachOptions)(0));
     this.Add(this.table9);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("LIP - Lip Image Preparator");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.BorderWidth = ((uint)(5));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vpaned1 = new global::Gtk.VPaned ();
     this.vpaned1.CanFocus = true;
     this.vpaned1.Name = "vpaned1";
     this.vpaned1.Position = 330;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.filechooserwidget2 = new global::Gtk.FileChooserWidget (((global::Gtk.FileChooserAction)(0)));
     this.filechooserwidget2.Name = "filechooserwidget2";
     this.filechooserwidget2.ShowHidden = true;
     this.vpaned1.Add (this.filechooserwidget2);
     global::Gtk.Paned.PanedChild w1 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.filechooserwidget2]));
     w1.Resize = false;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // 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.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("label1");
     this.hbox1.Add (this.label1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.refreshDrivesButton = new global::Gtk.Button ();
     this.refreshDrivesButton.CanFocus = true;
     this.refreshDrivesButton.Name = "refreshDrivesButton";
     this.refreshDrivesButton.UseUnderline = true;
     this.refreshDrivesButton.Label = global::Mono.Unix.Catalog.GetString ("Refresh");
     this.hbox1.Add (this.refreshDrivesButton);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.refreshDrivesButton]));
     w3.Position = 1;
     w3.Expand = false;
     w3.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow2 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow2.Name = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.treeview1 = new global::Gtk.TreeView ();
     this.treeview1.CanFocus = true;
     this.treeview1.Name = "treeview1";
     this.GtkScrolledWindow2.Add (this.treeview1);
     this.hbox1.Add (this.GtkScrolledWindow2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow2]));
     w5.Position = 2;
     this.hbox2.Add (this.hbox1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.hbox1]));
     w6.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vseparator1 = new global::Gtk.VSeparator ();
     this.vseparator1.Name = "vseparator1";
     this.hbox2.Add (this.vseparator1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vseparator1]));
     w7.Position = 1;
     w7.Expand = false;
     w7.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.writeButton = new global::Gtk.Button ();
     this.writeButton.CanFocus = true;
     this.writeButton.Name = "writeButton";
     this.writeButton.UseUnderline = true;
     this.writeButton.Label = global::Mono.Unix.Catalog.GetString ("Write");
     this.hbox2.Add (this.writeButton);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.writeButton]));
     w8.Position = 2;
     w8.Expand = false;
     w8.Fill = false;
     this.vpaned1.Add (this.hbox2);
     this.Add (this.vpaned1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 599;
     this.DefaultHeight = 480;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.refreshDrivesButton.Clicked += new global::System.EventHandler (this.OnRefreshDrivesButtonClicked);
     this.writeButton.Clicked += new global::System.EventHandler (this.OnWriteButtonClicked);
 }
예제 #33
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Database Entities");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal          = true;
     this.BorderWidth    = ((uint)(10));
     this.Resizable      = false;
     this.AllowGrow      = false;
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox         = new global::Gtk.VBox();
     this.vbox.Name    = "vbox";
     this.vbox.Spacing = 6;
     // Container child vbox.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label();
     this.label1.WidthRequest = 100;
     this.label1.Name         = "label1";
     this.label1.Xalign       = 0F;
     this.label1.LabelProp    = global::Mono.Unix.Catalog.GetString("Databse Server");
     this.hbox2.Add(this.label1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.DatabaseEntry               = new global::Gtk.Entry();
     this.DatabaseEntry.CanFocus      = true;
     this.DatabaseEntry.Name          = "DatabaseEntry";
     this.DatabaseEntry.IsEditable    = true;
     this.DatabaseEntry.InvisibleChar = '●';
     this.hbox2.Add(this.DatabaseEntry);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.DatabaseEntry]));
     w2.Position = 1;
     this.vbox.Add(this.hbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox[this.hbox2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label();
     this.label2.WidthRequest = 100;
     this.label2.Name         = "label2";
     this.label2.Xalign       = 0F;
     this.label2.LabelProp    = global::Mono.Unix.Catalog.GetString("User Name");
     this.hbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label2]));
     w4.Position = 0;
     w4.Expand   = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.UserNameEntry = new global::Gtk.Entry();
     this.UserNameEntry.WidthRequest  = 140;
     this.UserNameEntry.CanFocus      = true;
     this.UserNameEntry.Name          = "UserNameEntry";
     this.UserNameEntry.IsEditable    = true;
     this.UserNameEntry.InvisibleChar = '●';
     this.hbox1.Add(this.UserNameEntry);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.UserNameEntry]));
     w5.Position = 1;
     this.vbox.Add(this.hbox1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox[this.hbox1]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label3 = new global::Gtk.Label();
     this.label3.WidthRequest = 100;
     this.label3.Name         = "label3";
     this.label3.Xalign       = 0F;
     this.label3.LabelProp    = global::Mono.Unix.Catalog.GetString("User Password");
     this.hbox3.Add(this.label3);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label3]));
     w7.Position = 0;
     w7.Expand   = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.PasswordEntry               = new global::Gtk.Entry();
     this.PasswordEntry.CanFocus      = true;
     this.PasswordEntry.Name          = "PasswordEntry";
     this.PasswordEntry.IsEditable    = true;
     this.PasswordEntry.Visibility    = false;
     this.PasswordEntry.InvisibleChar = '●';
     this.hbox3.Add(this.PasswordEntry);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.PasswordEntry]));
     w8.Position = 1;
     this.vbox.Add(this.hbox3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox[this.hbox3]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label();
     this.label5.WidthRequest = 100;
     this.label5.Name         = "label5";
     this.label5.Xalign       = 0F;
     this.label5.LabelProp    = global::Mono.Unix.Catalog.GetString("Database");
     this.hbox5.Add(this.label5);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.label5]));
     w10.Position = 0;
     w10.Expand   = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.combobox1      = global::Gtk.ComboBox.NewText();
     this.combobox1.Name = "combobox1";
     this.hbox5.Add(this.combobox1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.combobox1]));
     w11.Position = 1;
     this.vbox.Add(this.hbox5);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox[this.hbox5]));
     w12.Position = 3;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.fixed2 = new global::Gtk.Fixed();
     this.fixed2.HeightRequest = 20;
     this.fixed2.Name          = "fixed2";
     this.fixed2.HasWindow     = false;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.SearchEntry = new global::Gtk.Entry();
     this.SearchEntry.WidthRequest  = 268;
     this.SearchEntry.CanFocus      = true;
     this.SearchEntry.Name          = "SearchEntry";
     this.SearchEntry.IsEditable    = true;
     this.SearchEntry.HasFrame      = false;
     this.SearchEntry.InvisibleChar = '●';
     this.fixed2.Add(this.SearchEntry);
     global::Gtk.Fixed.FixedChild w13 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.SearchEntry]));
     w13.X = 106;
     w13.Y = 10;
     this.vbox.Add(this.fixed2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox[this.fixed2]));
     w14.Position = 4;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.fixed1           = new global::Gtk.Fixed();
     this.fixed1.Name      = "fixed1";
     this.fixed1.HasWindow = false;
     this.vbox.Add(this.fixed1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox[this.fixed1]));
     w15.Position = 5;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label();
     this.label4.WidthRequest = 100;
     this.label4.Name         = "label4";
     this.label4.Xalign       = 0F;
     this.label4.Yalign       = 0.03F;
     this.label4.LabelProp    = global::Mono.Unix.Catalog.GetString("Tables");
     this.hbox4.Add(this.label4);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.label4]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.TablesScroll = new global::Gtk.ScrolledWindow();
     this.TablesScroll.HeightRequest    = 200;
     this.TablesScroll.CanFocus         = true;
     this.TablesScroll.Name             = "TablesScroll";
     this.TablesScroll.VscrollbarPolicy = ((global::Gtk.PolicyType)(0));
     this.TablesScroll.HscrollbarPolicy = ((global::Gtk.PolicyType)(0));
     this.TablesScroll.ShadowType       = ((global::Gtk.ShadowType)(1));
     // Container child TablesScroll.Gtk.Container+ContainerChild
     global::Gtk.Viewport w17 = new global::Gtk.Viewport();
     w17.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.TableBox         = new global::Gtk.VBox();
     this.TableBox.Name    = "TableBox";
     this.TableBox.Spacing = 6;
     w17.Add(this.TableBox);
     this.TablesScroll.Add(w17);
     this.hbox4.Add(this.TablesScroll);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.TablesScroll]));
     w20.Position = 1;
     this.vbox.Add(this.hbox4);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox[this.hbox4]));
     w21.Position = 6;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = -190;
     // Container child hbox7.Gtk.Box+BoxChild
     this.CheckAllButton = new global::Gtk.Button();
     this.CheckAllButton.WidthRequest = 80;
     this.CheckAllButton.CanFocus     = true;
     this.CheckAllButton.Name         = "CheckAllButton";
     this.CheckAllButton.UseUnderline = true;
     this.CheckAllButton.Label        = global::Mono.Unix.Catalog.GetString("Check All");
     this.hbox7.Add(this.CheckAllButton);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.CheckAllButton]));
     w22.Position = 0;
     w22.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.UnCheckAllButton = new global::Gtk.Button();
     this.UnCheckAllButton.WidthRequest = 80;
     this.UnCheckAllButton.CanFocus     = true;
     this.UnCheckAllButton.Name         = "UnCheckAllButton";
     this.UnCheckAllButton.UseUnderline = true;
     this.UnCheckAllButton.Label        = global::Mono.Unix.Catalog.GetString("Uncheck All");
     this.hbox7.Add(this.UnCheckAllButton);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.UnCheckAllButton]));
     w23.Position = 1;
     w23.Fill     = false;
     this.vbox.Add(this.hbox7);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox[this.hbox7]));
     w24.Position = 7;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox[this.hseparator1]));
     w25.Position = 8;
     // Container child vbox.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.CloseButton = new global::Gtk.Button();
     this.CloseButton.WidthRequest = 80;
     this.CloseButton.CanFocus     = true;
     this.CloseButton.Name         = "CloseButton";
     this.CloseButton.UseUnderline = true;
     this.CloseButton.Label        = global::Mono.Unix.Catalog.GetString("Close");
     this.hbox6.Add(this.CloseButton);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.CloseButton]));
     w26.Position = 0;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.TestConnectionButton = new global::Gtk.Button();
     this.TestConnectionButton.WidthRequest = 130;
     this.TestConnectionButton.CanFocus     = true;
     this.TestConnectionButton.Name         = "TestConnectionButton";
     this.TestConnectionButton.UseUnderline = true;
     this.TestConnectionButton.Label        = global::Mono.Unix.Catalog.GetString("Test Connection");
     this.hbox6.Add(this.TestConnectionButton);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.TestConnectionButton]));
     w27.Position = 1;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox6.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.vseparator1]));
     w28.Position = 2;
     w28.Padding  = ((uint)(14));
     // Container child hbox6.Gtk.Box+BoxChild
     this.GenerateButton = new global::Gtk.Button();
     this.GenerateButton.WidthRequest = 130;
     this.GenerateButton.CanFocus     = true;
     this.GenerateButton.Name         = "GenerateButton";
     this.GenerateButton.UseUnderline = true;
     this.GenerateButton.Label        = global::Mono.Unix.Catalog.GetString("Generate Entities");
     this.hbox6.Add(this.GenerateButton);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.GenerateButton]));
     w29.Position = 3;
     w29.Fill     = false;
     this.vbox.Add(this.hbox6);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox[this.hbox6]));
     w30.Position = 9;
     w30.Expand   = false;
     w30.Fill     = false;
     this.Add(this.vbox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 408;
     this.DefaultHeight = 514;
     this.Show();
     this.Hidden += new global::System.EventHandler(this.OnHidden);
     this.DatabaseEntry.KeyPressEvent  += new global::Gtk.KeyPressEventHandler(this.OnDatabaseEntryKeyPressEvent);
     this.UserNameEntry.KeyPressEvent  += new global::Gtk.KeyPressEventHandler(this.OnUserNameEntryKeyPressEvent);
     this.PasswordEntry.KeyPressEvent  += new global::Gtk.KeyPressEventHandler(this.OnPasswordEntryKeyPressEvent);
     this.combobox1.Changed            += new global::System.EventHandler(this.OnCombobox1Changed);
     this.SearchEntry.Changed          += new global::System.EventHandler(this.OnSearchEntryChanged);
     this.CheckAllButton.Pressed       += new global::System.EventHandler(this.OnCheckAllButtonPressed);
     this.UnCheckAllButton.Pressed     += new global::System.EventHandler(this.OnUnCheckAllButtonPressed);
     this.CloseButton.Pressed          += new global::System.EventHandler(this.OnCloseButtonPressed);
     this.TestConnectionButton.Pressed += new global::System.EventHandler(this.OnTestConnectionButtonPressed);
     this.GenerateButton.Pressed       += new global::System.EventHandler(this.OnGenerateButtonPressed);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Component.GameDescriptionHeader
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.Component.GameDescriptionHeader";
     // Container child LongoMatch.Gui.Component.GameDescriptionHeader.Gtk.Container+ContainerChild
     this.descbox = new global::Gtk.HBox ();
     this.descbox.Name = "descbox";
     this.descbox.Spacing = 6;
     // Container child descbox.Gtk.Box+BoxChild
     this.homeimage = new global::Gtk.Image ();
     this.homeimage.Name = "homeimage";
     this.descbox.Add (this.homeimage);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.descbox [this.homeimage]));
     w1.Position = 0;
     w1.Fill = false;
     // Container child descbox.Gtk.Box+BoxChild
     this.vseparator1 = new global::Gtk.VSeparator ();
     this.vseparator1.Name = "vseparator1";
     this.descbox.Add (this.vseparator1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.descbox [this.vseparator1]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child descbox.Gtk.Box+BoxChild
     this.homenamelabel = new global::Gtk.Label ();
     this.homenamelabel.Name = "homenamelabel";
     this.homenamelabel.LabelProp = global::VAS.Core.Catalog.GetString ("Home");
     this.descbox.Add (this.homenamelabel);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.descbox [this.homenamelabel]));
     w3.Position = 2;
     w3.Expand = false;
     w3.Fill = false;
     // Container child descbox.Gtk.Box+BoxChild
     this.homescoreeventbox = new global::Gtk.EventBox ();
     this.homescoreeventbox.Name = "homescoreeventbox";
     // Container child homescoreeventbox.Gtk.Container+ContainerChild
     this.homescorelabel = new global::Gtk.Label ();
     this.homescorelabel.Name = "homescorelabel";
     this.homescorelabel.LabelProp = global::VAS.Core.Catalog.GetString ("0");
     this.homescoreeventbox.Add (this.homescorelabel);
     this.descbox.Add (this.homescoreeventbox);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.descbox [this.homescoreeventbox]));
     w5.Position = 3;
     w5.Expand = false;
     w5.Fill = false;
     // Container child descbox.Gtk.Box+BoxChild
     this.awayscoreeventbox = new global::Gtk.EventBox ();
     this.awayscoreeventbox.Name = "awayscoreeventbox";
     // Container child awayscoreeventbox.Gtk.Container+ContainerChild
     this.awayscorelabel = new global::Gtk.Label ();
     this.awayscorelabel.Name = "awayscorelabel";
     this.awayscorelabel.LabelProp = global::VAS.Core.Catalog.GetString ("0");
     this.awayscoreeventbox.Add (this.awayscorelabel);
     this.descbox.Add (this.awayscoreeventbox);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.descbox [this.awayscoreeventbox]));
     w7.Position = 4;
     w7.Expand = false;
     // Container child descbox.Gtk.Box+BoxChild
     this.awaynamelabel = new global::Gtk.Label ();
     this.awaynamelabel.Name = "awaynamelabel";
     this.awaynamelabel.LabelProp = global::VAS.Core.Catalog.GetString ("Away");
     this.descbox.Add (this.awaynamelabel);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.descbox [this.awaynamelabel]));
     w8.Position = 5;
     w8.Expand = false;
     w8.Fill = false;
     // Container child descbox.Gtk.Box+BoxChild
     this.vseparator2 = new global::Gtk.VSeparator ();
     this.vseparator2.Name = "vseparator2";
     this.descbox.Add (this.vseparator2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.descbox [this.vseparator2]));
     w9.Position = 6;
     w9.Expand = false;
     w9.Fill = false;
     // Container child descbox.Gtk.Box+BoxChild
     this.awayimage = new global::Gtk.Image ();
     this.awayimage.Name = "awayimage";
     this.descbox.Add (this.awayimage);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.descbox [this.awayimage]));
     w10.Position = 7;
     w10.Fill = false;
     this.Add (this.descbox);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
예제 #35
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget llum.EditGroupWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "llum.EditGroupWidget";
     // Container child llum.EditGroupWidget.Gtk.Container+ContainerChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(2));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment               = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name          = "GtkAlignment";
     this.GtkAlignment.LeftPadding   = ((uint)(6));
     this.GtkAlignment.TopPadding    = ((uint)(6));
     this.GtkAlignment.RightPadding  = ((uint)(6));
     this.GtkAlignment.BottomPadding = ((uint)(6));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.image230        = new global::Gtk.Image();
     this.image230.Name   = "image230";
     this.image230.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "folder-public", global::Gtk.IconSize.Dialog);
     this.hbox1.Add(this.image230);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.image230]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Group Details");
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label();
     this.label2.WidthRequest = 150;
     this.label2.Name         = "label2";
     this.label2.Xalign       = 0F;
     this.label2.LabelProp    = global::Mono.Unix.Catalog.GetString("<b>Group GID#</b>");
     this.label2.UseMarkup    = true;
     this.hbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label2]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.gidNumberLabel           = new global::Gtk.Label();
     this.gidNumberLabel.Name      = "gidNumberLabel";
     this.gidNumberLabel.LabelProp = global::Mono.Unix.Catalog.GetString("label3");
     this.hbox2.Add(this.gidNumberLabel);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.gidNumberLabel]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label();
     this.label4.WidthRequest = 150;
     this.label4.Name         = "label4";
     this.label4.Xalign       = 0F;
     this.label4.LabelProp    = global::Mono.Unix.Catalog.GetString("<b>Group GID</b>");
     this.label4.UseMarkup    = true;
     this.hbox3.Add(this.label4);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label4]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.gidLabel           = new global::Gtk.Label();
     this.gidLabel.Name      = "gidLabel";
     this.gidLabel.LabelProp = global::Mono.Unix.Catalog.GetString("label5");
     this.hbox3.Add(this.gidLabel);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.gidLabel]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox3]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox1.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator1]));
     w10.Position = 3;
     w10.Expand   = false;
     w10.Fill     = false;
     w10.Padding  = ((uint)(7));
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame2            = new global::Gtk.Frame();
     this.frame2.Name       = "frame2";
     this.frame2.ShadowType = ((global::Gtk.ShadowType)(2));
     // Container child frame2.Gtk.Container+ContainerChild
     this.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.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Description");
     this.hbox4.Add(this.label6);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label6]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.descriptionEntry               = new global::Gtk.Entry();
     this.descriptionEntry.CanFocus      = true;
     this.descriptionEntry.Name          = "descriptionEntry";
     this.descriptionEntry.IsEditable    = true;
     this.descriptionEntry.InvisibleChar = '●';
     this.hbox4.Add(this.descriptionEntry);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.descriptionEntry]));
     w12.Position = 1;
     // Container child hbox4.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox4.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.vseparator1]));
     w13.Position = 2;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.undoButton              = new global::Gtk.Button();
     this.undoButton.CanFocus     = true;
     this.undoButton.Name         = "undoButton";
     this.undoButton.UseStock     = true;
     this.undoButton.UseUnderline = true;
     this.undoButton.Label        = "gtk-undo";
     this.vbox2.Add(this.undoButton);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.undoButton]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.applyDescriptionButton              = new global::Gtk.Button();
     this.applyDescriptionButton.CanFocus     = true;
     this.applyDescriptionButton.Name         = "applyDescriptionButton";
     this.applyDescriptionButton.UseStock     = true;
     this.applyDescriptionButton.UseUnderline = true;
     this.applyDescriptionButton.Label        = "gtk-apply";
     this.vbox2.Add(this.applyDescriptionButton);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.applyDescriptionButton]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     this.hbox4.Add(this.vbox2);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.vbox2]));
     w16.Position = 3;
     w16.Expand   = false;
     w16.Fill     = false;
     this.GtkAlignment1.Add(this.hbox4);
     this.frame2.Add(this.GtkAlignment1);
     this.GtkLabel2           = new global::Gtk.Label();
     this.GtkLabel2.Name      = "GtkLabel2";
     this.GtkLabel2.Xpad      = 6;
     this.GtkLabel2.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Edit Description</b>");
     this.GtkLabel2.UseMarkup = true;
     this.frame2.LabelWidget  = this.GtkLabel2;
     this.vbox1.Add(this.frame2);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame2]));
     w19.Position = 4;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame3            = new global::Gtk.Frame();
     this.frame3.Name       = "frame3";
     this.frame3.ShadowType = ((global::Gtk.ShadowType)(2));
     // Container child frame3.Gtk.Container+ContainerChild
     this.GtkAlignment4               = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment4.Name          = "GtkAlignment4";
     this.GtkAlignment4.LeftPadding   = ((uint)(6));
     this.GtkAlignment4.TopPadding    = ((uint)(6));
     this.GtkAlignment4.RightPadding  = ((uint)(6));
     this.GtkAlignment4.BottomPadding = ((uint)(6));
     // Container child GtkAlignment4.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.otherUsersTreeview          = new global::Gtk.TreeView();
     this.otherUsersTreeview.CanFocus = true;
     this.otherUsersTreeview.Name     = "otherUsersTreeview";
     this.GtkScrolledWindow1.Add(this.otherUsersTreeview);
     this.hbox6.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.GtkScrolledWindow1]));
     w21.Position = 0;
     // Container child hbox6.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.addUserbutton          = new global::Gtk.Button();
     this.addUserbutton.CanFocus = true;
     this.addUserbutton.Name     = "addUserbutton";
     // Container child addUserbutton.Gtk.Container+ContainerChild
     this.image246        = new global::Gtk.Image();
     this.image246.Name   = "image246";
     this.image246.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-forward", global::Gtk.IconSize.Menu);
     this.addUserbutton.Add(this.image246);
     this.vbox4.Add(this.addUserbutton);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.addUserbutton]));
     w23.Position = 0;
     w23.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.deleteUserbutton          = new global::Gtk.Button();
     this.deleteUserbutton.CanFocus = true;
     this.deleteUserbutton.Name     = "deleteUserbutton";
     // Container child deleteUserbutton.Gtk.Container+ContainerChild
     this.image245        = new global::Gtk.Image();
     this.image245.Name   = "image245";
     this.image245.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-back", global::Gtk.IconSize.Menu);
     this.deleteUserbutton.Add(this.image245);
     this.vbox4.Add(this.deleteUserbutton);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.deleteUserbutton]));
     w25.PackType = ((global::Gtk.PackType)(1));
     w25.Position = 1;
     w25.Fill     = false;
     this.hbox6.Add(this.vbox4);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.vbox4]));
     w26.Position = 1;
     w26.Expand   = false;
     // Container child hbox6.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.usersInGroupTreeview          = new global::Gtk.TreeView();
     this.usersInGroupTreeview.CanFocus = true;
     this.usersInGroupTreeview.Name     = "usersInGroupTreeview";
     this.GtkScrolledWindow.Add(this.usersInGroupTreeview);
     this.hbox6.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.GtkScrolledWindow]));
     w28.Position = 2;
     this.vbox3.Add(this.hbox6);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox6]));
     w29.Position = 0;
     // Container child vbox3.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("<b>Change password to every user in this group:</b>");
     this.label9.UseMarkup = true;
     this.vbox3.Add(this.label9);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label9]));
     w30.Position = 1;
     w30.Expand   = false;
     w30.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.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox8         = new global::Gtk.HBox();
     this.hbox8.Name    = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.label10 = new global::Gtk.Label();
     this.label10.WidthRequest = 150;
     this.label10.Name         = "label10";
     this.label10.Xalign       = 0F;
     this.label10.LabelProp    = global::Mono.Unix.Catalog.GetString("Enter password:"******"passwordEntry";
     this.passwordEntry.IsEditable    = true;
     this.passwordEntry.Visibility    = false;
     this.passwordEntry.InvisibleChar = '●';
     this.hbox8.Add(this.passwordEntry);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.passwordEntry]));
     w32.Position = 1;
     this.vbox5.Add(this.hbox8);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox8]));
     w33.Position = 0;
     w33.Expand   = false;
     w33.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox9         = new global::Gtk.HBox();
     this.hbox9.Name    = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.label11 = new global::Gtk.Label();
     this.label11.WidthRequest = 150;
     this.label11.Name         = "label11";
     this.label11.Xalign       = 0F;
     this.label11.LabelProp    = global::Mono.Unix.Catalog.GetString("Re-enter password:"******"passwordEntry2";
     this.passwordEntry2.IsEditable    = true;
     this.passwordEntry2.Visibility    = false;
     this.passwordEntry2.InvisibleChar = '●';
     this.hbox9.Add(this.passwordEntry2);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.passwordEntry2]));
     w35.Position = 1;
     this.vbox5.Add(this.hbox9);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox9]));
     w36.Position = 1;
     w36.Expand   = false;
     w36.Fill     = false;
     this.hbox7.Add(this.vbox5);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.vbox5]));
     w37.Position = 0;
     // Container child hbox7.Gtk.Box+BoxChild
     this.vseparator2      = new global::Gtk.VSeparator();
     this.vseparator2.Name = "vseparator2";
     this.hbox7.Add(this.vseparator2);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.vseparator2]));
     w38.Position = 1;
     w38.Expand   = false;
     w38.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.applyPasswordButton              = new global::Gtk.Button();
     this.applyPasswordButton.CanFocus     = true;
     this.applyPasswordButton.Name         = "applyPasswordButton";
     this.applyPasswordButton.UseStock     = true;
     this.applyPasswordButton.UseUnderline = true;
     this.applyPasswordButton.Label        = "gtk-apply";
     this.hbox7.Add(this.applyPasswordButton);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.applyPasswordButton]));
     w39.Position = 2;
     w39.Expand   = false;
     w39.Fill     = false;
     this.vbox3.Add(this.hbox7);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox7]));
     w40.Position = 2;
     w40.Expand   = false;
     w40.Fill     = false;
     this.GtkAlignment4.Add(this.vbox3);
     this.frame3.Add(this.GtkAlignment4);
     this.GtkLabel4           = new global::Gtk.Label();
     this.GtkLabel4.Name      = "GtkLabel4";
     this.GtkLabel4.Xpad      = 6;
     this.GtkLabel4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Edit Users</b>");
     this.GtkLabel4.UseMarkup = true;
     this.frame3.LabelWidget  = this.GtkLabel4;
     this.vbox1.Add(this.frame3);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame3]));
     w43.Position = 5;
     // Container child vbox1.Gtk.Box+BoxChild
     this.msgLabel      = new global::Gtk.Label();
     this.msgLabel.Name = "msgLabel";
     this.vbox1.Add(this.msgLabel);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.msgLabel]));
     w44.Position = 6;
     w44.Expand   = false;
     w44.Fill     = false;
     this.GtkAlignment.Add(this.vbox1);
     this.frame1.Add(this.GtkAlignment);
     this.Add(this.frame1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.undoButton.Clicked             += new global::System.EventHandler(this.OnUndoButtonClicked);
     this.applyDescriptionButton.Clicked += new global::System.EventHandler(this.OnApplyDescriptionButtonClicked);
     this.addUserbutton.Clicked          += new global::System.EventHandler(this.OnAddUserButtonClicked);
     this.deleteUserbutton.Clicked       += new global::System.EventHandler(this.OnDeleteUserButtonClicked);
     this.passwordEntry.Changed          += new global::System.EventHandler(this.OnPasswordEntryChanged);
     this.passwordEntry2.Changed         += new global::System.EventHandler(this.OnPasswordEntry2Changed);
     this.applyPasswordButton.Clicked    += new global::System.EventHandler(this.OnApplyPasswordButtonClicked);
 }
예제 #36
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Resolution.Panel
     this.WidthRequest = 900;
     this.HeightRequest = 600;
     this.Name = "Resolution.Panel";
     this.Title = global::Mono.Unix.Catalog.GetString ("Who are these scans for?");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal = true;
     this.BorderWidth = ((uint)(5));
     this.DefaultWidth = 700;
     this.DestroyWithParent = true;
     this.Gravity = ((global::Gdk.Gravity)(5));
     // Container child Resolution.Panel.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.WidthRequest = 500;
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.sidePanel = new global::Gtk.VBox ();
     this.sidePanel.WidthRequest = 235;
     this.sidePanel.Name = "sidePanel";
     this.sidePanel.Spacing = 6;
     this.sidePanel.BorderWidth = ((uint)(6));
     // Container child sidePanel.Gtk.Box+BoxChild
     this.btns = new global::Gtk.Table (((uint)(1)), ((uint)(3)), false);
     this.btns.Name = "btns";
     this.btns.RowSpacing = ((uint)(6));
     this.btns.ColumnSpacing = ((uint)(6));
     // Container child btns.Gtk.Table+TableChild
     this.alignment1 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name = "alignment1";
     // Container child alignment1.Gtk.Container+ContainerChild
     this.btnDelete = new global::Gtk.Button ();
     this.btnDelete.CanFocus = true;
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.UseUnderline = true;
     // Container child btnDelete.Gtk.Container+ContainerChild
     global::Gtk.Alignment w1 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w2 = new global::Gtk.HBox ();
     w2.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w3 = new global::Gtk.Image ();
     w3.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-remove", global::Gtk.IconSize.Menu);
     w2.Add (w3);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w5 = new global::Gtk.Label ();
     w5.LabelProp = global::Mono.Unix.Catalog.GetString ("Ignore");
     w5.UseUnderline = true;
     w2.Add (w5);
     w1.Add (w2);
     this.btnDelete.Add (w1);
     this.alignment1.Add (this.btnDelete);
     this.btns.Add (this.alignment1);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.btns [this.alignment1]));
     w10.LeftAttach = ((uint)(1));
     w10.RightAttach = ((uint)(2));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child btns.Gtk.Table+TableChild
     this.btnInverted = new global::Gtk.Button ();
     this.btnInverted.CanFocus = true;
     this.btnInverted.Name = "btnInverted";
     this.btnInverted.UseUnderline = true;
     // Container child btnInverted.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-refresh", global::Gtk.IconSize.Menu);
     w12.Add (w13);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w15 = new global::Gtk.Label ();
     w15.LabelProp = global::Mono.Unix.Catalog.GetString ("Invert");
     w15.UseUnderline = true;
     w12.Add (w15);
     w11.Add (w12);
     this.btnInverted.Add (w11);
     this.btns.Add (this.btnInverted);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.btns [this.btnInverted]));
     w19.LeftAttach = ((uint)(2));
     w19.RightAttach = ((uint)(3));
     w19.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child btns.Gtk.Table+TableChild
     this.btnSkip = new global::Gtk.Button ();
     this.btnSkip.CanFocus = true;
     this.btnSkip.Name = "btnSkip";
     this.btnSkip.UseUnderline = true;
     // Container child btnSkip.Gtk.Container+ContainerChild
     global::Gtk.Alignment w20 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w21 = new global::Gtk.HBox ();
     w21.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w22 = new global::Gtk.Image ();
     w22.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-go-forward", global::Gtk.IconSize.Menu);
     w21.Add (w22);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w24 = new global::Gtk.Label ();
     w24.LabelProp = global::Mono.Unix.Catalog.GetString ("Next");
     w24.UseUnderline = true;
     w21.Add (w24);
     w20.Add (w21);
     this.btnSkip.Add (w20);
     this.btns.Add (this.btnSkip);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.btns [this.btnSkip]));
     w28.YOptions = ((global::Gtk.AttachOptions)(4));
     this.sidePanel.Add (this.btns);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.sidePanel [this.btns]));
     w29.Position = 0;
     w29.Expand = false;
     w29.Fill = false;
     // Container child sidePanel.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator ();
     this.hseparator1.Name = "hseparator1";
     this.sidePanel.Add (this.hseparator1);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.sidePanel [this.hseparator1]));
     w30.Position = 1;
     w30.Expand = false;
     w30.Fill = false;
     // Container child sidePanel.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 w31 = new global::Gtk.Viewport ();
     w31.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.tblStudents = new global::Gtk.Table (((uint)(7)), ((uint)(1)), true);
     this.tblStudents.Name = "tblStudents";
     this.tblStudents.RowSpacing = ((uint)(2));
     this.tblStudents.ColumnSpacing = ((uint)(6));
     this.tblStudents.BorderWidth = ((uint)(1));
     w31.Add (this.tblStudents);
     this.scrolledwindow1.Add (w31);
     this.sidePanel.Add (this.scrolledwindow1);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.sidePanel [this.scrolledwindow1]));
     w34.Position = 2;
     this.hbox1.Add (this.sidePanel);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.sidePanel]));
     w35.Position = 0;
     w35.Expand = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vseparator1 = new global::Gtk.VSeparator ();
     this.vseparator1.Name = "vseparator1";
     this.hbox1.Add (this.vseparator1);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vseparator1]));
     w36.Position = 1;
     w36.Expand = false;
     w36.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.scrolledwindow2 = new global::Gtk.ScrolledWindow ();
     this.scrolledwindow2.CanFocus = true;
     this.scrolledwindow2.Name = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     global::Gtk.Viewport w37 = new global::Gtk.Viewport ();
     w37.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport1.Gtk.Container+ContainerChild
     this.preview = new global::Gtk.Image ();
     this.preview.Name = "preview";
     w37.Add (this.preview);
     this.scrolledwindow2.Add (w37);
     this.hbox1.Add (this.scrolledwindow2);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.scrolledwindow2]));
     w40.Position = 2;
     this.Add (this.hbox1);
     if ((this.Child != null))
         this.Child.ShowAll();
     this.DefaultHeight = 628;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDelete);
     this.btnSkip.Clicked += new global::System.EventHandler (this.NextScan);
     this.btnDelete.Clicked += new global::System.EventHandler (this.DeleteScan);
 }
예제 #37
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget BioGorod.Dialogs.Client.ContractLongLeaseDlg
     global::Stetic.BinContainer.Attach(this);
     this.Name = "BioGorod.Dialogs.Client.ContractLongLeaseDlg";
     // Container child BioGorod.Dialogs.Client.ContractLongLeaseDlg.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonSave              = new global::Gtk.Button();
     this.buttonSave.CanFocus     = true;
     this.buttonSave.Name         = "buttonSave";
     this.buttonSave.UseUnderline = true;
     this.buttonSave.Label        = global::Mono.Unix.Catalog.GetString("Сохранить");
     global::Gtk.Image w1 = new global::Gtk.Image();
     w1.Pixbuf             = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu);
     this.buttonSave.Image = w1;
     this.hbox1.Add(this.buttonSave);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonSave]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = global::Mono.Unix.Catalog.GetString("Отменить");
     global::Gtk.Image w3 = new global::Gtk.Image();
     w3.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-revert-to-saved", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w3;
     this.hbox1.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonCancel]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox1.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vseparator1]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(3)), ((uint)(5)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Номер:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w7.LeftAttach  = ((uint)(2));
     w7.RightAttach = ((uint)(3));
     w7.XOptions    = ((global::Gtk.AttachOptions)(4));
     w7.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 1F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Организация:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w8.TopAttach    = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 1F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Контрагент:");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w9.TopAttach    = ((uint)(2));
     w9.BottomAttach = ((uint)(3));
     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.Name      = "label4";
     this.label4.Xalign    = 1F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Дата подписания:");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 1F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Архивный:");
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w11.TopAttach    = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.LeftAttach   = ((uint)(2));
     w11.RightAttach  = ((uint)(3));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.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("В наличии:");
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w12.TopAttach    = ((uint)(2));
     w12.BottomAttach = ((uint)(3));
     w12.LeftAttach   = ((uint)(2));
     w12.RightAttach  = ((uint)(3));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.templatewidget1        = new global::QSDocTemplates.TemplateWidget();
     this.templatewidget1.Events = ((global::Gdk.EventMask)(256));
     this.templatewidget1.Name   = "templatewidget1";
     this.table1.Add(this.templatewidget1);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.templatewidget1]));
     w13.BottomAttach = ((uint)(3));
     w13.LeftAttach   = ((uint)(4));
     w13.RightAttach  = ((uint)(5));
     w13.XOptions     = ((global::Gtk.AttachOptions)(0));
     w13.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.ycheckOrigin               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckOrigin.CanFocus      = true;
     this.ycheckOrigin.Name          = "ycheckOrigin";
     this.ycheckOrigin.Label         = global::Mono.Unix.Catalog.GetString("Оригинал");
     this.ycheckOrigin.DrawIndicator = true;
     this.ycheckOrigin.UseUnderline  = true;
     this.vbox2.Add(this.ycheckOrigin);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.ycheckOrigin]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.ycheckScanned               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckScanned.CanFocus      = true;
     this.ycheckScanned.Name          = "ycheckScanned";
     this.ycheckScanned.Label         = global::Mono.Unix.Catalog.GetString("Скан");
     this.ycheckScanned.DrawIndicator = true;
     this.ycheckScanned.UseUnderline  = true;
     this.vbox2.Add(this.ycheckScanned);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.ycheckScanned]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     this.table1.Add(this.vbox2);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox2]));
     w16.TopAttach    = ((uint)(2));
     w16.BottomAttach = ((uint)(3));
     w16.LeftAttach   = ((uint)(3));
     w16.RightAttach  = ((uint)(4));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ycheckArchive               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckArchive.CanFocus      = true;
     this.ycheckArchive.Name          = "ycheckArchive";
     this.ycheckArchive.Label         = global::Mono.Unix.Catalog.GetString("Да");
     this.ycheckArchive.DrawIndicator = true;
     this.ycheckArchive.UseUnderline  = true;
     this.table1.Add(this.ycheckArchive);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.ycheckArchive]));
     w17.TopAttach    = ((uint)(1));
     w17.BottomAttach = ((uint)(2));
     w17.LeftAttach   = ((uint)(3));
     w17.RightAttach  = ((uint)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ydateIssue                = new global::Gamma.Widgets.yDatePicker();
     this.ydateIssue.Events         = ((global::Gdk.EventMask)(256));
     this.ydateIssue.Name           = "ydateIssue";
     this.ydateIssue.WithTime       = false;
     this.ydateIssue.Date           = new global::System.DateTime(0);
     this.ydateIssue.IsEditable     = true;
     this.ydateIssue.AutoSeparation = true;
     this.table1.Add(this.ydateIssue);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.ydateIssue]));
     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.yentryreferenceCounterparty        = new global::Gamma.Widgets.yEntryReferenceVM();
     this.yentryreferenceCounterparty.Events = ((global::Gdk.EventMask)(256));
     this.yentryreferenceCounterparty.Name   = "yentryreferenceCounterparty";
     this.table1.Add(this.yentryreferenceCounterparty);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1 [this.yentryreferenceCounterparty]));
     w19.TopAttach    = ((uint)(2));
     w19.BottomAttach = ((uint)(3));
     w19.LeftAttach   = ((uint)(1));
     w19.RightAttach  = ((uint)(2));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.yentryreferenceOrg        = new global::Gamma.Widgets.yEntryReference();
     this.yentryreferenceOrg.Events = ((global::Gdk.EventMask)(256));
     this.yentryreferenceOrg.Name   = "yentryreferenceOrg";
     this.table1.Add(this.yentryreferenceOrg);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1 [this.yentryreferenceOrg]));
     w20.TopAttach    = ((uint)(1));
     w20.BottomAttach = ((uint)(2));
     w20.LeftAttach   = ((uint)(1));
     w20.RightAttach  = ((uint)(2));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ylabelNumber           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelNumber.Name      = "ylabelNumber";
     this.ylabelNumber.Xalign    = 0F;
     this.ylabelNumber.LabelProp = global::Mono.Unix.Catalog.GetString("ylabel1");
     this.table1.Add(this.ylabelNumber);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1 [this.ylabelNumber]));
     w21.LeftAttach  = ((uint)(3));
     w21.RightAttach = ((uint)(4));
     w21.XOptions    = ((global::Gtk.AttachOptions)(4));
     w21.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
     w22.Position = 1;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.notebookAddresses             = new global::Gtk.Notebook();
     this.notebookAddresses.CanFocus    = true;
     this.notebookAddresses.Name        = "notebookAddresses";
     this.notebookAddresses.CurrentPage = 0;
     // Notebook tab
     global::Gtk.Label w23 = new global::Gtk.Label();
     w23.Visible = true;
     this.notebookAddresses.Add(w23);
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("page1");
     this.notebookAddresses.SetTabLabel(w23, this.label7);
     this.label7.ShowAll();
     this.vbox1.Add(this.notebookAddresses);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.notebookAddresses]));
     w24.Position = 2;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.buttonSave.Clicked   += new global::System.EventHandler(this.OnButtonSaveClicked);
     this.buttonCancel.Clicked += new global::System.EventHandler(this.OnButtonCancelClicked);
 }
예제 #38
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.BorderWidth    = ((uint)(6));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.fixed4           = new global::Gtk.Fixed();
     this.fixed4.Name      = "fixed4";
     this.fixed4.HasWindow = false;
     // Container child fixed4.Gtk.Fixed+FixedChild
     this.lblName           = new global::Gtk.Label();
     this.lblName.Name      = "lblName";
     this.lblName.Xpad      = 1;
     this.lblName.Ypad      = 1;
     this.lblName.LabelProp = global::Mono.Unix.Catalog.GetString("Nombre");
     this.lblName.Justify   = ((global::Gtk.Justification)(2));
     this.fixed4.Add(this.lblName);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed4[this.lblName]));
     w1.X = 49;
     w1.Y = 28;
     // Container child fixed4.Gtk.Fixed+FixedChild
     this.txtDescription = new global::Gtk.Entry();
     this.txtDescription.WidthRequest  = 370;
     this.txtDescription.CanFocus      = true;
     this.txtDescription.Name          = "txtDescription";
     this.txtDescription.IsEditable    = true;
     this.txtDescription.InvisibleChar = '•';
     this.fixed4.Add(this.txtDescription);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed4[this.txtDescription]));
     w2.X = 118;
     w2.Y = 71;
     // Container child fixed4.Gtk.Fixed+FixedChild
     this.txtQuantity               = new global::Gtk.Entry();
     this.txtQuantity.CanFocus      = true;
     this.txtQuantity.Name          = "txtQuantity";
     this.txtQuantity.IsEditable    = true;
     this.txtQuantity.InvisibleChar = '•';
     this.fixed4.Add(this.txtQuantity);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed4[this.txtQuantity]));
     w3.X = 117;
     w3.Y = 121;
     // Container child fixed4.Gtk.Fixed+FixedChild
     this.txtPrice               = new global::Gtk.Entry();
     this.txtPrice.CanFocus      = true;
     this.txtPrice.Name          = "txtPrice";
     this.txtPrice.IsEditable    = true;
     this.txtPrice.InvisibleChar = '•';
     this.fixed4.Add(this.txtPrice);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed4[this.txtPrice]));
     w4.X = 115;
     w4.Y = 173;
     // Container child fixed4.Gtk.Fixed+FixedChild
     this.lblDescription           = new global::Gtk.Label();
     this.lblDescription.Name      = "lblDescription";
     this.lblDescription.LabelProp = global::Mono.Unix.Catalog.GetString("Descripcion");
     this.fixed4.Add(this.lblDescription);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed4[this.lblDescription]));
     w5.X = 36;
     w5.Y = 82;
     // Container child fixed4.Gtk.Fixed+FixedChild
     this.lblQuantity           = new global::Gtk.Label();
     this.lblQuantity.Name      = "lblQuantity";
     this.lblQuantity.LabelProp = global::Mono.Unix.Catalog.GetString("Cantidad");
     this.fixed4.Add(this.lblQuantity);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed4[this.lblQuantity]));
     w6.X = 46;
     w6.Y = 128;
     // Container child fixed4.Gtk.Fixed+FixedChild
     this.lblPrice           = new global::Gtk.Label();
     this.lblPrice.Name      = "lblPrice";
     this.lblPrice.LabelProp = global::Mono.Unix.Catalog.GetString("Costo");
     this.fixed4.Add(this.lblPrice);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed4[this.lblPrice]));
     w7.X = 61;
     w7.Y = 180;
     // Container child fixed4.Gtk.Fixed+FixedChild
     this.txtName = new global::Gtk.Entry();
     this.txtName.WidthRequest  = 370;
     this.txtName.CanFocus      = true;
     this.txtName.Name          = "txtName";
     this.txtName.IsEditable    = true;
     this.txtName.InvisibleChar = '•';
     this.fixed4.Add(this.txtName);
     global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixed4[this.txtName]));
     w8.X = 119;
     w8.Y = 25;
     // Container child fixed4.Gtk.Fixed+FixedChild
     this.lblCode           = new global::Gtk.Label();
     this.lblCode.Name      = "lblCode";
     this.lblCode.LabelProp = global::Mono.Unix.Catalog.GetString("Codigo");
     this.fixed4.Add(this.lblCode);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed4[this.lblCode]));
     w9.X = 49;
     w9.Y = 259;
     // Container child fixed4.Gtk.Fixed+FixedChild
     this.btnDelete = new global::Gtk.Button();
     this.btnDelete.WidthRequest = 80;
     this.btnDelete.CanFocus     = true;
     this.btnDelete.Name         = "btnDelete";
     this.btnDelete.UseUnderline = true;
     this.btnDelete.Label        = global::Mono.Unix.Catalog.GetString("Eliminar");
     this.fixed4.Add(this.btnDelete);
     global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed4[this.btnDelete]));
     w10.X = 415;
     w10.Y = 252;
     // Container child fixed4.Gtk.Fixed+FixedChild
     this.btnSearch = new global::Gtk.Button();
     this.btnSearch.WidthRequest = 80;
     this.btnSearch.CanFocus     = true;
     this.btnSearch.Name         = "btnSearch";
     this.btnSearch.UseUnderline = true;
     this.btnSearch.Label        = global::Mono.Unix.Catalog.GetString("Buscar");
     this.fixed4.Add(this.btnSearch);
     global::Gtk.Fixed.FixedChild w11 = ((global::Gtk.Fixed.FixedChild)(this.fixed4[this.btnSearch]));
     w11.X = 312;
     w11.Y = 252;
     // Container child fixed4.Gtk.Fixed+FixedChild
     this.txtCode               = new global::Gtk.Entry();
     this.txtCode.CanFocus      = true;
     this.txtCode.Name          = "txtCode";
     this.txtCode.IsEditable    = true;
     this.txtCode.InvisibleChar = '•';
     this.fixed4.Add(this.txtCode);
     global::Gtk.Fixed.FixedChild w12 = ((global::Gtk.Fixed.FixedChild)(this.fixed4[this.txtCode]));
     w12.X = 115;
     w12.Y = 249;
     // Container child fixed4.Gtk.Fixed+FixedChild
     this.hseparator2 = new global::Gtk.HSeparator();
     this.hseparator2.WidthRequest = 500;
     this.hseparator2.Name         = "hseparator2";
     this.fixed4.Add(this.hseparator2);
     global::Gtk.Fixed.FixedChild w13 = ((global::Gtk.Fixed.FixedChild)(this.fixed4[this.hseparator2]));
     w13.X = 25;
     w13.Y = 224;
     // Container child fixed4.Gtk.Fixed+FixedChild
     this.vseparator1 = new global::Gtk.VSeparator();
     this.vseparator1.HeightRequest = 300;
     this.vseparator1.Name          = "vseparator1";
     this.fixed4.Add(this.vseparator1);
     global::Gtk.Fixed.FixedChild w14 = ((global::Gtk.Fixed.FixedChild)(this.fixed4[this.vseparator1]));
     w14.X = 542;
     w14.Y = 10;
     // Container child fixed4.Gtk.Fixed+FixedChild
     this.btnList = new global::Gtk.Button();
     this.btnList.WidthRequest = 80;
     this.btnList.CanFocus     = true;
     this.btnList.Name         = "btnList";
     this.btnList.UseUnderline = true;
     this.btnList.Label        = global::Mono.Unix.Catalog.GetString("Listar");
     this.fixed4.Add(this.btnList);
     global::Gtk.Fixed.FixedChild w15 = ((global::Gtk.Fixed.FixedChild)(this.fixed4[this.btnList]));
     w15.X = 570;
     w15.Y = 8;
     // Container child fixed4.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.WidthRequest  = 400;
     this.GtkScrolledWindow.HeightRequest = 270;
     this.GtkScrolledWindow.Name          = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.txtList               = new global::Gtk.TextView();
     this.txtList.CanFocus      = true;
     this.txtList.Name          = "txtList";
     this.txtList.Editable      = false;
     this.txtList.CursorVisible = false;
     this.GtkScrolledWindow.Add(this.txtList);
     this.fixed4.Add(this.GtkScrolledWindow);
     global::Gtk.Fixed.FixedChild w17 = ((global::Gtk.Fixed.FixedChild)(this.fixed4[this.GtkScrolledWindow]));
     w17.X = 560;
     w17.Y = 50;
     // Container child fixed4.Gtk.Fixed+FixedChild
     this.btnAdd = new global::Gtk.Button();
     this.btnAdd.WidthRequest = 80;
     this.btnAdd.CanFocus     = true;
     this.btnAdd.Name         = "btnAdd";
     this.btnAdd.UseUnderline = true;
     this.btnAdd.Label        = global::Mono.Unix.Catalog.GetString("Agregar");
     this.fixed4.Add(this.btnAdd);
     global::Gtk.Fixed.FixedChild w18 = ((global::Gtk.Fixed.FixedChild)(this.fixed4[this.btnAdd]));
     w18.X = 311;
     w18.Y = 121;
     // Container child fixed4.Gtk.Fixed+FixedChild
     this.btnInsert = new global::Gtk.Button();
     this.btnInsert.WidthRequest = 80;
     this.btnInsert.CanFocus     = true;
     this.btnInsert.Name         = "btnInsert";
     this.btnInsert.UseUnderline = true;
     this.btnInsert.Label        = global::Mono.Unix.Catalog.GetString("Insertar");
     this.fixed4.Add(this.btnInsert);
     global::Gtk.Fixed.FixedChild w19 = ((global::Gtk.Fixed.FixedChild)(this.fixed4[this.btnInsert]));
     w19.X = 310;
     w19.Y = 171;
     // Container child fixed4.Gtk.Fixed+FixedChild
     this.lblPos           = new global::Gtk.Label();
     this.lblPos.Name      = "lblPos";
     this.lblPos.LabelProp = global::Mono.Unix.Catalog.GetString("Posicion");
     this.fixed4.Add(this.lblPos);
     global::Gtk.Fixed.FixedChild w20 = ((global::Gtk.Fixed.FixedChild)(this.fixed4[this.lblPos]));
     w20.X = 399;
     w20.Y = 182;
     // Container child fixed4.Gtk.Fixed+FixedChild
     this.txtPos = new global::Gtk.Entry();
     this.txtPos.WidthRequest  = 70;
     this.txtPos.CanFocus      = true;
     this.txtPos.Name          = "txtPos";
     this.txtPos.IsEditable    = true;
     this.txtPos.InvisibleChar = '•';
     this.fixed4.Add(this.txtPos);
     global::Gtk.Fixed.FixedChild w21 = ((global::Gtk.Fixed.FixedChild)(this.fixed4[this.txtPos]));
     w21.X = 460;
     w21.Y = 173;
     this.Add(this.fixed4);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 983;
     this.DefaultHeight = 336;
     this.Show();
     this.DeleteEvent       += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.btnDelete.Clicked += new global::System.EventHandler(this.BtnDeleteClick);
     this.btnSearch.Clicked += new global::System.EventHandler(this.BtnSearchClick);
     this.btnList.Clicked   += new global::System.EventHandler(this.BtnListClick);
     this.btnAdd.Clicked    += new global::System.EventHandler(this.BtnAddClick);
     this.btnInsert.Clicked += new global::System.EventHandler(this.BtnInsertClick);
 }
예제 #39
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Dialogs.Employees.TraineeDlg
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Dialogs.Employees.TraineeDlg";
     // Container child Vodovoz.Dialogs.Employees.TraineeDlg.Gtk.Container+ContainerChild
     this.vbox1             = new global::Gtk.VBox();
     this.vbox1.Name        = "vbox1";
     this.vbox1.Spacing     = 6;
     this.vbox1.BorderWidth = ((uint)(6));
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonSave              = new global::Gtk.Button();
     this.buttonSave.CanFocus     = true;
     this.buttonSave.Name         = "buttonSave";
     this.buttonSave.UseUnderline = true;
     this.buttonSave.Label        = global::Mono.Unix.Catalog.GetString("Сохранить");
     global::Gtk.Image w1 = new global::Gtk.Image();
     w1.Pixbuf             = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu);
     this.buttonSave.Image = w1;
     this.hbox1.Add(this.buttonSave);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonSave]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = global::Mono.Unix.Catalog.GetString("Отменить");
     global::Gtk.Image w3 = new global::Gtk.Image();
     w3.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-revert-to-saved", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w3;
     this.hbox1.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonCancel]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox1.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vseparator1]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.radioTabInfo               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Основное"));
     this.radioTabInfo.CanFocus      = true;
     this.radioTabInfo.Name          = "radioTabInfo";
     this.radioTabInfo.DrawIndicator = false;
     this.radioTabInfo.UseUnderline  = true;
     this.radioTabInfo.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.hbox1.Add(this.radioTabInfo);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.radioTabInfo]));
     w6.Position = 3;
     // Container child hbox1.Gtk.Box+BoxChild
     this.radioTabAccounting               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Реквизиты"));
     this.radioTabAccounting.CanFocus      = true;
     this.radioTabAccounting.Name          = "radioTabAccounting";
     this.radioTabAccounting.DrawIndicator = false;
     this.radioTabAccounting.UseUnderline  = true;
     this.radioTabAccounting.Group         = this.radioTabInfo.Group;
     this.hbox1.Add(this.radioTabAccounting);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.radioTabAccounting]));
     w7.Position = 4;
     // Container child hbox1.Gtk.Box+BoxChild
     this.radioTabFiles               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Файлы"));
     this.radioTabFiles.CanFocus      = true;
     this.radioTabFiles.Name          = "radioTabFiles";
     this.radioTabFiles.DrawIndicator = false;
     this.radioTabFiles.UseUnderline  = true;
     this.radioTabFiles.Group         = this.radioTabInfo.Group;
     this.hbox1.Add(this.radioTabFiles);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.radioTabFiles]));
     w8.Position = 5;
     // Container child hbox1.Gtk.Box+BoxChild
     this.radioTabDocuments               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Документы"));
     this.radioTabDocuments.CanFocus      = true;
     this.radioTabDocuments.Name          = "radioTabDocuments";
     this.radioTabDocuments.DrawIndicator = false;
     this.radioTabDocuments.UseUnderline  = true;
     this.radioTabDocuments.Group         = this.radioTabInfo.Group;
     this.hbox1.Add(this.radioTabDocuments);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.radioTabDocuments]));
     w9.Position = 6;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.notebookMain             = new global::Gtk.Notebook();
     this.notebookMain.CanFocus    = true;
     this.notebookMain.Name        = "notebookMain";
     this.notebookMain.CurrentPage = 0;
     // Container child notebookMain.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
     global::Gtk.Viewport w11 = new global::Gtk.Viewport();
     w11.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.datatableMain               = new global::Gtk.Table(((uint)(10)), ((uint)(3)), false);
     this.datatableMain.Name          = "datatableMain";
     this.datatableMain.RowSpacing    = ((uint)(6));
     this.datatableMain.ColumnSpacing = ((uint)(6));
     this.datatableMain.BorderWidth   = ((uint)(6));
     // Container child datatableMain.Gtk.Table+TableChild
     this.checkbuttonRussianCitizen               = new global::Gamma.GtkWidgets.yCheckButton();
     this.checkbuttonRussianCitizen.CanFocus      = true;
     this.checkbuttonRussianCitizen.Name          = "checkbuttonRussianCitizen";
     this.checkbuttonRussianCitizen.Label         = global::Mono.Unix.Catalog.GetString("Гражданство РФ");
     this.checkbuttonRussianCitizen.Active        = true;
     this.checkbuttonRussianCitizen.DrawIndicator = true;
     this.checkbuttonRussianCitizen.UseUnderline  = true;
     this.checkbuttonRussianCitizen.FocusOnClick  = false;
     this.checkbuttonRussianCitizen.Relief        = ((global::Gtk.ReliefStyle)(2));
     this.datatableMain.Add(this.checkbuttonRussianCitizen);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.checkbuttonRussianCitizen]));
     w12.TopAttach    = ((uint)(4));
     w12.BottomAttach = ((uint)(5));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataentryDrivingNumber = new global::Gamma.GtkWidgets.yEntry();
     this.dataentryDrivingNumber.TooltipMarkup = "Десять символов серии и номера без пробелов.";
     this.dataentryDrivingNumber.CanFocus      = true;
     this.dataentryDrivingNumber.Name          = "dataentryDrivingNumber";
     this.dataentryDrivingNumber.IsEditable    = true;
     this.dataentryDrivingNumber.MaxLength     = 45;
     this.dataentryDrivingNumber.InvisibleChar = '●';
     this.datatableMain.Add(this.dataentryDrivingNumber);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.dataentryDrivingNumber]));
     w13.TopAttach    = ((uint)(9));
     w13.BottomAttach = ((uint)(10));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(3));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataentryLastName               = new global::Gamma.GtkWidgets.yEntry();
     this.dataentryLastName.CanFocus      = true;
     this.dataentryLastName.Name          = "dataentryLastName";
     this.dataentryLastName.IsEditable    = true;
     this.dataentryLastName.InvisibleChar = '●';
     this.datatableMain.Add(this.dataentryLastName);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.dataentryLastName]));
     w14.LeftAttach  = ((uint)(1));
     w14.RightAttach = ((uint)(2));
     w14.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataentryName               = new global::Gamma.GtkWidgets.yEntry();
     this.dataentryName.CanFocus      = true;
     this.dataentryName.Name          = "dataentryName";
     this.dataentryName.IsEditable    = true;
     this.dataentryName.MaxLength     = 100;
     this.dataentryName.InvisibleChar = '●';
     this.datatableMain.Add(this.dataentryName);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.dataentryName]));
     w15.TopAttach    = ((uint)(1));
     w15.BottomAttach = ((uint)(2));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataentryPatronymic               = new global::Gamma.GtkWidgets.yEntry();
     this.dataentryPatronymic.CanFocus      = true;
     this.dataentryPatronymic.Name          = "dataentryPatronymic";
     this.dataentryPatronymic.IsEditable    = true;
     this.dataentryPatronymic.InvisibleChar = '●';
     this.datatableMain.Add(this.dataentryPatronymic);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.dataentryPatronymic]));
     w16.TopAttach    = ((uint)(2));
     w16.BottomAttach = ((uint)(3));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.entryAddressCurrent               = new global::Gamma.GtkWidgets.yEntry();
     this.entryAddressCurrent.CanFocus      = true;
     this.entryAddressCurrent.Name          = "entryAddressCurrent";
     this.entryAddressCurrent.IsEditable    = true;
     this.entryAddressCurrent.InvisibleChar = '●';
     this.datatableMain.Add(this.entryAddressCurrent);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.entryAddressCurrent]));
     w17.TopAttach    = ((uint)(8));
     w17.BottomAttach = ((uint)(9));
     w17.LeftAttach   = ((uint)(1));
     w17.RightAttach  = ((uint)(3));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.entryAddressRegistration               = new global::Gamma.GtkWidgets.yEntry();
     this.entryAddressRegistration.CanFocus      = true;
     this.entryAddressRegistration.Name          = "entryAddressRegistration";
     this.entryAddressRegistration.IsEditable    = true;
     this.entryAddressRegistration.InvisibleChar = '●';
     this.datatableMain.Add(this.entryAddressRegistration);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.entryAddressRegistration]));
     w18.TopAttach    = ((uint)(7));
     w18.BottomAttach = ((uint)(8));
     w18.LeftAttach   = ((uint)(1));
     w18.RightAttach  = ((uint)(3));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.Xalign    = 1F;
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Телефон:");
     this.datatableMain.Add(this.label10);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.label10]));
     w19.TopAttach    = ((uint)(6));
     w19.BottomAttach = ((uint)(7));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.Xalign    = 1F;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Водительское удостоверение:");
     this.datatableMain.Add(this.label11);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.label11]));
     w20.TopAttach    = ((uint)(9));
     w20.BottomAttach = ((uint)(10));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label13      = new global::Gtk.Label();
     this.label13.Name = "label13";
     this.datatableMain.Add(this.label13);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.label13]));
     w21.TopAttach    = ((uint)(4));
     w21.BottomAttach = ((uint)(5));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.Xalign    = 1F;
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString("Адрес регистрации:");
     this.datatableMain.Add(this.label14);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.label14]));
     w22.TopAttach    = ((uint)(7));
     w22.BottomAttach = ((uint)(8));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.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.datatableMain.Add(this.label15);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.label15]));
     w23.TopAttach    = ((uint)(8));
     w23.BottomAttach = ((uint)(9));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 1F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Фамилия:");
     this.label2.UseMarkup = true;
     this.datatableMain.Add(this.label2);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.label2]));
     w24.XOptions = ((global::Gtk.AttachOptions)(4));
     w24.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 1F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Имя:");
     this.datatableMain.Add(this.label5);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.label5]));
     w25.TopAttach    = ((uint)(1));
     w25.BottomAttach = ((uint)(2));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 1F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Отчество:");
     this.datatableMain.Add(this.label6);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.label6]));
     w26.TopAttach    = ((uint)(2));
     w26.BottomAttach = ((uint)(3));
     w26.XOptions     = ((global::Gtk.AttachOptions)(4));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 1F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Национальность:");
     this.datatableMain.Add(this.label7);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.label7]));
     w27.TopAttach    = ((uint)(3));
     w27.BottomAttach = ((uint)(4));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.labelCitizenship           = new global::Gtk.Label();
     this.labelCitizenship.Name      = "labelCitizenship";
     this.labelCitizenship.Xalign    = 1F;
     this.labelCitizenship.LabelProp = global::Mono.Unix.Catalog.GetString("Ин.гражданство:");
     this.datatableMain.Add(this.labelCitizenship);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.labelCitizenship]));
     w28.TopAttach    = ((uint)(5));
     w28.BottomAttach = ((uint)(6));
     w28.XOptions     = ((global::Gtk.AttachOptions)(4));
     w28.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.phonesView            = new global::Vodovoz.Views.Contacts.PhonesView();
     this.phonesView.Events     = ((global::Gdk.EventMask)(256));
     this.phonesView.Name       = "phonesView";
     this.phonesView.IsReadOnly = false;
     this.datatableMain.Add(this.phonesView);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.phonesView]));
     w29.TopAttach    = ((uint)(6));
     w29.BottomAttach = ((uint)(7));
     w29.LeftAttach   = ((uint)(1));
     w29.RightAttach  = ((uint)(3));
     w29.XOptions     = ((global::Gtk.AttachOptions)(4));
     w29.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.photoviewEmployee          = new global::QS.Widgets.GtkUI.PhotoView();
     this.photoviewEmployee.Events   = ((global::Gdk.EventMask)(256));
     this.photoviewEmployee.Name     = "photoviewEmployee";
     this.photoviewEmployee.CanPrint = false;
     this.datatableMain.Add(this.photoviewEmployee);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.photoviewEmployee]));
     w30.BottomAttach = ((uint)(4));
     w30.LeftAttach   = ((uint)(2));
     w30.RightAttach  = ((uint)(3));
     w30.XOptions     = ((global::Gtk.AttachOptions)(4));
     w30.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.referenceCitizenship        = new global::Gamma.Widgets.yEntryReference();
     this.referenceCitizenship.Events = ((global::Gdk.EventMask)(256));
     this.referenceCitizenship.Name   = "referenceCitizenship";
     this.datatableMain.Add(this.referenceCitizenship);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.referenceCitizenship]));
     w31.TopAttach    = ((uint)(5));
     w31.BottomAttach = ((uint)(6));
     w31.LeftAttach   = ((uint)(1));
     w31.RightAttach  = ((uint)(2));
     w31.XOptions     = ((global::Gtk.AttachOptions)(4));
     w31.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.referenceNationality        = new global::Gamma.Widgets.yEntryReference();
     this.referenceNationality.Events = ((global::Gdk.EventMask)(256));
     this.referenceNationality.Name   = "referenceNationality";
     this.datatableMain.Add(this.referenceNationality);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.referenceNationality]));
     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));
     w11.Add(this.datatableMain);
     this.GtkScrolledWindow.Add(w11);
     this.notebookMain.Add(this.GtkScrolledWindow);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Информация");
     this.notebookMain.SetTabLabel(this.GtkScrolledWindow, this.label1);
     this.label1.ShowAll();
     // Container child notebookMain.Gtk.Notebook+NotebookChild
     this.vbox5             = new global::Gtk.VBox();
     this.vbox5.Name        = "vbox5";
     this.vbox5.Spacing     = 6;
     this.vbox5.BorderWidth = ((uint)(6));
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.label19           = new global::Gtk.Label();
     this.label19.Name      = "label19";
     this.label19.LabelProp = global::Mono.Unix.Catalog.GetString("ИНН:");
     this.hbox6.Add(this.label19);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.label19]));
     w36.Position = 0;
     w36.Expand   = false;
     w36.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.entryInn               = new global::Gamma.GtkWidgets.yEntry();
     this.entryInn.CanFocus      = true;
     this.entryInn.Name          = "entryInn";
     this.entryInn.IsEditable    = true;
     this.entryInn.InvisibleChar = '●';
     this.hbox6.Add(this.entryInn);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.entryInn]));
     w37.Position = 1;
     this.vbox5.Add(this.hbox6);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hbox6]));
     w38.Position = 0;
     w38.Expand   = false;
     w38.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.accountsView         = new global::QSBanks.AccountsView();
     this.accountsView.Events  = ((global::Gdk.EventMask)(256));
     this.accountsView.Name    = "accountsView";
     this.accountsView.CanEdit = true;
     this.vbox5.Add(this.accountsView);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.accountsView]));
     w39.Position = 1;
     this.notebookMain.Add(this.vbox5);
     global::Gtk.Notebook.NotebookChild w40 = ((global::Gtk.Notebook.NotebookChild)(this.notebookMain[this.vbox5]));
     w40.Position = 1;
     // Notebook tab
     this.label17           = new global::Gtk.Label();
     this.label17.Name      = "label17";
     this.label17.LabelProp = global::Mono.Unix.Catalog.GetString("Реквизиты");
     this.notebookMain.SetTabLabel(this.vbox5, this.label17);
     this.label17.ShowAll();
     // Container child notebookMain.Gtk.Notebook+NotebookChild
     this.attachmentsView        = new global::QSAttachment.Views.Widgets.AttachmentsView();
     this.attachmentsView.Events = ((global::Gdk.EventMask)(256));
     this.attachmentsView.Name   = "attachmentsView";
     this.notebookMain.Add(this.attachmentsView);
     global::Gtk.Notebook.NotebookChild w41 = ((global::Gtk.Notebook.NotebookChild)(this.notebookMain[this.attachmentsView]));
     w41.Position = 2;
     // Notebook tab
     this.label24           = new global::Gtk.Label();
     this.label24.Name      = "label24";
     this.label24.LabelProp = global::Mono.Unix.Catalog.GetString("Файлы");
     this.notebookMain.SetTabLabel(this.attachmentsView, this.label24);
     this.label24.ShowAll();
     // Container child notebookMain.Gtk.Notebook+NotebookChild
     this.vbox7         = new global::Gtk.VBox();
     this.vbox7.Name    = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox12         = new global::Gtk.HBox();
     this.hbox12.Name    = "hbox12";
     this.hbox12.Spacing = 6;
     // Container child hbox12.Gtk.Box+BoxChild
     this.button1              = new global::Gtk.Button();
     this.button1.CanFocus     = true;
     this.button1.Name         = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label        = global::Mono.Unix.Catalog.GetString("Добавить");
     global::Gtk.Image w42 = new global::Gtk.Image();
     w42.Pixbuf         = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     this.button1.Image = w42;
     this.hbox12.Add(this.button1);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.hbox12[this.button1]));
     w43.Position = 0;
     w43.Expand   = false;
     w43.Fill     = false;
     // Container child hbox12.Gtk.Box+BoxChild
     this.buttonDocumentEdit              = new global::Gtk.Button();
     this.buttonDocumentEdit.CanFocus     = true;
     this.buttonDocumentEdit.Name         = "buttonDocumentEdit";
     this.buttonDocumentEdit.UseUnderline = true;
     this.buttonDocumentEdit.Label        = global::Mono.Unix.Catalog.GetString("Изменить");
     global::Gtk.Image w44 = new global::Gtk.Image();
     w44.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-edit", global::Gtk.IconSize.Menu);
     this.buttonDocumentEdit.Image = w44;
     this.hbox12.Add(this.buttonDocumentEdit);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox12[this.buttonDocumentEdit]));
     w45.Position = 1;
     w45.Expand   = false;
     w45.Fill     = false;
     // Container child hbox12.Gtk.Box+BoxChild
     this.button3              = new global::Gtk.Button();
     this.button3.CanFocus     = true;
     this.button3.Name         = "button3";
     this.button3.UseUnderline = true;
     this.button3.Label        = global::Mono.Unix.Catalog.GetString("Удалить");
     global::Gtk.Image w46 = new global::Gtk.Image();
     w46.Pixbuf         = global::Stetic.IconLoader.LoadIcon(this, "gtk-remove", global::Gtk.IconSize.Menu);
     this.button3.Image = w46;
     this.hbox12.Add(this.button3);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.hbox12[this.button3]));
     w47.Position = 2;
     w47.Expand   = false;
     w47.Fill     = false;
     this.vbox7.Add(this.hbox12);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.hbox12]));
     w48.Position = 0;
     w48.Expand   = false;
     w48.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.GtkScrolledWindow4            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow4.Name       = "GtkScrolledWindow4";
     this.GtkScrolledWindow4.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow4.Gtk.Container+ContainerChild
     this.ytreeviewEmployeeDocument          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewEmployeeDocument.CanFocus = true;
     this.ytreeviewEmployeeDocument.Name     = "ytreeviewEmployeeDocument";
     this.GtkScrolledWindow4.Add(this.ytreeviewEmployeeDocument);
     this.vbox7.Add(this.GtkScrolledWindow4);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.GtkScrolledWindow4]));
     w50.Position = 1;
     this.notebookMain.Add(this.vbox7);
     global::Gtk.Notebook.NotebookChild w51 = ((global::Gtk.Notebook.NotebookChild)(this.notebookMain[this.vbox7]));
     w51.Position = 3;
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Документы");
     this.notebookMain.SetTabLabel(this.vbox7, this.label3);
     this.label3.ShowAll();
     this.vbox1.Add(this.notebookMain);
     global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.notebookMain]));
     w52.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.buttonChangeToEmployee              = new global::Gtk.Button();
     this.buttonChangeToEmployee.CanFocus     = true;
     this.buttonChangeToEmployee.Name         = "buttonChangeToEmployee";
     this.buttonChangeToEmployee.UseUnderline = true;
     this.buttonChangeToEmployee.Label        = global::Mono.Unix.Catalog.GetString("Перевести в сотрудники");
     this.hbox5.Add(this.buttonChangeToEmployee);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.buttonChangeToEmployee]));
     w53.PackType = ((global::Gtk.PackType)(1));
     w53.Position = 2;
     w53.Expand   = false;
     w53.Fill     = false;
     this.vbox1.Add(this.hbox5);
     global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox5]));
     w54.PackType = ((global::Gtk.PackType)(1));
     w54.Position = 2;
     w54.Expand   = false;
     w54.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.radioTabInfo.Toggled              += new global::System.EventHandler(this.OnRadioTabInfoToggled);
     this.radioTabAccounting.Toggled        += new global::System.EventHandler(this.OnRadioTabAccountingToggled);
     this.radioTabFiles.Toggled             += new global::System.EventHandler(this.OnRadioTabFilesToggled);
     this.radioTabDocuments.Toggled         += new global::System.EventHandler(this.OnRadioTabDocumentsToggled);
     this.checkbuttonRussianCitizen.Toggled += new global::System.EventHandler(this.OnRussianCitizenToggled);
     this.button1.Clicked                        += new global::System.EventHandler(this.OnButtonAddDocumentClicked);
     this.buttonDocumentEdit.Clicked             += new global::System.EventHandler(this.OnButtonEditDocumentClicked);
     this.button3.Clicked                        += new global::System.EventHandler(this.OnButtonRemoveDocumentClicked);
     this.ytreeviewEmployeeDocument.RowActivated += new global::Gtk.RowActivatedHandler(this.OnEmployeeDocumentRowActivated);
     this.buttonChangeToEmployee.Clicked         += new global::System.EventHandler(this.OnButtonChangeToEmployeeClicked);
 }
예제 #40
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.CapturerBin
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.CapturerBin";
     // Container child LongoMatch.Gui.CapturerBin.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.videowindow = new global::LongoMatch.Gui.VideoWindow ();
     this.videowindow.Events = ((global::Gdk.EventMask)(256));
     this.videowindow.Name = "videowindow";
     this.videowindow.Ready = false;
     this.vbox1.Add (this.videowindow);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.videowindow]));
     w1.Position = 0;
     // Container child vbox1.Gtk.Box+BoxChild
     this.alignment1 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 1F);
     this.alignment1.Name = "alignment1";
     // Container child alignment1.Gtk.Container+ContainerChild
     this.controllerbox = new global::Gtk.HBox ();
     this.controllerbox.Name = "controllerbox";
     this.controllerbox.Spacing = 6;
     // Container child controllerbox.Gtk.Box+BoxChild
     this.hourseventbox = new global::Gtk.EventBox ();
     this.hourseventbox.Name = "hourseventbox";
     // Container child hourseventbox.Gtk.Container+ContainerChild
     this.hourlabel = new global::Gtk.Label ();
     this.hourlabel.Name = "hourlabel";
     this.hourlabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>00</b>");
     this.hourlabel.UseMarkup = true;
     this.hourseventbox.Add (this.hourlabel);
     this.controllerbox.Add (this.hourseventbox);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.controllerbox [this.hourseventbox]));
     w3.Position = 0;
     w3.Expand = false;
     // Container child controllerbox.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>:</b>");
     this.label1.UseMarkup = true;
     this.controllerbox.Add (this.label1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.controllerbox [this.label1]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     // Container child controllerbox.Gtk.Box+BoxChild
     this.minuteseventbox = new global::Gtk.EventBox ();
     this.minuteseventbox.Name = "minuteseventbox";
     // Container child minuteseventbox.Gtk.Container+ContainerChild
     this.minuteslabel = new global::Gtk.Label ();
     this.minuteslabel.Name = "minuteslabel";
     this.minuteslabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>00</b>");
     this.minuteslabel.UseMarkup = true;
     this.minuteseventbox.Add (this.minuteslabel);
     this.controllerbox.Add (this.minuteseventbox);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.controllerbox [this.minuteseventbox]));
     w6.Position = 2;
     w6.Expand = false;
     w6.Fill = false;
     // Container child controllerbox.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>:</b>");
     this.label2.UseMarkup = true;
     this.controllerbox.Add (this.label2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.controllerbox [this.label2]));
     w7.Position = 3;
     w7.Expand = false;
     w7.Fill = false;
     // Container child controllerbox.Gtk.Box+BoxChild
     this.secondseventbox = new global::Gtk.EventBox ();
     this.secondseventbox.Name = "secondseventbox";
     // Container child secondseventbox.Gtk.Container+ContainerChild
     this.secondslabel = new global::Gtk.Label ();
     this.secondslabel.Name = "secondslabel";
     this.secondslabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>00</b>");
     this.secondslabel.UseMarkup = true;
     this.secondseventbox.Add (this.secondslabel);
     this.controllerbox.Add (this.secondseventbox);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.controllerbox [this.secondseventbox]));
     w9.Position = 4;
     w9.Expand = false;
     w9.Fill = false;
     // Container child controllerbox.Gtk.Box+BoxChild
     this.periodlabel = new global::Gtk.Label ();
     this.periodlabel.Name = "periodlabel";
     this.periodlabel.Xpad = 10;
     this.controllerbox.Add (this.periodlabel);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.controllerbox [this.periodlabel]));
     w10.Position = 5;
     w10.Expand = false;
     w10.Fill = false;
     // Container child controllerbox.Gtk.Box+BoxChild
     this.vseparator1 = new global::Gtk.VSeparator ();
     this.vseparator1.Name = "vseparator1";
     this.controllerbox.Add (this.vseparator1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.controllerbox [this.vseparator1]));
     w11.Position = 6;
     // Container child controllerbox.Gtk.Box+BoxChild
     this.recbutton = new global::Gtk.Button ();
     this.recbutton.TooltipMarkup = "Start recording period";
     this.recbutton.CanFocus = true;
     this.recbutton.Name = "recbutton";
     this.recbutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child recbutton.Gtk.Container+ContainerChild
     this.recimage = new global::Gtk.Image ();
     this.recimage.Name = "recimage";
     this.recimage.Xpad = 5;
     this.recimage.Ypad = 5;
     this.recbutton.Add (this.recimage);
     this.recbutton.Label = null;
     this.controllerbox.Add (this.recbutton);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.controllerbox [this.recbutton]));
     w13.Position = 7;
     w13.Expand = false;
     w13.Fill = false;
     // Container child controllerbox.Gtk.Box+BoxChild
     this.stopbutton = new global::Gtk.Button ();
     this.stopbutton.TooltipMarkup = "Stop recording period";
     this.stopbutton.CanFocus = true;
     this.stopbutton.Name = "stopbutton";
     this.stopbutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child stopbutton.Gtk.Container+ContainerChild
     this.stopimage = new global::Gtk.Image ();
     this.stopimage.Name = "stopimage";
     this.stopimage.Xpad = 5;
     this.stopimage.Ypad = 5;
     this.stopbutton.Add (this.stopimage);
     this.stopbutton.Label = null;
     this.controllerbox.Add (this.stopbutton);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.controllerbox [this.stopbutton]));
     w15.Position = 8;
     w15.Expand = false;
     w15.Fill = false;
     // Container child controllerbox.Gtk.Box+BoxChild
     this.pausebutton = new global::Gtk.Button ();
     this.pausebutton.TooltipMarkup = "Pause clock";
     this.pausebutton.CanFocus = true;
     this.pausebutton.Name = "pausebutton";
     this.pausebutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child pausebutton.Gtk.Container+ContainerChild
     this.pauseimage = new global::Gtk.Image ();
     this.pauseimage.Name = "pauseimage";
     this.pauseimage.Xpad = 5;
     this.pauseimage.Ypad = 5;
     this.pausebutton.Add (this.pauseimage);
     this.pausebutton.Label = null;
     this.controllerbox.Add (this.pausebutton);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.controllerbox [this.pausebutton]));
     w17.Position = 9;
     w17.Expand = false;
     w17.Fill = false;
     // Container child controllerbox.Gtk.Box+BoxChild
     this.resumebutton = new global::Gtk.Button ();
     this.resumebutton.TooltipMarkup = "Resume clock";
     this.resumebutton.CanFocus = true;
     this.resumebutton.Name = "resumebutton";
     this.resumebutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child resumebutton.Gtk.Container+ContainerChild
     this.resumeimage = new global::Gtk.Image ();
     this.resumeimage.Name = "resumeimage";
     this.resumeimage.Xpad = 5;
     this.resumeimage.Ypad = 5;
     this.resumebutton.Add (this.resumeimage);
     this.resumebutton.Label = null;
     this.controllerbox.Add (this.resumebutton);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.controllerbox [this.resumebutton]));
     w19.Position = 10;
     w19.Expand = false;
     w19.Fill = false;
     // Container child controllerbox.Gtk.Box+BoxChild
     this.savebutton = new global::Gtk.Button ();
     this.savebutton.TooltipMarkup = "Save project";
     this.savebutton.CanFocus = true;
     this.savebutton.Name = "savebutton";
     this.savebutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child savebutton.Gtk.Container+ContainerChild
     this.saveimage = new global::Gtk.Image ();
     this.saveimage.Name = "saveimage";
     this.saveimage.Xpad = 5;
     this.saveimage.Ypad = 5;
     this.savebutton.Add (this.saveimage);
     this.savebutton.Label = null;
     this.controllerbox.Add (this.savebutton);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.controllerbox [this.savebutton]));
     w21.Position = 11;
     w21.Expand = false;
     w21.Fill = false;
     // Container child controllerbox.Gtk.Box+BoxChild
     this.cancelbutton = new global::Gtk.Button ();
     this.cancelbutton.TooltipMarkup = "Cancel capture";
     this.cancelbutton.CanFocus = true;
     this.cancelbutton.Name = "cancelbutton";
     this.cancelbutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child cancelbutton.Gtk.Container+ContainerChild
     this.cancelimage = new global::Gtk.Image ();
     this.cancelimage.Name = "cancelimage";
     this.cancelimage.Xpad = 5;
     this.cancelimage.Ypad = 5;
     this.cancelbutton.Add (this.cancelimage);
     this.cancelbutton.Label = null;
     this.controllerbox.Add (this.cancelbutton);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.controllerbox [this.cancelbutton]));
     w23.Position = 12;
     w23.Expand = false;
     w23.Fill = false;
     // Container child controllerbox.Gtk.Box+BoxChild
     this.vseparator2 = new global::Gtk.VSeparator ();
     this.vseparator2.Name = "vseparator2";
     this.controllerbox.Add (this.vseparator2);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.controllerbox [this.vseparator2]));
     w24.Position = 13;
     // Container child controllerbox.Gtk.Box+BoxChild
     this.lasteventbox = new global::Gtk.HBox ();
     this.lasteventbox.Name = "lasteventbox";
     this.lasteventbox.Spacing = 6;
     // Container child lasteventbox.Gtk.Box+BoxChild
     this.lastlabel = new global::Gtk.Label ();
     this.lastlabel.Name = "lastlabel";
     this.lastlabel.Ellipsize = ((global::Pango.EllipsizeMode)(3));
     this.lastlabel.MaxWidthChars = 15;
     this.lasteventbox.Add (this.lastlabel);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.lasteventbox [this.lastlabel]));
     w25.Position = 0;
     w25.Fill = false;
     // Container child lasteventbox.Gtk.Box+BoxChild
     this.deletelastbutton = new global::Gtk.Button ();
     this.deletelastbutton.TooltipMarkup = "Delete event";
     this.deletelastbutton.CanFocus = true;
     this.deletelastbutton.Name = "deletelastbutton";
     this.deletelastbutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child deletelastbutton.Gtk.Container+ContainerChild
     this.deletelastimage = new global::Gtk.Image ();
     this.deletelastimage.Name = "deletelastimage";
     this.deletelastimage.Xpad = 5;
     this.deletelastimage.Ypad = 5;
     this.deletelastbutton.Add (this.deletelastimage);
     this.deletelastbutton.Label = null;
     this.lasteventbox.Add (this.deletelastbutton);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.lasteventbox [this.deletelastbutton]));
     w27.Position = 1;
     w27.Expand = false;
     w27.Fill = false;
     // Container child lasteventbox.Gtk.Box+BoxChild
     this.playlastbutton = new global::Gtk.Button ();
     this.playlastbutton.TooltipMarkup = "Replay event";
     this.playlastbutton.CanFocus = true;
     this.playlastbutton.Name = "playlastbutton";
     this.playlastbutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child playlastbutton.Gtk.Container+ContainerChild
     this.playlastimage = new global::Gtk.Image ();
     this.playlastimage.Name = "playlastimage";
     this.playlastimage.Xpad = 5;
     this.playlastimage.Ypad = 5;
     this.playlastbutton.Add (this.playlastimage);
     this.playlastbutton.Label = null;
     this.lasteventbox.Add (this.playlastbutton);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.lasteventbox [this.playlastbutton]));
     w29.Position = 2;
     w29.Expand = false;
     w29.Fill = false;
     this.controllerbox.Add (this.lasteventbox);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.controllerbox [this.lasteventbox]));
     w30.PackType = ((global::Gtk.PackType)(1));
     w30.Position = 14;
     w30.Expand = false;
     w30.Fill = false;
     this.alignment1.Add (this.controllerbox);
     this.vbox1.Add (this.alignment1);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment1]));
     w32.Position = 1;
     w32.Expand = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.videowindow.Hide ();
     this.Show ();
 }
예제 #41
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.FileAction            = new global::Gtk.Action("FileAction", global::Mono.Unix.Catalog.GetString("File"), null, null);
     this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString("File");
     w1.Add(this.FileAction, null);
     this.OpenAction            = new global::Gtk.Action("OpenAction", global::Mono.Unix.Catalog.GetString("Open"), null, null);
     this.OpenAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Open");
     w1.Add(this.OpenAction, null);
     this.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.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Gravity        = ((global::Gdk.Gravity)(5));
     // 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='OpenAction' action='OpenAction'/><separator/><menuitem name='SaveAction' action='SaveAction'/></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.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vseparator2      = new global::Gtk.VSeparator();
     this.vseparator2.Name = "vseparator2";
     this.hbox2.Add(this.vseparator2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vseparator2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.textview1          = new global::Gtk.TextView();
     this.textview1.CanFocus = true;
     this.textview1.Events   = ((global::Gdk.EventMask)(1024));
     this.textview1.Name     = "textview1";
     this.GtkScrolledWindow.Add(this.textview1);
     this.hbox2.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow]));
     w5.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox2.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vseparator1]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     // 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.textview2          = new global::Gtk.TextView();
     this.textview2.CanFocus = true;
     this.textview2.Name     = "textview2";
     this.GtkScrolledWindow1.Add(this.textview2);
     this.hbox2.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow1]));
     w8.Position = 3;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vseparator3      = new global::Gtk.VSeparator();
     this.vseparator3.Name = "vseparator3";
     this.hbox2.Add(this.vseparator3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vseparator3]));
     w9.Position = 4;
     w9.Expand   = false;
     w9.Fill     = false;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
     w10.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox1.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator1]));
     w11.Position = 2;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.btt_1              = new global::Gtk.Button();
     this.btt_1.CanFocus     = true;
     this.btt_1.Name         = "btt_1";
     this.btt_1.UseUnderline = true;
     this.btt_1.Label        = global::Mono.Unix.Catalog.GetString("Start");
     this.vbox1.Add(this.btt_1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.btt_1]));
     w12.Position = 3;
     w12.Expand   = false;
     w12.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 533;
     this.DefaultHeight = 442;
     this.Show();
     this.DeleteEvent             += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.OpenAction.Activated    += new global::System.EventHandler(this.Open_Press);
     this.SaveAction.Activated    += new global::System.EventHandler(this.Save_Press);
     this.textview1.KeyPressEvent += new global::Gtk.KeyPressEventHandler(this.Edit_TView_Key_Press_Event);
     this.btt_1.Clicked           += new global::System.EventHandler(this.click_start_Button);
 }
예제 #42
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget llum.EditUser
     global::Stetic.BinContainer.Attach(this);
     this.Name = "llum.EditUser";
     // Container child llum.EditUser.Gtk.Container+ContainerChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(2));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment               = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name          = "GtkAlignment";
     this.GtkAlignment.LeftPadding   = ((uint)(6));
     this.GtkAlignment.TopPadding    = ((uint)(6));
     this.GtkAlignment.RightPadding  = ((uint)(6));
     this.GtkAlignment.BottomPadding = ((uint)(6));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.image1        = new global::Gtk.Image();
     this.image1.Name   = "image1";
     this.image1.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "actor", global::Gtk.IconSize.Dialog);
     this.hbox6.Add(this.image1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.image1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("User details");
     this.hbox6.Add(this.label10);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.label10]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     this.vbox1.Add(this.hbox6);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox6]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     w3.Padding  = ((uint)(3));
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label();
     this.label2.WidthRequest = 160;
     this.label2.Name         = "label2";
     this.label2.Xalign       = 0F;
     this.label2.LabelProp    = global::Mono.Unix.Catalog.GetString("<b>User ID#</b>");
     this.label2.UseMarkup    = true;
     this.hbox3.Add(this.label2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label2]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     w4.Padding  = ((uint)(5));
     // Container child hbox3.Gtk.Box+BoxChild
     this.uidNumLabel           = new global::Gtk.Label();
     this.uidNumLabel.Name      = "uidNumLabel";
     this.uidNumLabel.LabelProp = global::Mono.Unix.Catalog.GetString("label6");
     this.hbox3.Add(this.uidNumLabel);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.uidNumLabel]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     w5.Padding  = ((uint)(10));
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox3]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label();
     this.label1.WidthRequest = 160;
     this.label1.Name         = "label1";
     this.label1.Xalign       = 0F;
     this.label1.LabelProp    = global::Mono.Unix.Catalog.GetString("<b>User ID</b>");
     this.label1.UseMarkup    = true;
     this.hbox2.Add(this.label1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label1]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     w7.Padding  = ((uint)(5));
     // Container child hbox2.Gtk.Box+BoxChild
     this.uidLabel           = new global::Gtk.Label();
     this.uidLabel.Name      = "uidLabel";
     this.uidLabel.LabelProp = global::Mono.Unix.Catalog.GetString("label3");
     this.hbox2.Add(this.uidLabel);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.uidLabel]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     w8.Padding  = ((uint)(10));
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.label7 = new global::Gtk.Label();
     this.label7.WidthRequest = 160;
     this.label7.Name         = "label7";
     this.label7.Xalign       = 0F;
     this.label7.LabelProp    = global::Mono.Unix.Catalog.GetString("<b>Group</b>");
     this.label7.UseMarkup    = true;
     this.hbox4.Add(this.label7);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label7]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     w10.Padding  = ((uint)(5));
     // Container child hbox4.Gtk.Box+BoxChild
     this.groupLabel           = new global::Gtk.Label();
     this.groupLabel.Name      = "groupLabel";
     this.groupLabel.LabelProp = global::Mono.Unix.Catalog.GetString("label8");
     this.hbox4.Add(this.groupLabel);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.groupLabel]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     w11.Padding  = ((uint)(10));
     this.vbox1.Add(this.hbox4);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox4]));
     w12.Position = 3;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox1.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator1]));
     w13.Position = 4;
     w13.Expand   = false;
     w13.Fill     = false;
     w13.Padding  = ((uint)(5));
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame4            = new global::Gtk.Frame();
     this.frame4.Name       = "frame4";
     this.frame4.ShadowType = ((global::Gtk.ShadowType)(4));
     // Container child frame4.Gtk.Container+ContainerChild
     this.GtkAlignment6               = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment6.Name          = "GtkAlignment6";
     this.GtkAlignment6.LeftPadding   = ((uint)(6));
     this.GtkAlignment6.TopPadding    = ((uint)(6));
     this.GtkAlignment6.RightPadding  = ((uint)(6));
     this.GtkAlignment6.BottomPadding = ((uint)(6));
     // Container child GtkAlignment6.Gtk.Container+ContainerChild
     this.hbox13         = new global::Gtk.HBox();
     this.hbox13.Name    = "hbox13";
     this.hbox13.Spacing = 6;
     // Container child hbox13.Gtk.Box+BoxChild
     this.vbox8         = new global::Gtk.VBox();
     this.vbox8.Name    = "vbox8";
     this.vbox8.Spacing = 6;
     // Container child vbox8.Gtk.Box+BoxChild
     this.hbox14         = new global::Gtk.HBox();
     this.hbox14.Name    = "hbox14";
     this.hbox14.Spacing = 6;
     // Container child hbox14.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label();
     this.label5.WidthRequest = 100;
     this.label5.Name         = "label5";
     this.label5.Xalign       = 0F;
     this.label5.LabelProp    = global::Mono.Unix.Catalog.GetString("NIA");
     this.hbox14.Add(this.label5);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.label5]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child hbox14.Gtk.Box+BoxChild
     this.niaEntry               = new global::Gtk.Entry();
     this.niaEntry.CanFocus      = true;
     this.niaEntry.Name          = "niaEntry";
     this.niaEntry.IsEditable    = true;
     this.niaEntry.InvisibleChar = '●';
     this.hbox14.Add(this.niaEntry);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.niaEntry]));
     w15.Position = 1;
     this.vbox8.Add(this.hbox14);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hbox14]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.hbox15         = new global::Gtk.HBox();
     this.hbox15.Name    = "hbox15";
     this.hbox15.Spacing = 6;
     // Container child hbox15.Gtk.Box+BoxChild
     this.label6 = new global::Gtk.Label();
     this.label6.WidthRequest = 100;
     this.label6.Name         = "label6";
     this.label6.Xalign       = 0F;
     this.label6.LabelProp    = global::Mono.Unix.Catalog.GetString("DNI");
     this.hbox15.Add(this.label6);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox15 [this.label6]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child hbox15.Gtk.Box+BoxChild
     this.dniEntry               = new global::Gtk.Entry();
     this.dniEntry.CanFocus      = true;
     this.dniEntry.Name          = "dniEntry";
     this.dniEntry.IsEditable    = true;
     this.dniEntry.InvisibleChar = '●';
     this.hbox15.Add(this.dniEntry);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox15 [this.dniEntry]));
     w18.Position = 1;
     this.vbox8.Add(this.hbox15);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hbox15]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     this.hbox13.Add(this.vbox8);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.vbox8]));
     w20.Position = 0;
     // Container child hbox13.Gtk.Box+BoxChild
     this.vseparator3      = new global::Gtk.VSeparator();
     this.vseparator3.Name = "vseparator3";
     this.hbox13.Add(this.vseparator3);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.vseparator3]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child hbox13.Gtk.Box+BoxChild
     this.niaButton              = new global::Gtk.Button();
     this.niaButton.CanFocus     = true;
     this.niaButton.Name         = "niaButton";
     this.niaButton.UseStock     = true;
     this.niaButton.UseUnderline = true;
     this.niaButton.Label        = "gtk-apply";
     this.hbox13.Add(this.niaButton);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.niaButton]));
     w22.Position = 2;
     w22.Expand   = false;
     w22.Fill     = false;
     this.GtkAlignment6.Add(this.hbox13);
     this.frame4.Add(this.GtkAlignment6);
     this.GtkLabel6           = new global::Gtk.Label();
     this.GtkLabel6.Name      = "GtkLabel6";
     this.GtkLabel6.Xpad      = 6;
     this.GtkLabel6.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Identification Number</b>");
     this.GtkLabel6.UseMarkup = true;
     this.frame4.LabelWidget  = this.GtkLabel6;
     this.vbox1.Add(this.frame4);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame4]));
     w25.Position = 5;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.frame2            = new global::Gtk.Frame();
     this.frame2.Name       = "frame2";
     this.frame2.ShadowType = ((global::Gtk.ShadowType)(4));
     // Container child frame2.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));
     this.GtkAlignment1.BorderWidth   = ((uint)(7));
     // Container child GtkAlignment1.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox8         = new global::Gtk.HBox();
     this.hbox8.Name    = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.label11 = new global::Gtk.Label();
     this.label11.WidthRequest = 100;
     this.label11.Name         = "label11";
     this.label11.Xalign       = 0F;
     this.label11.LabelProp    = global::Mono.Unix.Catalog.GetString("Name");
     this.hbox8.Add(this.label11);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.label11]));
     w26.Position = 0;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.nameEntry               = new global::Gtk.Entry();
     this.nameEntry.CanFocus      = true;
     this.nameEntry.Name          = "nameEntry";
     this.nameEntry.IsEditable    = true;
     this.nameEntry.InvisibleChar = '●';
     this.hbox8.Add(this.nameEntry);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.nameEntry]));
     w27.Position = 1;
     this.vbox3.Add(this.hbox8);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox8]));
     w28.Position = 0;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox9         = new global::Gtk.HBox();
     this.hbox9.Name    = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.label12 = new global::Gtk.Label();
     this.label12.WidthRequest = 100;
     this.label12.Name         = "label12";
     this.label12.Xalign       = 0F;
     this.label12.LabelProp    = global::Mono.Unix.Catalog.GetString("Surname");
     this.hbox9.Add(this.label12);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.label12]));
     w29.Position = 0;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.surnameEntry               = new global::Gtk.Entry();
     this.surnameEntry.CanFocus      = true;
     this.surnameEntry.Name          = "surnameEntry";
     this.surnameEntry.IsEditable    = true;
     this.surnameEntry.InvisibleChar = '●';
     this.hbox9.Add(this.surnameEntry);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.surnameEntry]));
     w30.Position = 1;
     this.vbox3.Add(this.hbox9);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox9]));
     w31.Position = 1;
     w31.Expand   = false;
     w31.Fill     = false;
     this.hbox7.Add(this.vbox3);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.vbox3]));
     w32.Position = 0;
     // Container child hbox7.Gtk.Box+BoxChild
     this.vseparator2      = new global::Gtk.VSeparator();
     this.vseparator2.Name = "vseparator2";
     this.hbox7.Add(this.vseparator2);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.vseparator2]));
     w33.Position = 1;
     w33.Expand   = false;
     w33.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.undoButton              = new global::Gtk.Button();
     this.undoButton.CanFocus     = true;
     this.undoButton.Name         = "undoButton";
     this.undoButton.UseStock     = true;
     this.undoButton.UseUnderline = true;
     this.undoButton.Label        = "gtk-undo";
     this.vbox4.Add(this.undoButton);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.undoButton]));
     w34.Position = 0;
     w34.Expand   = false;
     w34.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.applyButton              = new global::Gtk.Button();
     this.applyButton.CanFocus     = true;
     this.applyButton.Name         = "applyButton";
     this.applyButton.UseStock     = true;
     this.applyButton.UseUnderline = true;
     this.applyButton.Label        = "gtk-apply";
     this.vbox4.Add(this.applyButton);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.applyButton]));
     w35.Position = 1;
     w35.Expand   = false;
     w35.Fill     = false;
     this.hbox7.Add(this.vbox4);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.vbox4]));
     w36.PackType = ((global::Gtk.PackType)(1));
     w36.Position = 2;
     w36.Expand   = false;
     w36.Fill     = false;
     this.vbox2.Add(this.hbox7);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox7]));
     w37.Position = 0;
     w37.Expand   = false;
     w37.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 w38 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator2]));
     w38.Position = 1;
     w38.Expand   = false;
     w38.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.expander1          = new global::Gtk.Expander(null);
     this.expander1.CanFocus = true;
     this.expander1.Name     = "expander1";
     // Container child expander1.Gtk.Container+ContainerChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox7         = new global::Gtk.VBox();
     this.vbox7.Name    = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox11         = new global::Gtk.HBox();
     this.hbox11.Name    = "hbox11";
     this.hbox11.Spacing = 6;
     // Container child hbox11.Gtk.Box+BoxChild
     this.label3 = new global::Gtk.Label();
     this.label3.WidthRequest = 170;
     this.label3.Name         = "label3";
     this.label3.Xalign       = 0F;
     this.label3.LabelProp    = global::Mono.Unix.Catalog.GetString("Enter new password");
     this.hbox11.Add(this.label3);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.label3]));
     w39.Position = 0;
     w39.Expand   = false;
     w39.Fill     = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.passEntry               = new global::Gtk.Entry();
     this.passEntry.CanFocus      = true;
     this.passEntry.Name          = "passEntry";
     this.passEntry.IsEditable    = true;
     this.passEntry.Visibility    = false;
     this.passEntry.InvisibleChar = '●';
     this.hbox11.Add(this.passEntry);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.passEntry]));
     w40.Position = 1;
     this.vbox7.Add(this.hbox11);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox11]));
     w41.Position = 0;
     w41.Expand   = false;
     w41.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox12         = new global::Gtk.HBox();
     this.hbox12.Name    = "hbox12";
     this.hbox12.Spacing = 6;
     // Container child hbox12.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label();
     this.label4.WidthRequest = 170;
     this.label4.Name         = "label4";
     this.label4.Xalign       = 0F;
     this.label4.LabelProp    = global::Mono.Unix.Catalog.GetString("Re-enter new password");
     this.hbox12.Add(this.label4);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.label4]));
     w42.Position = 0;
     w42.Expand   = false;
     w42.Fill     = false;
     // Container child hbox12.Gtk.Box+BoxChild
     this.passEntry2               = new global::Gtk.Entry();
     this.passEntry2.CanFocus      = true;
     this.passEntry2.Name          = "passEntry2";
     this.passEntry2.IsEditable    = true;
     this.passEntry2.Visibility    = false;
     this.passEntry2.InvisibleChar = '●';
     this.hbox12.Add(this.passEntry2);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.passEntry2]));
     w43.Position = 1;
     this.vbox7.Add(this.hbox12);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox12]));
     w44.Position = 1;
     w44.Expand   = false;
     w44.Fill     = false;
     this.hbox1.Add(this.vbox7);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox7]));
     w45.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.changePasswordButton              = new global::Gtk.Button();
     this.changePasswordButton.CanFocus     = true;
     this.changePasswordButton.Name         = "changePasswordButton";
     this.changePasswordButton.UseStock     = true;
     this.changePasswordButton.UseUnderline = true;
     this.changePasswordButton.Label        = "gtk-apply";
     this.hbox1.Add(this.changePasswordButton);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.changePasswordButton]));
     w46.Position = 1;
     w46.Expand   = false;
     w46.Fill     = false;
     this.expander1.Add(this.hbox1);
     this.GtkLabel3              = new global::Gtk.Label();
     this.GtkLabel3.Name         = "GtkLabel3";
     this.GtkLabel3.LabelProp    = global::Mono.Unix.Catalog.GetString("<b>Change password</b>");
     this.GtkLabel3.UseMarkup    = true;
     this.GtkLabel3.UseUnderline = true;
     this.expander1.LabelWidget  = this.GtkLabel3;
     this.vbox2.Add(this.expander1);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.expander1]));
     w48.Position = 2;
     w48.Expand   = false;
     w48.Fill     = false;
     this.GtkAlignment1.Add(this.vbox2);
     this.frame2.Add(this.GtkAlignment1);
     this.GtkLabel5           = new global::Gtk.Label();
     this.GtkLabel5.Name      = "GtkLabel5";
     this.GtkLabel5.Xpad      = 6;
     this.GtkLabel5.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Edit user personal data</b>");
     this.GtkLabel5.UseMarkup = true;
     this.frame2.LabelWidget  = this.GtkLabel5;
     this.hbox5.Add(this.frame2);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.frame2]));
     w51.Position = 0;
     this.vbox1.Add(this.hbox5);
     global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox5]));
     w52.Position = 6;
     w52.Expand   = false;
     w52.Fill     = false;
     // Container child vbox1.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.GtkAlignment5               = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment5.Name          = "GtkAlignment5";
     this.GtkAlignment5.LeftPadding   = ((uint)(6));
     this.GtkAlignment5.TopPadding    = ((uint)(6));
     this.GtkAlignment5.RightPadding  = ((uint)(6));
     this.GtkAlignment5.BottomPadding = ((uint)(6));
     this.GtkAlignment5.BorderWidth   = ((uint)(7));
     // Container child GtkAlignment5.Gtk.Container+ContainerChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox10         = new global::Gtk.HBox();
     this.hbox10.Name    = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.belongTreeview          = new global::Gtk.TreeView();
     this.belongTreeview.CanFocus = true;
     this.belongTreeview.Name     = "belongTreeview";
     this.GtkScrolledWindow.Add(this.belongTreeview);
     this.hbox10.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.GtkScrolledWindow]));
     w54.Position = 0;
     // Container child hbox10.Gtk.Box+BoxChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.removeGroupButton          = new global::Gtk.Button();
     this.removeGroupButton.CanFocus = true;
     this.removeGroupButton.Name     = "removeGroupButton";
     // Container child removeGroupButton.Gtk.Container+ContainerChild
     this.image3        = new global::Gtk.Image();
     this.image3.Name   = "image3";
     this.image3.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-forward", global::Gtk.IconSize.Menu);
     this.removeGroupButton.Add(this.image3);
     this.vbox5.Add(this.removeGroupButton);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.removeGroupButton]));
     w56.Position = 0;
     w56.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.addGroupButton          = new global::Gtk.Button();
     this.addGroupButton.CanFocus = true;
     this.addGroupButton.Name     = "addGroupButton";
     // Container child addGroupButton.Gtk.Container+ContainerChild
     this.image2        = new global::Gtk.Image();
     this.image2.Name   = "image2";
     this.image2.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-back", global::Gtk.IconSize.Menu);
     this.addGroupButton.Add(this.image2);
     this.vbox5.Add(this.addGroupButton);
     global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.addGroupButton]));
     w58.Position = 1;
     w58.Fill     = false;
     this.hbox10.Add(this.vbox5);
     global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.vbox5]));
     w59.Position = 1;
     w59.Expand   = false;
     w59.Fill     = false;
     // Container child hbox10.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.availableTreeview          = new global::Gtk.TreeView();
     this.availableTreeview.CanFocus = true;
     this.availableTreeview.Name     = "availableTreeview";
     this.GtkScrolledWindow1.Add(this.availableTreeview);
     this.hbox10.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.GtkScrolledWindow1]));
     w61.Position = 2;
     this.vbox6.Add(this.hbox10);
     global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox10]));
     w62.Position = 0;
     this.GtkAlignment5.Add(this.vbox6);
     this.frame3.Add(this.GtkAlignment5);
     this.GtkLabel4           = new global::Gtk.Label();
     this.GtkLabel4.Name      = "GtkLabel4";
     this.GtkLabel4.Xpad      = 6;
     this.GtkLabel4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Edit user groups</b>");
     this.GtkLabel4.UseMarkup = true;
     this.frame3.LabelWidget  = this.GtkLabel4;
     this.vbox1.Add(this.frame3);
     global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame3]));
     w65.Position = 7;
     // Container child vbox1.Gtk.Box+BoxChild
     this.msgLabel      = new global::Gtk.Label();
     this.msgLabel.Name = "msgLabel";
     this.vbox1.Add(this.msgLabel);
     global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.msgLabel]));
     w66.Position = 8;
     w66.Expand   = false;
     w66.Fill     = false;
     this.GtkAlignment.Add(this.vbox1);
     this.frame1.Add(this.GtkAlignment);
     this.Add(this.frame1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.niaButton.Clicked            += new global::System.EventHandler(this.OnNiaButtonClicked);
     this.undoButton.Clicked           += new global::System.EventHandler(this.OnUndoButtonClicked);
     this.applyButton.Clicked          += new global::System.EventHandler(this.OnApplyButtonClicked);
     this.passEntry.Changed            += new global::System.EventHandler(this.OnPassEntryChanged);
     this.passEntry2.Changed           += new global::System.EventHandler(this.OnPass2EntryChanged);
     this.changePasswordButton.Clicked += new global::System.EventHandler(this.OnChangePasswordButtonClicked);
     this.removeGroupButton.Clicked    += new global::System.EventHandler(this.OnRemoveGroupButtonClicked);
     this.addGroupButton.Clicked       += new global::System.EventHandler(this.OnAddGroupButtonClicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget TraceLab.UI.GTK.NewExperimentDialog
			this.Name = "TraceLab.UI.GTK.NewExperimentDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("New Experimant");
			this.Icon = global::Stetic.IconLoader.LoadIcon (this, "gtk-new", global::Gtk.IconSize.Menu);
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.Modal = true;
			// Internal child TraceLab.UI.GTK.NewExperimentDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.table1 = new global::Gtk.Table (((uint)(5)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			this.tbx_description = new global::Gtk.TextView ();
			this.tbx_description.HeightRequest = 132;
			this.tbx_description.CanFocus = true;
			this.tbx_description.Name = "tbx_description";
			this.tbx_description.WrapMode = ((global::Gtk.WrapMode)(2));
			this.GtkScrolledWindow.Add (this.tbx_description);
			this.table1.Add (this.GtkScrolledWindow);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.GtkScrolledWindow]));
			w3.TopAttach = ((uint)(4));
			w3.BottomAttach = ((uint)(5));
			w3.LeftAttach = ((uint)(1));
			w3.RightAttach = ((uint)(2));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.tbx_dirPath = new global::Gtk.Entry ();
			this.tbx_dirPath.CanFocus = true;
			this.tbx_dirPath.Name = "tbx_dirPath";
			this.tbx_dirPath.IsEditable = false;
			this.tbx_dirPath.InvisibleChar = '•';
			this.hbox1.Add (this.tbx_dirPath);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.tbx_dirPath]));
			w4.Position = 0;
			// Container child hbox1.Gtk.Box+BoxChild
			this.vseparator1 = new global::Gtk.VSeparator ();
			this.vseparator1.Name = "vseparator1";
			this.hbox1.Add (this.vseparator1);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vseparator1]));
			w5.Position = 1;
			w5.Expand = false;
			w5.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.btn_selectDir = new global::Gtk.Button ();
			this.btn_selectDir.CanFocus = true;
			this.btn_selectDir.Name = "btn_selectDir";
			this.btn_selectDir.UseUnderline = true;
			// Container child btn_selectDir.Gtk.Container+ContainerChild
			global::Gtk.Alignment w6 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
			// Container child GtkAlignment.Gtk.Container+ContainerChild
			global::Gtk.HBox w7 = new global::Gtk.HBox ();
			w7.Spacing = 2;
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Image w8 = new global::Gtk.Image ();
			w8.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-open", global::Gtk.IconSize.Menu);
			w7.Add (w8);
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Label w10 = new global::Gtk.Label ();
			w10.LabelProp = global::Mono.Unix.Catalog.GetString ("Select");
			w10.UseUnderline = true;
			w7.Add (w10);
			w6.Add (w7);
			this.btn_selectDir.Add (w6);
			this.hbox1.Add (this.btn_selectDir);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.btn_selectDir]));
			w14.Position = 2;
			w14.Expand = false;
			w14.Fill = false;
			this.table1.Add (this.hbox1);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox1]));
			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.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Directory path:");
			this.table1.Add (this.label4);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
			w16.TopAttach = ((uint)(1));
			w16.BottomAttach = ((uint)(2));
			w16.XOptions = ((global::Gtk.AttachOptions)(4));
			w16.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label5 = new global::Gtk.Label ();
			this.label5.Name = "label5";
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("File name:");
			this.table1.Add (this.label5);
			global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
			w17.TopAttach = ((uint)(2));
			w17.BottomAttach = ((uint)(3));
			w17.XOptions = ((global::Gtk.AttachOptions)(4));
			w17.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label6 = new global::Gtk.Label ();
			this.label6.Name = "label6";
			this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Author:");
			this.table1.Add (this.label6);
			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
			w18.TopAttach = ((uint)(3));
			w18.BottomAttach = ((uint)(4));
			w18.XOptions = ((global::Gtk.AttachOptions)(4));
			w18.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label7 = new global::Gtk.Label ();
			this.label7.Name = "label7";
			this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Description:");
			this.table1.Add (this.label7);
			global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
			w19.TopAttach = ((uint)(4));
			w19.BottomAttach = ((uint)(5));
			w19.XOptions = ((global::Gtk.AttachOptions)(4));
			w19.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.lbl_ExpName = new global::Gtk.Label ();
			this.lbl_ExpName.Name = "lbl_ExpName";
			this.lbl_ExpName.LabelProp = global::Mono.Unix.Catalog.GetString ("Experiment name:");
			this.table1.Add (this.lbl_ExpName);
			global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1 [this.lbl_ExpName]));
			w20.XOptions = ((global::Gtk.AttachOptions)(4));
			w20.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.tbx_author = new global::Gtk.Entry ();
			this.tbx_author.CanFocus = true;
			this.tbx_author.Name = "tbx_author";
			this.tbx_author.IsEditable = true;
			this.tbx_author.InvisibleChar = '•';
			this.table1.Add (this.tbx_author);
			global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1 [this.tbx_author]));
			w21.TopAttach = ((uint)(3));
			w21.BottomAttach = ((uint)(4));
			w21.LeftAttach = ((uint)(1));
			w21.RightAttach = ((uint)(2));
			w21.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.tbx_experimentName = new global::Gtk.Entry ();
			this.tbx_experimentName.CanFocus = true;
			this.tbx_experimentName.Name = "tbx_experimentName";
			this.tbx_experimentName.IsEditable = true;
			this.tbx_experimentName.InvisibleChar = '•';
			this.table1.Add (this.tbx_experimentName);
			global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1 [this.tbx_experimentName]));
			w22.LeftAttach = ((uint)(1));
			w22.RightAttach = ((uint)(2));
			w22.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.tbx_fileName = new global::Gtk.Entry ();
			this.tbx_fileName.CanFocus = true;
			this.tbx_fileName.Name = "tbx_fileName";
			this.tbx_fileName.IsEditable = true;
			this.tbx_fileName.InvisibleChar = '•';
			this.table1.Add (this.tbx_fileName);
			global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1 [this.tbx_fileName]));
			w23.TopAttach = ((uint)(2));
			w23.BottomAttach = ((uint)(3));
			w23.LeftAttach = ((uint)(1));
			w23.RightAttach = ((uint)(2));
			w23.YOptions = ((global::Gtk.AttachOptions)(4));
			w1.Add (this.table1);
			global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(w1 [this.table1]));
			w24.Position = 0;
			// Internal child TraceLab.UI.GTK.NewExperimentDialog.ActionArea
			global::Gtk.HButtonBox w25 = this.ActionArea;
			w25.Name = "dialog1_ActionArea";
			w25.Spacing = 10;
			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.UseUnderline = true;
			// Container child buttonCancel.Gtk.Container+ContainerChild
			global::Gtk.Alignment w26 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
			// Container child GtkAlignment.Gtk.Container+ContainerChild
			global::Gtk.HBox w27 = new global::Gtk.HBox ();
			w27.Spacing = 2;
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Image w28 = new global::Gtk.Image ();
			w28.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-cancel", global::Gtk.IconSize.Menu);
			w27.Add (w28);
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Label w30 = new global::Gtk.Label ();
			w30.LabelProp = global::Mono.Unix.Catalog.GetString ("_Cancel");
			w30.UseUnderline = true;
			w27.Add (w30);
			w26.Add (w27);
			this.buttonCancel.Add (w26);
			this.AddActionWidget (this.buttonCancel, -7);
			global::Gtk.ButtonBox.ButtonBoxChild w34 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w25 [this.buttonCancel]));
			w34.Expand = false;
			w34.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.btn_ok = new global::Gtk.Button ();
			this.btn_ok.Sensitive = false;
			this.btn_ok.CanDefault = true;
			this.btn_ok.CanFocus = true;
			this.btn_ok.Name = "btn_ok";
			this.btn_ok.UseUnderline = true;
			// Container child btn_ok.Gtk.Container+ContainerChild
			global::Gtk.Alignment w35 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
			// Container child GtkAlignment.Gtk.Container+ContainerChild
			global::Gtk.HBox w36 = new global::Gtk.HBox ();
			w36.Spacing = 2;
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Image w37 = new global::Gtk.Image ();
			w37.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-apply", global::Gtk.IconSize.Menu);
			w36.Add (w37);
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Label w39 = new global::Gtk.Label ();
			w39.LabelProp = global::Mono.Unix.Catalog.GetString ("Create New");
			w39.UseUnderline = true;
			w36.Add (w39);
			w35.Add (w36);
			this.btn_ok.Add (w35);
			this.AddActionWidget (this.btn_ok, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w43 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w25 [this.btn_ok]));
			w43.Position = 1;
			w43.Expand = false;
			w43.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 715;
			this.DefaultHeight = 342;
			this.Show ();
			this.tbx_experimentName.TextDeleted += new global::Gtk.TextDeletedHandler (this.updateProjectName);
			this.tbx_experimentName.TextInserted += new global::Gtk.TextInsertedHandler (this.updateProjectName);
			this.tbx_experimentName.Changed += new global::System.EventHandler (this.OnTbxExperimentNameChanged);
			this.btn_selectDir.Clicked += new global::System.EventHandler (this.buttonSelectDirClickedHandler);
			this.buttonCancel.Clicked += new global::System.EventHandler (this.buttonCancelClickedHandler);
			this.btn_ok.Clicked += new global::System.EventHandler (this.buttonOKClickedHandler);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget QSWidgetLib.RightSidePanel
     global::Stetic.BinContainer.Attach (this);
     this.Name = "QSWidgetLib.RightSidePanel";
     // Container child QSWidgetLib.RightSidePanel.Gtk.Container+ContainerChild
     this.hboxMain = new global::Gtk.HBox ();
     this.hboxMain.Name = "hboxMain";
     this.hboxMain.Spacing = 6;
     // Container child hboxMain.Gtk.Box+BoxChild
     this.eventboxArrow = new global::Gtk.EventBox ();
     this.eventboxArrow.Name = "eventboxArrow";
     // Container child eventboxArrow.Gtk.Container+ContainerChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.vseparator1 = new global::Gtk.VSeparator ();
     this.vseparator1.Name = "vseparator1";
     this.vbox4.Add (this.vseparator1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.vseparator1]));
     w1.Position = 0;
     // Container child vbox4.Gtk.Box+BoxChild
     this.arrowSlider = new global::Gtk.Arrow (((global::Gtk.ArrowType)(2)), ((global::Gtk.ShadowType)(2)));
     this.arrowSlider.Name = "arrowSlider";
     this.vbox4.Add (this.arrowSlider);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.arrowSlider]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.labelTitle = new global::Gtk.Label ();
     this.labelTitle.Name = "labelTitle";
     this.labelTitle.LabelProp = global::Mono.Unix.Catalog.GetString ("Панель");
     this.labelTitle.SingleLineMode = true;
     this.labelTitle.Angle = 270;
     this.vbox4.Add (this.labelTitle);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.labelTitle]));
     w3.Position = 2;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.vseparator2 = new global::Gtk.VSeparator ();
     this.vseparator2.Name = "vseparator2";
     this.vbox4.Add (this.vseparator2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.vseparator2]));
     w4.Position = 3;
     this.eventboxArrow.Add (this.vbox4);
     this.hboxMain.Add (this.eventboxArrow);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hboxMain [this.eventboxArrow]));
     w6.Position = 0;
     w6.Expand = false;
     w6.Fill = false;
     this.Add (this.hboxMain);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.eventboxArrow.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.OnEventboxArrowButtonPressEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Views.Security.RegisteredRMView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Views.Security.RegisteredRMView";
     // Container child Vodovoz.Views.Security.RegisteredRMView.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.buttonSave              = new global::Gtk.Button();
     this.buttonSave.CanFocus     = true;
     this.buttonSave.Name         = "buttonSave";
     this.buttonSave.UseUnderline = true;
     this.buttonSave.Label        = global::Mono.Unix.Catalog.GetString("Сохранить");
     global::Gtk.Image w1 = new global::Gtk.Image();
     w1.Pixbuf             = global::Stetic.IconLoader.LoadIcon(this, "gtk-floppy", global::Gtk.IconSize.Menu);
     this.buttonSave.Image = w1;
     this.hbox2.Add(this.buttonSave);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.buttonSave]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = global::Mono.Unix.Catalog.GetString("Отмена");
     global::Gtk.Image w3 = new global::Gtk.Image();
     w3.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-revert-to-saved", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w3;
     this.hbox2.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.buttonCancel]));
     w4.Position = 1;
     w4.Expand   = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox2.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vseparator1]));
     w5.PackType = ((global::Gtk.PackType)(1));
     w5.Position = 3;
     w5.Expand   = false;
     w5.Fill     = false;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Имя пользователя: ");
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label1]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.yentryUsername               = new global::Gamma.GtkWidgets.yEntry();
     this.yentryUsername.CanFocus      = true;
     this.yentryUsername.Name          = "yentryUsername";
     this.yentryUsername.IsEditable    = true;
     this.yentryUsername.InvisibleChar = '•';
     this.hbox1.Add(this.yentryUsername);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.yentryUsername]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Домен пользователя: ");
     this.hbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label2]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.yentryDomainame               = new global::Gamma.GtkWidgets.yEntry();
     this.yentryDomainame.CanFocus      = true;
     this.yentryDomainame.Name          = "yentryDomainame";
     this.yentryDomainame.IsEditable    = true;
     this.yentryDomainame.InvisibleChar = '•';
     this.hbox1.Add(this.yentryDomainame);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.yentryDomainame]));
     w10.Position = 3;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("SID пользователя: ");
     this.hbox1.Add(this.label3);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label3]));
     w11.Position = 4;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.yentrySID               = new global::Gamma.GtkWidgets.yEntry();
     this.yentrySID.CanFocus      = true;
     this.yentrySID.Name          = "yentrySID";
     this.yentrySID.IsEditable    = true;
     this.yentrySID.InvisibleChar = '•';
     this.hbox1.Add(this.yentrySID);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.yentrySID]));
     w12.Position = 5;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.ycheckIsActive = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckIsActive.TooltipMarkup = "Больше не работаем с этим клиентом";
     this.ycheckIsActive.CanFocus      = true;
     this.ycheckIsActive.Name          = "ycheckIsActive";
     this.ycheckIsActive.Label         = global::Mono.Unix.Catalog.GetString("Активная запись");
     this.ycheckIsActive.DrawIndicator = true;
     this.ycheckIsActive.UseUnderline  = true;
     this.hbox1.Add(this.ycheckIsActive);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.ycheckIsActive]));
     w13.Position = 7;
     w13.Expand   = false;
     w13.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.buttonAddUser              = new global::Gtk.Button();
     this.buttonAddUser.CanFocus     = true;
     this.buttonAddUser.Name         = "buttonAddUser";
     this.buttonAddUser.UseUnderline = true;
     this.buttonAddUser.Label        = global::Mono.Unix.Catalog.GetString("Добавить пользователя");
     global::Gtk.Image w15 = new global::Gtk.Image();
     w15.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     this.buttonAddUser.Image = w15;
     this.hbox3.Add(this.buttonAddUser);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.buttonAddUser]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.buttonDeleteUser              = new global::Gtk.Button();
     this.buttonDeleteUser.CanFocus     = true;
     this.buttonDeleteUser.Name         = "buttonDeleteUser";
     this.buttonDeleteUser.UseUnderline = true;
     this.buttonDeleteUser.Label        = global::Mono.Unix.Catalog.GetString("Удалить пользователя");
     global::Gtk.Image w17 = new global::Gtk.Image();
     w17.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-delete", global::Gtk.IconSize.Menu);
     this.buttonDeleteUser.Image = w17;
     this.hbox3.Add(this.buttonDeleteUser);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.buttonDeleteUser]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox3]));
     w19.Position = 2;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.ytreeviewUsers          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewUsers.CanFocus = true;
     this.ytreeviewUsers.Name     = "ytreeviewUsers";
     this.GtkScrolledWindow1.Add(this.ytreeviewUsers);
     this.vbox1.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow1]));
     w21.Position = 3;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.buttonAddUser.Clicked    += new global::System.EventHandler(this.OnButtonAddUserClicked);
     this.buttonDeleteUser.Clicked += new global::System.EventHandler(this.OnButtonDeleteUserClicked);
 }
예제 #46
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Sim Harness");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(24));
     this.Gravity        = ((global::Gdk.Gravity)(5));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.mainLayoutBox         = new global::Gtk.VBox();
     this.mainLayoutBox.Name    = "mainLayoutBox";
     this.mainLayoutBox.Spacing = 6;
     // Container child mainLayoutBox.Gtk.Box+BoxChild
     this.mainWindowTitleLabel           = new global::Gtk.Label();
     this.mainWindowTitleLabel.Name      = "mainWindowTitleLabel";
     this.mainWindowTitleLabel.Ypad      = 7;
     this.mainWindowTitleLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Sim Harness");
     this.mainWindowTitleLabel.Justify   = ((global::Gtk.Justification)(2));
     this.mainLayoutBox.Add(this.mainWindowTitleLabel);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.mainLayoutBox [this.mainWindowTitleLabel]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child mainLayoutBox.Gtk.Box+BoxChild
     this.topLayoutBox         = new global::Gtk.HBox();
     this.topLayoutBox.Name    = "topLayoutBox";
     this.topLayoutBox.Spacing = 10;
     // Container child topLayoutBox.Gtk.Box+BoxChild
     this.paramsBox         = new global::Gtk.VBox();
     this.paramsBox.Name    = "paramsBox";
     this.paramsBox.Spacing = 6;
     // Container child paramsBox.Gtk.Box+BoxChild
     this.serverURLLable           = new global::Gtk.Label();
     this.serverURLLable.Name      = "serverURLLable";
     this.serverURLLable.LabelProp = global::Mono.Unix.Catalog.GetString("Server URL");
     this.serverURLLable.Justify   = ((global::Gtk.Justification)(2));
     this.paramsBox.Add(this.serverURLLable);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.paramsBox [this.serverURLLable]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child paramsBox.Gtk.Box+BoxChild
     this.serverURLEntry               = new global::Gtk.Entry();
     this.serverURLEntry.CanFocus      = true;
     this.serverURLEntry.Name          = "serverURLEntry";
     this.serverURLEntry.IsEditable    = true;
     this.serverURLEntry.InvisibleChar = '●';
     this.paramsBox.Add(this.serverURLEntry);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.paramsBox [this.serverURLEntry]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child paramsBox.Gtk.Box+BoxChild
     this.scenarioLabel           = new global::Gtk.Label();
     this.scenarioLabel.Name      = "scenarioLabel";
     this.scenarioLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Scenarios Directory");
     this.paramsBox.Add(this.scenarioLabel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.paramsBox [this.scenarioLabel]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child paramsBox.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.scenarioDirButton              = new global::Gtk.Button();
     this.scenarioDirButton.CanFocus     = true;
     this.scenarioDirButton.Name         = "scenarioDirButton";
     this.scenarioDirButton.UseUnderline = true;
     this.scenarioDirButton.Label        = global::Mono.Unix.Catalog.GetString("Choose...");
     this.hbox3.Add(this.scenarioDirButton);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.scenarioDirButton]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.scenarioDirectoryText               = new global::Gtk.Entry();
     this.scenarioDirectoryText.CanFocus      = true;
     this.scenarioDirectoryText.Name          = "scenarioDirectoryText";
     this.scenarioDirectoryText.IsEditable    = false;
     this.scenarioDirectoryText.InvisibleChar = '●';
     this.hbox3.Add(this.scenarioDirectoryText);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.scenarioDirectoryText]));
     w6.Position = 1;
     this.paramsBox.Add(this.hbox3);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.paramsBox [this.hbox3]));
     w7.Position = 3;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child paramsBox.Gtk.Box+BoxChild
     this.appSimLocationLabel           = new global::Gtk.Label();
     this.appSimLocationLabel.Name      = "appSimLocationLabel";
     this.appSimLocationLabel.LabelProp = global::Mono.Unix.Catalog.GetString("App Simulator Location");
     this.appSimLocationLabel.Justify   = ((global::Gtk.Justification)(2));
     this.paramsBox.Add(this.appSimLocationLabel);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.paramsBox [this.appSimLocationLabel]));
     w8.Position = 4;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child paramsBox.Gtk.Box+BoxChild
     this.appLocationHBox         = new global::Gtk.HBox();
     this.appLocationHBox.Name    = "appLocationHBox";
     this.appLocationHBox.Spacing = 6;
     // Container child appLocationHBox.Gtk.Box+BoxChild
     this.appSimulatorChooseFileButton              = new global::Gtk.Button();
     this.appSimulatorChooseFileButton.CanFocus     = true;
     this.appSimulatorChooseFileButton.Name         = "appSimulatorChooseFileButton";
     this.appSimulatorChooseFileButton.UseUnderline = true;
     this.appSimulatorChooseFileButton.Label        = global::Mono.Unix.Catalog.GetString("Choose...");
     this.appLocationHBox.Add(this.appSimulatorChooseFileButton);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.appLocationHBox [this.appSimulatorChooseFileButton]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child appLocationHBox.Gtk.Box+BoxChild
     this.appSimLocationEntry               = new global::Gtk.Entry();
     this.appSimLocationEntry.CanFocus      = true;
     this.appSimLocationEntry.Name          = "appSimLocationEntry";
     this.appSimLocationEntry.IsEditable    = false;
     this.appSimLocationEntry.InvisibleChar = '●';
     this.appLocationHBox.Add(this.appSimLocationEntry);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.appLocationHBox [this.appSimLocationEntry]));
     w10.Position = 1;
     this.paramsBox.Add(this.appLocationHBox);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.paramsBox [this.appLocationHBox]));
     w11.Position = 5;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child paramsBox.Gtk.Box+BoxChild
     this.houseSimLocationLabel           = new global::Gtk.Label();
     this.houseSimLocationLabel.Name      = "houseSimLocationLabel";
     this.houseSimLocationLabel.LabelProp = global::Mono.Unix.Catalog.GetString("House Simulator Location");
     this.paramsBox.Add(this.houseSimLocationLabel);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.paramsBox [this.houseSimLocationLabel]));
     w12.Position = 6;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child paramsBox.Gtk.Box+BoxChild
     this.houseLocationHBox         = new global::Gtk.HBox();
     this.houseLocationHBox.Name    = "houseLocationHBox";
     this.houseLocationHBox.Spacing = 6;
     // Container child houseLocationHBox.Gtk.Box+BoxChild
     this.houseSimLocationButton              = new global::Gtk.Button();
     this.houseSimLocationButton.CanFocus     = true;
     this.houseSimLocationButton.Name         = "houseSimLocationButton";
     this.houseSimLocationButton.UseUnderline = true;
     this.houseSimLocationButton.Label        = global::Mono.Unix.Catalog.GetString("Choose...");
     this.houseLocationHBox.Add(this.houseSimLocationButton);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.houseLocationHBox [this.houseSimLocationButton]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child houseLocationHBox.Gtk.Box+BoxChild
     this.houseSimLocationEntry               = new global::Gtk.Entry();
     this.houseSimLocationEntry.CanFocus      = true;
     this.houseSimLocationEntry.Name          = "houseSimLocationEntry";
     this.houseSimLocationEntry.IsEditable    = false;
     this.houseSimLocationEntry.InvisibleChar = '●';
     this.houseLocationHBox.Add(this.houseSimLocationEntry);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.houseLocationHBox [this.houseSimLocationEntry]));
     w14.Position = 1;
     this.paramsBox.Add(this.houseLocationHBox);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.paramsBox [this.houseLocationHBox]));
     w15.Position = 7;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child paramsBox.Gtk.Box+BoxChild
     this.timeFrameLabel           = new global::Gtk.Label();
     this.timeFrameLabel.Name      = "timeFrameLabel";
     this.timeFrameLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Select Time Frame Speed");
     this.paramsBox.Add(this.timeFrameLabel);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.paramsBox [this.timeFrameLabel]));
     w16.Position = 8;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child paramsBox.Gtk.Box+BoxChild
     this.hbox10         = new global::Gtk.HBox();
     this.hbox10.Name    = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.realSecondLabel           = new global::Gtk.Label();
     this.realSecondLabel.Name      = "realSecondLabel";
     this.realSecondLabel.LabelProp = global::Mono.Unix.Catalog.GetString("1 Real Second = ");
     this.hbox10.Add(this.realSecondLabel);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.realSecondLabel]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child hbox10.Gtk.Box+BoxChild
     this.timeFrameSpeedSpinbutton          = new global::Gtk.SpinButton(1, 10000, 1);
     this.timeFrameSpeedSpinbutton.CanFocus = true;
     this.timeFrameSpeedSpinbutton.Name     = "timeFrameSpeedSpinbutton";
     this.timeFrameSpeedSpinbutton.Adjustment.PageIncrement = 10;
     this.timeFrameSpeedSpinbutton.ClimbRate = 1;
     this.timeFrameSpeedSpinbutton.Numeric   = true;
     this.timeFrameSpeedSpinbutton.Value     = 1;
     this.hbox10.Add(this.timeFrameSpeedSpinbutton);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.timeFrameSpeedSpinbutton]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child hbox10.Gtk.Box+BoxChild
     this.simSecondLabel           = new global::Gtk.Label();
     this.simSecondLabel.Name      = "simSecondLabel";
     this.simSecondLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Simulated Seconds");
     this.hbox10.Add(this.simSecondLabel);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.simSecondLabel]));
     w19.Position = 2;
     w19.Expand   = false;
     w19.Fill     = false;
     this.paramsBox.Add(this.hbox10);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.paramsBox [this.hbox10]));
     w20.Position = 9;
     w20.Expand   = false;
     w20.Fill     = false;
     this.topLayoutBox.Add(this.paramsBox);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.topLayoutBox [this.paramsBox]));
     w21.Position = 0;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child topLayoutBox.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.topLayoutBox.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.topLayoutBox [this.vseparator1]));
     w22.Position = 1;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child topLayoutBox.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.Test_Scenario_Lable           = new global::Gtk.Label();
     this.Test_Scenario_Lable.Name      = "Test_Scenario_Lable";
     this.Test_Scenario_Lable.LabelProp = global::Mono.Unix.Catalog.GetString("Test Scenarios");
     this.vbox3.Add(this.Test_Scenario_Lable);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.Test_Scenario_Lable]));
     w23.Position = 0;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.testScenarioComboBox      = global::Gtk.ComboBox.NewText();
     this.testScenarioComboBox.Name = "testScenarioComboBox";
     this.vbox3.Add(this.testScenarioComboBox);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.testScenarioComboBox]));
     w24.Position = 1;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.simDetailsLabel           = new global::Gtk.Label();
     this.simDetailsLabel.Name      = "simDetailsLabel";
     this.simDetailsLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Test Details");
     this.vbox3.Add(this.simDetailsLabel);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.simDetailsLabel]));
     w25.Position = 2;
     w25.Expand   = false;
     w25.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.testSenarioTextview              = new global::Gtk.TextView();
     this.testSenarioTextview.Buffer.Text  = "None Selected \n(This will show what is contained in the selected Senario)";
     this.testSenarioTextview.WidthRequest = 200;
     this.testSenarioTextview.CanFocus     = true;
     this.testSenarioTextview.Name         = "testSenarioTextview";
     this.testSenarioTextview.Editable     = false;
     this.GtkScrolledWindow.Add(this.testSenarioTextview);
     this.vbox3.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow]));
     w27.Position = 3;
     this.topLayoutBox.Add(this.vbox3);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.topLayoutBox [this.vbox3]));
     w28.Position = 2;
     w28.Expand   = false;
     w28.Fill     = false;
     this.mainLayoutBox.Add(this.topLayoutBox);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.mainLayoutBox [this.topLayoutBox]));
     w29.Position = 1;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child mainLayoutBox.Gtk.Box+BoxChild
     this.hseparator3      = new global::Gtk.HSeparator();
     this.hseparator3.Name = "hseparator3";
     this.mainLayoutBox.Add(this.hseparator3);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.mainLayoutBox [this.hseparator3]));
     w30.Position = 2;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child mainLayoutBox.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.vbox14         = new global::Gtk.VBox();
     this.vbox14.Name    = "vbox14";
     this.vbox14.Spacing = 6;
     // Container child vbox14.Gtk.Box+BoxChild
     this.hbox12         = new global::Gtk.HBox();
     this.hbox12.Name    = "hbox12";
     this.hbox12.Spacing = 6;
     // Container child hbox12.Gtk.Box+BoxChild
     this.loadScenarioButton              = new global::Gtk.Button();
     this.loadScenarioButton.CanFocus     = true;
     this.loadScenarioButton.Name         = "loadScenarioButton";
     this.loadScenarioButton.UseUnderline = true;
     this.loadScenarioButton.Label        = global::Mono.Unix.Catalog.GetString("Load Scenario");
     this.hbox12.Add(this.loadScenarioButton);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.loadScenarioButton]));
     w31.Position = 0;
     w31.Expand   = false;
     w31.Fill     = false;
     // Container child hbox12.Gtk.Box+BoxChild
     this.startTestButton              = new global::Gtk.Button();
     this.startTestButton.Sensitive    = false;
     this.startTestButton.CanFocus     = true;
     this.startTestButton.Name         = "startTestButton";
     this.startTestButton.UseUnderline = true;
     this.startTestButton.Label        = global::Mono.Unix.Catalog.GetString("Start Test");
     this.hbox12.Add(this.startTestButton);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.startTestButton]));
     w32.Position = 1;
     w32.Expand   = false;
     w32.Fill     = false;
     this.vbox14.Add(this.hbox12);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.hbox12]));
     w33.Position = 0;
     w33.Expand   = false;
     w33.Fill     = false;
     // Container child vbox14.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox14.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.hseparator2]));
     w34.Position = 1;
     w34.Expand   = false;
     w34.Fill     = false;
     // Container child vbox14.Gtk.Box+BoxChild
     this.currTestRunLabel           = new global::Gtk.Label();
     this.currTestRunLabel.Name      = "currTestRunLabel";
     this.currTestRunLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Current Test Running");
     this.vbox14.Add(this.currTestRunLabel);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.currTestRunLabel]));
     w35.Position = 2;
     w35.Expand   = false;
     w35.Fill     = false;
     // Container child vbox14.Gtk.Box+BoxChild
     this.vbox15         = new global::Gtk.VBox();
     this.vbox15.Name    = "vbox15";
     this.vbox15.Spacing = 6;
     // Container child vbox15.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.currentTestTextview = new global::Gtk.TextView();
     this.currentTestTextview.WidthRequest = 500;
     this.currentTestTextview.CanFocus     = true;
     this.currentTestTextview.Name         = "currentTestTextview";
     this.GtkScrolledWindow1.Add(this.currentTestTextview);
     this.vbox15.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox15 [this.GtkScrolledWindow1]));
     w37.Position = 0;
     // Container child vbox15.Gtk.Box+BoxChild
     this.endTestButton              = new global::Gtk.Button();
     this.endTestButton.Sensitive    = false;
     this.endTestButton.CanFocus     = true;
     this.endTestButton.Name         = "endTestButton";
     this.endTestButton.UseUnderline = true;
     this.endTestButton.Label        = global::Mono.Unix.Catalog.GetString("End Test");
     this.vbox15.Add(this.endTestButton);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox15 [this.endTestButton]));
     w38.Position = 1;
     w38.Expand   = false;
     w38.Fill     = false;
     this.vbox14.Add(this.vbox15);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.vbox15]));
     w39.Position = 3;
     this.hbox4.Add(this.vbox14);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.vbox14]));
     w40.Position = 0;
     w40.Expand   = false;
     w40.Fill     = false;
     this.mainLayoutBox.Add(this.hbox4);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.mainLayoutBox [this.hbox4]));
     w41.Position = 3;
     this.Add(this.mainLayoutBox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 939;
     this.DefaultHeight = 753;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.scenarioDirButton.Clicked            += new global::System.EventHandler(this.OnScenarioDirectoryLoad);
     this.scenarioDirectoryText.Changed        += new global::System.EventHandler(this.OnScenarioDirectoryTextChanged);
     this.appSimulatorChooseFileButton.Clicked += new global::System.EventHandler(this.OnAppSimulatorChooseFileButtonClicked);
     this.appSimLocationEntry.Changed          += new global::System.EventHandler(this.OnAppSimLocationEntryChanged);
     this.houseSimLocationButton.Clicked       += new global::System.EventHandler(this.OnHouseSimLocationButtonClicked);
     this.houseSimLocationEntry.Changed        += new global::System.EventHandler(this.OnHouseSimLocationEntryChanged);
     this.loadScenarioButton.Clicked           += new global::System.EventHandler(this.OnLoadScenarioButton);
     this.startTestButton.Clicked += new global::System.EventHandler(this.OnStartTestButtonClicked);
     this.endTestButton.Clicked   += new global::System.EventHandler(this.OnEndTestButtonClicked);
 }
예제 #47
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Resolution.LineItem
     global::Stetic.BinContainer.Attach (this);
     this.WidthRequest = 100;
     this.Name = "Resolution.LineItem";
     // Container child Resolution.LineItem.Gtk.Container+ContainerChild
     this.eventbox1 = new global::Gtk.EventBox ();
     this.eventbox1.Name = "eventbox1";
     // Container child eventbox1.Gtk.Container+ContainerChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.table6 = new global::Gtk.Table (((uint)(1)), ((uint)(4)), false);
     this.table6.Name = "table6";
     this.table6.RowSpacing = ((uint)(6));
     this.table6.ColumnSpacing = ((uint)(6));
     // Container child table6.Gtk.Table+TableChild
     this.page = new global::Gtk.Label ();
     this.page.Name = "page";
     this.page.LabelProp = global::Mono.Unix.Catalog.GetString ("label11");
     this.table6.Add (this.page);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table6 [this.page]));
     w1.LeftAttach = ((uint)(3));
     w1.RightAttach = ((uint)(4));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.scan = new global::Gtk.Expander (null);
     this.scan.Sensitive = false;
     this.scan.CanFocus = true;
     this.scan.Name = "scan";
     this.GtkLabel = new global::Gtk.Label ();
     this.GtkLabel.Name = "GtkLabel";
     this.GtkLabel.UseUnderline = true;
     this.scan.LabelWidget = this.GtkLabel;
     this.table6.Add (this.scan);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table6 [this.scan]));
     w2.LeftAttach = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.student = new global::Gtk.Label ();
     this.student.WidthRequest = 110;
     this.student.Name = "student";
     this.student.LabelProp = global::Mono.Unix.Catalog.GetString ("label10");
     this.table6.Add (this.student);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table6 [this.student]));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.vseparator5 = new global::Gtk.VSeparator ();
     this.vseparator5.Name = "vseparator5";
     this.table6.Add (this.vseparator5);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table6 [this.vseparator5]));
     w4.LeftAttach = ((uint)(2));
     w4.RightAttach = ((uint)(3));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox4.Add (this.table6);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.table6]));
     w5.Position = 0;
     w5.Expand = false;
     w5.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 w6 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator3]));
     w6.Position = 2;
     w6.Expand = false;
     w6.Fill = false;
     this.eventbox1.Add (this.vbox4);
     this.Add (this.eventbox1);
     if ((this.Child != null))
         this.Child.ShowAll();
     this.Show ();
     this.eventbox1.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.OnClick);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Filters.GtkViews.ComplaintFilterView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Filters.GtkViews.ComplaintFilterView";
     // Container child Vodovoz.Filters.GtkViews.ComplaintFilterView.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.table4               = new global::Gtk.Table(((uint)(4)), ((uint)(3)), false);
     this.table4.Name          = "table4";
     this.table4.RowSpacing    = ((uint)(6));
     this.table4.ColumnSpacing = ((uint)(6));
     // Container child table4.Gtk.Table+TableChild
     this.entryCounterparty                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entryCounterparty.Events           = ((global::Gdk.EventMask)(256));
     this.entryCounterparty.Name             = "entryCounterparty";
     this.entryCounterparty.CanEditReference = true;
     this.table4.Add(this.entryCounterparty);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table4[this.entryCounterparty]));
     w1.TopAttach    = ((uint)(2));
     w1.BottomAttach = ((uint)(3));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.evmeAuthor                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.evmeAuthor.Events           = ((global::Gdk.EventMask)(256));
     this.evmeAuthor.Name             = "evmeAuthor";
     this.evmeAuthor.CanEditReference = true;
     this.table4.Add(this.evmeAuthor);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table4[this.evmeAuthor]));
     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 table4.Gtk.Table+TableChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Дата");
     this.hbox3.Add(this.label5);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label5]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.yenumcomboboxDateType      = new global::Gamma.Widgets.yEnumComboBox();
     this.yenumcomboboxDateType.Name = "yenumcomboboxDateType";
     this.yenumcomboboxDateType.ShowSpecialStateAll = false;
     this.yenumcomboboxDateType.ShowSpecialStateNot = false;
     this.yenumcomboboxDateType.UseShortTitle       = false;
     this.yenumcomboboxDateType.DefaultFirst        = false;
     this.hbox3.Add(this.yenumcomboboxDateType);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.yenumcomboboxDateType]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.daterangepicker           = new global::QS.Widgets.GtkUI.DateRangePicker();
     this.daterangepicker.Events    = ((global::Gdk.EventMask)(256));
     this.daterangepicker.Name      = "daterangepicker";
     this.daterangepicker.StartDate = new global::System.DateTime(0);
     this.daterangepicker.EndDate   = new global::System.DateTime(0);
     this.hbox3.Add(this.daterangepicker);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.daterangepicker]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     this.table4.Add(this.hbox3);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table4[this.hbox3]));
     w6.TopAttach    = ((uint)(3));
     w6.BottomAttach = ((uint)(4));
     w6.RightAttach  = ((uint)(3));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.ybuttonMyComplaint              = new global::Gamma.GtkWidgets.yButton();
     this.ybuttonMyComplaint.CanFocus     = true;
     this.ybuttonMyComplaint.Name         = "ybuttonMyComplaint";
     this.ybuttonMyComplaint.UseUnderline = true;
     this.ybuttonMyComplaint.Label        = global::Mono.Unix.Catalog.GetString("Мои рекламации");
     this.hbox5.Add(this.ybuttonMyComplaint);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.ybuttonMyComplaint]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     this.table4.Add(this.hbox5);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table4[this.hbox5]));
     w8.TopAttach    = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.LeftAttach   = ((uint)(2));
     w8.RightAttach  = ((uint)(3));
     w8.XPadding     = ((uint)(3));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 1F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Автор рекламации:");
     this.table4.Add(this.label3);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table4[this.label3]));
     w9.TopAttach    = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 1F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("В работе у:");
     this.table4.Add(this.label4);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table4[this.label4]));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 1F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Клиент:");
     this.table4.Add(this.label6);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table4[this.label6]));
     w11.TopAttach    = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.yentryreferenceSubdivision        = new global::Gamma.Widgets.yEntryReference();
     this.yentryreferenceSubdivision.Events = ((global::Gdk.EventMask)(256));
     this.yentryreferenceSubdivision.Name   = "yentryreferenceSubdivision";
     this.table4.Add(this.yentryreferenceSubdivision);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table4[this.yentryreferenceSubdivision]));
     w12.LeftAttach  = ((uint)(1));
     w12.RightAttach = ((uint)(2));
     w12.XOptions    = ((global::Gtk.AttachOptions)(4));
     w12.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add(this.table4);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.table4]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vseparator3      = new global::Gtk.VSeparator();
     this.vseparator3.Name = "vseparator3";
     this.hbox1.Add(this.vseparator3);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vseparator3]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.frmGuilty            = new global::Gtk.Frame();
     this.frmGuilty.Name       = "frmGuilty";
     this.frmGuilty.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frmGuilty.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.guiltyItemView        = new global::Vodovoz.Views.Complaints.GuiltyItemView();
     this.guiltyItemView.Events = ((global::Gdk.EventMask)(256));
     this.guiltyItemView.Name   = "guiltyItemView";
     this.GtkAlignment6.Add(this.guiltyItemView);
     this.frmGuilty.Add(this.GtkAlignment6);
     this.GtkLabel10            = new global::Gtk.Label();
     this.GtkLabel10.Name       = "GtkLabel10";
     this.GtkLabel10.LabelProp  = global::Mono.Unix.Catalog.GetString("<b>Виновный:</b>");
     this.GtkLabel10.UseMarkup  = true;
     this.frmGuilty.LabelWidget = this.GtkLabel10;
     this.hbox1.Add(this.frmGuilty);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.frmGuilty]));
     w17.Position = 2;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vseparator2      = new global::Gtk.VSeparator();
     this.vseparator2.Name = "vseparator2";
     this.hbox1.Add(this.vseparator2);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vseparator2]));
     w18.Position = 3;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(4)), ((uint)(4)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.cmbComplaintKind                     = new global::QS.Widgets.GtkUI.SpecialListComboBox();
     this.cmbComplaintKind.Name                = "cmbComplaintKind";
     this.cmbComplaintKind.AddIfNotExist       = false;
     this.cmbComplaintKind.DefaultFirst        = false;
     this.cmbComplaintKind.ShowSpecialStateAll = true;
     this.cmbComplaintKind.ShowSpecialStateNot = false;
     this.table1.Add(this.cmbComplaintKind);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1[this.cmbComplaintKind]));
     w19.TopAttach    = ((uint)(3));
     w19.BottomAttach = ((uint)(4));
     w19.LeftAttach   = ((uint)(1));
     w19.RightAttach  = ((uint)(2));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.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("Тип:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w20.XOptions = ((global::Gtk.AttachOptions)(4));
     w20.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 1F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Статус рекламации:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     w21.TopAttach    = ((uint)(1));
     w21.BottomAttach = ((uint)(2));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.lblComplaintKind           = new global::Gtk.Label();
     this.lblComplaintKind.Name      = "lblComplaintKind";
     this.lblComplaintKind.Xalign    = 1F;
     this.lblComplaintKind.LabelProp = global::Mono.Unix.Catalog.GetString("Вид:");
     this.table1.Add(this.lblComplaintKind);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1[this.lblComplaintKind]));
     w22.TopAttach    = ((uint)(3));
     w22.BottomAttach = ((uint)(4));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.lblComplaintObject           = new global::Gtk.Label();
     this.lblComplaintObject.Name      = "lblComplaintObject";
     this.lblComplaintObject.Xalign    = 1F;
     this.lblComplaintObject.LabelProp = global::Mono.Unix.Catalog.GetString("Объект рекламаций:");
     this.table1.Add(this.lblComplaintObject);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1[this.lblComplaintObject]));
     w23.TopAttach    = ((uint)(2));
     w23.BottomAttach = ((uint)(3));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.yenumcomboboxCurrentSubdivisionStatus      = new global::Gamma.Widgets.yEnumComboBox();
     this.yenumcomboboxCurrentSubdivisionStatus.Name = "yenumcomboboxCurrentSubdivisionStatus";
     this.yenumcomboboxCurrentSubdivisionStatus.ShowSpecialStateAll = true;
     this.yenumcomboboxCurrentSubdivisionStatus.ShowSpecialStateNot = false;
     this.yenumcomboboxCurrentSubdivisionStatus.UseShortTitle       = false;
     this.yenumcomboboxCurrentSubdivisionStatus.DefaultFirst        = false;
     this.table1.Add(this.yenumcomboboxCurrentSubdivisionStatus);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table1[this.yenumcomboboxCurrentSubdivisionStatus]));
     w24.LeftAttach  = ((uint)(3));
     w24.RightAttach = ((uint)(4));
     w24.XOptions    = ((global::Gtk.AttachOptions)(4));
     w24.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.yenumcomboboxStatus      = new global::Gamma.Widgets.yEnumComboBox();
     this.yenumcomboboxStatus.Name = "yenumcomboboxStatus";
     this.yenumcomboboxStatus.ShowSpecialStateAll = true;
     this.yenumcomboboxStatus.ShowSpecialStateNot = false;
     this.yenumcomboboxStatus.UseShortTitle       = false;
     this.yenumcomboboxStatus.DefaultFirst        = false;
     this.table1.Add(this.yenumcomboboxStatus);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table1[this.yenumcomboboxStatus]));
     w25.TopAttach    = ((uint)(1));
     w25.BottomAttach = ((uint)(2));
     w25.LeftAttach   = ((uint)(1));
     w25.RightAttach  = ((uint)(2));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.yenumcomboboxType      = new global::Gamma.Widgets.yEnumComboBox();
     this.yenumcomboboxType.Name = "yenumcomboboxType";
     this.yenumcomboboxType.ShowSpecialStateAll = true;
     this.yenumcomboboxType.ShowSpecialStateNot = false;
     this.yenumcomboboxType.UseShortTitle       = false;
     this.yenumcomboboxType.DefaultFirst        = false;
     this.table1.Add(this.yenumcomboboxType);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table1[this.yenumcomboboxType]));
     w26.LeftAttach  = ((uint)(1));
     w26.RightAttach = ((uint)(2));
     w26.XOptions    = ((global::Gtk.AttachOptions)(4));
     w26.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ylabelEmployeeSubdivisionStatus           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelEmployeeSubdivisionStatus.Name      = "ylabelEmployeeSubdivisionStatus";
     this.ylabelEmployeeSubdivisionStatus.Xalign    = 1F;
     this.ylabelEmployeeSubdivisionStatus.LabelProp = global::Mono.Unix.Catalog.GetString("Статус в отделе %отдел%:");
     this.table1.Add(this.ylabelEmployeeSubdivisionStatus);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table1[this.ylabelEmployeeSubdivisionStatus]));
     w27.LeftAttach  = ((uint)(2));
     w27.RightAttach = ((uint)(3));
     w27.XOptions    = ((global::Gtk.AttachOptions)(4));
     w27.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.yspeccomboboxComplaintObject                     = new global::Gamma.Widgets.ySpecComboBox();
     this.yspeccomboboxComplaintObject.Name                = "yspeccomboboxComplaintObject";
     this.yspeccomboboxComplaintObject.AddIfNotExist       = false;
     this.yspeccomboboxComplaintObject.DefaultFirst        = false;
     this.yspeccomboboxComplaintObject.ShowSpecialStateAll = false;
     this.yspeccomboboxComplaintObject.ShowSpecialStateNot = false;
     this.table1.Add(this.yspeccomboboxComplaintObject);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table1[this.yspeccomboboxComplaintObject]));
     w28.TopAttach    = ((uint)(2));
     w28.BottomAttach = ((uint)(3));
     w28.LeftAttach   = ((uint)(1));
     w28.RightAttach  = ((uint)(2));
     w28.XOptions     = ((global::Gtk.AttachOptions)(4));
     w28.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.table1]));
     w29.Position = 4;
     w29.Expand   = false;
     w29.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w30.Position = 0;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox1.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hseparator1]));
     w31.Position = 1;
     w31.Expand   = false;
     w31.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget WidgetLibrary.PersonWidget
     global::Stetic.BinContainer.Attach (this);
     this.WidthRequest = 750;
     this.HeightRequest = 650;
     this.Name = "WidgetLibrary.PersonWidget";
     // Container child WidgetLibrary.PersonWidget.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.fixed1 = new global::Gtk.Fixed ();
     this.fixed1.HeightRequest = 10;
     this.fixed1.Name = "fixed1";
     this.fixed1.HasWindow = false;
     this.vbox1.Add (this.fixed1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.fixed1]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(5)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.areaCombobox = global::Gtk.ComboBox.NewText ();
     this.areaCombobox.AppendText ("");
     this.areaCombobox.AppendText ("");
     this.areaCombobox.Name = "areaCombobox";
     this.table1.Add (this.areaCombobox);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.areaCombobox]));
     w2.LeftAttach = ((uint)(4));
     w2.RightAttach = ((uint)(5));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.fixed2 = new global::Gtk.Fixed ();
     this.fixed2.Name = "fixed2";
     this.fixed2.HasWindow = false;
     this.table1.Add (this.fixed2);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.fixed2]));
     w3.LeftAttach = ((uint)(2));
     w3.RightAttach = ((uint)(3));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.fnameEntry = new global::Gtk.Entry ();
     this.fnameEntry.CanFocus = true;
     this.fnameEntry.Name = "fnameEntry";
     this.fnameEntry.IsEditable = true;
     this.fnameEntry.InvisibleChar = '●';
     this.table1.Add (this.fnameEntry);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.fnameEntry]));
     w4.LeftAttach = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.Xalign = 1F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Vorname :");
     this.table1.Add (this.label4);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.Xalign = 1F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Nachname :");
     this.table1.Add (this.label5);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w6.TopAttach = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.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 ("Abteil :");
     this.table1.Add (this.label6);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w7.LeftAttach = ((uint)(3));
     w7.RightAttach = ((uint)(4));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label7 = new global::Gtk.Label ();
     this.label7.Name = "label7";
     this.label7.Xalign = 1F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Aufgabe :");
     this.table1.Add (this.label7);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
     w8.TopAttach = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.LeftAttach = ((uint)(3));
     w8.RightAttach = ((uint)(4));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label8 = new global::Gtk.Label ();
     this.label8.Name = "label8";
     this.label8.Xalign = 1F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Schicht :");
     this.table1.Add (this.label8);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
     w9.TopAttach = ((uint)(2));
     w9.BottomAttach = ((uint)(3));
     w9.LeftAttach = ((uint)(3));
     w9.RightAttach = ((uint)(4));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.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 ("Typ :");
     this.table1.Add (this.label9);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label9]));
     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.lnameEntry = new global::Gtk.Entry ();
     this.lnameEntry.CanFocus = true;
     this.lnameEntry.Name = "lnameEntry";
     this.lnameEntry.IsEditable = true;
     this.lnameEntry.InvisibleChar = '●';
     this.table1.Add (this.lnameEntry);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.lnameEntry]));
     w11.TopAttach = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.LeftAttach = ((uint)(1));
     w11.RightAttach = ((uint)(2));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.taskCombobox = global::Gtk.ComboBox.NewText ();
     this.taskCombobox.Name = "taskCombobox";
     this.table1.Add (this.taskCombobox);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.taskCombobox]));
     w12.TopAttach = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.LeftAttach = ((uint)(4));
     w12.RightAttach = ((uint)(5));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.timesCombobox = global::Gtk.ComboBox.NewText ();
     this.timesCombobox.Name = "timesCombobox";
     this.table1.Add (this.timesCombobox);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.timesCombobox]));
     w13.TopAttach = ((uint)(2));
     w13.BottomAttach = ((uint)(3));
     w13.LeftAttach = ((uint)(4));
     w13.RightAttach = ((uint)(5));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.typCombobox = global::Gtk.ComboBox.NewText ();
     this.typCombobox.Name = "typCombobox";
     this.table1.Add (this.typCombobox);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.typCombobox]));
     w14.TopAttach = ((uint)(2));
     w14.BottomAttach = ((uint)(3));
     w14.LeftAttach = ((uint)(1));
     w14.RightAttach = ((uint)(2));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add (this.table1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
     w15.Position = 1;
     w15.Expand = false;
     w15.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.personalTreeView = new global::Gtk.TreeView ();
     this.personalTreeView.CanFocus = true;
     this.personalTreeView.Name = "personalTreeView";
     this.GtkScrolledWindow.Add (this.personalTreeView);
     this.vbox1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
     w17.Position = 2;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator2 = new global::Gtk.HSeparator ();
     this.hseparator2.HeightRequest = 6;
     this.hseparator2.Name = "hseparator2";
     this.vbox1.Add (this.hseparator2);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator2]));
     w18.Position = 3;
     w18.Expand = false;
     w18.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.PVHeaderLabel = new global::Gtk.Label ();
     this.PVHeaderLabel.Name = "PVHeaderLabel";
     this.PVHeaderLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Personenverwaltung");
     this.vbox3.Add (this.PVHeaderLabel);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.PVHeaderLabel]));
     w19.Position = 0;
     w19.Expand = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbuttonbox1 = new global::Gtk.HButtonBox ();
     this.hbuttonbox1.Name = "hbuttonbox1";
     this.hbuttonbox1.Homogeneous = true;
     this.hbuttonbox1.Spacing = 3;
     this.hbuttonbox1.BorderWidth = ((uint)(3));
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.PersonAddButton = new global::Gtk.Button ();
     this.PersonAddButton.CanFocus = true;
     this.PersonAddButton.Name = "PersonAddButton";
     this.PersonAddButton.UseUnderline = true;
     // Container child PersonAddButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w20 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w21 = new global::Gtk.HBox ();
     w21.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w22 = new global::Gtk.Image ();
     w22.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-add", global::Gtk.IconSize.Menu);
     w21.Add (w22);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w24 = new global::Gtk.Label ();
     w24.LabelProp = global::Mono.Unix.Catalog.GetString ("Neu");
     w24.UseUnderline = true;
     w21.Add (w24);
     w20.Add (w21);
     this.PersonAddButton.Add (w20);
     this.hbuttonbox1.Add (this.PersonAddButton);
     global::Gtk.ButtonBox.ButtonBoxChild w28 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.PersonAddButton]));
     w28.Expand = false;
     w28.Fill = false;
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.PersonEditButton = new global::Gtk.Button ();
     this.PersonEditButton.CanFocus = true;
     this.PersonEditButton.Name = "PersonEditButton";
     this.PersonEditButton.UseUnderline = true;
     // Container child PersonEditButton.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-edit", 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 ("Bearbeiten");
     w33.UseUnderline = true;
     w30.Add (w33);
     w29.Add (w30);
     this.PersonEditButton.Add (w29);
     this.hbuttonbox1.Add (this.PersonEditButton);
     global::Gtk.ButtonBox.ButtonBoxChild w37 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.PersonEditButton]));
     w37.Position = 1;
     w37.Expand = false;
     w37.Fill = false;
     this.vbox3.Add (this.hbuttonbox1);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbuttonbox1]));
     w38.Position = 1;
     w38.Expand = false;
     this.hbox1.Add (this.vbox3);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
     w39.Position = 0;
     w39.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vseparator1 = new global::Gtk.VSeparator ();
     this.vseparator1.WidthRequest = 6;
     this.vseparator1.Name = "vseparator1";
     this.hbox1.Add (this.vseparator1);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vseparator1]));
     w40.Position = 1;
     w40.Expand = false;
     w40.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.PHeaderLabel = new global::Gtk.Label ();
     this.PHeaderLabel.Name = "PHeaderLabel";
     this.PHeaderLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Verwaltung");
     this.vbox4.Add (this.PHeaderLabel);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.PHeaderLabel]));
     w41.Position = 0;
     w41.Expand = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.managementHbuttonbox = new global::Gtk.HButtonBox ();
     this.managementHbuttonbox.Name = "managementHbuttonbox";
     this.managementHbuttonbox.Homogeneous = true;
     this.managementHbuttonbox.Spacing = 3;
     this.managementHbuttonbox.BorderWidth = ((uint)(3));
     // Container child managementHbuttonbox.Gtk.ButtonBox+ButtonBoxChild
     this.printButton = new global::Gtk.Button ();
     this.printButton.CanFocus = true;
     this.printButton.Name = "printButton";
     this.printButton.UseUnderline = true;
     // Container child printButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w42 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w43 = new global::Gtk.HBox ();
     w43.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w44 = new global::Gtk.Image ();
     w44.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-print", global::Gtk.IconSize.Menu);
     w43.Add (w44);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w46 = new global::Gtk.Label ();
     w46.LabelProp = global::Mono.Unix.Catalog.GetString ("Drucken");
     w46.UseUnderline = true;
     w43.Add (w46);
     w42.Add (w43);
     this.printButton.Add (w42);
     this.managementHbuttonbox.Add (this.printButton);
     global::Gtk.ButtonBox.ButtonBoxChild w50 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.managementHbuttonbox [this.printButton]));
     w50.Expand = false;
     w50.Fill = false;
     // Container child managementHbuttonbox.Gtk.ButtonBox+ButtonBoxChild
     this.printViewButton = new global::Gtk.Button ();
     this.printViewButton.CanFocus = true;
     this.printViewButton.Name = "printViewButton";
     this.printViewButton.UseUnderline = true;
     // Container child printViewButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w51 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w52 = new global::Gtk.HBox ();
     w52.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w53 = new global::Gtk.Image ();
     w53.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-print-preview", global::Gtk.IconSize.Menu);
     w52.Add (w53);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w55 = new global::Gtk.Label ();
     w55.LabelProp = global::Mono.Unix.Catalog.GetString ("Druckvorschau");
     w55.UseUnderline = true;
     w52.Add (w55);
     w51.Add (w52);
     this.printViewButton.Add (w51);
     this.managementHbuttonbox.Add (this.printViewButton);
     global::Gtk.ButtonBox.ButtonBoxChild w59 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.managementHbuttonbox [this.printViewButton]));
     w59.Position = 1;
     w59.Expand = false;
     w59.Fill = false;
     // Container child managementHbuttonbox.Gtk.ButtonBox+ButtonBoxChild
     this.exportButton = new global::Gtk.Button ();
     this.exportButton.CanFocus = true;
     this.exportButton.Name = "exportButton";
     this.exportButton.UseUnderline = true;
     // Container child exportButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w60 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w61 = new global::Gtk.HBox ();
     w61.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w62 = new global::Gtk.Image ();
     w62.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_right", global::Gtk.IconSize.Menu);
     w61.Add (w62);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w64 = new global::Gtk.Label ();
     w64.LabelProp = global::Mono.Unix.Catalog.GetString ("PDF - Export");
     w64.UseUnderline = true;
     w61.Add (w64);
     w60.Add (w61);
     this.exportButton.Add (w60);
     this.managementHbuttonbox.Add (this.exportButton);
     global::Gtk.ButtonBox.ButtonBoxChild w68 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.managementHbuttonbox [this.exportButton]));
     w68.Position = 2;
     w68.Expand = false;
     w68.Fill = false;
     this.vbox4.Add (this.managementHbuttonbox);
     global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.managementHbuttonbox]));
     w69.Position = 1;
     w69.Fill = false;
     this.hbox1.Add (this.vbox4);
     global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox4]));
     w70.Position = 2;
     w70.Fill = false;
     this.vbox1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w71.Position = 4;
     w71.Expand = false;
     w71.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.typCombobox.Changed += new global::System.EventHandler (this.OnTypComboboxChanged);
     this.timesCombobox.Changed += new global::System.EventHandler (this.OnTimesComboboxChanged);
     this.taskCombobox.Changed += new global::System.EventHandler (this.OnTaskComboboxChanged);
     this.lnameEntry.Changed += new global::System.EventHandler (this.OnLnameEntryChanged);
     this.fnameEntry.Changed += new global::System.EventHandler (this.OnFnameEntryChanged);
     this.areaCombobox.Changed += new global::System.EventHandler (this.OnAreaComboboxChanged);
     this.personalTreeView.CursorChanged += new global::System.EventHandler (this.OnPersonalTreeViewCursorChanged);
     this.PersonAddButton.Clicked += new global::System.EventHandler (this.OnPersonAddButtonClicked);
     this.PersonEditButton.Clicked += new global::System.EventHandler (this.OnPersonEditButtonClicked);
     this.printButton.Clicked += new global::System.EventHandler (this.OnPrintButtonClicked);
     this.printViewButton.Clicked += new global::System.EventHandler (this.OnPrintViewButtonClicked);
     this.exportButton.Clicked += new global::System.EventHandler (this.OnExportButtonClicked);
 }
예제 #50
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget TraceLab.UI.GTK.NewExperimentDialog
     this.Name           = "TraceLab.UI.GTK.NewExperimentDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("New Experimant");
     this.Icon           = global::Stetic.IconLoader.LoadIcon(this, "gtk-new", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal          = true;
     // Internal child TraceLab.UI.GTK.NewExperimentDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(5)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.tbx_description = new global::Gtk.TextView();
     this.tbx_description.HeightRequest = 132;
     this.tbx_description.CanFocus      = true;
     this.tbx_description.Name          = "tbx_description";
     this.tbx_description.WrapMode      = ((global::Gtk.WrapMode)(2));
     this.GtkScrolledWindow.Add(this.tbx_description);
     this.table1.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.GtkScrolledWindow]));
     w3.TopAttach    = ((uint)(4));
     w3.BottomAttach = ((uint)(5));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.tbx_dirPath               = new global::Gtk.Entry();
     this.tbx_dirPath.CanFocus      = true;
     this.tbx_dirPath.Name          = "tbx_dirPath";
     this.tbx_dirPath.IsEditable    = false;
     this.tbx_dirPath.InvisibleChar = '•';
     this.hbox1.Add(this.tbx_dirPath);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.tbx_dirPath]));
     w4.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox1.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vseparator1]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.btn_selectDir              = new global::Gtk.Button();
     this.btn_selectDir.CanFocus     = true;
     this.btn_selectDir.Name         = "btn_selectDir";
     this.btn_selectDir.UseUnderline = true;
     // Container child btn_selectDir.Gtk.Container+ContainerChild
     global::Gtk.Alignment w6 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w7 = new global::Gtk.HBox();
     w7.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w8 = new global::Gtk.Image();
     w8.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-open", global::Gtk.IconSize.Menu);
     w7.Add(w8);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w10 = new global::Gtk.Label();
     w10.LabelProp    = global::Mono.Unix.Catalog.GetString("Select");
     w10.UseUnderline = true;
     w7.Add(w10);
     w6.Add(w7);
     this.btn_selectDir.Add(w6);
     this.hbox1.Add(this.btn_selectDir);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.btn_selectDir]));
     w14.Position = 2;
     w14.Expand   = false;
     w14.Fill     = false;
     this.table1.Add(this.hbox1);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox1]));
     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.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Directory path:");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w16.TopAttach    = ((uint)(1));
     w16.BottomAttach = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("File name:");
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w17.TopAttach    = ((uint)(2));
     w17.BottomAttach = ((uint)(3));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Author:");
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w18.TopAttach    = ((uint)(3));
     w18.BottomAttach = ((uint)(4));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Description:");
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
     w19.TopAttach    = ((uint)(4));
     w19.BottomAttach = ((uint)(5));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.lbl_ExpName           = new global::Gtk.Label();
     this.lbl_ExpName.Name      = "lbl_ExpName";
     this.lbl_ExpName.LabelProp = global::Mono.Unix.Catalog.GetString("Experiment name:");
     this.table1.Add(this.lbl_ExpName);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1 [this.lbl_ExpName]));
     w20.XOptions = ((global::Gtk.AttachOptions)(4));
     w20.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.tbx_author               = new global::Gtk.Entry();
     this.tbx_author.CanFocus      = true;
     this.tbx_author.Name          = "tbx_author";
     this.tbx_author.IsEditable    = true;
     this.tbx_author.InvisibleChar = '•';
     this.table1.Add(this.tbx_author);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1 [this.tbx_author]));
     w21.TopAttach    = ((uint)(3));
     w21.BottomAttach = ((uint)(4));
     w21.LeftAttach   = ((uint)(1));
     w21.RightAttach  = ((uint)(2));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.tbx_experimentName               = new global::Gtk.Entry();
     this.tbx_experimentName.CanFocus      = true;
     this.tbx_experimentName.Name          = "tbx_experimentName";
     this.tbx_experimentName.IsEditable    = true;
     this.tbx_experimentName.InvisibleChar = '•';
     this.table1.Add(this.tbx_experimentName);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1 [this.tbx_experimentName]));
     w22.LeftAttach  = ((uint)(1));
     w22.RightAttach = ((uint)(2));
     w22.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.tbx_fileName               = new global::Gtk.Entry();
     this.tbx_fileName.CanFocus      = true;
     this.tbx_fileName.Name          = "tbx_fileName";
     this.tbx_fileName.IsEditable    = true;
     this.tbx_fileName.InvisibleChar = '•';
     this.table1.Add(this.tbx_fileName);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1 [this.tbx_fileName]));
     w23.TopAttach    = ((uint)(2));
     w23.BottomAttach = ((uint)(3));
     w23.LeftAttach   = ((uint)(1));
     w23.RightAttach  = ((uint)(2));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     w1.Add(this.table1);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(w1 [this.table1]));
     w24.Position = 0;
     // Internal child TraceLab.UI.GTK.NewExperimentDialog.ActionArea
     global::Gtk.HButtonBox w25 = this.ActionArea;
     w25.Name        = "dialog1_ActionArea";
     w25.Spacing     = 10;
     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.UseUnderline = true;
     // Container child buttonCancel.Gtk.Container+ContainerChild
     global::Gtk.Alignment w26 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w27 = new global::Gtk.HBox();
     w27.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w28 = new global::Gtk.Image();
     w28.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-cancel", global::Gtk.IconSize.Menu);
     w27.Add(w28);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w30 = new global::Gtk.Label();
     w30.LabelProp    = global::Mono.Unix.Catalog.GetString("_Cancel");
     w30.UseUnderline = true;
     w27.Add(w30);
     w26.Add(w27);
     this.buttonCancel.Add(w26);
     this.AddActionWidget(this.buttonCancel, -7);
     global::Gtk.ButtonBox.ButtonBoxChild w34 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w25 [this.buttonCancel]));
     w34.Expand = false;
     w34.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.btn_ok              = new global::Gtk.Button();
     this.btn_ok.Sensitive    = false;
     this.btn_ok.CanDefault   = true;
     this.btn_ok.CanFocus     = true;
     this.btn_ok.Name         = "btn_ok";
     this.btn_ok.UseUnderline = true;
     // Container child btn_ok.Gtk.Container+ContainerChild
     global::Gtk.Alignment w35 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w36 = new global::Gtk.HBox();
     w36.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w37 = new global::Gtk.Image();
     w37.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-apply", global::Gtk.IconSize.Menu);
     w36.Add(w37);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w39 = new global::Gtk.Label();
     w39.LabelProp    = global::Mono.Unix.Catalog.GetString("Create New");
     w39.UseUnderline = true;
     w36.Add(w39);
     w35.Add(w36);
     this.btn_ok.Add(w35);
     this.AddActionWidget(this.btn_ok, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w43 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w25 [this.btn_ok]));
     w43.Position = 1;
     w43.Expand   = false;
     w43.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 715;
     this.DefaultHeight = 342;
     this.Show();
     this.tbx_experimentName.TextDeleted  += new global::Gtk.TextDeletedHandler(this.updateProjectName);
     this.tbx_experimentName.TextInserted += new global::Gtk.TextInsertedHandler(this.updateProjectName);
     this.tbx_experimentName.Changed      += new global::System.EventHandler(this.OnTbxExperimentNameChanged);
     this.btn_selectDir.Clicked           += new global::System.EventHandler(this.buttonSelectDirClickedHandler);
     this.buttonCancel.Clicked            += new global::System.EventHandler(this.buttonCancelClickedHandler);
     this.btn_ok.Clicked += new global::System.EventHandler(this.buttonOKClickedHandler);
 }
예제 #51
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.CounterpartyContractDlg
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.CounterpartyContractDlg";
     // Container child Vodovoz.CounterpartyContractDlg.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.buttonSave              = new global::Gtk.Button();
     this.buttonSave.CanFocus     = true;
     this.buttonSave.Name         = "buttonSave";
     this.buttonSave.UseUnderline = true;
     this.buttonSave.Label        = global::Mono.Unix.Catalog.GetString("Сохранить");
     global::Gtk.Image w1 = new global::Gtk.Image();
     w1.Pixbuf             = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu);
     this.buttonSave.Image = w1;
     this.hbox4.Add(this.buttonSave);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.buttonSave]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = global::Mono.Unix.Catalog.GetString("Отменить");
     global::Gtk.Image w3 = new global::Gtk.Image();
     w3.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-revert-to-saved", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w3;
     this.hbox4.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.buttonCancel]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.vbox1.Add(this.hbox4);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox4]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.datatable5               = new global::Gtk.Table(((uint)(7)), ((uint)(3)), false);
     this.datatable5.Name          = "datatable5";
     this.datatable5.RowSpacing    = ((uint)(6));
     this.datatable5.ColumnSpacing = ((uint)(6));
     this.datatable5.BorderWidth   = ((uint)(6));
     // Container child datatable5.Gtk.Table+TableChild
     this.checkOnCancellation               = new global::Gamma.GtkWidgets.yCheckButton();
     this.checkOnCancellation.CanFocus      = true;
     this.checkOnCancellation.Name          = "checkOnCancellation";
     this.checkOnCancellation.Label         = global::Mono.Unix.Catalog.GetString("На расторжении");
     this.checkOnCancellation.DrawIndicator = true;
     this.checkOnCancellation.UseUnderline  = true;
     this.datatable5.Add(this.checkOnCancellation);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.datatable5[this.checkOnCancellation]));
     w6.TopAttach    = ((uint)(5));
     w6.BottomAttach = ((uint)(6));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable5.Gtk.Table+TableChild
     this.dateIssue                    = new global::QS.Widgets.GtkUI.DatePicker();
     this.dateIssue.Sensitive          = false;
     this.dateIssue.Events             = ((global::Gdk.EventMask)(256));
     this.dateIssue.Name               = "dateIssue";
     this.dateIssue.WithTime           = false;
     this.dateIssue.HideCalendarButton = false;
     this.dateIssue.Date               = new global::System.DateTime(0);
     this.dateIssue.IsEditable         = true;
     this.dateIssue.AutoSeparation     = false;
     this.datatable5.Add(this.dateIssue);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.datatable5[this.dateIssue]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(2));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable5.Gtk.Table+TableChild
     this.entryNumber               = new global::Gamma.GtkWidgets.yEntry();
     this.entryNumber.Sensitive     = false;
     this.entryNumber.CanFocus      = true;
     this.entryNumber.Name          = "entryNumber";
     this.entryNumber.IsEditable    = false;
     this.entryNumber.InvisibleChar = '●';
     this.datatable5.Add(this.entryNumber);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.datatable5[this.entryNumber]));
     w8.LeftAttach  = ((uint)(1));
     w8.RightAttach = ((uint)(2));
     w8.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child datatable5.Gtk.Table+TableChild
     this.hbox17         = new global::Gtk.HBox();
     this.hbox17.Name    = "hbox17";
     this.hbox17.Spacing = 6;
     // Container child hbox17.Gtk.Box+BoxChild
     this.vseparator2      = new global::Gtk.VSeparator();
     this.vseparator2.Name = "vseparator2";
     this.hbox17.Add(this.vseparator2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox17[this.vseparator2]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox17.Gtk.Box+BoxChild
     this.checkArchive               = new global::Gamma.GtkWidgets.yCheckButton();
     this.checkArchive.CanFocus      = true;
     this.checkArchive.Name          = "checkArchive";
     this.checkArchive.Label         = global::Mono.Unix.Catalog.GetString("Архивный");
     this.checkArchive.DrawIndicator = true;
     this.checkArchive.UseUnderline  = true;
     this.hbox17.Add(this.checkArchive);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox17[this.checkArchive]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hbox17.Gtk.Box+BoxChild
     this.vseparator3      = new global::Gtk.VSeparator();
     this.vseparator3.Name = "vseparator3";
     this.hbox17.Add(this.vseparator3);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox17[this.vseparator3]));
     w11.Position = 2;
     w11.Expand   = false;
     w11.Fill     = false;
     this.datatable5.Add(this.hbox17);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.datatable5[this.hbox17]));
     w12.TopAttach    = ((uint)(5));
     w12.BottomAttach = ((uint)(6));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable5.Gtk.Table+TableChild
     this.label32           = new global::Gtk.Label();
     this.label32.Name      = "label32";
     this.label32.Xalign    = 1F;
     this.label32.LabelProp = global::Mono.Unix.Catalog.GetString("Номер:");
     this.datatable5.Add(this.label32);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.datatable5[this.label32]));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatable5.Gtk.Table+TableChild
     this.label33           = new global::Gtk.Label();
     this.label33.Name      = "label33";
     this.label33.Xalign    = 1F;
     this.label33.LabelProp = global::Mono.Unix.Catalog.GetString("Дата заключения:");
     this.datatable5.Add(this.label33);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.datatable5[this.label33]));
     w14.TopAttach    = ((uint)(1));
     w14.BottomAttach = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable5.Gtk.Table+TableChild
     this.label35           = new global::Gtk.Label();
     this.label35.Name      = "label35";
     this.label35.Xalign    = 1F;
     this.label35.LabelProp = global::Mono.Unix.Catalog.GetString("Организация:");
     this.datatable5.Add(this.label35);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.datatable5[this.label35]));
     w15.TopAttach    = ((uint)(2));
     w15.BottomAttach = ((uint)(3));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable5.Gtk.Table+TableChild
     this.label36           = new global::Gtk.Label();
     this.label36.Name      = "label36";
     this.label36.Xalign    = 1F;
     this.label36.LabelProp = global::Mono.Unix.Catalog.GetString("Тип договора:");
     this.datatable5.Add(this.label36);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.datatable5[this.label36]));
     w16.TopAttach    = ((uint)(3));
     w16.BottomAttach = ((uint)(4));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable5.Gtk.Table+TableChild
     this.label38           = new global::Gtk.Label();
     this.label38.Name      = "label38";
     this.label38.Xalign    = 1F;
     this.label38.LabelProp = global::Mono.Unix.Catalog.GetString("Максимальный срок отсрочки:");
     this.datatable5.Add(this.label38);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.datatable5[this.label38]));
     w17.TopAttach    = ((uint)(4));
     w17.BottomAttach = ((uint)(5));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable5.Gtk.Table+TableChild
     this.referenceOrganization           = new global::Gamma.Widgets.yEntryReference();
     this.referenceOrganization.Sensitive = false;
     this.referenceOrganization.Events    = ((global::Gdk.EventMask)(256));
     this.referenceOrganization.Name      = "referenceOrganization";
     this.datatable5.Add(this.referenceOrganization);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.datatable5[this.referenceOrganization]));
     w18.TopAttach    = ((uint)(2));
     w18.BottomAttach = ((uint)(3));
     w18.LeftAttach   = ((uint)(1));
     w18.RightAttach  = ((uint)(2));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable5.Gtk.Table+TableChild
     this.spinDelay          = new global::Gamma.GtkWidgets.ySpinButton(0D, 100D, 1D);
     this.spinDelay.CanFocus = true;
     this.spinDelay.Name     = "spinDelay";
     this.spinDelay.Adjustment.PageIncrement = 10D;
     this.spinDelay.ClimbRate      = 1D;
     this.spinDelay.Numeric        = true;
     this.spinDelay.Value          = 3D;
     this.spinDelay.ValueAsDecimal = 0m;
     this.spinDelay.ValueAsInt     = 0;
     this.datatable5.Add(this.spinDelay);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.datatable5[this.spinDelay]));
     w19.TopAttach    = ((uint)(4));
     w19.BottomAttach = ((uint)(5));
     w19.LeftAttach   = ((uint)(1));
     w19.RightAttach  = ((uint)(2));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable5.Gtk.Table+TableChild
     this.templatewidget1                 = new global::QSDocTemplates.TemplateWidget();
     this.templatewidget1.Events          = ((global::Gdk.EventMask)(256));
     this.templatewidget1.Name            = "templatewidget1";
     this.templatewidget1.CanRevertCommon = false;
     this.datatable5.Add(this.templatewidget1);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.datatable5[this.templatewidget1]));
     w20.BottomAttach = ((uint)(6));
     w20.LeftAttach   = ((uint)(2));
     w20.RightAttach  = ((uint)(3));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable5.Gtk.Table+TableChild
     this.ycomboContractType                     = new global::Gamma.Widgets.yEnumComboBox();
     this.ycomboContractType.Sensitive           = false;
     this.ycomboContractType.Name                = "ycomboContractType";
     this.ycomboContractType.ShowSpecialStateAll = false;
     this.ycomboContractType.ShowSpecialStateNot = false;
     this.ycomboContractType.UseShortTitle       = false;
     this.ycomboContractType.DefaultFirst        = false;
     this.datatable5.Add(this.ycomboContractType);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.datatable5[this.ycomboContractType]));
     w21.TopAttach    = ((uint)(3));
     w21.BottomAttach = ((uint)(4));
     w21.LeftAttach   = ((uint)(1));
     w21.RightAttach  = ((uint)(2));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add(this.datatable5);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.datatable5]));
     w22.Position = 1;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Dialogs.CallTaskDlg
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Dialogs.CallTaskDlg";
     // Container child Vodovoz.Dialogs.CallTaskDlg.Gtk.Container+ContainerChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w1 = new global::Gtk.Viewport();
     w1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 20;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.buttonSave              = new global::Gtk.Button();
     this.buttonSave.CanFocus     = true;
     this.buttonSave.Name         = "buttonSave";
     this.buttonSave.UseUnderline = true;
     this.buttonSave.Label        = global::Mono.Unix.Catalog.GetString("Сохранить");
     global::Gtk.Image w2 = new global::Gtk.Image();
     w2.Pixbuf             = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu);
     this.buttonSave.Image = w2;
     this.hbox3.Add(this.buttonSave);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.buttonSave]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = global::Mono.Unix.Catalog.GetString("Отменить");
     global::Gtk.Image w4 = new global::Gtk.Image();
     w4.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-revert-to-saved", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w4;
     this.hbox3.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.buttonCancel]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.labelCreator           = new global::Gtk.Label();
     this.labelCreator.Name      = "labelCreator";
     this.labelCreator.LabelProp = global::Mono.Unix.Catalog.GetString("Создатель :");
     this.hbox3.Add(this.labelCreator);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.labelCreator]));
     w6.PackType = ((global::Gtk.PackType)(1));
     w6.Position = 3;
     w6.Expand   = false;
     w6.Fill     = false;
     this.vbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox3]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 15;
     // Container child hbox1.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(13)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(10));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.ClientPhonesView        = new global::Vodovoz.Dialogs.Phones.PhonesView();
     this.ClientPhonesView.Events = ((global::Gdk.EventMask)(256));
     this.ClientPhonesView.Name   = "ClientPhonesView";
     this.table1.Add(this.ClientPhonesView);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.ClientPhonesView]));
     w8.TopAttach    = ((uint)(3));
     w8.BottomAttach = ((uint)(4));
     w8.LeftAttach   = ((uint)(1));
     w8.RightAttach  = ((uint)(2));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.comboboxImpotanceType      = new global::Gamma.Widgets.yEnumComboBox();
     this.comboboxImpotanceType.Name = "comboboxImpotanceType";
     this.comboboxImpotanceType.ShowSpecialStateAll = false;
     this.comboboxImpotanceType.ShowSpecialStateNot = false;
     this.comboboxImpotanceType.UseShortTitle       = false;
     this.comboboxImpotanceType.DefaultFirst        = false;
     this.table1.Add(this.comboboxImpotanceType);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.comboboxImpotanceType]));
     w9.TopAttach    = ((uint)(11));
     w9.BottomAttach = ((uint)(12));
     w9.LeftAttach   = ((uint)(1));
     w9.RightAttach  = ((uint)(2));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.deadlineYdatepicker                    = new global::QS.Widgets.GtkUI.DatePicker();
     this.deadlineYdatepicker.Events             = ((global::Gdk.EventMask)(256));
     this.deadlineYdatepicker.Name               = "deadlineYdatepicker";
     this.deadlineYdatepicker.WithTime           = true;
     this.deadlineYdatepicker.HideCalendarButton = false;
     this.deadlineYdatepicker.Date               = new global::System.DateTime(0);
     this.deadlineYdatepicker.IsEditable         = true;
     this.deadlineYdatepicker.AutoSeparation     = false;
     this.table1.Add(this.deadlineYdatepicker);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.deadlineYdatepicker]));
     w10.TopAttach    = ((uint)(8));
     w10.BottomAttach = ((uint)(9));
     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.debtByAddressEntry               = new global::Gtk.Entry();
     this.debtByAddressEntry.CanFocus      = true;
     this.debtByAddressEntry.Name          = "debtByAddressEntry";
     this.debtByAddressEntry.IsEditable    = false;
     this.debtByAddressEntry.InvisibleChar = '•';
     this.table1.Add(this.debtByAddressEntry);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.debtByAddressEntry]));
     w11.TopAttach    = ((uint)(6));
     w11.BottomAttach = ((uint)(7));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.debtByClientEntry               = new global::Gamma.GtkWidgets.yEntry();
     this.debtByClientEntry.CanFocus      = true;
     this.debtByClientEntry.Name          = "debtByClientEntry";
     this.debtByClientEntry.IsEditable    = false;
     this.debtByClientEntry.InvisibleChar = '•';
     this.table1.Add(this.debtByClientEntry);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.debtByClientEntry]));
     w12.TopAttach    = ((uint)(5));
     w12.BottomAttach = ((uint)(6));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.DeliveryPointPhonesView        = new global::Vodovoz.Dialogs.Phones.PhonesView();
     this.DeliveryPointPhonesView.Events = ((global::Gdk.EventMask)(256));
     this.DeliveryPointPhonesView.Name   = "DeliveryPointPhonesView";
     this.table1.Add(this.DeliveryPointPhonesView);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.DeliveryPointPhonesView]));
     w13.TopAttach    = ((uint)(4));
     w13.BottomAttach = ((uint)(5));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.EmployeeyEntryreferencevm        = new global::QS.Widgets.GtkUI.RepresentationEntry();
     this.EmployeeyEntryreferencevm.Events = ((global::Gdk.EventMask)(256));
     this.EmployeeyEntryreferencevm.Name   = "EmployeeyEntryreferencevm";
     this.table1.Add(this.EmployeeyEntryreferencevm);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1[this.EmployeeyEntryreferencevm]));
     w14.TopAttach    = ((uint)(9));
     w14.BottomAttach = ((uint)(10));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entityVMEntryCounterparty                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entityVMEntryCounterparty.Events           = ((global::Gdk.EventMask)(256));
     this.entityVMEntryCounterparty.Name             = "entityVMEntryCounterparty";
     this.entityVMEntryCounterparty.CanEditReference = true;
     this.table1.Add(this.entityVMEntryCounterparty);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1[this.entityVMEntryCounterparty]));
     w15.TopAttach    = ((uint)(1));
     w15.BottomAttach = ((uint)(2));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entityVMEntryDeliveryPoint                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entityVMEntryDeliveryPoint.Events           = ((global::Gdk.EventMask)(256));
     this.entityVMEntryDeliveryPoint.Name             = "entityVMEntryDeliveryPoint";
     this.entityVMEntryDeliveryPoint.CanEditReference = true;
     this.table1.Add(this.entityVMEntryDeliveryPoint);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1[this.entityVMEntryDeliveryPoint]));
     w16.LeftAttach  = ((uint)(1));
     w16.RightAttach = ((uint)(2));
     w16.XOptions    = ((global::Gtk.AttachOptions)(4));
     w16.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryReserve               = new global::Gtk.Entry();
     this.entryReserve.CanFocus      = true;
     this.entryReserve.Name          = "entryReserve";
     this.entryReserve.IsEditable    = false;
     this.entryReserve.InvisibleChar = '•';
     this.table1.Add(this.entryReserve);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1[this.entryReserve]));
     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 table1.Gtk.Table+TableChild
     this.IsTaskCompleteButton = new global::Gamma.GtkWidgets.yCheckButton();
     this.IsTaskCompleteButton.HeightRequest = 40;
     this.IsTaskCompleteButton.CanFocus      = true;
     this.IsTaskCompleteButton.Name          = "IsTaskCompleteButton";
     this.IsTaskCompleteButton.Label         = global::Mono.Unix.Catalog.GetString("Задача выполнена ");
     this.IsTaskCompleteButton.DrawIndicator = true;
     this.IsTaskCompleteButton.UseUnderline  = true;
     this.table1.Add(this.IsTaskCompleteButton);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1[this.IsTaskCompleteButton]));
     w18.TopAttach    = ((uint)(12));
     w18.BottomAttach = ((uint)(13));
     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.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Клиент");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w19.TopAttach    = ((uint)(1));
     w19.BottomAttach = ((uint)(2));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Резерв");
     this.table1.Add(this.label10);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1[this.label10]));
     w20.TopAttach    = ((uint)(2));
     w20.BottomAttach = ((uint)(3));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Тара на забор :");
     this.table1.Add(this.label12);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1[this.label12]));
     w21.TopAttach    = ((uint)(10));
     w21.BottomAttach = ((uint)(11));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("Срочность задачи");
     this.table1.Add(this.label13);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1[this.label13]));
     w22.TopAttach    = ((uint)(11));
     w22.BottomAttach = ((uint)(12));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString("Телефон( Точка доставки ) :");
     this.table1.Add(this.label14);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1[this.label14]));
     w23.TopAttach    = ((uint)(4));
     w23.BottomAttach = ((uint)(5));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.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 w24 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     w24.XOptions = ((global::Gtk.AttachOptions)(4));
     w24.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Долг по клиенту");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
     w25.TopAttach    = ((uint)(5));
     w25.BottomAttach = ((uint)(6));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Долг по адресу");
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table1[this.label5]));
     w26.TopAttach    = ((uint)(6));
     w26.BottomAttach = ((uint)(7));
     w26.XOptions     = ((global::Gtk.AttachOptions)(4));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Выполнить до");
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table1[this.label6]));
     w27.TopAttach    = ((uint)(8));
     w27.BottomAttach = ((uint)(9));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Статус задачи");
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table1[this.label7]));
     w28.TopAttach    = ((uint)(7));
     w28.BottomAttach = ((uint)(8));
     w28.XOptions     = ((global::Gtk.AttachOptions)(4));
     w28.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Закреплено за");
     this.table1.Add(this.label8);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table1[this.label8]));
     w29.TopAttach    = ((uint)(9));
     w29.BottomAttach = ((uint)(10));
     w29.XOptions     = ((global::Gtk.AttachOptions)(4));
     w29.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelClientPhone           = new global::Gtk.Label();
     this.labelClientPhone.Name      = "labelClientPhone";
     this.labelClientPhone.LabelProp = global::Mono.Unix.Catalog.GetString("Телефон( Клиент ) :");
     this.table1.Add(this.labelClientPhone);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table1[this.labelClientPhone]));
     w30.TopAttach    = ((uint)(3));
     w30.BottomAttach = ((uint)(4));
     w30.XOptions     = ((global::Gtk.AttachOptions)(4));
     w30.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.TaskStateComboBox      = new global::Gamma.Widgets.yEnumComboBox();
     this.TaskStateComboBox.Name = "TaskStateComboBox";
     this.TaskStateComboBox.ShowSpecialStateAll = false;
     this.TaskStateComboBox.ShowSpecialStateNot = false;
     this.TaskStateComboBox.UseShortTitle       = false;
     this.TaskStateComboBox.DefaultFirst        = false;
     this.table1.Add(this.TaskStateComboBox);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table1[this.TaskStateComboBox]));
     w31.TopAttach    = ((uint)(7));
     w31.BottomAttach = ((uint)(8));
     w31.LeftAttach   = ((uint)(1));
     w31.RightAttach  = ((uint)(2));
     w31.XOptions     = ((global::Gtk.AttachOptions)(4));
     w31.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.yentryTareReturn               = new global::Gamma.Widgets.yValidatedEntry();
     this.yentryTareReturn.CanFocus      = true;
     this.yentryTareReturn.Name          = "yentryTareReturn";
     this.yentryTareReturn.IsEditable    = true;
     this.yentryTareReturn.InvisibleChar = '•';
     this.table1.Add(this.yentryTareReturn);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table1[this.yentryTareReturn]));
     w32.TopAttach    = ((uint)(10));
     w32.BottomAttach = ((uint)(11));
     w32.LeftAttach   = ((uint)(1));
     w32.RightAttach  = ((uint)(2));
     w32.XOptions     = ((global::Gtk.AttachOptions)(4));
     w32.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.table1]));
     w33.Position = 0;
     w33.Expand   = false;
     w33.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox1.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vseparator1]));
     w34.Position = 1;
     w34.Expand   = false;
     w34.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vboxComments         = new global::Gtk.VBox();
     this.vboxComments.Name    = "vboxComments";
     this.vboxComments.Spacing = 6;
     // Container child vboxComments.Gtk.Box+BoxChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Комментарий :");
     this.vboxComments.Add(this.label9);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vboxComments[this.label9]));
     w35.Position = 0;
     w35.Expand   = false;
     w35.Fill     = false;
     // Container child vboxComments.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.ytextviewComments          = new global::Gamma.GtkWidgets.yTextView();
     this.ytextviewComments.CanFocus = true;
     this.ytextviewComments.Name     = "ytextviewComments";
     this.ytextviewComments.Editable = false;
     this.ytextviewComments.WrapMode = ((global::Gtk.WrapMode)(3));
     this.GtkScrolledWindow.Add(this.ytextviewComments);
     this.vboxComments.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vboxComments[this.GtkScrolledWindow]));
     w37.Position = 1;
     // Container child vboxComments.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vboxComments.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vboxComments[this.hseparator1]));
     w38.Position = 2;
     w38.Expand   = false;
     w38.Fill     = false;
     // Container child vboxComments.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.textviewLastComment          = new global::Gamma.GtkWidgets.yTextView();
     this.textviewLastComment.CanFocus = true;
     this.textviewLastComment.Name     = "textviewLastComment";
     this.GtkScrolledWindow1.Add(this.textviewLastComment);
     this.vboxComments.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vboxComments[this.GtkScrolledWindow1]));
     w40.Position = 3;
     // Container child vboxComments.Gtk.Box+BoxChild
     this.buttonAddComment              = new global::Gtk.Button();
     this.buttonAddComment.CanFocus     = true;
     this.buttonAddComment.Name         = "buttonAddComment";
     this.buttonAddComment.UseUnderline = true;
     this.buttonAddComment.Label        = global::Mono.Unix.Catalog.GetString("Добавить комментарий");
     global::Gtk.Image w41 = new global::Gtk.Image();
     w41.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     this.buttonAddComment.Image = w41;
     this.vboxComments.Add(this.buttonAddComment);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vboxComments[this.buttonAddComment]));
     w42.Position = 4;
     w42.Expand   = false;
     w42.Fill     = false;
     // Container child vboxComments.Gtk.Box+BoxChild
     this.buttonRevertComment              = new global::Gtk.Button();
     this.buttonRevertComment.CanFocus     = true;
     this.buttonRevertComment.Name         = "buttonRevertComment";
     this.buttonRevertComment.UseUnderline = true;
     this.buttonRevertComment.Label        = global::Mono.Unix.Catalog.GetString("Отменить последний комментарий");
     global::Gtk.Image w43 = new global::Gtk.Image();
     w43.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-clear", global::Gtk.IconSize.Menu);
     this.buttonRevertComment.Image = w43;
     this.vboxComments.Add(this.buttonRevertComment);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vboxComments[this.buttonRevertComment]));
     w44.Position = 5;
     w44.Expand   = false;
     w44.Fill     = false;
     this.hbox1.Add(this.vboxComments);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vboxComments]));
     w45.Position = 2;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonSplit = new global::Gtk.Button();
     this.buttonSplit.WidthRequest = 30;
     this.buttonSplit.CanFocus     = true;
     this.buttonSplit.Name         = "buttonSplit";
     this.buttonSplit.UseUnderline = true;
     this.buttonSplit.Label        = global::Mono.Unix.Catalog.GetString(">>");
     this.hbox1.Add(this.buttonSplit);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonSplit]));
     w46.Position = 3;
     w46.Expand   = false;
     w46.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vboxOldComments         = new global::Gtk.VBox();
     this.vboxOldComments.Name    = "vboxOldComments";
     this.vboxOldComments.Spacing = 6;
     // Container child vboxOldComments.Gtk.Box+BoxChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Комментарии про прошлым задачам");
     this.vboxOldComments.Add(this.label11);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.vboxOldComments[this.label11]));
     w47.Position = 0;
     w47.Expand   = false;
     w47.Fill     = false;
     // Container child vboxOldComments.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.ytextviewOldComments          = new global::Gamma.GtkWidgets.yTextView();
     this.ytextviewOldComments.CanFocus = true;
     this.ytextviewOldComments.Name     = "ytextviewOldComments";
     this.ytextviewOldComments.WrapMode = ((global::Gtk.WrapMode)(3));
     this.GtkScrolledWindow2.Add(this.ytextviewOldComments);
     this.vboxOldComments.Add(this.GtkScrolledWindow2);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vboxOldComments[this.GtkScrolledWindow2]));
     w49.Position = 1;
     this.hbox1.Add(this.vboxOldComments);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vboxOldComments]));
     w50.Position = 4;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w51.Position = 1;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.createOrderButton              = new global::Gtk.Button();
     this.createOrderButton.CanFocus     = true;
     this.createOrderButton.Name         = "createOrderButton";
     this.createOrderButton.UseUnderline = true;
     this.createOrderButton.Label        = global::Mono.Unix.Catalog.GetString("Оформить заказ");
     this.hbox6.Add(this.createOrderButton);
     global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.createOrderButton]));
     w52.Position = 0;
     w52.Expand   = false;
     w52.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.createTaskButton              = new global::Gtk.Button();
     this.createTaskButton.CanFocus     = true;
     this.createTaskButton.Name         = "createTaskButton";
     this.createTaskButton.UseUnderline = true;
     this.createTaskButton.Label        = global::Mono.Unix.Catalog.GetString("Создать новую задачу");
     this.hbox6.Add(this.createTaskButton);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.createTaskButton]));
     w53.Position = 1;
     w53.Expand   = false;
     w53.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.buttonReportByClient              = new global::Gtk.Button();
     this.buttonReportByClient.CanFocus     = true;
     this.buttonReportByClient.Name         = "buttonReportByClient";
     this.buttonReportByClient.UseUnderline = true;
     this.buttonReportByClient.Label        = global::Mono.Unix.Catalog.GetString("Акт по бутылям и залогам(по клиенту)");
     this.hbox6.Add(this.buttonReportByClient);
     global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.buttonReportByClient]));
     w54.Position = 2;
     w54.Expand   = false;
     w54.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.buttonReportByDP              = new global::Gtk.Button();
     this.buttonReportByDP.CanFocus     = true;
     this.buttonReportByDP.Name         = "buttonReportByDP";
     this.buttonReportByDP.UseUnderline = true;
     this.buttonReportByDP.Label        = global::Mono.Unix.Catalog.GetString("Акт по бутылям и залогам(по точке доставки)");
     this.hbox6.Add(this.buttonReportByDP);
     global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.buttonReportByDP]));
     w55.Position = 3;
     w55.Expand   = false;
     w55.Fill     = false;
     this.vbox2.Add(this.hbox6);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox6]));
     w56.Position = 2;
     w56.Expand   = false;
     w56.Fill     = false;
     w1.Add(this.vbox2);
     this.scrolledwindow1.Add(w1);
     this.Add(this.scrolledwindow1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.vboxOldComments.Hide();
     this.Hide();
     this.entityVMEntryDeliveryPoint.Changed       += new global::System.EventHandler(this.OnEntityVMEntryDeliveryPointChanged);
     this.entityVMEntryDeliveryPoint.ChangedByUser += new global::System.EventHandler(this.OnEntityVMEntryDeliveryPointChangedByUser);
     this.entityVMEntryCounterparty.Changed        += new global::System.EventHandler(this.OnEntityVMEntryCounterpartyChanged);
     this.entityVMEntryCounterparty.ChangedByUser  += new global::System.EventHandler(this.OnEntityVMEntryCounterpartyChangedByUser);
     this.buttonAddComment.Clicked     += new global::System.EventHandler(this.OnAddCommentButtonClicked);
     this.buttonRevertComment.Clicked  += new global::System.EventHandler(this.OnCancelLastCommentButtonClicked);
     this.buttonSplit.Clicked          += new global::System.EventHandler(this.OnButtonSplitClicked);
     this.createOrderButton.Clicked    += new global::System.EventHandler(this.OnButtonCreateOrderClicked);
     this.createTaskButton.Clicked     += new global::System.EventHandler(this.OnCreateTaskButtonClicked);
     this.buttonReportByClient.Clicked += new global::System.EventHandler(this.OnButtonReportByClientClicked);
     this.buttonReportByDP.Clicked     += new global::System.EventHandler(this.OnButtonReportByDPClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget QS.Project.Dialogs.GtkUI.RepresentationJournalDialog
     global::Stetic.BinContainer.Attach(this);
     this.Name = "QS.Project.Dialogs.GtkUI.RepresentationJournalDialog";
     // Container child QS.Project.Dialogs.GtkUI.RepresentationJournalDialog.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hboxButtons         = new global::Gtk.HBox();
     this.hboxButtons.Name    = "hboxButtons";
     this.hboxButtons.Spacing = 6;
     // Container child hboxButtons.Gtk.Box+BoxChild
     this.hboxSelect         = new global::Gtk.HBox();
     this.hboxSelect.Name    = "hboxSelect";
     this.hboxSelect.Spacing = 6;
     // Container child hboxSelect.Gtk.Box+BoxChild
     this.buttonSelect              = new global::Gtk.Button();
     this.buttonSelect.Sensitive    = false;
     this.buttonSelect.CanFocus     = true;
     this.buttonSelect.Name         = "buttonSelect";
     this.buttonSelect.UseUnderline = true;
     this.buttonSelect.Label        = global::Mono.Unix.Catalog.GetString("Выбрать");
     global::Gtk.Image w1 = new global::Gtk.Image();
     w1.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-index", global::Gtk.IconSize.Menu);
     this.buttonSelect.Image = w1;
     this.hboxSelect.Add(this.buttonSelect);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hboxSelect[this.buttonSelect]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hboxSelect.Gtk.Box+BoxChild
     this.vseparatorSelect      = new global::Gtk.VSeparator();
     this.vseparatorSelect.Name = "vseparatorSelect";
     this.hboxSelect.Add(this.vseparatorSelect);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hboxSelect[this.vseparatorSelect]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     this.hboxButtons.Add(this.hboxSelect);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hboxButtons[this.hboxSelect]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hboxButtons.Gtk.Box+BoxChild
     this.checkShowFilter               = new global::Gtk.CheckButton();
     this.checkShowFilter.CanFocus      = true;
     this.checkShowFilter.Name          = "checkShowFilter";
     this.checkShowFilter.Label         = global::Mono.Unix.Catalog.GetString("Фильтр");
     this.checkShowFilter.DrawIndicator = false;
     this.checkShowFilter.UseUnderline  = true;
     this.hboxButtons.Add(this.checkShowFilter);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hboxButtons[this.checkShowFilter]));
     w5.PackType = ((global::Gtk.PackType)(1));
     w5.Position = 2;
     w5.Expand   = false;
     // Container child hboxButtons.Gtk.Box+BoxChild
     this.buttonRefresh              = new global::Gtk.Button();
     this.buttonRefresh.CanFocus     = true;
     this.buttonRefresh.Name         = "buttonRefresh";
     this.buttonRefresh.UseUnderline = true;
     this.buttonRefresh.Label        = global::Mono.Unix.Catalog.GetString("Обновить");
     global::Gtk.Image w6 = new global::Gtk.Image();
     w6.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-refresh", global::Gtk.IconSize.Menu);
     this.buttonRefresh.Image = w6;
     this.hboxButtons.Add(this.buttonRefresh);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hboxButtons[this.buttonRefresh]));
     w7.PackType = ((global::Gtk.PackType)(1));
     w7.Position = 3;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vbox1.Add(this.hboxButtons);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hboxButtons]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hboxFilter         = new global::Gtk.HBox();
     this.hboxFilter.Name    = "hboxFilter";
     this.hboxFilter.Spacing = 6;
     this.vbox1.Add(this.hboxFilter);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hboxFilter]));
     w9.Position = 1;
     w9.Expand   = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hboxSearch         = new global::Gtk.HBox();
     this.hboxSearch.Name    = "hboxSearch";
     this.hboxSearch.Spacing = 6;
     // Container child hboxSearch.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Поиск:");
     this.hboxSearch.Add(this.label1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hboxSearch[this.label1]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hboxSearch.Gtk.Box+BoxChild
     this.entrySearch = new global::Gtk.Entry();
     this.entrySearch.WidthRequest  = 50;
     this.entrySearch.CanFocus      = true;
     this.entrySearch.Name          = "entrySearch";
     this.entrySearch.IsEditable    = true;
     this.entrySearch.InvisibleChar = '●';
     this.hboxSearch.Add(this.entrySearch);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hboxSearch[this.entrySearch]));
     w11.Position = 1;
     // Container child hboxSearch.Gtk.Box+BoxChild
     this.ylabelSearchAnd           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelSearchAnd.Name      = "ylabelSearchAnd";
     this.ylabelSearchAnd.LabelProp = global::Mono.Unix.Catalog.GetString("и");
     this.hboxSearch.Add(this.ylabelSearchAnd);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hboxSearch[this.ylabelSearchAnd]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child hboxSearch.Gtk.Box+BoxChild
     this.entrySearch2 = new global::Gtk.Entry();
     this.entrySearch2.WidthRequest  = 50;
     this.entrySearch2.CanFocus      = true;
     this.entrySearch2.Name          = "entrySearch2";
     this.entrySearch2.IsEditable    = true;
     this.entrySearch2.InvisibleChar = '●';
     this.hboxSearch.Add(this.entrySearch2);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hboxSearch[this.entrySearch2]));
     w13.Position = 3;
     // Container child hboxSearch.Gtk.Box+BoxChild
     this.ylabelSearchAnd2           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelSearchAnd2.Name      = "ylabelSearchAnd2";
     this.ylabelSearchAnd2.LabelProp = global::Mono.Unix.Catalog.GetString("и");
     this.hboxSearch.Add(this.ylabelSearchAnd2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hboxSearch[this.ylabelSearchAnd2]));
     w14.Position = 4;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child hboxSearch.Gtk.Box+BoxChild
     this.entrySearch3 = new global::Gtk.Entry();
     this.entrySearch3.WidthRequest  = 50;
     this.entrySearch3.CanFocus      = true;
     this.entrySearch3.Name          = "entrySearch3";
     this.entrySearch3.IsEditable    = true;
     this.entrySearch3.InvisibleChar = '●';
     this.hboxSearch.Add(this.entrySearch3);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hboxSearch[this.entrySearch3]));
     w15.Position = 5;
     // Container child hboxSearch.Gtk.Box+BoxChild
     this.ylabelSearchAnd3           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelSearchAnd3.Name      = "ylabelSearchAnd3";
     this.ylabelSearchAnd3.LabelProp = global::Mono.Unix.Catalog.GetString("и");
     this.hboxSearch.Add(this.ylabelSearchAnd3);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hboxSearch[this.ylabelSearchAnd3]));
     w16.Position = 6;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child hboxSearch.Gtk.Box+BoxChild
     this.entrySearch4 = new global::Gtk.Entry();
     this.entrySearch4.WidthRequest  = 50;
     this.entrySearch4.CanFocus      = true;
     this.entrySearch4.Name          = "entrySearch4";
     this.entrySearch4.IsEditable    = true;
     this.entrySearch4.InvisibleChar = '●';
     this.hboxSearch.Add(this.entrySearch4);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hboxSearch[this.entrySearch4]));
     w17.Position = 7;
     // Container child hboxSearch.Gtk.Box+BoxChild
     this.buttonAddAnd              = new global::Gtk.Button();
     this.buttonAddAnd.CanFocus     = true;
     this.buttonAddAnd.Name         = "buttonAddAnd";
     this.buttonAddAnd.UseUnderline = true;
     this.buttonAddAnd.Label        = global::Mono.Unix.Catalog.GetString("И");
     global::Gtk.Image w18 = new global::Gtk.Image();
     w18.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     this.buttonAddAnd.Image = w18;
     this.hboxSearch.Add(this.buttonAddAnd);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hboxSearch[this.buttonAddAnd]));
     w19.Position = 8;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child hboxSearch.Gtk.Box+BoxChild
     this.buttonSearchClear = new global::Gtk.Button();
     this.buttonSearchClear.TooltipMarkup = "Очистить";
     this.buttonSearchClear.CanFocus      = true;
     this.buttonSearchClear.Name          = "buttonSearchClear";
     this.buttonSearchClear.UseUnderline  = true;
     global::Gtk.Image w20 = new global::Gtk.Image();
     w20.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-clear", global::Gtk.IconSize.Menu);
     this.buttonSearchClear.Image = w20;
     this.hboxSearch.Add(this.buttonSearchClear);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hboxSearch[this.buttonSearchClear]));
     w21.Position = 9;
     w21.Expand   = false;
     w21.Fill     = false;
     this.vbox1.Add(this.hboxSearch);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hboxSearch]));
     w22.Position = 2;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.tableview          = new global::QS.Widgets.GtkUI.RepresentationTreeView();
     this.tableview.CanFocus = true;
     this.tableview.Name     = "tableview";
     this.GtkScrolledWindow.Add(this.tableview);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow]));
     w24.Position = 3;
     // Container child vbox1.Gtk.Box+BoxChild
     this.labelSum                = new global::Gtk.Label();
     this.labelSum.Name           = "labelSum";
     this.labelSum.Xpad           = 6;
     this.labelSum.Xalign         = 1F;
     this.labelSum.LabelProp      = global::Mono.Unix.Catalog.GetString("label2");
     this.labelSum.SingleLineMode = true;
     this.vbox1.Add(this.labelSum);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.labelSum]));
     w25.Position = 4;
     w25.Expand   = false;
     w25.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.checkShowFilter.Hide();
     this.hboxFilter.Hide();
     this.ylabelSearchAnd.Hide();
     this.entrySearch2.Hide();
     this.ylabelSearchAnd2.Hide();
     this.entrySearch3.Hide();
     this.ylabelSearchAnd3.Hide();
     this.entrySearch4.Hide();
     this.Hide();
     this.buttonSelect.Clicked      += new global::System.EventHandler(this.OnButtonSelectClicked);
     this.buttonRefresh.Clicked     += new global::System.EventHandler(this.OnButtonRefreshClicked);
     this.checkShowFilter.Toggled   += new global::System.EventHandler(this.OnCheckShowFilterToggled);
     this.entrySearch.Changed       += new global::System.EventHandler(this.OnEntrySearchChanged);
     this.entrySearch2.Changed      += new global::System.EventHandler(this.OnEntrySearchChanged);
     this.entrySearch3.Changed      += new global::System.EventHandler(this.OnEntrySearchChanged);
     this.entrySearch4.Changed      += new global::System.EventHandler(this.OnEntrySearchChanged);
     this.buttonAddAnd.Clicked      += new global::System.EventHandler(this.OnButtonAddAndClicked);
     this.buttonSearchClear.Clicked += new global::System.EventHandler(this.OnButtonSearchClearClicked);
     this.tableview.RowActivated    += new global::Gtk.RowActivatedHandler(this.OnOrmtableviewRowActivated);
 }
예제 #54
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.FileAction            = new global::Gtk.Action("FileAction", global::Mono.Unix.Catalog.GetString("File"), null, null);
     this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString("File");
     w1.Add(this.FileAction, "<Alt>f");
     this.ExitAction            = new global::Gtk.Action("ExitAction", global::Mono.Unix.Catalog.GetString("Exit"), null, null);
     this.ExitAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Exit");
     w1.Add(this.ExitAction, "<Control>q");
     this.HelpAction            = new global::Gtk.Action("HelpAction", global::Mono.Unix.Catalog.GetString("Help"), null, null);
     this.HelpAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Help");
     w1.Add(this.HelpAction, null);
     this.AboutAction            = new global::Gtk.Action("AboutAction", global::Mono.Unix.Catalog.GetString("About"), global::Mono.Unix.Catalog.GetString("Shows the wonderful creator info"), null);
     this.AboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString("About");
     w1.Add(this.AboutAction, null);
     this.OpenAction            = new global::Gtk.Action("OpenAction", global::Mono.Unix.Catalog.GetString("Open.."), null, null);
     this.OpenAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Open Session...");
     w1.Add(this.OpenAction, "<Control>o");
     this.SaveAction            = new global::Gtk.Action("SaveAction", global::Mono.Unix.Catalog.GetString("Save"), null, null);
     this.SaveAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Save Session");
     w1.Add(this.SaveAction, "<Control>s");
     this.SaveAsAction            = new global::Gtk.Action("SaveAsAction", global::Mono.Unix.Catalog.GetString("Save As..."), null, null);
     this.SaveAsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Save Session As...");
     w1.Add(this.SaveAsAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Grid Proxy");
     this.Icon           = global::Gdk.Pixbuf.LoadFromResource("GridProxyGUI.libomv.png");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.AllowShrink    = true;
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vboxMenuMain         = new global::Gtk.VBox();
     this.vboxMenuMain.Name    = "vboxMenuMain";
     this.vboxMenuMain.Spacing = 6;
     // Container child vboxMenuMain.Gtk.Box+BoxChild
     this.hboxMenu             = new global::Gtk.HBox();
     this.hboxMenu.Name        = "hboxMenu";
     this.hboxMenu.Spacing     = 6;
     this.hboxMenu.BorderWidth = ((uint)(3));
     // Container child hboxMenu.Gtk.Box+BoxChild
     this.alignment2      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment2.Name = "alignment2";
     // Container child alignment2.Gtk.Container+ContainerChild
     this.UIManager.AddUiFromString(@"<ui><menubar name='menuMain'><menu name='FileAction' action='FileAction'><menuitem name='OpenAction' action='OpenAction'/><menuitem name='SaveAction' action='SaveAction'/><menuitem name='SaveAsAction' action='SaveAsAction'/><separator/><menuitem name='ExitAction' action='ExitAction'/></menu><menu name='HelpAction' action='HelpAction'><menuitem name='AboutAction' action='AboutAction'/></menu></menubar></ui>");
     this.menuMain      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menuMain")));
     this.menuMain.Name = "menuMain";
     this.alignment2.Add(this.menuMain);
     this.hboxMenu.Add(this.alignment2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.alignment2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hboxMenu.Gtk.Box+BoxChild
     this.menuSeparator      = new global::Gtk.VSeparator();
     this.menuSeparator.Name = "menuSeparator";
     this.hboxMenu.Add(this.menuSeparator);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.menuSeparator]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hboxMenu.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Listen IP Address:");
     this.hboxMenu.Add(this.label1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.label1]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hboxMenu.Gtk.Box+BoxChild
     this.cbListen = global::Gtk.ComboBoxEntry.NewText();
     this.cbListen.WidthRequest = 120;
     this.cbListen.Name         = "cbListen";
     this.hboxMenu.Add(this.cbListen);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.cbListen]));
     w6.Position = 3;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child hboxMenu.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Port");
     this.hboxMenu.Add(this.label2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.label2]));
     w7.Position = 4;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hboxMenu.Gtk.Box+BoxChild
     this.txtPort = new global::Gtk.Entry();
     this.txtPort.WidthRequest  = 50;
     this.txtPort.CanFocus      = true;
     this.txtPort.Name          = "txtPort";
     this.txtPort.Text          = global::Mono.Unix.Catalog.GetString("8080");
     this.txtPort.IsEditable    = true;
     this.txtPort.MaxLength     = 5;
     this.txtPort.InvisibleChar = '●';
     this.hboxMenu.Add(this.txtPort);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.txtPort]));
     w8.Position = 5;
     w8.Expand   = false;
     // Container child hboxMenu.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Login URL");
     this.hboxMenu.Add(this.label3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.label3]));
     w9.Position = 6;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hboxMenu.Gtk.Box+BoxChild
     this.cbLoginURL = global::Gtk.ComboBoxEntry.NewText();
     this.cbLoginURL.WidthRequest = 300;
     this.cbLoginURL.Name         = "cbLoginURL";
     this.hboxMenu.Add(this.cbLoginURL);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.cbLoginURL]));
     w10.Position = 7;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hboxMenu.Gtk.Box+BoxChild
     this.btnStart              = new global::Gtk.Button();
     this.btnStart.CanFocus     = true;
     this.btnStart.Name         = "btnStart";
     this.btnStart.UseUnderline = true;
     this.btnStart.Label        = global::Mono.Unix.Catalog.GetString("Start Proxy");
     this.hboxMenu.Add(this.btnStart);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.btnStart]));
     w11.Position = 8;
     w11.Expand   = false;
     w11.Fill     = false;
     this.vboxMenuMain.Add(this.hboxMenu);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vboxMenuMain [this.hboxMenu]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vboxMenuMain.Gtk.Box+BoxChild
     this.mainSplit          = new global::Gtk.HPaned();
     this.mainSplit.CanFocus = true;
     this.mainSplit.Name     = "mainSplit";
     this.mainSplit.Position = 600;
     // Container child mainSplit.Gtk.Paned+PanedChild
     this.vboxSessions         = new global::Gtk.VBox();
     this.vboxSessions.Name    = "vboxSessions";
     this.vboxSessions.Spacing = 6;
     // Container child vboxSessions.Gtk.Box+BoxChild
     this.sessionLogScroller            = new global::Gtk.ScrolledWindow();
     this.sessionLogScroller.CanFocus   = true;
     this.sessionLogScroller.Name       = "sessionLogScroller";
     this.sessionLogScroller.ShadowType = ((global::Gtk.ShadowType)(1));
     this.vboxSessions.Add(this.sessionLogScroller);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vboxSessions [this.sessionLogScroller]));
     w13.Position = 0;
     // Container child vboxSessions.Gtk.Box+BoxChild
     this.hboxSessionBottom         = new global::Gtk.HBox();
     this.hboxSessionBottom.Name    = "hboxSessionBottom";
     this.hboxSessionBottom.Spacing = 6;
     // Container child hboxSessionBottom.Gtk.Box+BoxChild
     this.cbAutoScroll               = new global::Gtk.CheckButton();
     this.cbAutoScroll.CanFocus      = true;
     this.cbAutoScroll.Name          = "cbAutoScroll";
     this.cbAutoScroll.Label         = global::Mono.Unix.Catalog.GetString("Auto Scroll");
     this.cbAutoScroll.Active        = true;
     this.cbAutoScroll.DrawIndicator = true;
     this.cbAutoScroll.UseUnderline  = true;
     this.hboxSessionBottom.Add(this.cbAutoScroll);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hboxSessionBottom [this.cbAutoScroll]));
     w14.Position = 0;
     this.vboxSessions.Add(this.hboxSessionBottom);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vboxSessions [this.hboxSessionBottom]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     this.mainSplit.Add(this.vboxSessions);
     global::Gtk.Paned.PanedChild w16 = ((global::Gtk.Paned.PanedChild)(this.mainSplit [this.vboxSessions]));
     w16.Resize = false;
     // Container child mainSplit.Gtk.Paned+PanedChild
     this.tabsMain             = new global::Gtk.Notebook();
     this.tabsMain.CanFocus    = true;
     this.tabsMain.Name        = "tabsMain";
     this.tabsMain.CurrentPage = 3;
     // Container child tabsMain.Gtk.Notebook+NotebookChild
     this.vboxLog         = new global::Gtk.VBox();
     this.vboxLog.Name    = "vboxLog";
     this.vboxLog.Spacing = 6;
     // Container child vboxLog.Gtk.Box+BoxChild
     this.hbox5             = new global::Gtk.HBox();
     this.hbox5.Name        = "hbox5";
     this.hbox5.Homogeneous = true;
     this.hbox5.Spacing     = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.frame1      = new global::Gtk.Frame();
     this.frame1.Name = "frame1";
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment2             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name        = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding = ((uint)(12));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.lblUDPIn           = new global::Gtk.Label();
     this.lblUDPIn.Name      = "lblUDPIn";
     this.lblUDPIn.LabelProp = global::Mono.Unix.Catalog.GetString("Packets In 0 (0 bytes)");
     this.vbox1.Add(this.lblUDPIn);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.lblUDPIn]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.lblUDPOut           = new global::Gtk.Label();
     this.lblUDPOut.Name      = "lblUDPOut";
     this.lblUDPOut.LabelProp = global::Mono.Unix.Catalog.GetString("Packets Out 0 (0 bytes)");
     this.vbox1.Add(this.lblUDPOut);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.lblUDPOut]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.lblUDPTotal           = new global::Gtk.Label();
     this.lblUDPTotal.Name      = "lblUDPTotal";
     this.lblUDPTotal.LabelProp = global::Mono.Unix.Catalog.GetString("Packets Total 0 (0 bytes)");
     this.vbox1.Add(this.lblUDPTotal);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.lblUDPTotal]));
     w19.Position = 2;
     w19.Expand   = false;
     w19.Fill     = false;
     this.GtkAlignment2.Add(this.vbox1);
     this.frame1.Add(this.GtkAlignment2);
     this.GtkLabel5           = new global::Gtk.Label();
     this.GtkLabel5.Name      = "GtkLabel5";
     this.GtkLabel5.LabelProp = global::Mono.Unix.Catalog.GetString("UDP Packets");
     this.frame1.LabelWidget  = this.GtkLabel5;
     this.hbox5.Add(this.frame1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.frame1]));
     w22.Position = 0;
     // Container child hbox5.Gtk.Box+BoxChild
     this.frame2      = new global::Gtk.Frame();
     this.frame2.Name = "frame2";
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment3             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment3.Name        = "GtkAlignment3";
     this.GtkAlignment3.LeftPadding = ((uint)(12));
     // Container child GtkAlignment3.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.lblCapIn           = new global::Gtk.Label();
     this.lblCapIn.Name      = "lblCapIn";
     this.lblCapIn.LabelProp = global::Mono.Unix.Catalog.GetString("Caps In 0 (0 bytes)");
     this.vbox2.Add(this.lblCapIn);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.lblCapIn]));
     w23.Position = 0;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.lblCapOut           = new global::Gtk.Label();
     this.lblCapOut.Name      = "lblCapOut";
     this.lblCapOut.LabelProp = global::Mono.Unix.Catalog.GetString("Caps Out 0 (0 bytes)");
     this.vbox2.Add(this.lblCapOut);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.lblCapOut]));
     w24.Position = 1;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.lblCapTotal           = new global::Gtk.Label();
     this.lblCapTotal.Name      = "lblCapTotal";
     this.lblCapTotal.LabelProp = global::Mono.Unix.Catalog.GetString("Caps Total 0 (0 bytes)");
     this.vbox2.Add(this.lblCapTotal);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.lblCapTotal]));
     w25.Position = 2;
     w25.Expand   = false;
     w25.Fill     = false;
     this.GtkAlignment3.Add(this.vbox2);
     this.frame2.Add(this.GtkAlignment3);
     this.GtkLabel12           = new global::Gtk.Label();
     this.GtkLabel12.Name      = "GtkLabel12";
     this.GtkLabel12.LabelProp = global::Mono.Unix.Catalog.GetString("Caps Messages");
     this.frame2.LabelWidget   = this.GtkLabel12;
     this.hbox5.Add(this.frame2);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.frame2]));
     w28.Position = 1;
     this.vboxLog.Add(this.hbox5);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vboxLog [this.hbox5]));
     w29.Position = 0;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child vboxLog.Gtk.Box+BoxChild
     this.logFileScroller            = new global::Gtk.ScrolledWindow();
     this.logFileScroller.Name       = "logFileScroller";
     this.logFileScroller.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child logFileScroller.Gtk.Container+ContainerChild
     this.txtSummary          = new global::Gtk.TextView();
     this.txtSummary.CanFocus = true;
     this.txtSummary.Name     = "txtSummary";
     this.txtSummary.Editable = false;
     this.txtSummary.WrapMode = ((global::Gtk.WrapMode)(2));
     this.logFileScroller.Add(this.txtSummary);
     this.vboxLog.Add(this.logFileScroller);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vboxLog [this.logFileScroller]));
     w31.Position = 1;
     this.tabsMain.Add(this.vboxLog);
     // Notebook tab
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Summary");
     this.tabsMain.SetTabLabel(this.vboxLog, this.label4);
     this.label4.ShowAll();
     // Container child tabsMain.Gtk.Notebook+NotebookChild
     this.hboxFilter         = new global::Gtk.VBox();
     this.hboxFilter.Name    = "hboxFilter";
     this.hboxFilter.Spacing = 6;
     // Container child hboxFilter.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.btnLoadFilters              = new global::Gtk.Button();
     this.btnLoadFilters.CanFocus     = true;
     this.btnLoadFilters.Name         = "btnLoadFilters";
     this.btnLoadFilters.UseUnderline = true;
     this.btnLoadFilters.Label        = global::Mono.Unix.Catalog.GetString("Load");
     global::Gtk.Image w33 = new global::Gtk.Image();
     w33.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-open", global::Gtk.IconSize.Menu);
     this.btnLoadFilters.Image = w33;
     this.hbox2.Add(this.btnLoadFilters);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.btnLoadFilters]));
     w34.Position = 0;
     w34.Expand   = false;
     w34.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.btnSaveFilters              = new global::Gtk.Button();
     this.btnSaveFilters.CanFocus     = true;
     this.btnSaveFilters.Name         = "btnSaveFilters";
     this.btnSaveFilters.UseUnderline = true;
     this.btnSaveFilters.Label        = global::Mono.Unix.Catalog.GetString("Save");
     global::Gtk.Image w35 = new global::Gtk.Image();
     w35.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu);
     this.btnSaveFilters.Image = w35;
     this.hbox2.Add(this.btnSaveFilters);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.btnSaveFilters]));
     w36.Position = 1;
     w36.Expand   = false;
     w36.Fill     = false;
     this.hboxFilter.Add(this.hbox2);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hboxFilter [this.hbox2]));
     w37.Position = 0;
     w37.Expand   = false;
     w37.Fill     = false;
     // Container child hboxFilter.Gtk.Box+BoxChild
     this.hbox3             = new global::Gtk.HBox();
     this.hbox3.Name        = "hbox3";
     this.hbox3.Homogeneous = true;
     this.hbox3.Spacing     = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.frameFilterUDP             = new global::Gtk.Frame();
     this.frameFilterUDP.Name        = "frameFilterUDP";
     this.frameFilterUDP.ShadowType  = ((global::Gtk.ShadowType)(0));
     this.frameFilterUDP.LabelYalign = 0F;
     // Container child frameFilterUDP.Gtk.Container+ContainerChild
     this.containerFilterUDP             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.containerFilterUDP.Name        = "containerFilterUDP";
     this.containerFilterUDP.LeftPadding = ((uint)(12));
     this.frameFilterUDP.Add(this.containerFilterUDP);
     this.GtkLabel8                  = new global::Gtk.Label();
     this.GtkLabel8.Name             = "GtkLabel8";
     this.GtkLabel8.LabelProp        = global::Mono.Unix.Catalog.GetString("UDP Packets & Login");
     this.frameFilterUDP.LabelWidget = this.GtkLabel8;
     this.hbox3.Add(this.frameFilterUDP);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.frameFilterUDP]));
     w39.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.frameFilterCap             = new global::Gtk.Frame();
     this.frameFilterCap.Name        = "frameFilterCap";
     this.frameFilterCap.ShadowType  = ((global::Gtk.ShadowType)(0));
     this.frameFilterCap.LabelYalign = 0F;
     // Container child frameFilterCap.Gtk.Container+ContainerChild
     this.containerFilterCap             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.containerFilterCap.Name        = "containerFilterCap";
     this.containerFilterCap.LeftPadding = ((uint)(12));
     this.frameFilterCap.Add(this.containerFilterCap);
     this.GtkLabel9                  = new global::Gtk.Label();
     this.GtkLabel9.Name             = "GtkLabel9";
     this.GtkLabel9.LabelProp        = global::Mono.Unix.Catalog.GetString("Capabilities & EventQueue Messages");
     this.frameFilterCap.LabelWidget = this.GtkLabel9;
     this.hbox3.Add(this.frameFilterCap);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.frameFilterCap]));
     w41.Position = 1;
     this.hboxFilter.Add(this.hbox3);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hboxFilter [this.hbox3]));
     w42.Position = 1;
     // Container child hboxFilter.Gtk.Box+BoxChild
     this.hbox4             = new global::Gtk.HBox();
     this.hbox4.Name        = "hbox4";
     this.hbox4.Homogeneous = true;
     this.hbox4.Spacing     = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.cbSelectAllUDP               = new global::Gtk.CheckButton();
     this.cbSelectAllUDP.CanFocus      = true;
     this.cbSelectAllUDP.Name          = "cbSelectAllUDP";
     this.cbSelectAllUDP.Label         = global::Mono.Unix.Catalog.GetString("Select/Uncheck All");
     this.cbSelectAllUDP.DrawIndicator = true;
     this.cbSelectAllUDP.UseUnderline  = true;
     this.hbox4.Add(this.cbSelectAllUDP);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.cbSelectAllUDP]));
     w43.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.cbSelectAllCap               = new global::Gtk.CheckButton();
     this.cbSelectAllCap.CanFocus      = true;
     this.cbSelectAllCap.Name          = "cbSelectAllCap";
     this.cbSelectAllCap.Label         = global::Mono.Unix.Catalog.GetString("Select/Uncheck All");
     this.cbSelectAllCap.DrawIndicator = true;
     this.cbSelectAllCap.UseUnderline  = true;
     this.hbox4.Add(this.cbSelectAllCap);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.cbSelectAllCap]));
     w44.Position = 1;
     this.hboxFilter.Add(this.hbox4);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hboxFilter [this.hbox4]));
     w45.PackType = ((global::Gtk.PackType)(1));
     w45.Position = 2;
     w45.Expand   = false;
     w45.Fill     = false;
     this.tabsMain.Add(this.hboxFilter);
     global::Gtk.Notebook.NotebookChild w46 = ((global::Gtk.Notebook.NotebookChild)(this.tabsMain [this.hboxFilter]));
     w46.Position = 1;
     // Notebook tab
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Filters");
     this.tabsMain.SetTabLabel(this.hboxFilter, this.label5);
     this.label5.ShowAll();
     // Container child tabsMain.Gtk.Notebook+NotebookChild
     this.vboxInspector         = new global::Gtk.VBox();
     this.vboxInspector.Name    = "vboxInspector";
     this.vboxInspector.Spacing = 6;
     // Container child vboxInspector.Gtk.Box+BoxChild
     this.tabsRequst             = new global::Gtk.Notebook();
     this.tabsRequst.CanFocus    = true;
     this.tabsRequst.Name        = "tabsRequst";
     this.tabsRequst.CurrentPage = 2;
     // Container child tabsRequst.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.txtRequest          = new global::Gtk.TextView();
     this.txtRequest.CanFocus = true;
     this.txtRequest.Name     = "txtRequest";
     this.txtRequest.Editable = false;
     this.GtkScrolledWindow.Add(this.txtRequest);
     this.tabsRequst.Add(this.GtkScrolledWindow);
     // Notebook tab
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Request");
     this.tabsRequst.SetTabLabel(this.GtkScrolledWindow, this.label7);
     this.label7.ShowAll();
     // Container child tabsRequst.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.txtRequestRaw          = new global::Gtk.TextView();
     this.txtRequestRaw.CanFocus = true;
     this.txtRequestRaw.Name     = "txtRequestRaw";
     this.txtRequestRaw.Editable = false;
     this.GtkScrolledWindow1.Add(this.txtRequestRaw);
     this.tabsRequst.Add(this.GtkScrolledWindow1);
     global::Gtk.Notebook.NotebookChild w50 = ((global::Gtk.Notebook.NotebookChild)(this.tabsRequst [this.GtkScrolledWindow1]));
     w50.Position = 1;
     // Notebook tab
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Raw");
     this.tabsRequst.SetTabLabel(this.GtkScrolledWindow1, this.label6);
     this.label6.ShowAll();
     // Container child tabsRequst.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow2            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow2.Name       = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.txtRequestNotation          = new global::Gtk.TextView();
     this.txtRequestNotation.CanFocus = true;
     this.txtRequestNotation.Name     = "txtRequestNotation";
     this.txtRequestNotation.Editable = false;
     this.GtkScrolledWindow2.Add(this.txtRequestNotation);
     this.tabsRequst.Add(this.GtkScrolledWindow2);
     global::Gtk.Notebook.NotebookChild w52 = ((global::Gtk.Notebook.NotebookChild)(this.tabsRequst [this.GtkScrolledWindow2]));
     w52.Position = 2;
     // Notebook tab
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Notation");
     this.tabsRequst.SetTabLabel(this.GtkScrolledWindow2, this.label8);
     this.label8.ShowAll();
     this.vboxInspector.Add(this.tabsRequst);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vboxInspector [this.tabsRequst]));
     w53.Position = 0;
     // Container child vboxInspector.Gtk.Box+BoxChild
     this.tabsRequst1             = new global::Gtk.Notebook();
     this.tabsRequst1.CanFocus    = true;
     this.tabsRequst1.Name        = "tabsRequst1";
     this.tabsRequst1.CurrentPage = 0;
     // Container child tabsRequst1.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow3            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow3.Name       = "GtkScrolledWindow3";
     this.GtkScrolledWindow3.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow3.Gtk.Container+ContainerChild
     this.txtResponse          = new global::Gtk.TextView();
     this.txtResponse.CanFocus = true;
     this.txtResponse.Name     = "txtResponse";
     this.txtResponse.Editable = false;
     this.GtkScrolledWindow3.Add(this.txtResponse);
     this.tabsRequst1.Add(this.GtkScrolledWindow3);
     // Notebook tab
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Response");
     this.tabsRequst1.SetTabLabel(this.GtkScrolledWindow3, this.label9);
     this.label9.ShowAll();
     // Container child tabsRequst1.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow4            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow4.Name       = "GtkScrolledWindow4";
     this.GtkScrolledWindow4.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow4.Gtk.Container+ContainerChild
     this.txtResponseRaw          = new global::Gtk.TextView();
     this.txtResponseRaw.CanFocus = true;
     this.txtResponseRaw.Name     = "txtResponseRaw";
     this.txtResponseRaw.Editable = false;
     this.GtkScrolledWindow4.Add(this.txtResponseRaw);
     this.tabsRequst1.Add(this.GtkScrolledWindow4);
     global::Gtk.Notebook.NotebookChild w57 = ((global::Gtk.Notebook.NotebookChild)(this.tabsRequst1 [this.GtkScrolledWindow4]));
     w57.Position = 1;
     // Notebook tab
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Raw");
     this.tabsRequst1.SetTabLabel(this.GtkScrolledWindow4, this.label11);
     this.label11.ShowAll();
     // Container child tabsRequst1.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow5            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow5.Name       = "GtkScrolledWindow5";
     this.GtkScrolledWindow5.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow5.Gtk.Container+ContainerChild
     this.txtResponseNotation          = new global::Gtk.TextView();
     this.txtResponseNotation.CanFocus = true;
     this.txtResponseNotation.Name     = "txtResponseNotation";
     this.txtResponseNotation.Editable = false;
     this.GtkScrolledWindow5.Add(this.txtResponseNotation);
     this.tabsRequst1.Add(this.GtkScrolledWindow5);
     global::Gtk.Notebook.NotebookChild w59 = ((global::Gtk.Notebook.NotebookChild)(this.tabsRequst1 [this.GtkScrolledWindow5]));
     w59.Position = 2;
     // Notebook tab
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Notation");
     this.tabsRequst1.SetTabLabel(this.GtkScrolledWindow5, this.label12);
     this.label12.ShowAll();
     this.vboxInspector.Add(this.tabsRequst1);
     global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.vboxInspector [this.tabsRequst1]));
     w60.Position = 1;
     this.tabsMain.Add(this.vboxInspector);
     global::Gtk.Notebook.NotebookChild w61 = ((global::Gtk.Notebook.NotebookChild)(this.tabsMain [this.vboxInspector]));
     w61.Position = 2;
     // Notebook tab
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Inspector");
     this.tabsMain.SetTabLabel(this.vboxInspector, this.label10);
     this.label10.ShowAll();
     // Container child tabsMain.Gtk.Notebook+NotebookChild
     this.vboxPlugins         = new global::Gtk.VBox();
     this.vboxPlugins.Name    = "vboxPlugins";
     this.vboxPlugins.Spacing = 6;
     // Container child vboxPlugins.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.btnLoadPlugin              = new global::Gtk.Button();
     this.btnLoadPlugin.CanFocus     = true;
     this.btnLoadPlugin.Name         = "btnLoadPlugin";
     this.btnLoadPlugin.UseUnderline = true;
     this.btnLoadPlugin.Label        = global::Mono.Unix.Catalog.GetString("Load Plugin...");
     this.hbox1.Add(this.btnLoadPlugin);
     global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.btnLoadPlugin]));
     w62.Position = 0;
     w62.Expand   = false;
     w62.Fill     = false;
     this.vboxPlugins.Add(this.hbox1);
     global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.vboxPlugins [this.hbox1]));
     w63.Position = 0;
     w63.Expand   = false;
     w63.Fill     = false;
     // Container child vboxPlugins.Gtk.Box+BoxChild
     this.scrolledwindowPlugin            = new global::Gtk.ScrolledWindow();
     this.scrolledwindowPlugin.CanFocus   = true;
     this.scrolledwindowPlugin.Name       = "scrolledwindowPlugin";
     this.scrolledwindowPlugin.ShadowType = ((global::Gtk.ShadowType)(1));
     this.vboxPlugins.Add(this.scrolledwindowPlugin);
     global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.vboxPlugins [this.scrolledwindowPlugin]));
     w64.Position = 1;
     this.tabsMain.Add(this.vboxPlugins);
     global::Gtk.Notebook.NotebookChild w65 = ((global::Gtk.Notebook.NotebookChild)(this.tabsMain [this.vboxPlugins]));
     w65.Position = 3;
     // Notebook tab
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("Plugins");
     this.tabsMain.SetTabLabel(this.vboxPlugins, this.label13);
     this.label13.ShowAll();
     this.mainSplit.Add(this.tabsMain);
     this.vboxMenuMain.Add(this.mainSplit);
     global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.vboxMenuMain [this.mainSplit]));
     w67.Position = 1;
     this.Add(this.vboxMenuMain);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 1211;
     this.DefaultHeight = 650;
     this.Show();
     this.DeleteEvent            += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.ExitAction.Activated   += new global::System.EventHandler(this.OnExitActionActivated);
     this.AboutAction.Activated  += new global::System.EventHandler(this.OnAboutActionActivated);
     this.OpenAction.Activated   += new global::System.EventHandler(this.OnOpenActionActivated);
     this.SaveAction.Activated   += new global::System.EventHandler(this.OnSaveActionActivated);
     this.SaveAsAction.Activated += new global::System.EventHandler(this.OnSaveAsActionActivated);
     this.btnStart.Clicked       += new global::System.EventHandler(this.OnBtnStartClicked);
     this.cbAutoScroll.Toggled   += new global::System.EventHandler(this.OnCbAutoScrollToggled);
     this.cbSelectAllUDP.Toggled += new global::System.EventHandler(this.OnCbSelectAllUDPToggled);
     this.cbSelectAllCap.Toggled += new global::System.EventHandler(this.OnCbSelectAllCapToggled);
     this.btnLoadPlugin.Clicked  += new global::System.EventHandler(this.OnBtnLoadPluginClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Filters.GtkViews.CounterpartyFilterView
     global::Stetic.BinContainer.Attach(this);
     this.HeightRequest = 100;
     this.Name          = "Vodovoz.Filters.GtkViews.CounterpartyFilterView";
     // Container child Vodovoz.Filters.GtkViews.CounterpartyFilterView.Gtk.Container+ContainerChild
     this.vboxMain         = new global::Gamma.GtkWidgets.yVBox();
     this.vboxMain.Name    = "vboxMain";
     this.vboxMain.Spacing = 6;
     // Container child vboxMain.Gtk.Box+BoxChild
     this.filterScrolledWindow = new global::Gtk.ScrolledWindow();
     this.filterScrolledWindow.HeightRequest = 100;
     this.filterScrolledWindow.CanFocus      = true;
     this.filterScrolledWindow.Name          = "filterScrolledWindow";
     this.filterScrolledWindow.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child filterScrolledWindow.Gtk.Container+ContainerChild
     global::Gtk.Viewport w1 = new global::Gtk.Viewport();
     w1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(8)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.checkIncludeArhive               = new global::Gamma.GtkWidgets.yCheckButton();
     this.checkIncludeArhive.CanFocus      = true;
     this.checkIncludeArhive.Name          = "checkIncludeArhive";
     this.checkIncludeArhive.Label         = global::Mono.Unix.Catalog.GetString("Включая архивных");
     this.checkIncludeArhive.DrawIndicator = true;
     this.checkIncludeArhive.UseUnderline  = true;
     this.table1.Add(this.checkIncludeArhive);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.checkIncludeArhive]));
     w2.LeftAttach  = ((uint)(3));
     w2.RightAttach = ((uint)(4));
     w2.XOptions    = ((global::Gtk.AttachOptions)(4));
     w2.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.frame2            = new global::Gtk.Frame();
     this.frame2.Name       = "frame2";
     this.frame2.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment51             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment51.Name        = "GtkAlignment51";
     this.GtkAlignment51.LeftPadding = ((uint)(12));
     // Container child GtkAlignment51.Gtk.Container+ContainerChild
     this.GtkScrolledWindow15 = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow15.WidthRequest = 220;
     this.GtkScrolledWindow15.Name         = "GtkScrolledWindow15";
     this.GtkScrolledWindow15.ShadowType   = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow15.Gtk.Container+ContainerChild
     this.ytreeviewSalesChannels                = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewSalesChannels.CanFocus       = true;
     this.ytreeviewSalesChannels.Name           = "ytreeviewSalesChannels";
     this.ytreeviewSalesChannels.HeadersVisible = false;
     this.GtkScrolledWindow15.Add(this.ytreeviewSalesChannels);
     this.GtkAlignment51.Add(this.GtkScrolledWindow15);
     this.frame2.Add(this.GtkAlignment51);
     this.GtkLabel72           = new global::Gtk.Label();
     this.GtkLabel72.Name      = "GtkLabel72";
     this.GtkLabel72.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Канал сбыта</b>");
     this.GtkLabel72.UseMarkup = true;
     this.frame2.LabelWidget   = this.GtkLabel72;
     this.table1.Add(this.frame2);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.frame2]));
     w6.BottomAttach = ((uint)(2));
     w6.LeftAttach   = ((uint)(7));
     w6.RightAttach  = ((uint)(8));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hboxSearchFields         = new global::Gtk.HBox();
     this.hboxSearchFields.Name    = "hboxSearchFields";
     this.hboxSearchFields.Spacing = 6;
     // Container child hboxSearchFields.Gtk.Box+BoxChild
     this.ylabelName           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelName.Name      = "ylabelName";
     this.ylabelName.LabelProp = global::Mono.Unix.Catalog.GetString("Наименование:");
     this.hboxSearchFields.Add(this.ylabelName);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hboxSearchFields[this.ylabelName]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hboxSearchFields.Gtk.Box+BoxChild
     this.entryName               = new global::Gamma.GtkWidgets.yEntry();
     this.entryName.CanFocus      = true;
     this.entryName.Name          = "entryName";
     this.entryName.IsEditable    = true;
     this.entryName.InvisibleChar = '•';
     this.hboxSearchFields.Add(this.entryName);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hboxSearchFields[this.entryName]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hboxSearchFields.Gtk.Box+BoxChild
     this.ylabelCounterpartyPhone           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelCounterpartyPhone.Name      = "ylabelCounterpartyPhone";
     this.ylabelCounterpartyPhone.LabelProp = global::Mono.Unix.Catalog.GetString("Телефон контрагента:");
     this.hboxSearchFields.Add(this.ylabelCounterpartyPhone);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hboxSearchFields[this.ylabelCounterpartyPhone]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hboxSearchFields.Gtk.Box+BoxChild
     this.entryCounterpartyPhone = new global::QS.Widgets.ValidatedEntry();
     this.entryCounterpartyPhone.TooltipMarkup = "Формат телефона: Без +7 и 8 в начале";
     this.entryCounterpartyPhone.CanFocus      = true;
     this.entryCounterpartyPhone.Name          = "entryCounterpartyPhone";
     this.entryCounterpartyPhone.IsEditable    = true;
     this.entryCounterpartyPhone.InvisibleChar = '•';
     this.hboxSearchFields.Add(this.entryCounterpartyPhone);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hboxSearchFields[this.entryCounterpartyPhone]));
     w10.Position = 3;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hboxSearchFields.Gtk.Box+BoxChild
     this.ylabelDeliveryPointPhone           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelDeliveryPointPhone.Name      = "ylabelDeliveryPointPhone";
     this.ylabelDeliveryPointPhone.LabelProp = global::Mono.Unix.Catalog.GetString("Телефон точки доставки:");
     this.hboxSearchFields.Add(this.ylabelDeliveryPointPhone);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hboxSearchFields[this.ylabelDeliveryPointPhone]));
     w11.Position = 4;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hboxSearchFields.Gtk.Box+BoxChild
     this.entryDeliveryPointPhone = new global::QS.Widgets.ValidatedEntry();
     this.entryDeliveryPointPhone.TooltipMarkup = "Формат телефона: Без +7 и 8 в начале";
     this.entryDeliveryPointPhone.CanFocus      = true;
     this.entryDeliveryPointPhone.Name          = "entryDeliveryPointPhone";
     this.entryDeliveryPointPhone.IsEditable    = true;
     this.entryDeliveryPointPhone.InvisibleChar = '•';
     this.hboxSearchFields.Add(this.entryDeliveryPointPhone);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hboxSearchFields[this.entryDeliveryPointPhone]));
     w12.Position = 5;
     w12.Expand   = false;
     w12.Fill     = false;
     this.table1.Add(this.hboxSearchFields);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.hboxSearchFields]));
     w13.TopAttach    = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.RightAttach  = ((uint)(7));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(6));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Показывать только:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 1F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Тег:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     w15.LeftAttach  = ((uint)(5));
     w15.RightAttach = ((uint)(6));
     w15.XOptions    = ((global::Gtk.AttachOptions)(4));
     w15.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.table1.Add(this.vseparator1);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1[this.vseparator1]));
     w16.LeftAttach  = ((uint)(2));
     w16.RightAttach = ((uint)(3));
     w16.XOptions    = ((global::Gtk.AttachOptions)(4));
     w16.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.vseparator2      = new global::Gtk.VSeparator();
     this.vseparator2.Name = "vseparator2";
     this.table1.Add(this.vseparator2);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1[this.vseparator2]));
     w17.LeftAttach  = ((uint)(4));
     w17.RightAttach = ((uint)(5));
     w17.XOptions    = ((global::Gtk.AttachOptions)(4));
     w17.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.yentryTag        = new global::QS.Widgets.GtkUI.RepresentationEntry();
     this.yentryTag.Events = ((global::Gdk.EventMask)(256));
     this.yentryTag.Name   = "yentryTag";
     this.table1.Add(this.yentryTag);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1[this.yentryTag]));
     w18.LeftAttach  = ((uint)(6));
     w18.RightAttach = ((uint)(7));
     w18.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.yenumCounterpartyType      = new global::Gamma.Widgets.yEnumComboBox();
     this.yenumCounterpartyType.Name = "yenumCounterpartyType";
     this.yenumCounterpartyType.ShowSpecialStateAll = true;
     this.yenumCounterpartyType.ShowSpecialStateNot = false;
     this.yenumCounterpartyType.UseShortTitle       = false;
     this.yenumCounterpartyType.DefaultFirst        = false;
     this.table1.Add(this.yenumCounterpartyType);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1[this.yenumCounterpartyType]));
     w19.LeftAttach  = ((uint)(1));
     w19.RightAttach = ((uint)(2));
     w19.XOptions    = ((global::Gtk.AttachOptions)(4));
     w19.YOptions    = ((global::Gtk.AttachOptions)(0));
     w1.Add(this.table1);
     this.filterScrolledWindow.Add(w1);
     this.vboxMain.Add(this.filterScrolledWindow);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vboxMain[this.filterScrolledWindow]));
     w22.Position = 0;
     this.Add(this.vboxMain);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.FindInFiles.FindInFilesDialog
     this.Name              = "MonoDevelop.Ide.FindInFiles.FindInFilesDialog";
     this.TypeHint          = ((global::Gdk.WindowTypeHint)(1));
     this.WindowPosition    = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth       = ((uint)(6));
     this.DestroyWithParent = true;
     this.SkipPagerHint     = true;
     this.SkipTaskbarHint   = true;
     // Internal child MonoDevelop.Ide.FindInFiles.FindInFilesDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.Spacing     = 6;
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(6));
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.toggleFindInFiles = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Find in Files"));
     this.toggleFindInFiles.TooltipMarkup = "Switch to Find in Files";
     this.toggleFindInFiles.CanFocus      = true;
     this.toggleFindInFiles.Name          = "toggleFindInFiles";
     this.toggleFindInFiles.Active        = true;
     this.toggleFindInFiles.DrawIndicator = false;
     this.toggleFindInFiles.UseUnderline  = true;
     this.toggleFindInFiles.Relief        = ((global::Gtk.ReliefStyle)(2));
     this.toggleFindInFiles.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.hbox3.Add(this.toggleFindInFiles);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.toggleFindInFiles]));
     w2.Position = 0;
     w2.Expand   = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox3.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vseparator1]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.toggleReplaceInFiles = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Replace in Files"));
     this.toggleReplaceInFiles.TooltipMarkup = "Switch to Replace in Files";
     this.toggleReplaceInFiles.CanFocus      = true;
     this.toggleReplaceInFiles.Name          = "toggleReplaceInFiles";
     this.toggleReplaceInFiles.DrawIndicator = false;
     this.toggleReplaceInFiles.UseUnderline  = true;
     this.toggleReplaceInFiles.Relief        = ((global::Gtk.ReliefStyle)(2));
     this.toggleReplaceInFiles.Group         = this.toggleFindInFiles.Group;
     this.hbox3.Add(this.toggleReplaceInFiles);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.toggleReplaceInFiles]));
     w4.Position = 2;
     w4.Expand   = false;
     this.vbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox3]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.tableFindAndReplace               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.tableFindAndReplace.Name          = "tableFindAndReplace";
     this.tableFindAndReplace.RowSpacing    = ((uint)(6));
     this.tableFindAndReplace.ColumnSpacing = ((uint)(6));
     // Container child tableFindAndReplace.Gtk.Table+TableChild
     this.comboboxentryFind      = global::Gtk.ComboBoxEntry.NewText();
     this.comboboxentryFind.Name = "comboboxentryFind";
     this.tableFindAndReplace.Add(this.comboboxentryFind);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace [this.comboboxentryFind]));
     w6.LeftAttach  = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableFindAndReplace.Gtk.Table+TableChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.comboboxScope      = global::Gtk.ComboBox.NewText();
     this.comboboxScope.Name = "comboboxScope";
     this.hbox2.Add(this.comboboxScope);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboboxScope]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     this.tableFindAndReplace.Add(this.hbox2);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace [this.hbox2]));
     w8.TopAttach    = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.LeftAttach   = ((uint)(1));
     w8.RightAttach  = ((uint)(2));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFindAndReplace.Gtk.Table+TableChild
     this.labelFind              = new global::Gtk.Label();
     this.labelFind.Name         = "labelFind";
     this.labelFind.Xalign       = 0F;
     this.labelFind.LabelProp    = global::Mono.Unix.Catalog.GetString("_Find:");
     this.labelFind.UseUnderline = true;
     this.tableFindAndReplace.Add(this.labelFind);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace [this.labelFind]));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableFindAndReplace.Gtk.Table+TableChild
     this.labelScope              = new global::Gtk.Label();
     this.labelScope.Name         = "labelScope";
     this.labelScope.Xalign       = 0F;
     this.labelScope.LabelProp    = global::Mono.Unix.Catalog.GetString("_Look in:");
     this.labelScope.UseUnderline = true;
     this.tableFindAndReplace.Add(this.labelScope);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace [this.labelScope]));
     w10.TopAttach    = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add(this.tableFindAndReplace);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.tableFindAndReplace]));
     w11.Position = 0;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.checkbuttonCaseSensitive               = new global::Gtk.CheckButton();
     this.checkbuttonCaseSensitive.CanFocus      = true;
     this.checkbuttonCaseSensitive.Name          = "checkbuttonCaseSensitive";
     this.checkbuttonCaseSensitive.Label         = global::Mono.Unix.Catalog.GetString("C_ase sensitive");
     this.checkbuttonCaseSensitive.DrawIndicator = true;
     this.checkbuttonCaseSensitive.UseUnderline  = true;
     this.table1.Add(this.checkbuttonCaseSensitive);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbuttonCaseSensitive]));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.checkbuttonRegexSearch               = new global::Gtk.CheckButton();
     this.checkbuttonRegexSearch.CanFocus      = true;
     this.checkbuttonRegexSearch.Name          = "checkbuttonRegexSearch";
     this.checkbuttonRegexSearch.Label         = global::Mono.Unix.Catalog.GetString("Rege_x search");
     this.checkbuttonRegexSearch.DrawIndicator = true;
     this.checkbuttonRegexSearch.UseUnderline  = true;
     this.table1.Add(this.checkbuttonRegexSearch);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbuttonRegexSearch]));
     w14.TopAttach    = ((uint)(2));
     w14.BottomAttach = ((uint)(3));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.checkbuttonWholeWordsOnly               = new global::Gtk.CheckButton();
     this.checkbuttonWholeWordsOnly.CanFocus      = true;
     this.checkbuttonWholeWordsOnly.Name          = "checkbuttonWholeWordsOnly";
     this.checkbuttonWholeWordsOnly.Label         = global::Mono.Unix.Catalog.GetString("_Whole words only");
     this.checkbuttonWholeWordsOnly.DrawIndicator = true;
     this.checkbuttonWholeWordsOnly.UseUnderline  = true;
     this.table1.Add(this.checkbuttonWholeWordsOnly);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbuttonWholeWordsOnly]));
     w15.TopAttach    = ((uint)(1));
     w15.BottomAttach = ((uint)(2));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1]));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Internal child MonoDevelop.Ide.FindInFiles.FindInFilesDialog.ActionArea
     global::Gtk.HButtonBox w18 = this.ActionArea;
     w18.Name        = "dialog1_ActionArea";
     w18.Spacing     = 6;
     w18.BorderWidth = ((uint)(5));
     w18.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonStop              = new global::Gtk.Button();
     this.buttonStop.CanFocus     = true;
     this.buttonStop.Name         = "buttonStop";
     this.buttonStop.UseStock     = true;
     this.buttonStop.UseUnderline = true;
     this.buttonStop.Label        = "gtk-stop";
     this.AddActionWidget(this.buttonStop, 0);
     global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonStop]));
     w19.Expand = false;
     w19.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonClose              = new global::Gtk.Button();
     this.buttonClose.CanDefault   = true;
     this.buttonClose.CanFocus     = true;
     this.buttonClose.Name         = "buttonClose";
     this.buttonClose.UseStock     = true;
     this.buttonClose.UseUnderline = true;
     this.buttonClose.Label        = "gtk-close";
     this.AddActionWidget(this.buttonClose, -7);
     global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonClose]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonSearch              = new global::Gtk.Button();
     this.buttonSearch.CanDefault   = true;
     this.buttonSearch.CanFocus     = true;
     this.buttonSearch.Name         = "buttonSearch";
     this.buttonSearch.UseStock     = true;
     this.buttonSearch.UseUnderline = true;
     this.buttonSearch.Label        = "gtk-find";
     this.AddActionWidget(this.buttonSearch, 0);
     global::Gtk.ButtonBox.ButtonBoxChild w21 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonSearch]));
     w21.Position = 2;
     w21.Expand   = false;
     w21.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth              = 456;
     this.DefaultHeight             = 348;
     this.labelFind.MnemonicWidget  = this.comboboxentryFind;
     this.labelScope.MnemonicWidget = this.comboboxScope;
     this.Hide();
 }
예제 #57
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Views.Warehouse.MovementDocumentView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Views.Warehouse.MovementDocumentView";
     // Container child Vodovoz.Views.Warehouse.MovementDocumentView.Gtk.Container+ContainerChild
     this.vboxView         = new global::Gtk.VBox();
     this.vboxView.Name    = "vboxView";
     this.vboxView.Spacing = 6;
     // Container child vboxView.Gtk.Box+BoxChild
     this.hboxDialogButtons         = new global::Gtk.HBox();
     this.hboxDialogButtons.Name    = "hboxDialogButtons";
     this.hboxDialogButtons.Spacing = 6;
     // Container child hboxDialogButtons.Gtk.Box+BoxChild
     this.buttonSend              = new global::Gamma.GtkWidgets.yButton();
     this.buttonSend.CanFocus     = true;
     this.buttonSend.Name         = "buttonSend";
     this.buttonSend.UseUnderline = true;
     this.buttonSend.Label        = global::Mono.Unix.Catalog.GetString("Отправить");
     this.hboxDialogButtons.Add(this.buttonSend);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hboxDialogButtons[this.buttonSend]));
     w1.Position = 0;
     w1.Expand   = false;
     // Container child hboxDialogButtons.Gtk.Box+BoxChild
     this.buttonReceive              = new global::Gamma.GtkWidgets.yButton();
     this.buttonReceive.CanFocus     = true;
     this.buttonReceive.Name         = "buttonReceive";
     this.buttonReceive.UseUnderline = true;
     this.buttonReceive.Label        = global::Mono.Unix.Catalog.GetString("Принять");
     this.hboxDialogButtons.Add(this.buttonReceive);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hboxDialogButtons[this.buttonReceive]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hboxDialogButtons.Gtk.Box+BoxChild
     this.buttonAcceptDiscrepancy              = new global::Gamma.GtkWidgets.yButton();
     this.buttonAcceptDiscrepancy.CanFocus     = true;
     this.buttonAcceptDiscrepancy.Name         = "buttonAcceptDiscrepancy";
     this.buttonAcceptDiscrepancy.UseUnderline = true;
     this.buttonAcceptDiscrepancy.Label        = global::Mono.Unix.Catalog.GetString("Подтвердить расхождения");
     this.hboxDialogButtons.Add(this.buttonAcceptDiscrepancy);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hboxDialogButtons[this.buttonAcceptDiscrepancy]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hboxDialogButtons.Gtk.Box+BoxChild
     this.buttonCancel              = new global::Gamma.GtkWidgets.yButton();
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = global::Mono.Unix.Catalog.GetString("Отменить");
     global::Gtk.Image w4 = new global::Gtk.Image();
     w4.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-revert-to-saved", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w4;
     this.hboxDialogButtons.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hboxDialogButtons[this.buttonCancel]));
     w5.Position = 3;
     w5.Expand   = false;
     // Container child hboxDialogButtons.Gtk.Box+BoxChild
     this.hboxPrint         = new global::Gtk.HBox();
     this.hboxPrint.Name    = "hboxPrint";
     this.hboxPrint.Spacing = 6;
     // Container child hboxPrint.Gtk.Box+BoxChild
     this.buttonPrint              = new global::Gamma.GtkWidgets.yButton();
     this.buttonPrint.CanFocus     = true;
     this.buttonPrint.Name         = "buttonPrint";
     this.buttonPrint.UseUnderline = true;
     this.buttonPrint.Label        = global::Mono.Unix.Catalog.GetString("Печать");
     global::Gtk.Image w6 = new global::Gtk.Image();
     w6.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-print", global::Gtk.IconSize.Menu);
     this.buttonPrint.Image = w6;
     this.hboxPrint.Add(this.buttonPrint);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hboxPrint[this.buttonPrint]));
     w7.PackType = ((global::Gtk.PackType)(1));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     this.hboxDialogButtons.Add(this.hboxPrint);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hboxDialogButtons[this.hboxPrint]));
     w8.PackType = ((global::Gtk.PackType)(1));
     w8.Position = 5;
     this.vboxView.Add(this.hboxDialogButtons);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vboxView[this.hboxDialogButtons]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vboxView.Gtk.Box+BoxChild
     this.tableInfo               = new global::Gtk.Table(((uint)(5)), ((uint)(4)), false);
     this.tableInfo.Name          = "tableInfo";
     this.tableInfo.RowSpacing    = ((uint)(6));
     this.tableInfo.ColumnSpacing = ((uint)(6));
     // Container child tableInfo.Gtk.Table+TableChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.ytextviewComment          = new global::Gamma.GtkWidgets.yTextView();
     this.ytextviewComment.CanFocus = true;
     this.ytextviewComment.Name     = "ytextviewComment";
     this.GtkScrolledWindow.Add(this.ytextviewComment);
     this.tableInfo.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.tableInfo[this.GtkScrolledWindow]));
     w11.TopAttach    = ((uint)(4));
     w11.BottomAttach = ((uint)(5));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableInfo.Gtk.Table+TableChild
     this.hboxAuthor         = new global::Gtk.HBox();
     this.hboxAuthor.Name    = "hboxAuthor";
     this.hboxAuthor.Spacing = 6;
     // Container child hboxAuthor.Gtk.Box+BoxChild
     this.ylabelAuthorValue           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelAuthorValue.Name      = "ylabelAuthorValue";
     this.ylabelAuthorValue.Xalign    = 0F;
     this.ylabelAuthorValue.LabelProp = global::Mono.Unix.Catalog.GetString("###");
     this.hboxAuthor.Add(this.ylabelAuthorValue);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hboxAuthor[this.ylabelAuthorValue]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child hboxAuthor.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hboxAuthor.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hboxAuthor[this.vseparator1]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child hboxAuthor.Gtk.Box+BoxChild
     this.ylabelEditor           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelEditor.Name      = "ylabelEditor";
     this.ylabelEditor.Xalign    = 1F;
     this.ylabelEditor.LabelProp = global::Mono.Unix.Catalog.GetString("Изменил:");
     this.hboxAuthor.Add(this.ylabelEditor);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hboxAuthor[this.ylabelEditor]));
     w14.Position = 2;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child hboxAuthor.Gtk.Box+BoxChild
     this.ylabelEditorValue           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelEditorValue.Name      = "ylabelEditorValue";
     this.ylabelEditorValue.Xalign    = 0F;
     this.ylabelEditorValue.LabelProp = global::Mono.Unix.Catalog.GetString("###");
     this.hboxAuthor.Add(this.ylabelEditorValue);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hboxAuthor[this.ylabelEditorValue]));
     w15.Position = 3;
     w15.Expand   = false;
     w15.Fill     = false;
     this.tableInfo.Add(this.hboxAuthor);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.tableInfo[this.hboxAuthor]));
     w16.TopAttach    = ((uint)(1));
     w16.BottomAttach = ((uint)(2));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableInfo.Gtk.Table+TableChild
     this.hboxWagon         = new global::Gtk.HBox();
     this.hboxWagon.Name    = "hboxWagon";
     this.hboxWagon.Spacing = 6;
     // Container child hboxWagon.Gtk.Box+BoxChild
     this.yentryrefWagon        = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.yentryrefWagon.Events = ((global::Gdk.EventMask)(256));
     this.yentryrefWagon.Name   = "yentryrefWagon";
     this.hboxWagon.Add(this.yentryrefWagon);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hboxWagon[this.yentryrefWagon]));
     w17.Position = 0;
     this.tableInfo.Add(this.hboxWagon);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.tableInfo[this.hboxWagon]));
     w18.TopAttach    = ((uint)(3));
     w18.BottomAttach = ((uint)(4));
     w18.LeftAttach   = ((uint)(1));
     w18.RightAttach  = ((uint)(4));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableInfo.Gtk.Table+TableChild
     this.ylabelAuthor           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelAuthor.Name      = "ylabelAuthor";
     this.ylabelAuthor.Xalign    = 1F;
     this.ylabelAuthor.LabelProp = global::Mono.Unix.Catalog.GetString("Автор:");
     this.tableInfo.Add(this.ylabelAuthor);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.tableInfo[this.ylabelAuthor]));
     w19.TopAttach    = ((uint)(1));
     w19.BottomAttach = ((uint)(2));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableInfo.Gtk.Table+TableChild
     this.ylabelAuthorStatus           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelAuthorStatus.Name      = "ylabelAuthorStatus";
     this.ylabelAuthorStatus.Xalign    = 1F;
     this.ylabelAuthorStatus.LabelProp = global::Mono.Unix.Catalog.GetString("Статус:");
     this.tableInfo.Add(this.ylabelAuthorStatus);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.tableInfo[this.ylabelAuthorStatus]));
     w20.XOptions = ((global::Gtk.AttachOptions)(4));
     w20.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableInfo.Gtk.Table+TableChild
     this.ylabelComment           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelComment.Name      = "ylabelComment";
     this.ylabelComment.Xalign    = 1F;
     this.ylabelComment.Yalign    = 0F;
     this.ylabelComment.LabelProp = global::Mono.Unix.Catalog.GetString("Комментарий:");
     this.tableInfo.Add(this.ylabelComment);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.tableInfo[this.ylabelComment]));
     w21.TopAttach    = ((uint)(4));
     w21.BottomAttach = ((uint)(5));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableInfo.Gtk.Table+TableChild
     this.ylabelDiscrepancyAccepter           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelDiscrepancyAccepter.Name      = "ylabelDiscrepancyAccepter";
     this.ylabelDiscrepancyAccepter.Xalign    = 1F;
     this.ylabelDiscrepancyAccepter.Yalign    = 1F;
     this.ylabelDiscrepancyAccepter.LabelProp = global::Mono.Unix.Catalog.GetString("Подтвердил расхождения:");
     this.ylabelDiscrepancyAccepter.Justify   = ((global::Gtk.Justification)(1));
     this.tableInfo.Add(this.ylabelDiscrepancyAccepter);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.tableInfo[this.ylabelDiscrepancyAccepter]));
     w22.TopAttach    = ((uint)(2));
     w22.BottomAttach = ((uint)(3));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableInfo.Gtk.Table+TableChild
     this.ylabelDiscrepancyAccepterValue           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelDiscrepancyAccepterValue.Name      = "ylabelDiscrepancyAccepterValue";
     this.ylabelDiscrepancyAccepterValue.Xalign    = 0F;
     this.ylabelDiscrepancyAccepterValue.LabelProp = global::Mono.Unix.Catalog.GetString("###");
     this.tableInfo.Add(this.ylabelDiscrepancyAccepterValue);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.tableInfo[this.ylabelDiscrepancyAccepterValue]));
     w23.TopAttach    = ((uint)(2));
     w23.BottomAttach = ((uint)(3));
     w23.LeftAttach   = ((uint)(1));
     w23.RightAttach  = ((uint)(4));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableInfo.Gtk.Table+TableChild
     this.ylabelStatusValue           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelStatusValue.Name      = "ylabelStatusValue";
     this.ylabelStatusValue.Xalign    = 0F;
     this.ylabelStatusValue.LabelProp = global::Mono.Unix.Catalog.GetString("###");
     this.tableInfo.Add(this.ylabelStatusValue);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.tableInfo[this.ylabelStatusValue]));
     w24.LeftAttach  = ((uint)(1));
     w24.RightAttach = ((uint)(4));
     w24.XOptions    = ((global::Gtk.AttachOptions)(4));
     w24.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableInfo.Gtk.Table+TableChild
     this.ylabelWagon           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelWagon.Name      = "ylabelWagon";
     this.ylabelWagon.Xalign    = 1F;
     this.ylabelWagon.LabelProp = global::Mono.Unix.Catalog.GetString("Фура:");
     this.tableInfo.Add(this.ylabelWagon);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.tableInfo[this.ylabelWagon]));
     w25.TopAttach    = ((uint)(3));
     w25.BottomAttach = ((uint)(4));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vboxView.Add(this.tableInfo);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vboxView[this.tableInfo]));
     w26.Position = 1;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child vboxView.Gtk.Box+BoxChild
     this.tableSenderReceiver               = new global::Gtk.Table(((uint)(3)), ((uint)(5)), false);
     this.tableSenderReceiver.Name          = "tableSenderReceiver";
     this.tableSenderReceiver.RowSpacing    = ((uint)(6));
     this.tableSenderReceiver.ColumnSpacing = ((uint)(6));
     // Container child tableSenderReceiver.Gtk.Table+TableChild
     this.hboxReceiver         = new global::Gtk.HBox();
     this.hboxReceiver.Name    = "hboxReceiver";
     this.hboxReceiver.Spacing = 6;
     // Container child hboxReceiver.Gtk.Box+BoxChild
     this.ylabelReceiverValue           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelReceiverValue.Name      = "ylabelReceiverValue";
     this.ylabelReceiverValue.LabelProp = global::Mono.Unix.Catalog.GetString("###");
     this.hboxReceiver.Add(this.ylabelReceiverValue);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hboxReceiver[this.ylabelReceiverValue]));
     w27.Position = 0;
     w27.Expand   = false;
     w27.Fill     = false;
     this.tableSenderReceiver.Add(this.hboxReceiver);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.tableSenderReceiver[this.hboxReceiver]));
     w28.TopAttach    = ((uint)(2));
     w28.BottomAttach = ((uint)(3));
     w28.LeftAttach   = ((uint)(3));
     w28.RightAttach  = ((uint)(4));
     w28.XOptions     = ((global::Gtk.AttachOptions)(4));
     w28.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableSenderReceiver.Gtk.Table+TableChild
     this.hboxSender         = new global::Gtk.HBox();
     this.hboxSender.Name    = "hboxSender";
     this.hboxSender.Spacing = 6;
     // Container child hboxSender.Gtk.Box+BoxChild
     this.ylabelSenderValue           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelSenderValue.Name      = "ylabelSenderValue";
     this.ylabelSenderValue.LabelProp = global::Mono.Unix.Catalog.GetString("###");
     this.hboxSender.Add(this.ylabelSenderValue);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hboxSender[this.ylabelSenderValue]));
     w29.Position = 0;
     w29.Expand   = false;
     w29.Fill     = false;
     this.tableSenderReceiver.Add(this.hboxSender);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.tableSenderReceiver[this.hboxSender]));
     w30.TopAttach    = ((uint)(2));
     w30.BottomAttach = ((uint)(3));
     w30.LeftAttach   = ((uint)(1));
     w30.RightAttach  = ((uint)(2));
     w30.XOptions     = ((global::Gtk.AttachOptions)(4));
     w30.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableSenderReceiver.Gtk.Table+TableChild
     this.hboxWarehouseFrom         = new global::Gtk.HBox();
     this.hboxWarehouseFrom.Name    = "hboxWarehouseFrom";
     this.hboxWarehouseFrom.Spacing = 6;
     // Container child hboxWarehouseFrom.Gtk.Box+BoxChild
     this.comboWarehouseFrom                        = new global::Gamma.Widgets.ySpecComboBox();
     this.comboWarehouseFrom.Name                   = "comboWarehouseFrom";
     this.comboWarehouseFrom.AddIfNotExist          = false;
     this.comboWarehouseFrom.DefaultFirst           = false;
     this.comboWarehouseFrom.ShowSpecialStateAll    = false;
     this.comboWarehouseFrom.ShowSpecialStateNot    = true;
     this.comboWarehouseFrom.NameForSpecialStateNot = "Выбрать";
     this.hboxWarehouseFrom.Add(this.comboWarehouseFrom);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hboxWarehouseFrom[this.comboWarehouseFrom]));
     w31.Position = 0;
     w31.Expand   = false;
     w31.Fill     = false;
     this.tableSenderReceiver.Add(this.hboxWarehouseFrom);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.tableSenderReceiver[this.hboxWarehouseFrom]));
     w32.TopAttach    = ((uint)(1));
     w32.BottomAttach = ((uint)(2));
     w32.RightAttach  = ((uint)(2));
     w32.XOptions     = ((global::Gtk.AttachOptions)(4));
     w32.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableSenderReceiver.Gtk.Table+TableChild
     this.hboxWarehouseTo         = new global::Gtk.HBox();
     this.hboxWarehouseTo.Name    = "hboxWarehouseTo";
     this.hboxWarehouseTo.Spacing = 6;
     // Container child hboxWarehouseTo.Gtk.Box+BoxChild
     this.comboWarehouseTo                        = new global::Gamma.Widgets.ySpecComboBox();
     this.comboWarehouseTo.Name                   = "comboWarehouseTo";
     this.comboWarehouseTo.AddIfNotExist          = false;
     this.comboWarehouseTo.DefaultFirst           = false;
     this.comboWarehouseTo.ShowSpecialStateAll    = false;
     this.comboWarehouseTo.ShowSpecialStateNot    = true;
     this.comboWarehouseTo.NameForSpecialStateNot = "Выбрать";
     this.hboxWarehouseTo.Add(this.comboWarehouseTo);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hboxWarehouseTo[this.comboWarehouseTo]));
     w33.Position = 0;
     w33.Expand   = false;
     w33.Fill     = false;
     this.tableSenderReceiver.Add(this.hboxWarehouseTo);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.tableSenderReceiver[this.hboxWarehouseTo]));
     w34.TopAttach    = ((uint)(1));
     w34.BottomAttach = ((uint)(2));
     w34.LeftAttach   = ((uint)(2));
     w34.RightAttach  = ((uint)(4));
     w34.XOptions     = ((global::Gtk.AttachOptions)(4));
     w34.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableSenderReceiver.Gtk.Table+TableChild
     this.ylabelReceiverTitle           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelReceiverTitle.Name      = "ylabelReceiverTitle";
     this.ylabelReceiverTitle.Xalign    = 0F;
     this.ylabelReceiverTitle.LabelProp = global::Mono.Unix.Catalog.GetString("Получатель:");
     this.tableSenderReceiver.Add(this.ylabelReceiverTitle);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.tableSenderReceiver[this.ylabelReceiverTitle]));
     w35.LeftAttach  = ((uint)(2));
     w35.RightAttach = ((uint)(4));
     w35.XOptions    = ((global::Gtk.AttachOptions)(4));
     w35.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableSenderReceiver.Gtk.Table+TableChild
     this.ylabelReceiveTime           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelReceiveTime.Name      = "ylabelReceiveTime";
     this.ylabelReceiveTime.Xalign    = 1F;
     this.ylabelReceiveTime.LabelProp = global::Mono.Unix.Catalog.GetString("Получено:");
     this.tableSenderReceiver.Add(this.ylabelReceiveTime);
     global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.tableSenderReceiver[this.ylabelReceiveTime]));
     w36.TopAttach    = ((uint)(2));
     w36.BottomAttach = ((uint)(3));
     w36.LeftAttach   = ((uint)(2));
     w36.RightAttach  = ((uint)(3));
     w36.XOptions     = ((global::Gtk.AttachOptions)(0));
     w36.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableSenderReceiver.Gtk.Table+TableChild
     this.ylabelSenderTitle           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelSenderTitle.Name      = "ylabelSenderTitle";
     this.ylabelSenderTitle.Xalign    = 0F;
     this.ylabelSenderTitle.LabelProp = global::Mono.Unix.Catalog.GetString("Отправитель:");
     this.tableSenderReceiver.Add(this.ylabelSenderTitle);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.tableSenderReceiver[this.ylabelSenderTitle]));
     w37.RightAttach = ((uint)(2));
     w37.XOptions    = ((global::Gtk.AttachOptions)(4));
     w37.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableSenderReceiver.Gtk.Table+TableChild
     this.ylabelSendTime           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelSendTime.Name      = "ylabelSendTime";
     this.ylabelSendTime.Xalign    = 1F;
     this.ylabelSendTime.LabelProp = global::Mono.Unix.Catalog.GetString("Отправлено:");
     this.tableSenderReceiver.Add(this.ylabelSendTime);
     global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.tableSenderReceiver[this.ylabelSendTime]));
     w38.TopAttach    = ((uint)(2));
     w38.BottomAttach = ((uint)(3));
     w38.XOptions     = ((global::Gtk.AttachOptions)(4));
     w38.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vboxView.Add(this.tableSenderReceiver);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vboxView[this.tableSenderReceiver]));
     w39.Position = 2;
     w39.Expand   = false;
     w39.Fill     = false;
     // Container child vboxView.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.ytreeviewItems          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewItems.CanFocus = true;
     this.ytreeviewItems.Name     = "ytreeviewItems";
     this.GtkScrolledWindow1.Add(this.ytreeviewItems);
     this.vboxView.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vboxView[this.GtkScrolledWindow1]));
     w41.Position = 3;
     // Container child vboxView.Gtk.Box+BoxChild
     this.hboxItemsActions         = new global::Gtk.HBox();
     this.hboxItemsActions.Name    = "hboxItemsActions";
     this.hboxItemsActions.Spacing = 6;
     // Container child hboxItemsActions.Gtk.Box+BoxChild
     this.ybuttonAddItem              = new global::Gamma.GtkWidgets.yButton();
     this.ybuttonAddItem.CanFocus     = true;
     this.ybuttonAddItem.Name         = "ybuttonAddItem";
     this.ybuttonAddItem.UseUnderline = true;
     this.ybuttonAddItem.Label        = global::Mono.Unix.Catalog.GetString("Добавить");
     global::Gtk.Image w42 = new global::Gtk.Image();
     w42.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     this.ybuttonAddItem.Image = w42;
     this.hboxItemsActions.Add(this.ybuttonAddItem);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.hboxItemsActions[this.ybuttonAddItem]));
     w43.Position = 0;
     w43.Expand   = false;
     w43.Fill     = false;
     // Container child hboxItemsActions.Gtk.Box+BoxChild
     this.ybuttonFillFromOrders              = new global::Gamma.GtkWidgets.yButton();
     this.ybuttonFillFromOrders.CanFocus     = true;
     this.ybuttonFillFromOrders.Name         = "ybuttonFillFromOrders";
     this.ybuttonFillFromOrders.UseUnderline = true;
     this.ybuttonFillFromOrders.Label        = global::Mono.Unix.Catalog.GetString("Добавить из заказов");
     global::Gtk.Image w44 = new global::Gtk.Image();
     w44.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     this.ybuttonFillFromOrders.Image = w44;
     this.hboxItemsActions.Add(this.ybuttonFillFromOrders);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hboxItemsActions[this.ybuttonFillFromOrders]));
     w45.Position = 1;
     w45.Expand   = false;
     w45.Fill     = false;
     // Container child hboxItemsActions.Gtk.Box+BoxChild
     this.ybuttonDeleteItem              = new global::Gamma.GtkWidgets.yButton();
     this.ybuttonDeleteItem.CanFocus     = true;
     this.ybuttonDeleteItem.Name         = "ybuttonDeleteItem";
     this.ybuttonDeleteItem.UseUnderline = true;
     this.ybuttonDeleteItem.Label        = global::Mono.Unix.Catalog.GetString("Удалить");
     global::Gtk.Image w46 = new global::Gtk.Image();
     w46.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-delete", global::Gtk.IconSize.Menu);
     this.ybuttonDeleteItem.Image = w46;
     this.hboxItemsActions.Add(this.ybuttonDeleteItem);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.hboxItemsActions[this.ybuttonDeleteItem]));
     w47.Position = 2;
     w47.Expand   = false;
     w47.Fill     = false;
     this.vboxView.Add(this.hboxItemsActions);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.vboxView[this.hboxItemsActions]));
     w48.Position = 4;
     w48.Expand   = false;
     w48.Fill     = false;
     this.Add(this.vboxView);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Filters.GtkViews.DebtorsFilterView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Filters.GtkViews.DebtorsFilterView";
     // Container child Vodovoz.Filters.GtkViews.DebtorsFilterView.Gtk.Container+ContainerChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.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.entityVMEntryDeliveryPoint                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entityVMEntryDeliveryPoint.Events           = ((global::Gdk.EventMask)(256));
     this.entityVMEntryDeliveryPoint.Name             = "entityVMEntryDeliveryPoint";
     this.entityVMEntryDeliveryPoint.CanEditReference = false;
     this.table1.Add(this.entityVMEntryDeliveryPoint);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.entityVMEntryDeliveryPoint]));
     w1.TopAttach    = ((uint)(1));
     w1.BottomAttach = ((uint)(2));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryreferenceClient                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entryreferenceClient.Events           = ((global::Gdk.EventMask)(256));
     this.entryreferenceClient.Name             = "entryreferenceClient";
     this.entryreferenceClient.CanEditReference = false;
     this.table1.Add(this.entryreferenceClient);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.entryreferenceClient]));
     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.hboxBottleDebtCount         = new global::Gtk.HBox();
     this.hboxBottleDebtCount.Name    = "hboxBottleDebtCount";
     this.hboxBottleDebtCount.Spacing = 6;
     // Container child hboxBottleDebtCount.Gtk.Box+BoxChild
     this.yvalidatedentryDebtFrom               = new global::Gamma.Widgets.yValidatedEntry();
     this.yvalidatedentryDebtFrom.CanFocus      = true;
     this.yvalidatedentryDebtFrom.Name          = "yvalidatedentryDebtFrom";
     this.yvalidatedentryDebtFrom.IsEditable    = true;
     this.yvalidatedentryDebtFrom.InvisibleChar = '•';
     this.hboxBottleDebtCount.Add(this.yvalidatedentryDebtFrom);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hboxBottleDebtCount[this.yvalidatedentryDebtFrom]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hboxBottleDebtCount.Gtk.Box+BoxChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("до");
     this.hboxBottleDebtCount.Add(this.label6);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hboxBottleDebtCount[this.label6]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hboxBottleDebtCount.Gtk.Box+BoxChild
     this.yvalidatedentryDebtTo               = new global::Gamma.Widgets.yValidatedEntry();
     this.yvalidatedentryDebtTo.CanFocus      = true;
     this.yvalidatedentryDebtTo.Name          = "yvalidatedentryDebtTo";
     this.yvalidatedentryDebtTo.IsEditable    = true;
     this.yvalidatedentryDebtTo.InvisibleChar = '•';
     this.hboxBottleDebtCount.Add(this.yvalidatedentryDebtTo);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hboxBottleDebtCount[this.yvalidatedentryDebtTo]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     this.table1.Add(this.hboxBottleDebtCount);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.hboxBottleDebtCount]));
     w6.TopAttach    = ((uint)(3));
     w6.BottomAttach = ((uint)(4));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Контрагент:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("ОПФ");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     w8.TopAttach    = ((uint)(2));
     w8.BottomAttach = ((uint)(3));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Адрес :");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
     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.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Долг по таре от");
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.label5]));
     w10.TopAttach    = ((uint)(3));
     w10.BottomAttach = ((uint)(4));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.yenumcomboboxOPF      = new global::Gamma.Widgets.yEnumComboBox();
     this.yenumcomboboxOPF.Name = "yenumcomboboxOPF";
     this.yenumcomboboxOPF.ShowSpecialStateAll = true;
     this.yenumcomboboxOPF.ShowSpecialStateNot = false;
     this.yenumcomboboxOPF.UseShortTitle       = false;
     this.yenumcomboboxOPF.DefaultFirst        = false;
     this.table1.Add(this.yenumcomboboxOPF);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.yenumcomboboxOPF]));
     w11.TopAttach    = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox2.Add(this.table1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.table1]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vseparator6      = new global::Gtk.VSeparator();
     this.vseparator6.Name = "vseparator6";
     this.hbox2.Add(this.vseparator6);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vseparator6]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.table2               = new global::Gtk.Table(((uint)(4)), ((uint)(4)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.entityviewmodelentryNomenclature                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entityviewmodelentryNomenclature.Events           = ((global::Gdk.EventMask)(256));
     this.entityviewmodelentryNomenclature.Name             = "entityviewmodelentryNomenclature";
     this.entityviewmodelentryNomenclature.CanEditReference = false;
     this.table2.Add(this.entityviewmodelentryNomenclature);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table2[this.entityviewmodelentryNomenclature]));
     w14.TopAttach    = ((uint)(2));
     w14.BottomAttach = ((uint)(3));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.ydateperiodpickerLastOrder           = new global::QS.Widgets.GtkUI.DateRangePicker();
     this.ydateperiodpickerLastOrder.Events    = ((global::Gdk.EventMask)(256));
     this.ydateperiodpickerLastOrder.Name      = "ydateperiodpickerLastOrder";
     this.ydateperiodpickerLastOrder.StartDate = new global::System.DateTime(0);
     this.ydateperiodpickerLastOrder.EndDate   = new global::System.DateTime(0);
     this.hbox5.Add(this.ydateperiodpickerLastOrder);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.ydateperiodpickerLastOrder]));
     w15.Position = 0;
     // Container child hbox5.Gtk.Box+BoxChild
     this.ycheckbuttonHideActive               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckbuttonHideActive.CanFocus      = true;
     this.ycheckbuttonHideActive.Name          = "ycheckbuttonHideActive";
     this.ycheckbuttonHideActive.Label         = global::Mono.Unix.Catalog.GetString("Скрыть активных");
     this.ycheckbuttonHideActive.DrawIndicator = true;
     this.ycheckbuttonHideActive.UseUnderline  = true;
     this.hbox5.Add(this.ycheckbuttonHideActive);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.ycheckbuttonHideActive]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     this.table2.Add(this.hbox5);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table2[this.hbox5]));
     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.hboxBottlesCount         = new global::Gtk.HBox();
     this.hboxBottlesCount.Name    = "hboxBottlesCount";
     this.hboxBottlesCount.Spacing = 6;
     // Container child hboxBottlesCount.Gtk.Box+BoxChild
     this.yvalidatedentryBottlesFrom               = new global::Gamma.Widgets.yValidatedEntry();
     this.yvalidatedentryBottlesFrom.CanFocus      = true;
     this.yvalidatedentryBottlesFrom.Name          = "yvalidatedentryBottlesFrom";
     this.yvalidatedentryBottlesFrom.IsEditable    = true;
     this.yvalidatedentryBottlesFrom.InvisibleChar = '•';
     this.hboxBottlesCount.Add(this.yvalidatedentryBottlesFrom);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hboxBottlesCount[this.yvalidatedentryBottlesFrom]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child hboxBottlesCount.Gtk.Box+BoxChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("до");
     this.hboxBottlesCount.Add(this.label8);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hboxBottlesCount[this.label8]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child hboxBottlesCount.Gtk.Box+BoxChild
     this.yvalidatedentryBottlesTo               = new global::Gamma.Widgets.yValidatedEntry();
     this.yvalidatedentryBottlesTo.CanFocus      = true;
     this.yvalidatedentryBottlesTo.Name          = "yvalidatedentryBottlesTo";
     this.yvalidatedentryBottlesTo.IsEditable    = true;
     this.yvalidatedentryBottlesTo.InvisibleChar = '•';
     this.hboxBottlesCount.Add(this.yvalidatedentryBottlesTo);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hboxBottlesCount[this.yvalidatedentryBottlesTo]));
     w20.Position = 2;
     w20.Expand   = false;
     w20.Fill     = false;
     this.table2.Add(this.hboxBottlesCount);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table2[this.hboxBottlesCount]));
     w21.TopAttach    = ((uint)(3));
     w21.BottomAttach = ((uint)(4));
     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.LabelProp = global::Mono.Unix.Catalog.GetString("ТМЦ в посл. заказе:");
     this.table2.Add(this.label10);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table2[this.label10]));
     w22.TopAttach    = ((uint)(2));
     w22.BottomAttach = ((uint)(3));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Последн. заказ :");
     this.table2.Add(this.label3);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table2[this.label3]));
     w23.XOptions = ((global::Gtk.AttachOptions)(4));
     w23.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Бутылей От");
     this.table2.Add(this.label7);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table2[this.label7]));
     w24.TopAttach    = ((uint)(3));
     w24.BottomAttach = ((uint)(4));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Основание скидки:");
     this.table2.Add(this.label9);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table2[this.label9]));
     w25.TopAttach    = ((uint)(1));
     w25.BottomAttach = ((uint)(2));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.ycheckbuttonHideOneOrder               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckbuttonHideOneOrder.CanFocus      = true;
     this.ycheckbuttonHideOneOrder.Name          = "ycheckbuttonHideOneOrder";
     this.ycheckbuttonHideOneOrder.Label         = global::Mono.Unix.Catalog.GetString("Скрыть клиентов с одним заказом");
     this.ycheckbuttonHideOneOrder.DrawIndicator = true;
     this.ycheckbuttonHideOneOrder.UseUnderline  = true;
     this.table2.Add(this.ycheckbuttonHideOneOrder);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table2[this.ycheckbuttonHideOneOrder]));
     w26.LeftAttach  = ((uint)(2));
     w26.RightAttach = ((uint)(3));
     w26.XOptions    = ((global::Gtk.AttachOptions)(4));
     w26.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.ycheckbuttonHideWithoutEmail               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckbuttonHideWithoutEmail.CanFocus      = true;
     this.ycheckbuttonHideWithoutEmail.Name          = "ycheckbuttonHideWithoutEmail";
     this.ycheckbuttonHideWithoutEmail.Label         = global::Mono.Unix.Catalog.GetString("Скрыть клиентов без Email");
     this.ycheckbuttonHideWithoutEmail.DrawIndicator = true;
     this.ycheckbuttonHideWithoutEmail.UseUnderline  = true;
     this.table2.Add(this.ycheckbuttonHideWithoutEmail);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table2[this.ycheckbuttonHideWithoutEmail]));
     w27.TopAttach    = ((uint)(1));
     w27.BottomAttach = ((uint)(2));
     w27.LeftAttach   = ((uint)(2));
     w27.RightAttach  = ((uint)(3));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.ycheckbuttonShowCancellation               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckbuttonShowCancellation.CanFocus      = true;
     this.ycheckbuttonShowCancellation.Name          = "ycheckbuttonShowCancellation";
     this.ycheckbuttonShowCancellation.Label         = global::Mono.Unix.Catalog.GetString("Показать клиентов только с признаком расторжения");
     this.ycheckbuttonShowCancellation.DrawIndicator = true;
     this.ycheckbuttonShowCancellation.UseUnderline  = true;
     this.table2.Add(this.ycheckbuttonShowCancellation);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table2[this.ycheckbuttonShowCancellation]));
     w28.LeftAttach  = ((uint)(3));
     w28.RightAttach = ((uint)(4));
     w28.XOptions    = ((global::Gtk.AttachOptions)(4));
     w28.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.ycheckbuttonShowSuspended               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckbuttonShowSuspended.CanFocus      = true;
     this.ycheckbuttonShowSuspended.Name          = "ycheckbuttonShowSuspended";
     this.ycheckbuttonShowSuspended.Label         = global::Mono.Unix.Catalog.GetString("Показать клиентов только с признаком приостановлено");
     this.ycheckbuttonShowSuspended.DrawIndicator = true;
     this.ycheckbuttonShowSuspended.UseUnderline  = true;
     this.table2.Add(this.ycheckbuttonShowSuspended);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table2[this.ycheckbuttonShowSuspended]));
     w29.TopAttach    = ((uint)(1));
     w29.BottomAttach = ((uint)(2));
     w29.LeftAttach   = ((uint)(3));
     w29.RightAttach  = ((uint)(4));
     w29.XOptions     = ((global::Gtk.AttachOptions)(4));
     w29.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.ycomboboxReason                     = new global::Gamma.Widgets.ySpecComboBox();
     this.ycomboboxReason.Name                = "ycomboboxReason";
     this.ycomboboxReason.AddIfNotExist       = false;
     this.ycomboboxReason.DefaultFirst        = false;
     this.ycomboboxReason.ShowSpecialStateAll = false;
     this.ycomboboxReason.ShowSpecialStateNot = true;
     this.table2.Add(this.ycomboboxReason);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table2[this.ycomboboxReason]));
     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));
     this.hbox2.Add(this.table2);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.table2]));
     w31.Position = 2;
     w31.Expand   = false;
     w31.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox2.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vseparator1]));
     w32.PackType = ((global::Gtk.PackType)(1));
     w32.Position = 3;
     w32.Expand   = false;
     w32.Fill     = false;
     this.Add(this.hbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.entryreferenceClient.ChangedByUser += new global::System.EventHandler(this.OnEntryreferenceClientChanged);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.DesignerSupport.Toolbox.ComponentSelectorDialog
     this.Name           = "MonoDevelop.DesignerSupport.Toolbox.ComponentSelectorDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Toolbox Item Selector");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoDevelop.DesignerSupport.Toolbox.ComponentSelectorDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(6));
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0f;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Type of component:");
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.comboType      = global::Gtk.ComboBox.NewText();
     this.comboType.Name = "comboType";
     this.hbox1.Add(this.comboType);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.comboType]));
     w3.Position = 1;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox1.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vseparator1]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.button24              = new global::Gtk.Button();
     this.button24.CanFocus     = true;
     this.button24.Name         = "button24";
     this.button24.UseUnderline = true;
     // Container child button24.Gtk.Container+ContainerChild
     global::Gtk.Alignment w5 = new global::Gtk.Alignment(0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w6 = new global::Gtk.HBox();
     w6.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w7 = new global::Gtk.Image();
     w7.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     w6.Add(w7);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w9 = new global::Gtk.Label();
     w9.LabelProp    = global::Mono.Unix.Catalog.GetString("Add Assembly...");
     w9.UseUnderline = true;
     w6.Add(w9);
     w5.Add(w6);
     this.button24.Add(w5);
     this.hbox1.Add(this.button24);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.button24]));
     w13.Position = 3;
     w13.Expand   = false;
     w13.Fill     = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.listView          = new global::Gtk.TreeView();
     this.listView.CanFocus = true;
     this.listView.Name     = "listView";
     this.scrolledwindow1.Add(this.listView);
     this.vbox2.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.scrolledwindow1]));
     w16.Position = 1;
     // Container child vbox2.Gtk.Box+BoxChild
     this.checkGroupByCat               = new global::Gtk.CheckButton();
     this.checkGroupByCat.CanFocus      = true;
     this.checkGroupByCat.Name          = "checkGroupByCat";
     this.checkGroupByCat.Label         = global::Mono.Unix.Catalog.GetString("Group by component category");
     this.checkGroupByCat.DrawIndicator = true;
     this.checkGroupByCat.UseUnderline  = true;
     this.vbox2.Add(this.checkGroupByCat);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.checkGroupByCat]));
     w17.Position = 2;
     w17.Expand   = false;
     w17.Fill     = false;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
     w18.Position = 0;
     // Internal child MonoDevelop.DesignerSupport.Toolbox.ComponentSelectorDialog.ActionArea
     global::Gtk.HButtonBox w19 = this.ActionArea;
     w19.Name        = "dialog1_ActionArea";
     w19.Spacing     = 10;
     w19.BorderWidth = ((uint)(5));
     w19.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w19[this.buttonCancel]));
     w20.Expand = false;
     w20.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.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";
     w19.Add(this.buttonOk);
     global::Gtk.ButtonBox.ButtonBoxChild w21 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w19[this.buttonOk]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 642;
     this.DefaultHeight = 433;
     this.Show();
     this.comboType.Changed       += new global::System.EventHandler(this.OnComboTypeChanged);
     this.button24.Clicked        += new global::System.EventHandler(this.OnButton24Clicked);
     this.checkGroupByCat.Clicked += new global::System.EventHandler(this.OnCheckbutton1Clicked);
     this.buttonOk.Clicked        += new global::System.EventHandler(this.OnButtonOkClicked);
 }
예제 #60
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.ExitAction = new global::Gtk.Action("ExitAction", global::Mono.Unix.Catalog.GetString("Exit"), null, null);
     this.ExitAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Exit");
     w1.Add(this.ExitAction, null);
     this.PanelsAction = new global::Gtk.Action("PanelsAction", global::Mono.Unix.Catalog.GetString("Panels"), null, null);
     this.PanelsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Panels");
     w1.Add(this.PanelsAction, null);
     this.TurbineAction = new global::Gtk.Action("TurbineAction", global::Mono.Unix.Catalog.GetString("Turbine"), null, null);
     this.TurbineAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Turbine");
     w1.Add(this.TurbineAction, null);
     this.FileAction = new global::Gtk.Action("FileAction", global::Mono.Unix.Catalog.GetString("File"), null, null);
     this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString("File");
     w1.Add(this.FileAction, null);
     this.ExitAction1 = new global::Gtk.Action("ExitAction1", global::Mono.Unix.Catalog.GetString("Exit"), null, null);
     this.ExitAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Exit");
     w1.Add(this.ExitAction1, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString("Reactor");
     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='ExitAction1' action='ExitAction1'/></menu></menubar></ui>");
     this.menubar1 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vbox1.Add(this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.menubar1]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox5 = new global::Gtk.VBox();
     this.vbox5.Name = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table(((uint)(7)), ((uint)(2)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.label10 = new global::Gtk.Label();
     this.label10.Name = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("no value");
     this.label10.WidthChars = 8;
     this.table1.Add(this.label10);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.label10]));
     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.label11 = new global::Gtk.Label();
     this.label11.Name = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("no value");
     this.label11.WidthChars = 8;
     this.table1.Add(this.label11);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.label11]));
     w4.TopAttach = ((uint)(3));
     w4.BottomAttach = ((uint)(4));
     w4.LeftAttach = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label12 = new global::Gtk.Label();
     this.label12.Name = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("no value");
     this.label12.WidthChars = 8;
     this.table1.Add(this.label12);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.label12]));
     w5.TopAttach = ((uint)(4));
     w5.BottomAttach = ((uint)(5));
     w5.LeftAttach = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label13 = new global::Gtk.Label();
     this.label13.Name = "label13";
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("no value");
     this.label13.WidthChars = 8;
     this.table1.Add(this.label13);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.label13]));
     w6.TopAttach = ((uint)(5));
     w6.BottomAttach = ((uint)(6));
     w6.LeftAttach = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2 = new global::Gtk.Label();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Tavg");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     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.label3 = new global::Gtk.Label();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("no value");
     this.label3.WidthChars = 8;
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
     w8.LeftAttach = ((uint)(1));
     w8.RightAttach = ((uint)(2));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4 = new global::Gtk.Label();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Tref");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
     w9.TopAttach = ((uint)(3));
     w9.BottomAttach = ((uint)(4));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5 = new global::Gtk.Label();
     this.label5.Name = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("no value");
     this.label5.WidthChars = 8;
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.label5]));
     w10.TopAttach = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.LeftAttach = ((uint)(1));
     w10.RightAttach = ((uint)(2));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6 = new global::Gtk.Label();
     this.label6.Name = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Turbine power");
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.label6]));
     w11.TopAttach = ((uint)(5));
     w11.BottomAttach = ((uint)(6));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label7 = new global::Gtk.Label();
     this.label7.Name = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Neutron flux");
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.label7]));
     w12.TopAttach = ((uint)(4));
     w12.BottomAttach = ((uint)(5));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label8 = new global::Gtk.Label();
     this.label8.Name = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Boron concentration");
     this.table1.Add(this.label8);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.label8]));
     w13.TopAttach = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label9 = new global::Gtk.Label();
     this.label9.Name = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Burnup");
     this.table1.Add(this.label9);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1[this.label9]));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox5.Add(this.table1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.table1]));
     w15.Position = 0;
     // 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 w16 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hseparator2]));
     w16.Position = 1;
     w16.Expand = false;
     w16.Fill = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.vbox2 = new global::Gtk.VBox();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label19 = new global::Gtk.Label();
     this.label19.Name = "label19";
     this.label19.LabelProp = global::Mono.Unix.Catalog.GetString("RCS makeup");
     this.vbox2.Add(this.label19);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label19]));
     w17.Position = 0;
     w17.Expand = false;
     w17.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table4 = new global::Gtk.Table(((uint)(2)), ((uint)(3)), false);
     this.table4.Name = "table4";
     this.table4.RowSpacing = ((uint)(6));
     this.table4.ColumnSpacing = ((uint)(6));
     // Container child table4.Gtk.Table+TableChild
     this.label20 = new global::Gtk.Label();
     this.label20.Name = "label20";
     this.label20.LabelProp = global::Mono.Unix.Catalog.GetString("Water");
     this.table4.Add(this.label20);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table4[this.label20]));
     w18.TopAttach = ((uint)(1));
     w18.BottomAttach = ((uint)(2));
     w18.XOptions = ((global::Gtk.AttachOptions)(4));
     w18.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label21 = new global::Gtk.Label();
     this.label21.Name = "label21";
     this.label21.LabelProp = global::Mono.Unix.Catalog.GetString("liters");
     this.table4.Add(this.label21);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table4[this.label21]));
     w19.LeftAttach = ((uint)(2));
     w19.RightAttach = ((uint)(3));
     w19.XOptions = ((global::Gtk.AttachOptions)(4));
     w19.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label22 = new global::Gtk.Label();
     this.label22.Name = "label22";
     this.label22.LabelProp = global::Mono.Unix.Catalog.GetString("Boron");
     this.table4.Add(this.label22);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table4[this.label22]));
     w20.XOptions = ((global::Gtk.AttachOptions)(4));
     w20.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label23 = new global::Gtk.Label();
     this.label23.Name = "label23";
     this.label23.LabelProp = global::Mono.Unix.Catalog.GetString("liters");
     this.table4.Add(this.label23);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table4[this.label23]));
     w21.TopAttach = ((uint)(1));
     w21.BottomAttach = ((uint)(2));
     w21.LeftAttach = ((uint)(2));
     w21.RightAttach = ((uint)(3));
     w21.XOptions = ((global::Gtk.AttachOptions)(4));
     w21.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.spinbutton1 = new global::Gtk.SpinButton(0, 1000, 1);
     this.spinbutton1.CanFocus = true;
     this.spinbutton1.Name = "spinbutton1";
     this.spinbutton1.Adjustment.PageIncrement = 10;
     this.spinbutton1.ClimbRate = 1;
     this.spinbutton1.Numeric = true;
     this.table4.Add(this.spinbutton1);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table4[this.spinbutton1]));
     w22.LeftAttach = ((uint)(1));
     w22.RightAttach = ((uint)(2));
     w22.XOptions = ((global::Gtk.AttachOptions)(4));
     w22.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.spinbutton2 = new global::Gtk.SpinButton(0, 1000, 1);
     this.spinbutton2.CanFocus = true;
     this.spinbutton2.Name = "spinbutton2";
     this.spinbutton2.Adjustment.PageIncrement = 10;
     this.spinbutton2.ClimbRate = 1;
     this.spinbutton2.Numeric = true;
     this.table4.Add(this.spinbutton2);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table4[this.spinbutton2]));
     w23.TopAttach = ((uint)(1));
     w23.BottomAttach = ((uint)(2));
     w23.LeftAttach = ((uint)(1));
     w23.RightAttach = ((uint)(2));
     w23.XOptions = ((global::Gtk.AttachOptions)(4));
     w23.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table4);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table4]));
     w24.Position = 1;
     w24.Expand = false;
     w24.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.radiobutton1 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Borate"));
     this.radiobutton1.CanFocus = true;
     this.radiobutton1.Name = "radiobutton1";
     this.radiobutton1.DrawIndicator = true;
     this.radiobutton1.UseUnderline = true;
     this.radiobutton1.Group = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vbox2.Add(this.radiobutton1);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.radiobutton1]));
     w25.Position = 2;
     w25.Expand = false;
     w25.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.radiobutton2 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Dilute"));
     this.radiobutton2.CanFocus = true;
     this.radiobutton2.Name = "radiobutton2";
     this.radiobutton2.DrawIndicator = true;
     this.radiobutton2.UseUnderline = true;
     this.radiobutton2.Group = this.radiobutton1.Group;
     this.vbox2.Add(this.radiobutton2);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.radiobutton2]));
     w26.Position = 3;
     w26.Expand = false;
     w26.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.togglebutton2 = new global::Gtk.ToggleButton();
     this.togglebutton2.CanFocus = true;
     this.togglebutton2.Name = "togglebutton2";
     this.togglebutton2.UseUnderline = true;
     this.togglebutton2.Label = global::Mono.Unix.Catalog.GetString("START");
     this.vbox2.Add(this.togglebutton2);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.togglebutton2]));
     w27.Position = 4;
     w27.Expand = false;
     w27.Fill = false;
     this.vbox5.Add(this.vbox2);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.vbox2]));
     w28.Position = 2;
     this.hbox1.Add(this.vbox5);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox5]));
     w29.Position = 0;
     w29.Expand = false;
     w29.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vseparator2 = new global::Gtk.VSeparator();
     this.vseparator2.Name = "vseparator2";
     this.hbox1.Add(this.vseparator2);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vseparator2]));
     w30.Position = 1;
     w30.Expand = false;
     w30.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox4 = new global::Gtk.VBox();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.table3 = new global::Gtk.Table(((uint)(2)), ((uint)(6)), false);
     this.table3.Name = "table3";
     this.table3.RowSpacing = ((uint)(6));
     this.table3.ColumnSpacing = ((uint)(6));
     // Container child table3.Gtk.Table+TableChild
     this.label1 = new global::Gtk.Label();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Group B");
     this.table3.Add(this.label1);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table3[this.label1]));
     w31.LeftAttach = ((uint)(1));
     w31.RightAttach = ((uint)(2));
     w31.XOptions = ((global::Gtk.AttachOptions)(4));
     w31.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label14 = new global::Gtk.Label();
     this.label14.Name = "label14";
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString("Group A");
     this.table3.Add(this.label14);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table3[this.label14]));
     w32.XOptions = ((global::Gtk.AttachOptions)(4));
     w32.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label15 = new global::Gtk.Label();
     this.label15.Name = "label15";
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString("Group C");
     this.table3.Add(this.label15);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table3[this.label15]));
     w33.LeftAttach = ((uint)(2));
     w33.RightAttach = ((uint)(3));
     w33.XOptions = ((global::Gtk.AttachOptions)(4));
     w33.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label16 = new global::Gtk.Label();
     this.label16.Name = "label16";
     this.label16.LabelProp = global::Mono.Unix.Catalog.GetString("Group D");
     this.table3.Add(this.label16);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.table3[this.label16]));
     w34.LeftAttach = ((uint)(3));
     w34.RightAttach = ((uint)(4));
     w34.XOptions = ((global::Gtk.AttachOptions)(4));
     w34.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label17 = new global::Gtk.Label();
     this.label17.Name = "label17";
     this.label17.LabelProp = global::Mono.Unix.Catalog.GetString("Group SA");
     this.table3.Add(this.label17);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.table3[this.label17]));
     w35.LeftAttach = ((uint)(4));
     w35.RightAttach = ((uint)(5));
     w35.XOptions = ((global::Gtk.AttachOptions)(4));
     w35.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label18 = new global::Gtk.Label();
     this.label18.Name = "label18";
     this.label18.LabelProp = global::Mono.Unix.Catalog.GetString("Group SB");
     this.table3.Add(this.label18);
     global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.table3[this.label18]));
     w36.LeftAttach = ((uint)(5));
     w36.RightAttach = ((uint)(6));
     w36.XOptions = ((global::Gtk.AttachOptions)(4));
     w36.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.vscale1 = new global::Gtk.VScale(null);
     this.vscale1.CanFocus = true;
     this.vscale1.Name = "vscale1";
     this.vscale1.Inverted = true;
     this.vscale1.Adjustment.Upper = 228;
     this.vscale1.Adjustment.PageIncrement = 10;
     this.vscale1.Adjustment.StepIncrement = 1;
     this.vscale1.DrawValue = true;
     this.vscale1.Digits = 0;
     this.vscale1.ValuePos = ((global::Gtk.PositionType)(3));
     this.table3.Add(this.vscale1);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table3[this.vscale1]));
     w37.TopAttach = ((uint)(1));
     w37.BottomAttach = ((uint)(2));
     w37.XOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.vscale2 = new global::Gtk.VScale(null);
     this.vscale2.CanFocus = true;
     this.vscale2.Name = "vscale2";
     this.vscale2.Inverted = true;
     this.vscale2.Adjustment.Upper = 228;
     this.vscale2.Adjustment.PageIncrement = 10;
     this.vscale2.Adjustment.StepIncrement = 1;
     this.vscale2.DrawValue = true;
     this.vscale2.Digits = 0;
     this.vscale2.ValuePos = ((global::Gtk.PositionType)(3));
     this.table3.Add(this.vscale2);
     global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table3[this.vscale2]));
     w38.TopAttach = ((uint)(1));
     w38.BottomAttach = ((uint)(2));
     w38.LeftAttach = ((uint)(1));
     w38.RightAttach = ((uint)(2));
     w38.XOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.vscale3 = new global::Gtk.VScale(null);
     this.vscale3.CanFocus = true;
     this.vscale3.Name = "vscale3";
     this.vscale3.Inverted = true;
     this.vscale3.Adjustment.Upper = 228;
     this.vscale3.Adjustment.PageIncrement = 10;
     this.vscale3.Adjustment.StepIncrement = 1;
     this.vscale3.DrawValue = true;
     this.vscale3.Digits = 0;
     this.vscale3.ValuePos = ((global::Gtk.PositionType)(3));
     this.table3.Add(this.vscale3);
     global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table3[this.vscale3]));
     w39.TopAttach = ((uint)(1));
     w39.BottomAttach = ((uint)(2));
     w39.LeftAttach = ((uint)(2));
     w39.RightAttach = ((uint)(3));
     w39.XOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.vscale4 = new global::Gtk.VScale(null);
     this.vscale4.CanFocus = true;
     this.vscale4.Name = "vscale4";
     this.vscale4.Inverted = true;
     this.vscale4.Adjustment.Upper = 228;
     this.vscale4.Adjustment.PageIncrement = 10;
     this.vscale4.Adjustment.StepIncrement = 1;
     this.vscale4.DrawValue = true;
     this.vscale4.Digits = 0;
     this.vscale4.ValuePos = ((global::Gtk.PositionType)(3));
     this.table3.Add(this.vscale4);
     global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table3[this.vscale4]));
     w40.TopAttach = ((uint)(1));
     w40.BottomAttach = ((uint)(2));
     w40.LeftAttach = ((uint)(3));
     w40.RightAttach = ((uint)(4));
     w40.XOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.vscale5 = new global::Gtk.VScale(null);
     this.vscale5.CanFocus = true;
     this.vscale5.Name = "vscale5";
     this.vscale5.Inverted = true;
     this.vscale5.Adjustment.Upper = 228;
     this.vscale5.Adjustment.PageIncrement = 10;
     this.vscale5.Adjustment.StepIncrement = 1;
     this.vscale5.DrawValue = true;
     this.vscale5.Digits = 0;
     this.vscale5.ValuePos = ((global::Gtk.PositionType)(3));
     this.table3.Add(this.vscale5);
     global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table3[this.vscale5]));
     w41.TopAttach = ((uint)(1));
     w41.BottomAttach = ((uint)(2));
     w41.LeftAttach = ((uint)(4));
     w41.RightAttach = ((uint)(5));
     w41.XOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.vscale6 = new global::Gtk.VScale(null);
     this.vscale6.CanFocus = true;
     this.vscale6.Name = "vscale6";
     this.vscale6.Inverted = true;
     this.vscale6.Adjustment.Upper = 228;
     this.vscale6.Adjustment.PageIncrement = 10;
     this.vscale6.Adjustment.StepIncrement = 1;
     this.vscale6.DrawValue = true;
     this.vscale6.Digits = 0;
     this.vscale6.ValuePos = ((global::Gtk.PositionType)(3));
     this.table3.Add(this.vscale6);
     global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.table3[this.vscale6]));
     w42.TopAttach = ((uint)(1));
     w42.BottomAttach = ((uint)(2));
     w42.LeftAttach = ((uint)(5));
     w42.RightAttach = ((uint)(6));
     w42.XOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox4.Add(this.table3);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.table3]));
     w43.Position = 0;
     // Container child vbox4.Gtk.Box+BoxChild
     this.vbox3 = new global::Gtk.VBox();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox3.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hseparator1]));
     w44.Position = 0;
     w44.Expand = false;
     w44.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.label24 = new global::Gtk.Label();
     this.label24.Name = "label24";
     this.label24.LabelProp = global::Mono.Unix.Catalog.GetString("Rod control");
     this.vbox3.Add(this.label24);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.label24]));
     w45.Position = 1;
     w45.Expand = false;
     w45.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.radiobutton3 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Auto"));
     this.radiobutton3.CanFocus = true;
     this.radiobutton3.Name = "radiobutton3";
     this.radiobutton3.DrawIndicator = true;
     this.radiobutton3.UseUnderline = true;
     this.radiobutton3.Group = new global::GLib.SList(global::System.IntPtr.Zero);
     this.hbox2.Add(this.radiobutton3);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.radiobutton3]));
     w46.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.radiobutton4 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Manual"));
     this.radiobutton4.CanFocus = true;
     this.radiobutton4.Name = "radiobutton4";
     this.radiobutton4.DrawIndicator = true;
     this.radiobutton4.UseUnderline = true;
     this.radiobutton4.Group = this.radiobutton3.Group;
     this.hbox2.Add(this.radiobutton4);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.radiobutton4]));
     w47.Position = 1;
     this.vbox3.Add(this.hbox2);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox2]));
     w48.Position = 2;
     w48.Expand = false;
     w48.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label25 = new global::Gtk.Label();
     this.label25.Name = "label25";
     this.label25.LabelProp = global::Mono.Unix.Catalog.GetString("Speed: ");
     this.hbox3.Add(this.label25);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label25]));
     w49.Position = 0;
     w49.Expand = false;
     w49.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label26 = new global::Gtk.Label();
     this.label26.Name = "label26";
     this.label26.LabelProp = global::Mono.Unix.Catalog.GetString("no value");
     this.hbox3.Add(this.label26);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label26]));
     w50.Position = 1;
     w50.Expand = false;
     w50.Fill = false;
     this.vbox3.Add(this.hbox3);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox3]));
     w51.Position = 3;
     w51.Expand = false;
     w51.Fill = false;
     this.vbox4.Add(this.vbox3);
     global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.vbox3]));
     w52.Position = 1;
     w52.Expand = false;
     w52.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.table2 = new global::Gtk.Table(((uint)(2)), ((uint)(3)), false);
     this.table2.Name = "table2";
     this.table2.RowSpacing = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.button4 = new global::Gtk.Button();
     this.button4.CanFocus = true;
     this.button4.Name = "button4";
     this.button4.UseUnderline = true;
     this.button4.Label = global::Mono.Unix.Catalog.GetString("STEP UP");
     this.table2.Add(this.button4);
     global::Gtk.Table.TableChild w53 = ((global::Gtk.Table.TableChild)(this.table2[this.button4]));
     w53.XOptions = ((global::Gtk.AttachOptions)(4));
     w53.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.button5 = new global::Gtk.Button();
     this.button5.CanFocus = true;
     this.button5.Name = "button5";
     this.button5.UseUnderline = true;
     this.button5.Label = global::Mono.Unix.Catalog.GetString("STEP DOWN");
     this.table2.Add(this.button5);
     global::Gtk.Table.TableChild w54 = ((global::Gtk.Table.TableChild)(this.table2[this.button5]));
     w54.TopAttach = ((uint)(1));
     w54.BottomAttach = ((uint)(2));
     w54.XOptions = ((global::Gtk.AttachOptions)(4));
     w54.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.button6 = new global::Gtk.Button();
     this.button6.CanFocus = true;
     this.button6.Name = "button6";
     this.button6.UseUnderline = true;
     this.button6.Label = global::Mono.Unix.Catalog.GetString("TRIP");
     this.table2.Add(this.button6);
     global::Gtk.Table.TableChild w55 = ((global::Gtk.Table.TableChild)(this.table2[this.button6]));
     w55.TopAttach = ((uint)(1));
     w55.BottomAttach = ((uint)(2));
     w55.LeftAttach = ((uint)(2));
     w55.RightAttach = ((uint)(3));
     w55.XOptions = ((global::Gtk.AttachOptions)(4));
     w55.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox4.Add(this.table2);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.table2]));
     w56.Position = 2;
     w56.Expand = false;
     w56.Fill = false;
     this.hbox1.Add(this.vbox4);
     global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox4]));
     w57.Position = 2;
     w57.Expand = false;
     w57.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vseparator1 = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox1.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vseparator1]));
     w58.Position = 3;
     w58.Expand = false;
     w58.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.table5 = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.table5.Name = "table5";
     this.table5.RowSpacing = ((uint)(6));
     this.table5.ColumnSpacing = ((uint)(6));
     // Container child table5.Gtk.Table+TableChild
     this.vbox6 = new global::Gtk.VBox();
     this.vbox6.Name = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.label27 = new global::Gtk.Label();
     this.label27.Name = "label27";
     this.label27.LabelProp = global::Mono.Unix.Catalog.GetString("Flux");
     this.vbox6.Add(this.label27);
     global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.label27]));
     w59.Position = 0;
     w59.Expand = false;
     w59.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.vscale7 = new global::Gtk.VScale(null);
     this.vscale7.CanFocus = true;
     this.vscale7.Name = "vscale7";
     this.vscale7.Inverted = true;
     this.vscale7.Adjustment.Upper = 100;
     this.vscale7.Adjustment.PageIncrement = 10;
     this.vscale7.Adjustment.StepIncrement = 1;
     this.vscale7.DrawValue = false;
     this.vscale7.Digits = 0;
     this.vscale7.ValuePos = ((global::Gtk.PositionType)(3));
     this.vbox6.Add(this.vscale7);
     global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.vscale7]));
     w60.Position = 1;
     // Container child vbox6.Gtk.Box+BoxChild
     this.label28 = new global::Gtk.Label();
     this.label28.Name = "label28";
     this.label28.LabelProp = global::Mono.Unix.Catalog.GetString("label2");
     this.vbox6.Add(this.label28);
     global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.label28]));
     w61.Position = 2;
     w61.Expand = false;
     w61.Fill = false;
     this.table5.Add(this.vbox6);
     global::Gtk.Table.TableChild w62 = ((global::Gtk.Table.TableChild)(this.table5[this.vbox6]));
     w62.XOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.vbox7 = new global::Gtk.VBox();
     this.vbox7.Name = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.label29 = new global::Gtk.Label();
     this.label29.Name = "label29";
     this.label29.LabelProp = global::Mono.Unix.Catalog.GetString("Turbine");
     this.vbox7.Add(this.label29);
     global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.label29]));
     w63.Position = 0;
     w63.Expand = false;
     w63.Fill = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.vscale8 = new global::Gtk.VScale(null);
     this.vscale8.CanFocus = true;
     this.vscale8.Name = "vscale8";
     this.vscale8.Inverted = true;
     this.vscale8.Adjustment.Upper = 100;
     this.vscale8.Adjustment.PageIncrement = 10;
     this.vscale8.Adjustment.StepIncrement = 1;
     this.vscale8.DrawValue = false;
     this.vscale8.Digits = 0;
     this.vscale8.ValuePos = ((global::Gtk.PositionType)(3));
     this.vbox7.Add(this.vscale8);
     global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.vscale8]));
     w64.Position = 1;
     // Container child vbox7.Gtk.Box+BoxChild
     this.label30 = new global::Gtk.Label();
     this.label30.Name = "label30";
     this.label30.LabelProp = global::Mono.Unix.Catalog.GetString("label2");
     this.vbox7.Add(this.label30);
     global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.label30]));
     w65.Position = 2;
     w65.Expand = false;
     w65.Fill = false;
     this.table5.Add(this.vbox7);
     global::Gtk.Table.TableChild w66 = ((global::Gtk.Table.TableChild)(this.table5[this.vbox7]));
     w66.LeftAttach = ((uint)(1));
     w66.RightAttach = ((uint)(2));
     w66.XOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.vbox8 = new global::Gtk.VBox();
     this.vbox8.Name = "vbox8";
     this.vbox8.Spacing = 6;
     // Container child vbox8.Gtk.Box+BoxChild
     this.label31 = new global::Gtk.Label();
     this.label31.Name = "label31";
     this.label31.LabelProp = global::Mono.Unix.Catalog.GetString("Tavg");
     this.vbox8.Add(this.label31);
     global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.label31]));
     w67.Position = 0;
     w67.Expand = false;
     w67.Fill = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.vscale9 = new global::Gtk.VScale(null);
     this.vscale9.CanFocus = true;
     this.vscale9.Name = "vscale9";
     this.vscale9.Inverted = true;
     this.vscale9.Adjustment.Upper = 100;
     this.vscale9.Adjustment.PageIncrement = 10;
     this.vscale9.Adjustment.StepIncrement = 1;
     this.vscale9.DrawValue = false;
     this.vscale9.Digits = 0;
     this.vscale9.ValuePos = ((global::Gtk.PositionType)(3));
     this.vbox8.Add(this.vscale9);
     global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.vscale9]));
     w68.Position = 1;
     // Container child vbox8.Gtk.Box+BoxChild
     this.label32 = new global::Gtk.Label();
     this.label32.Name = "label32";
     this.label32.LabelProp = global::Mono.Unix.Catalog.GetString("label2");
     this.vbox8.Add(this.label32);
     global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.label32]));
     w69.Position = 2;
     w69.Expand = false;
     w69.Fill = false;
     this.table5.Add(this.vbox8);
     global::Gtk.Table.TableChild w70 = ((global::Gtk.Table.TableChild)(this.table5[this.vbox8]));
     w70.TopAttach = ((uint)(1));
     w70.BottomAttach = ((uint)(2));
     w70.XOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.vbox9 = new global::Gtk.VBox();
     this.vbox9.Name = "vbox9";
     this.vbox9.Spacing = 6;
     // Container child vbox9.Gtk.Box+BoxChild
     this.label33 = new global::Gtk.Label();
     this.label33.Name = "label33";
     this.label33.LabelProp = global::Mono.Unix.Catalog.GetString("Tref");
     this.vbox9.Add(this.label33);
     global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.label33]));
     w71.Position = 0;
     w71.Expand = false;
     w71.Fill = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.vscale10 = new global::Gtk.VScale(null);
     this.vscale10.CanFocus = true;
     this.vscale10.Name = "vscale10";
     this.vscale10.Inverted = true;
     this.vscale10.Adjustment.Upper = 100;
     this.vscale10.Adjustment.PageIncrement = 10;
     this.vscale10.Adjustment.StepIncrement = 1;
     this.vscale10.DrawValue = false;
     this.vscale10.Digits = 0;
     this.vscale10.ValuePos = ((global::Gtk.PositionType)(3));
     this.vbox9.Add(this.vscale10);
     global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.vscale10]));
     w72.Position = 1;
     // Container child vbox9.Gtk.Box+BoxChild
     this.label34 = new global::Gtk.Label();
     this.label34.Name = "label34";
     this.label34.LabelProp = global::Mono.Unix.Catalog.GetString("label2");
     this.vbox9.Add(this.label34);
     global::Gtk.Box.BoxChild w73 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.label34]));
     w73.Position = 2;
     w73.Expand = false;
     w73.Fill = false;
     this.table5.Add(this.vbox9);
     global::Gtk.Table.TableChild w74 = ((global::Gtk.Table.TableChild)(this.table5[this.vbox9]));
     w74.TopAttach = ((uint)(1));
     w74.BottomAttach = ((uint)(2));
     w74.LeftAttach = ((uint)(1));
     w74.RightAttach = ((uint)(2));
     w74.XOptions = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add(this.table5);
     global::Gtk.Box.BoxChild w75 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.table5]));
     w75.Position = 4;
     w75.Expand = false;
     w75.Fill = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w76.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.statusbar1 = new global::Gtk.Statusbar();
     this.statusbar1.Name = "statusbar1";
     this.statusbar1.Spacing = 6;
     this.vbox1.Add(this.statusbar1);
     global::Gtk.Box.BoxChild w77 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.statusbar1]));
     w77.Position = 2;
     w77.Expand = false;
     w77.Fill = false;
     this.Add(this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll();
     }
     this.DefaultWidth = 620;
     this.DefaultHeight = 409;
     this.Show();
     this.ExitAction.Activated += new global::System.EventHandler(this.OnExitActionActivated);
     this.togglebutton2.Clicked += new global::System.EventHandler(this.OnTogglebutton2Clicked);
     this.radiobutton3.Clicked += new global::System.EventHandler(this.OnRadiobutton3Clicked);
     this.radiobutton4.Clicked += new global::System.EventHandler(this.OnRadiobutton4Clicked);
     this.button5.Clicked += new global::System.EventHandler(this.OnButton5Clicked);
     this.button4.Clicked += new global::System.EventHandler(this.OnButton4Clicked);
 }