protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Views.Cash.PaymentByCardView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Views.Cash.PaymentByCardView";
     // Container child Vodovoz.Views.Cash.PaymentByCardView.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.ybuttonSave              = new global::Gamma.GtkWidgets.yButton();
     this.ybuttonSave.CanFocus     = true;
     this.ybuttonSave.Name         = "ybuttonSave";
     this.ybuttonSave.UseUnderline = true;
     this.ybuttonSave.Label        = global::Mono.Unix.Catalog.GetString("Сохранить");
     this.hbox2.Add(this.ybuttonSave);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.ybuttonSave]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.ybuttonCancel              = new global::Gamma.GtkWidgets.yButton();
     this.ybuttonCancel.CanFocus     = true;
     this.ybuttonCancel.Name         = "ybuttonCancel";
     this.ybuttonCancel.UseUnderline = true;
     this.ybuttonCancel.Label        = global::Mono.Unix.Catalog.GetString("Отменить");
     this.hbox2.Add(this.ybuttonCancel);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.ybuttonCancel]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.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 w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label1]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.entryOnlineOrder               = new global::QS.Widgets.ValidatedEntry();
     this.entryOnlineOrder.CanFocus      = true;
     this.entryOnlineOrder.Name          = "entryOnlineOrder";
     this.entryOnlineOrder.IsEditable    = true;
     this.entryOnlineOrder.InvisibleChar = '•';
     this.hbox1.Add(this.entryOnlineOrder);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.entryOnlineOrder]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.comboPaymentFrom                     = new global::Gamma.Widgets.ySpecComboBox();
     this.comboPaymentFrom.Name                = "comboPaymentFrom";
     this.comboPaymentFrom.AddIfNotExist       = false;
     this.comboPaymentFrom.DefaultFirst        = false;
     this.comboPaymentFrom.ShowSpecialStateAll = false;
     this.comboPaymentFrom.ShowSpecialStateNot = false;
     this.hbox1.Add(this.comboPaymentFrom);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.comboPaymentFrom]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.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 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 Vodovoz.Filters.GtkViews.FastDeliveryAvailabilityFilterView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Filters.GtkViews.FastDeliveryAvailabilityFilterView";
     // Container child Vodovoz.Filters.GtkViews.FastDeliveryAvailabilityFilterView.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(6)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.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.table1.Add(this.entryCounterparty);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.entryCounterparty]));
     w1.LeftAttach  = ((uint)(3));
     w1.RightAttach = ((uint)(4));
     w1.XOptions    = ((global::Gtk.AttachOptions)(4));
     w1.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryDistrict                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entryDistrict.Events           = ((global::Gdk.EventMask)(256));
     this.entryDistrict.Name             = "entryDistrict";
     this.entryDistrict.CanEditReference = true;
     this.table1.Add(this.entryDistrict);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.entryDistrict]));
     w2.LeftAttach  = ((uint)(5));
     w2.RightAttach = ((uint)(6));
     w2.XOptions    = ((global::Gtk.AttachOptions)(4));
     w2.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryLogistician                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entryLogistician.Events           = ((global::Gdk.EventMask)(256));
     this.entryLogistician.Name             = "entryLogistician";
     this.entryLogistician.CanEditReference = true;
     this.table1.Add(this.entryLogistician);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.entryLogistician]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryReactionTime = new global::QS.Widgets.ValidatedEntry();
     this.entryReactionTime.WidthRequest  = 30;
     this.entryReactionTime.CanFocus      = true;
     this.entryReactionTime.Name          = "entryReactionTime";
     this.entryReactionTime.IsEditable    = true;
     this.entryReactionTime.MaxLength     = 3;
     this.entryReactionTime.InvisibleChar = '•';
     this.table1.Add(this.entryReactionTime);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.entryReactionTime]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.LeftAttach   = ((uint)(3));
     w4.RightAttach  = ((uint)(4));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.ylabelVerificationSuccess           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelVerificationSuccess.Name      = "ylabelVerificationSuccess";
     this.ylabelVerificationSuccess.Xalign    = 1F;
     this.ylabelVerificationSuccess.LabelProp = global::Mono.Unix.Catalog.GetString("Проверка успешна:");
     this.hbox6.Add(this.ylabelVerificationSuccess);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.ylabelVerificationSuccess]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.nullablecheckVerificationSuccess              = new global::QS.Widgets.NullableCheckButton();
     this.nullablecheckVerificationSuccess.CanFocus     = true;
     this.nullablecheckVerificationSuccess.Name         = "nullablecheckVerificationSuccess";
     this.nullablecheckVerificationSuccess.UseUnderline = true;
     this.hbox6.Add(this.nullablecheckVerificationSuccess);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.nullablecheckVerificationSuccess]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     this.table1.Add(this.hbox6);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.hbox6]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.LeftAttach   = ((uint)(4));
     w7.RightAttach  = ((uint)(6));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ydateperiodpickerVerificationDate           = new global::Gamma.Widgets.yDatePeriodPicker();
     this.ydateperiodpickerVerificationDate.Events    = ((global::Gdk.EventMask)(256));
     this.ydateperiodpickerVerificationDate.Name      = "ydateperiodpickerVerificationDate";
     this.ydateperiodpickerVerificationDate.StartDate = new global::System.DateTime(0);
     this.ydateperiodpickerVerificationDate.EndDate   = new global::System.DateTime(0);
     this.table1.Add(this.ydateperiodpickerVerificationDate);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.ydateperiodpickerVerificationDate]));
     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.ylabelCounterparty           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelCounterparty.Name      = "ylabelCounterparty";
     this.ylabelCounterparty.Xalign    = 1F;
     this.ylabelCounterparty.LabelProp = global::Mono.Unix.Catalog.GetString("Контрагент:");
     this.table1.Add(this.ylabelCounterparty);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.ylabelCounterparty]));
     w9.LeftAttach  = ((uint)(2));
     w9.RightAttach = ((uint)(3));
     w9.XOptions    = ((global::Gtk.AttachOptions)(4));
     w9.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ylabelDistrict           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelDistrict.Name      = "ylabelDistrict";
     this.ylabelDistrict.Xalign    = 1F;
     this.ylabelDistrict.LabelProp = global::Mono.Unix.Catalog.GetString("Район:");
     this.table1.Add(this.ylabelDistrict);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.ylabelDistrict]));
     w10.LeftAttach  = ((uint)(4));
     w10.RightAttach = ((uint)(5));
     w10.XOptions    = ((global::Gtk.AttachOptions)(4));
     w10.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ylabelLogistician           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelLogistician.Name      = "ylabelLogistician";
     this.ylabelLogistician.Xalign    = 1F;
     this.ylabelLogistician.LabelProp = global::Mono.Unix.Catalog.GetString("Логист:");
     this.table1.Add(this.ylabelLogistician);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.ylabelLogistician]));
     w11.TopAttach    = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ylabelReactionTime           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelReactionTime.Name      = "ylabelReactionTime";
     this.ylabelReactionTime.Xalign    = 1F;
     this.ylabelReactionTime.LabelProp = global::Mono.Unix.Catalog.GetString("Время реакции более (минут):");
     this.table1.Add(this.ylabelReactionTime);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.ylabelReactionTime]));
     w12.TopAttach    = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.LeftAttach   = ((uint)(2));
     w12.RightAttach  = ((uint)(3));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ylabelVerificationDate           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelVerificationDate.Name      = "ylabelVerificationDate";
     this.ylabelVerificationDate.Xalign    = 1F;
     this.ylabelVerificationDate.LabelProp = global::Mono.Unix.Catalog.GetString("Дата проверки:");
     this.table1.Add(this.ylabelVerificationDate);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.ylabelVerificationDate]));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     this.Add(this.table1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.ReportsParameters.Logistic.MileageReport
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.ReportsParameters.Logistic.MileageReport";
     // Container child Vodovoz.ReportsParameters.Logistic.MileageReport.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Период:");
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.dateperiodpicker           = new global::QS.Widgets.GtkUI.DateRangePicker();
     this.dateperiodpicker.Events    = ((global::Gdk.EventMask)(256));
     this.dateperiodpicker.Name      = "dateperiodpicker";
     this.dateperiodpicker.StartDate = new global::System.DateTime(0);
     this.dateperiodpicker.EndDate   = new global::System.DateTime(0);
     this.hbox1.Add(this.dateperiodpicker);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.dateperiodpicker]));
     w2.Position = 1;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Только наши автомобили:");
     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.ycheckbutton1               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckbutton1.CanFocus      = true;
     this.ycheckbutton1.Name          = "ycheckbutton1";
     this.ycheckbutton1.Label         = global::Mono.Unix.Catalog.GetString(" ");
     this.ycheckbutton1.DrawIndicator = true;
     this.ycheckbutton1.UseUnderline  = true;
     this.hbox7.Add(this.ycheckbutton1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.ycheckbutton1]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     this.vbox2.Add(this.hbox7);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox7]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Автомобиль:");
     this.hbox3.Add(this.label2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label2]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.entityviewmodelentryCar                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entityviewmodelentryCar.Events           = ((global::Gdk.EventMask)(256));
     this.entityviewmodelentryCar.Name             = "entityviewmodelentryCar";
     this.entityviewmodelentryCar.CanEditReference = true;
     this.hbox3.Add(this.entityviewmodelentryCar);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.entityviewmodelentryCar]));
     w8.Position = 1;
     this.vbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox3]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Водитель:");
     this.hbox5.Add(this.label3);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.label3]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.entityviewmodelentryEmployee                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entityviewmodelentryEmployee.Events           = ((global::Gdk.EventMask)(256));
     this.entityviewmodelentryEmployee.Name             = "entityviewmodelentryEmployee";
     this.entityviewmodelentryEmployee.CanEditReference = false;
     this.hbox5.Add(this.entityviewmodelentryEmployee);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.entityviewmodelentryEmployee]));
     w11.Position = 1;
     this.vbox2.Add(this.hbox5);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox5]));
     w12.Position = 3;
     w12.Expand   = false;
     w12.Fill     = false;
     // 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.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Расхождение км ≥");
     this.hbox8.Add(this.label5);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.label5]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.validatedentryDifference               = new global::QS.Widgets.ValidatedEntry();
     this.validatedentryDifference.CanFocus      = true;
     this.validatedentryDifference.Name          = "validatedentryDifference";
     this.validatedentryDifference.IsEditable    = true;
     this.validatedentryDifference.InvisibleChar = '•';
     this.hbox8.Add(this.validatedentryDifference);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.validatedentryDifference]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     this.vbox2.Add(this.hbox8);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox8]));
     w15.Position = 4;
     w15.Expand   = false;
     w15.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.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Отображать МЛ в любом статусе:");
     this.hbox9.Add(this.label6);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.label6]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.checkAnyStatus               = new global::Gamma.GtkWidgets.yCheckButton();
     this.checkAnyStatus.CanFocus      = true;
     this.checkAnyStatus.Name          = "checkAnyStatus";
     this.checkAnyStatus.Label         = "";
     this.checkAnyStatus.DrawIndicator = true;
     this.checkAnyStatus.UseUnderline  = true;
     this.hbox9.Add(this.checkAnyStatus);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.checkAnyStatus]));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     this.vbox2.Add(this.hbox9);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox9]));
     w18.Position = 5;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.buttonCreateReport              = new global::Gtk.Button();
     this.buttonCreateReport.Sensitive    = false;
     this.buttonCreateReport.CanFocus     = true;
     this.buttonCreateReport.Name         = "buttonCreateReport";
     this.buttonCreateReport.UseUnderline = true;
     this.buttonCreateReport.Label        = global::Mono.Unix.Catalog.GetString("Сформировать отчет");
     this.vbox2.Add(this.buttonCreateReport);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.buttonCreateReport]));
     w19.Position = 6;
     w19.Expand   = false;
     w19.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.dateperiodpicker.PeriodChanged += new global::System.EventHandler(this.OnDateperiodpickerPeriodChanged);
     this.buttonCreateReport.Clicked     += new global::System.EventHandler(this.OnButtonCreateReportClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Filters.GtkViews.OrderFilterView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Filters.GtkViews.OrderFilterView";
     // Container child Vodovoz.Filters.GtkViews.OrderFilterView.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)(5)), ((uint)(7)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.dateperiodOrders           = new global::QS.Widgets.GtkUI.DateRangePicker();
     this.dateperiodOrders.Events    = ((global::Gdk.EventMask)(256));
     this.dateperiodOrders.Name      = "dateperiodOrders";
     this.dateperiodOrders.StartDate = new global::System.DateTime(0);
     this.dateperiodOrders.EndDate   = new global::System.DateTime(0);
     this.table1.Add(this.dateperiodOrders);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.dateperiodOrders]));
     w1.LeftAttach  = ((uint)(5));
     w1.RightAttach = ((uint)(6));
     w1.XOptions    = ((global::Gtk.AttachOptions)(4));
     w1.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.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.table1.Add(this.entryCounterparty);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.entryCounterparty]));
     w2.TopAttach    = ((uint)(3));
     w2.BottomAttach = ((uint)(4));
     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.entryDeliveryPoint                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entryDeliveryPoint.Events           = ((global::Gdk.EventMask)(256));
     this.entryDeliveryPoint.Name             = "entryDeliveryPoint";
     this.entryDeliveryPoint.CanEditReference = true;
     this.table1.Add(this.entryDeliveryPoint);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.entryDeliveryPoint]));
     w3.TopAttach    = ((uint)(3));
     w3.BottomAttach = ((uint)(4));
     w3.LeftAttach   = ((uint)(3));
     w3.RightAttach  = ((uint)(6));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.enumcomboPaymentType      = new global::Gamma.Widgets.yEnumComboBox();
     this.enumcomboPaymentType.Name = "enumcomboPaymentType";
     this.enumcomboPaymentType.ShowSpecialStateAll = true;
     this.enumcomboPaymentType.ShowSpecialStateNot = false;
     this.enumcomboPaymentType.UseShortTitle       = false;
     this.enumcomboPaymentType.DefaultFirst        = false;
     this.table1.Add(this.enumcomboPaymentType);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.enumcomboPaymentType]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.LeftAttach   = ((uint)(3));
     w4.RightAttach  = ((uint)(4));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.enumcomboStatus      = new global::Gamma.Widgets.yEnumComboBox();
     this.enumcomboStatus.Name = "enumcomboStatus";
     this.enumcomboStatus.ShowSpecialStateAll = true;
     this.enumcomboStatus.ShowSpecialStateNot = false;
     this.enumcomboStatus.UseShortTitle       = false;
     this.enumcomboStatus.DefaultFirst        = false;
     this.table1.Add(this.enumcomboStatus);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.enumcomboStatus]));
     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.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.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)(3));
     w7.BottomAttach = ((uint)(4));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 1F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Точка доставки:");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
     w8.TopAttach    = ((uint)(3));
     w8.BottomAttach = ((uint)(4));
     w8.LeftAttach   = ((uint)(2));
     w8.RightAttach  = ((uint)(3));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 1F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Тип оплаты:");
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.label5]));
     w9.TopAttach    = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.LeftAttach   = ((uint)(2));
     w9.RightAttach  = ((uint)(3));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child 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.table1.Add(this.label7);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.label7]));
     w10.TopAttach    = ((uint)(4));
     w10.BottomAttach = ((uint)(5));
     w10.LeftAttach   = ((uint)(2));
     w10.RightAttach  = ((uint)(3));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.speciallistCmbOrganisations                     = new global::QS.Widgets.GtkUI.SpecialListComboBox();
     this.speciallistCmbOrganisations.Name                = "speciallistCmbOrganisations";
     this.speciallistCmbOrganisations.AddIfNotExist       = false;
     this.speciallistCmbOrganisations.DefaultFirst        = false;
     this.speciallistCmbOrganisations.ShowSpecialStateAll = true;
     this.speciallistCmbOrganisations.ShowSpecialStateNot = false;
     this.table1.Add(this.speciallistCmbOrganisations);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.speciallistCmbOrganisations]));
     w11.TopAttach    = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.speciallistCmbPaymentsFrom                     = new global::QS.Widgets.GtkUI.SpecialListComboBox();
     this.speciallistCmbPaymentsFrom.Name                = "speciallistCmbPaymentsFrom";
     this.speciallistCmbPaymentsFrom.AddIfNotExist       = false;
     this.speciallistCmbPaymentsFrom.DefaultFirst        = false;
     this.speciallistCmbPaymentsFrom.ShowSpecialStateAll = true;
     this.speciallistCmbPaymentsFrom.ShowSpecialStateNot = false;
     this.table1.Add(this.speciallistCmbPaymentsFrom);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.speciallistCmbPaymentsFrom]));
     w12.TopAttach    = ((uint)(2));
     w12.BottomAttach = ((uint)(3));
     w12.LeftAttach   = ((uint)(3));
     w12.RightAttach  = ((uint)(4));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ycheckSortDeliveryDate               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckSortDeliveryDate.CanFocus      = true;
     this.ycheckSortDeliveryDate.Name          = "ycheckSortDeliveryDate";
     this.ycheckSortDeliveryDate.Label         = global::Mono.Unix.Catalog.GetString("По дате доставки");
     this.ycheckSortDeliveryDate.DrawIndicator = true;
     this.ycheckSortDeliveryDate.UseUnderline  = true;
     this.table1.Add(this.ycheckSortDeliveryDate);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.ycheckSortDeliveryDate]));
     w13.TopAttach    = ((uint)(4));
     w13.BottomAttach = ((uint)(5));
     w13.LeftAttach   = ((uint)(5));
     w13.RightAttach  = ((uint)(6));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.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 w14 = ((global::Gtk.Table.TableChild)(this.table1[this.yenumcomboboxDateType]));
     w14.LeftAttach  = ((uint)(4));
     w14.RightAttach = ((uint)(5));
     w14.XOptions    = ((global::Gtk.AttachOptions)(4));
     w14.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.yenumcomboboxPaymentOrder      = new global::Gamma.Widgets.yEnumComboBox();
     this.yenumcomboboxPaymentOrder.Name = "yenumcomboboxPaymentOrder";
     this.yenumcomboboxPaymentOrder.ShowSpecialStateAll = true;
     this.yenumcomboboxPaymentOrder.ShowSpecialStateNot = false;
     this.yenumcomboboxPaymentOrder.UseShortTitle       = false;
     this.yenumcomboboxPaymentOrder.DefaultFirst        = false;
     this.table1.Add(this.yenumcomboboxPaymentOrder);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1[this.yenumcomboboxPaymentOrder]));
     w15.TopAttach    = ((uint)(1));
     w15.BottomAttach = ((uint)(2));
     w15.LeftAttach   = ((uint)(5));
     w15.RightAttach  = ((uint)(6));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.yenumcomboboxViewTypes      = new global::Gamma.Widgets.yEnumComboBox();
     this.yenumcomboboxViewTypes.Name = "yenumcomboboxViewTypes";
     this.yenumcomboboxViewTypes.ShowSpecialStateAll = false;
     this.yenumcomboboxViewTypes.ShowSpecialStateNot = false;
     this.yenumcomboboxViewTypes.UseShortTitle       = false;
     this.yenumcomboboxViewTypes.DefaultFirst        = false;
     this.table1.Add(this.yenumcomboboxViewTypes);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1[this.yenumcomboboxViewTypes]));
     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.yenumСmbboxOrderPaymentStatus      = new global::Gamma.Widgets.yEnumComboBox();
     this.yenumСmbboxOrderPaymentStatus.Name = "yenumСmbboxOrderPaymentStatus";
     this.yenumСmbboxOrderPaymentStatus.ShowSpecialStateAll = true;
     this.yenumСmbboxOrderPaymentStatus.ShowSpecialStateNot = false;
     this.yenumСmbboxOrderPaymentStatus.UseShortTitle       = false;
     this.yenumСmbboxOrderPaymentStatus.DefaultFirst        = false;
     this.table1.Add(this.yenumСmbboxOrderPaymentStatus);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1[this.yenumСmbboxOrderPaymentStatus]));
     w17.LeftAttach  = ((uint)(3));
     w17.RightAttach = ((uint)(4));
     w17.XOptions    = ((global::Gtk.AttachOptions)(4));
     w17.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ylabel1           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabel1.Name      = "ylabel1";
     this.ylabel1.LabelProp = global::Mono.Unix.Catalog.GetString("Отображать:");
     this.table1.Add(this.ylabel1);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1[this.ylabel1]));
     w18.XOptions = ((global::Gtk.AttachOptions)(4));
     w18.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ylabel2           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabel2.Name      = "ylabel2";
     this.ylabel2.Xalign    = 1F;
     this.ylabel2.LabelProp = global::Mono.Unix.Catalog.GetString("Статус оплаты: ");
     this.table1.Add(this.ylabel2);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1[this.ylabel2]));
     w19.LeftAttach  = ((uint)(2));
     w19.RightAttach = ((uint)(3));
     w19.XOptions    = ((global::Gtk.AttachOptions)(4));
     w19.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ylblOrganisation           = new global::Gamma.GtkWidgets.yLabel();
     this.ylblOrganisation.Name      = "ylblOrganisation";
     this.ylblOrganisation.Xalign    = 1F;
     this.ylblOrganisation.LabelProp = global::Mono.Unix.Catalog.GetString("Организация:");
     this.table1.Add(this.ylblOrganisation);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1[this.ylblOrganisation]));
     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.ylblPaymentFrom           = new global::Gamma.GtkWidgets.yLabel();
     this.ylblPaymentFrom.Name      = "ylblPaymentFrom";
     this.ylblPaymentFrom.Xalign    = 1F;
     this.ylblPaymentFrom.LabelProp = global::Mono.Unix.Catalog.GetString("Откуда оплата:");
     this.table1.Add(this.ylblPaymentFrom);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1[this.ylblPaymentFrom]));
     w21.TopAttach    = ((uint)(2));
     w21.BottomAttach = ((uint)(3));
     w21.LeftAttach   = ((uint)(2));
     w21.RightAttach  = ((uint)(3));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     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.table1.Add(this.ySpecCmbGeographicGroup);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1[this.ySpecCmbGeographicGroup]));
     w22.TopAttach    = ((uint)(4));
     w22.BottomAttach = ((uint)(5));
     w22.LeftAttach   = ((uint)(3));
     w22.RightAttach  = ((uint)(4));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table1);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table1]));
     w23.Position = 0;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.ycheckOnlySelfdelivery               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckOnlySelfdelivery.CanFocus      = true;
     this.ycheckOnlySelfdelivery.Name          = "ycheckOnlySelfdelivery";
     this.ycheckOnlySelfdelivery.Label         = global::Mono.Unix.Catalog.GetString("Только самовывоз");
     this.ycheckOnlySelfdelivery.DrawIndicator = true;
     this.ycheckOnlySelfdelivery.UseUnderline  = true;
     this.hbox5.Add(this.ycheckOnlySelfdelivery);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.ycheckOnlySelfdelivery]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.ycheckWithoutSelfdelivery               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckWithoutSelfdelivery.CanFocus      = true;
     this.ycheckWithoutSelfdelivery.Name          = "ycheckWithoutSelfdelivery";
     this.ycheckWithoutSelfdelivery.Label         = global::Mono.Unix.Catalog.GetString("Скрыть самовывозы");
     this.ycheckWithoutSelfdelivery.DrawIndicator = true;
     this.ycheckWithoutSelfdelivery.UseUnderline  = true;
     this.hbox5.Add(this.ycheckWithoutSelfdelivery);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.ycheckWithoutSelfdelivery]));
     w25.Position = 1;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.ycheckOnlyServices               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckOnlyServices.CanFocus      = true;
     this.ycheckOnlyServices.Name          = "ycheckOnlyServices";
     this.ycheckOnlyServices.Label         = global::Mono.Unix.Catalog.GetString("Только выезд мастера");
     this.ycheckOnlyServices.DrawIndicator = true;
     this.ycheckOnlyServices.UseUnderline  = true;
     this.hbox5.Add(this.ycheckOnlyServices);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.ycheckOnlyServices]));
     w26.Position = 2;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.ycheckHideServices               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckHideServices.CanFocus      = true;
     this.ycheckHideServices.Name          = "ycheckHideServices";
     this.ycheckHideServices.Label         = global::Mono.Unix.Catalog.GetString("Скрыть выезд мастера");
     this.ycheckHideServices.DrawIndicator = true;
     this.ycheckHideServices.UseUnderline  = true;
     this.hbox5.Add(this.ycheckHideServices);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.ycheckHideServices]));
     w27.Position = 3;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.ycheckLessThreeHours               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckLessThreeHours.CanFocus      = true;
     this.ycheckLessThreeHours.Name          = "ycheckLessThreeHours";
     this.ycheckLessThreeHours.Label         = global::Mono.Unix.Catalog.GetString("Менее 3-х часов");
     this.ycheckLessThreeHours.DrawIndicator = true;
     this.ycheckLessThreeHours.UseUnderline  = true;
     this.hbox5.Add(this.ycheckLessThreeHours);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.ycheckLessThreeHours]));
     w28.Position = 4;
     w28.Expand   = false;
     w28.Fill     = false;
     this.vbox2.Add(this.hbox5);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox5]));
     w29.Position = 1;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hboxSearchFields         = new global::Gtk.HBox();
     this.hboxSearchFields.Name    = "hboxSearchFields";
     this.hboxSearchFields.Spacing = 6;
     // Container child hboxSearchFields.Gtk.Box+BoxChild
     this.ylabelOrderId           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelOrderId.Name      = "ylabelOrderId";
     this.ylabelOrderId.LabelProp = global::Mono.Unix.Catalog.GetString("Номер:");
     this.hboxSearchFields.Add(this.ylabelOrderId);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hboxSearchFields[this.ylabelOrderId]));
     w30.Position = 0;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child hboxSearchFields.Gtk.Box+BoxChild
     this.entryOrderId               = new global::QS.Widgets.ValidatedEntry();
     this.entryOrderId.CanFocus      = true;
     this.entryOrderId.Name          = "entryOrderId";
     this.entryOrderId.IsEditable    = true;
     this.entryOrderId.InvisibleChar = '•';
     this.hboxSearchFields.Add(this.entryOrderId);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hboxSearchFields[this.entryOrderId]));
     w31.Position = 1;
     w31.Expand   = false;
     w31.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 w32 = ((global::Gtk.Box.BoxChild)(this.hboxSearchFields[this.ylabelCounterpartyPhone]));
     w32.Position = 2;
     w32.Expand   = false;
     w32.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 w33 = ((global::Gtk.Box.BoxChild)(this.hboxSearchFields[this.entryCounterpartyPhone]));
     w33.Position = 3;
     w33.Expand   = false;
     w33.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 w34 = ((global::Gtk.Box.BoxChild)(this.hboxSearchFields[this.ylabelDeliveryPointPhone]));
     w34.Position = 4;
     w34.Expand   = false;
     w34.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 w35 = ((global::Gtk.Box.BoxChild)(this.hboxSearchFields[this.entryDeliveryPointPhone]));
     w35.Position = 5;
     w35.Expand   = false;
     w35.Fill     = false;
     this.vbox2.Add(this.hboxSearchFields);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hboxSearchFields]));
     w36.Position = 2;
     w36.Expand   = false;
     w36.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Example #6
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget workwear.Views.Regulations.ProfessionView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "workwear.Views.Regulations.ProfessionView";
     // Container child workwear.Views.Regulations.ProfessionView.Gtk.Container+ContainerChild
     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.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.vbox2.Add(this.hbox4);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox4]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.entryCode               = new global::QS.Widgets.ValidatedEntry();
     this.entryCode.CanFocus      = true;
     this.entryCode.Name          = "entryCode";
     this.entryCode.IsEditable    = true;
     this.entryCode.InvisibleChar = '●';
     this.table1.Add(this.entryCode);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.entryCode]));
     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.entryName               = new global::Gamma.GtkWidgets.yEntry();
     this.entryName.CanFocus      = true;
     this.entryName.Name          = "entryName";
     this.entryName.IsEditable    = true;
     this.entryName.InvisibleChar = '●';
     this.table1.Add(this.entryName);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.entryName]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(2));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.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 w8 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.lbSurName1           = new global::Gamma.GtkWidgets.yLabel();
     this.lbSurName1.Name      = "lbSurName1";
     this.lbSurName1.Xalign    = 1F;
     this.lbSurName1.LabelProp = global::Mono.Unix.Catalog.GetString("Название:");
     this.table1.Add(this.lbSurName1);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.lbSurName1]));
     w9.TopAttach    = ((uint)(1));
     w9.BottomAttach = ((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 = 1;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Example #7
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Views.Goods.AdditionalLoadingSettingsView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Views.Goods.AdditionalLoadingSettingsView";
     // Container child Vodovoz.Views.Goods.AdditionalLoadingSettingsView.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.ybuttonSave              = new global::Gamma.GtkWidgets.yButton();
     this.ybuttonSave.CanFocus     = true;
     this.ybuttonSave.Name         = "ybuttonSave";
     this.ybuttonSave.UseUnderline = true;
     this.ybuttonSave.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.ybuttonSave.Image = w1;
     this.hbox2.Add(this.ybuttonSave);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.ybuttonSave]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.ybuttonCancel              = new global::Gamma.GtkWidgets.yButton();
     this.ybuttonCancel.CanFocus     = true;
     this.ybuttonCancel.Name         = "ybuttonCancel";
     this.ybuttonCancel.UseUnderline = true;
     this.ybuttonCancel.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.ybuttonCancel.Image = w3;
     this.hbox2.Add(this.ybuttonCancel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.ybuttonCancel]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.ylabelFastDeliveryMaxDistance           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelFastDeliveryMaxDistance.Name      = "ylabelFastDeliveryMaxDistance";
     this.ylabelFastDeliveryMaxDistance.LabelProp = global::Mono.Unix.Catalog.GetString("Радиус поиска водителей:");
     this.hbox2.Add(this.ylabelFastDeliveryMaxDistance);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.ylabelFastDeliveryMaxDistance]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.entryFastDeliveryMaxDistance = new global::QS.Widgets.ValidatedEntry();
     this.entryFastDeliveryMaxDistance.WidthRequest  = 30;
     this.entryFastDeliveryMaxDistance.CanFocus      = true;
     this.entryFastDeliveryMaxDistance.Name          = "entryFastDeliveryMaxDistance";
     this.entryFastDeliveryMaxDistance.IsEditable    = true;
     this.entryFastDeliveryMaxDistance.MaxLength     = 3;
     this.entryFastDeliveryMaxDistance.InvisibleChar = '•';
     this.hbox2.Add(this.entryFastDeliveryMaxDistance);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.entryFastDeliveryMaxDistance]));
     w6.Position = 3;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.ylabelKm           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelKm.Name      = "ylabelKm";
     this.ylabelKm.LabelProp = global::Mono.Unix.Catalog.GetString("км");
     this.hbox2.Add(this.ylabelKm);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.ylabelKm]));
     w7.Position = 4;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.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.GtkScrolledWindowNomenclatures = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindowNomenclatures.HeightRequest    = 300;
     this.GtkScrolledWindowNomenclatures.Name             = "GtkScrolledWindowNomenclatures";
     this.GtkScrolledWindowNomenclatures.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.GtkScrolledWindowNomenclatures.ShadowType       = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindowNomenclatures.Gtk.Container+ContainerChild
     this.ytreeNomenclatures          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeNomenclatures.CanFocus = true;
     this.ytreeNomenclatures.Name     = "ytreeNomenclatures";
     this.GtkScrolledWindowNomenclatures.Add(this.ytreeNomenclatures);
     this.hbox3.Add(this.GtkScrolledWindowNomenclatures);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.GtkScrolledWindowNomenclatures]));
     w10.Position = 0;
     w10.Expand   = false;
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox3]));
     w11.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 3;
     // Container child hbox4.Gtk.Box+BoxChild
     this.ycheckFlyerAdditionEnabled               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckFlyerAdditionEnabled.CanFocus      = true;
     this.ycheckFlyerAdditionEnabled.Name          = "ycheckFlyerAdditionEnabled";
     this.ycheckFlyerAdditionEnabled.Label         = "";
     this.ycheckFlyerAdditionEnabled.DrawIndicator = true;
     this.ycheckFlyerAdditionEnabled.UseUnderline  = true;
     this.hbox4.Add(this.ycheckFlyerAdditionEnabled);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.ycheckFlyerAdditionEnabled]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.ylabelFlyers1           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelFlyers1.Name      = "ylabelFlyers1";
     this.ylabelFlyers1.LabelProp = global::Mono.Unix.Catalog.GetString("Добавлять в запас листовки с расчётом 1 листовка на");
     this.hbox4.Add(this.ylabelFlyers1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.ylabelFlyers1]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.entryBottlesCount = new global::QS.Widgets.ValidatedEntry();
     this.entryBottlesCount.WidthRequest  = 30;
     this.entryBottlesCount.CanFocus      = true;
     this.entryBottlesCount.Name          = "entryBottlesCount";
     this.entryBottlesCount.IsEditable    = true;
     this.entryBottlesCount.MaxLength     = 3;
     this.entryBottlesCount.InvisibleChar = '•';
     this.hbox4.Add(this.entryBottlesCount);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.entryBottlesCount]));
     w14.Position = 2;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.ylabelFlyers2           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelFlyers2.Name      = "ylabelFlyers2";
     this.ylabelFlyers2.LabelProp = global::Mono.Unix.Catalog.GetString("19л бут.");
     this.hbox4.Add(this.ylabelFlyers2);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.ylabelFlyers2]));
     w15.Position = 3;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.ybuttonFlyerInfo = new global::Gamma.GtkWidgets.yButton();
     this.ybuttonFlyerInfo.WidthRequest = 40;
     this.ybuttonFlyerInfo.CanFocus     = true;
     this.ybuttonFlyerInfo.Name         = "ybuttonFlyerInfo";
     this.ybuttonFlyerInfo.UseUnderline = true;
     global::Gtk.Image w16 = new global::Gtk.Image();
     w16.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-help", global::Gtk.IconSize.Menu);
     this.ybuttonFlyerInfo.Image = w16;
     this.hbox4.Add(this.ybuttonFlyerInfo);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.ybuttonFlyerInfo]));
     w17.Position = 4;
     w17.Expand   = false;
     w17.Fill     = false;
     this.vbox1.Add(this.hbox4);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox4]));
     w18.Position = 2;
     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.ybuttonAddNomenclature              = new global::Gamma.GtkWidgets.yButton();
     this.ybuttonAddNomenclature.CanFocus     = true;
     this.ybuttonAddNomenclature.Name         = "ybuttonAddNomenclature";
     this.ybuttonAddNomenclature.UseUnderline = true;
     this.ybuttonAddNomenclature.Label        = global::Mono.Unix.Catalog.GetString("Добавить");
     global::Gtk.Image w19 = new global::Gtk.Image();
     w19.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     this.ybuttonAddNomenclature.Image = w19;
     this.hbox1.Add(this.ybuttonAddNomenclature);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.ybuttonAddNomenclature]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.ybuttonRemoveNomenclature              = new global::Gamma.GtkWidgets.yButton();
     this.ybuttonRemoveNomenclature.CanFocus     = true;
     this.ybuttonRemoveNomenclature.Name         = "ybuttonRemoveNomenclature";
     this.ybuttonRemoveNomenclature.UseUnderline = true;
     this.ybuttonRemoveNomenclature.Label        = global::Mono.Unix.Catalog.GetString("Удалить");
     global::Gtk.Image w21 = new global::Gtk.Image();
     w21.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-delete", global::Gtk.IconSize.Menu);
     this.ybuttonRemoveNomenclature.Image = w21;
     this.hbox1.Add(this.ybuttonRemoveNomenclature);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.ybuttonRemoveNomenclature]));
     w22.Position = 1;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.ylabelPercentSum        = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelPercentSum.Name   = "ylabelPercentSum";
     this.ylabelPercentSum.Xalign = 0F;
     this.hbox1.Add(this.ylabelPercentSum);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.ylabelPercentSum]));
     w23.Position = 2;
     w23.Expand   = false;
     w23.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w24.Position = 3;
     w24.Expand   = false;
     w24.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }