protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Filters.GtkViews.ComplaintObjectJournalFilterView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Filters.GtkViews.ComplaintObjectJournalFilterView";
     // Container child Vodovoz.Filters.GtkViews.ComplaintObjectJournalFilterView.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)(1)), ((uint)(4)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.ycheckbuttonArchive               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckbuttonArchive.CanFocus      = true;
     this.ycheckbuttonArchive.Name          = "ycheckbuttonArchive";
     this.ycheckbuttonArchive.Label         = global::Mono.Unix.Catalog.GetString("Показывать объекты в архиве");
     this.ycheckbuttonArchive.DrawIndicator = true;
     this.ycheckbuttonArchive.UseUnderline  = true;
     this.table1.Add(this.ycheckbuttonArchive);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.ycheckbuttonArchive]));
     w1.LeftAttach  = ((uint)(2));
     w1.RightAttach = ((uint)(4));
     w1.XOptions    = ((global::Gtk.AttachOptions)(4));
     w1.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ydateperiodpickerCreateDate           = new global::Gamma.Widgets.yDatePeriodPicker();
     this.ydateperiodpickerCreateDate.Events    = ((global::Gdk.EventMask)(256));
     this.ydateperiodpickerCreateDate.Name      = "ydateperiodpickerCreateDate";
     this.ydateperiodpickerCreateDate.StartDate = new global::System.DateTime(0);
     this.ydateperiodpickerCreateDate.EndDate   = new global::System.DateTime(0);
     this.table1.Add(this.ydateperiodpickerCreateDate);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.ydateperiodpickerCreateDate]));
     w2.LeftAttach  = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ylabelCreateDate           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelCreateDate.Name      = "ylabelCreateDate";
     this.ylabelCreateDate.LabelProp = global::Mono.Unix.Catalog.GetString("Дата создания:");
     this.table1.Add(this.ylabelCreateDate);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.ylabelCreateDate]));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table1]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget workwear.ReportsDlg.AmountEmployeeGetWearDlg
     global::Stetic.BinContainer.Attach(this);
     this.Name = "workwear.ReportsDlg.AmountEmployeeGetWearDlg";
     // Container child workwear.ReportsDlg.AmountEmployeeGetWearDlg.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.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.ydateperiodpicker           = new global::Gamma.Widgets.yDatePeriodPicker();
     this.ydateperiodpicker.Events    = ((global::Gdk.EventMask)(256));
     this.ydateperiodpicker.Name      = "ydateperiodpicker";
     this.ydateperiodpicker.StartDate = new global::System.DateTime(0);
     this.ydateperiodpicker.EndDate   = new global::System.DateTime(0);
     this.hbox1.Add(this.ydateperiodpicker);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.ydateperiodpicker]));
     w2.Position = 1;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.buttonPrintReport              = new global::Gtk.Button();
     this.buttonPrintReport.Sensitive    = false;
     this.buttonPrintReport.CanFocus     = true;
     this.buttonPrintReport.Name         = "buttonPrintReport";
     this.buttonPrintReport.UseUnderline = true;
     this.buttonPrintReport.Label        = global::Mono.Unix.Catalog.GetString("Сформировать отчет");
     this.vbox1.Add(this.buttonPrintReport);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.buttonPrintReport]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.ydateperiodpicker.PeriodChanged += new global::System.EventHandler(this.OnYdateperiodpickerPeriodChanged);
     this.buttonPrintReport.Clicked       += new global::System.EventHandler(this.OnButtonPrintReportClicked);
 }
Example #3
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Filters.GtkViews.UndeliveryTransferAbsenceReasonJournalFilterView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Filters.GtkViews.UndeliveryTransferAbsenceReasonJournalFilterView";
     // Container child Vodovoz.Filters.GtkViews.UndeliveryTransferAbsenceReasonJournalFilterView.Gtk.Container+ContainerChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.labelDateCreate           = new global::Gtk.Label();
     this.labelDateCreate.Name      = "labelDateCreate";
     this.labelDateCreate.Xalign    = 1F;
     this.labelDateCreate.LabelProp = global::Mono.Unix.Catalog.GetString("Дата создания:");
     this.hbox1.Add(this.labelDateCreate);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.labelDateCreate]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.ydateperiodpickerCreateEventDate           = new global::Gamma.Widgets.yDatePeriodPicker();
     this.ydateperiodpickerCreateEventDate.Events    = ((global::Gdk.EventMask)(256));
     this.ydateperiodpickerCreateEventDate.Name      = "ydateperiodpickerCreateEventDate";
     this.ydateperiodpickerCreateEventDate.StartDate = new global::System.DateTime(0);
     this.ydateperiodpickerCreateEventDate.EndDate   = new global::System.DateTime(0);
     this.hbox1.Add(this.ydateperiodpickerCreateEventDate);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.ydateperiodpickerCreateEventDate]));
     w2.Position = 1;
     // Container child hbox1.Gtk.Box+BoxChild
     this.ychkIsArchive               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ychkIsArchive.CanFocus      = true;
     this.ychkIsArchive.Name          = "ychkIsArchive";
     this.ychkIsArchive.Label         = global::Mono.Unix.Catalog.GetString("Показывать архивные");
     this.ychkIsArchive.DrawIndicator = true;
     this.ychkIsArchive.UseUnderline  = true;
     this.hbox1.Add(this.ychkIsArchive);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.ychkIsArchive]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     this.Add(this.hbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Filters.GtkViews.CarEventFilterView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Filters.GtkViews.CarEventFilterView";
     // Container child Vodovoz.Filters.GtkViews.CarEventFilterView.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)(6)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.entityviewmodelentryCar                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entityviewmodelentryCar.Events           = ((global::Gdk.EventMask)(256));
     this.entityviewmodelentryCar.Name             = "entityviewmodelentryCar";
     this.entityviewmodelentryCar.CanEditReference = true;
     this.table1.Add(this.entityviewmodelentryCar);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.entityviewmodelentryCar]));
     w1.TopAttach    = ((uint)(1));
     w1.BottomAttach = ((uint)(2));
     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.entityviewmodelentryCarEventType                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entityviewmodelentryCarEventType.Events           = ((global::Gdk.EventMask)(256));
     this.entityviewmodelentryCarEventType.Name             = "entityviewmodelentryCarEventType";
     this.entityviewmodelentryCarEventType.CanEditReference = true;
     this.table1.Add(this.entityviewmodelentryCarEventType);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.entityviewmodelentryCarEventType]));
     w2.TopAttach    = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelAuthor           = new global::Gtk.Label();
     this.labelAuthor.Name      = "labelAuthor";
     this.labelAuthor.Xalign    = 1F;
     this.labelAuthor.LabelProp = global::Mono.Unix.Catalog.GetString("Автор:");
     this.table1.Add(this.labelAuthor);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.labelAuthor]));
     w3.TopAttach    = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelCar           = new global::Gtk.Label();
     this.labelCar.Name      = "labelCar";
     this.labelCar.Xalign    = 1F;
     this.labelCar.LabelProp = global::Mono.Unix.Catalog.GetString("Автомобиль:");
     this.table1.Add(this.labelCar);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.labelCar]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.LeftAttach   = ((uint)(2));
     w4.RightAttach  = ((uint)(3));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelCarEventType           = new global::Gtk.Label();
     this.labelCarEventType.Name      = "labelCarEventType";
     this.labelCarEventType.Xalign    = 1F;
     this.labelCarEventType.LabelProp = global::Mono.Unix.Catalog.GetString("Вид события ТС:");
     this.table1.Add(this.labelCarEventType);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.labelCarEventType]));
     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.labelDateCreate           = new global::Gtk.Label();
     this.labelDateCreate.Name      = "labelDateCreate";
     this.labelDateCreate.Xalign    = 1F;
     this.labelDateCreate.LabelProp = global::Mono.Unix.Catalog.GetString("Дата создания:");
     this.table1.Add(this.labelDateCreate);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.labelDateCreate]));
     w6.LeftAttach  = ((uint)(4));
     w6.RightAttach = ((uint)(5));
     w6.XOptions    = ((global::Gtk.AttachOptions)(4));
     w6.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelDateEventEnd           = new global::Gtk.Label();
     this.labelDateEventEnd.Name      = "labelDateEventEnd";
     this.labelDateEventEnd.Xalign    = 1F;
     this.labelDateEventEnd.LabelProp = global::Mono.Unix.Catalog.GetString("Дата окончания события:");
     this.table1.Add(this.labelDateEventEnd);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.labelDateEventEnd]));
     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.labelDateEventStart           = new global::Gtk.Label();
     this.labelDateEventStart.Name      = "labelDateEventStart";
     this.labelDateEventStart.Xalign    = 1F;
     this.labelDateEventStart.LabelProp = global::Mono.Unix.Catalog.GetString("Дата начала события:");
     this.table1.Add(this.labelDateEventStart);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.labelDateEventStart]));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelDriver           = new global::Gtk.Label();
     this.labelDriver.Name      = "labelDriver";
     this.labelDriver.Xalign    = 1F;
     this.labelDriver.LabelProp = global::Mono.Unix.Catalog.GetString("Водитель:");
     this.table1.Add(this.labelDriver);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.labelDriver]));
     w9.TopAttach    = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.LeftAttach   = ((uint)(4));
     w9.RightAttach  = ((uint)(5));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.referenceAuthor        = new global::QS.Widgets.GtkUI.RepresentationEntry();
     this.referenceAuthor.Events = ((global::Gdk.EventMask)(256));
     this.referenceAuthor.Name   = "referenceAuthor";
     this.table1.Add(this.referenceAuthor);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.referenceAuthor]));
     w10.TopAttach    = ((uint)(2));
     w10.BottomAttach = ((uint)(3));
     w10.LeftAttach   = ((uint)(1));
     w10.RightAttach  = ((uint)(2));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.referenceDriver        = new global::QS.Widgets.GtkUI.RepresentationEntry();
     this.referenceDriver.Events = ((global::Gdk.EventMask)(256));
     this.referenceDriver.Name   = "referenceDriver";
     this.table1.Add(this.referenceDriver);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.referenceDriver]));
     w11.TopAttach    = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.LeftAttach   = ((uint)(5));
     w11.RightAttach  = ((uint)(6));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ydateperiodpickerCreateEventDate           = new global::Gamma.Widgets.yDatePeriodPicker();
     this.ydateperiodpickerCreateEventDate.Events    = ((global::Gdk.EventMask)(256));
     this.ydateperiodpickerCreateEventDate.Name      = "ydateperiodpickerCreateEventDate";
     this.ydateperiodpickerCreateEventDate.StartDate = new global::System.DateTime(0);
     this.ydateperiodpickerCreateEventDate.EndDate   = new global::System.DateTime(0);
     this.table1.Add(this.ydateperiodpickerCreateEventDate);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.ydateperiodpickerCreateEventDate]));
     w12.LeftAttach  = ((uint)(5));
     w12.RightAttach = ((uint)(6));
     w12.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ydateperiodpickerEndEventDate           = new global::Gamma.Widgets.yDatePeriodPicker();
     this.ydateperiodpickerEndEventDate.Events    = ((global::Gdk.EventMask)(256));
     this.ydateperiodpickerEndEventDate.Name      = "ydateperiodpickerEndEventDate";
     this.ydateperiodpickerEndEventDate.StartDate = new global::System.DateTime(0);
     this.ydateperiodpickerEndEventDate.EndDate   = new global::System.DateTime(0);
     this.table1.Add(this.ydateperiodpickerEndEventDate);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.ydateperiodpickerEndEventDate]));
     w13.LeftAttach  = ((uint)(3));
     w13.RightAttach = ((uint)(4));
     w13.XOptions    = ((global::Gtk.AttachOptions)(4));
     w13.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ydateperiodpickerStartEventDate           = new global::Gamma.Widgets.yDatePeriodPicker();
     this.ydateperiodpickerStartEventDate.Events    = ((global::Gdk.EventMask)(256));
     this.ydateperiodpickerStartEventDate.Name      = "ydateperiodpickerStartEventDate";
     this.ydateperiodpickerStartEventDate.StartDate = new global::System.DateTime(0);
     this.ydateperiodpickerStartEventDate.EndDate   = new global::System.DateTime(0);
     this.table1.Add(this.ydateperiodpickerStartEventDate);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1[this.ydateperiodpickerStartEventDate]));
     w14.LeftAttach  = ((uint)(1));
     w14.RightAttach = ((uint)(2));
     w14.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table1]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Example #5
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.ReportsParameters.Retail.QualityReport
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.ReportsParameters.Retail.QualityReport";
     // Container child Vodovoz.ReportsParameters.Retail.QualityReport.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.labelCreate           = new global::Gtk.Label();
     this.labelCreate.Name      = "labelCreate";
     this.labelCreate.Xalign    = 0F;
     this.labelCreate.LabelProp = global::Mono.Unix.Catalog.GetString("Период создания:");
     this.hbox1.Add(this.labelCreate);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.labelCreate]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.ydateperiodpickerCreate           = new global::Gamma.Widgets.yDatePeriodPicker();
     this.ydateperiodpickerCreate.Events    = ((global::Gdk.EventMask)(256));
     this.ydateperiodpickerCreate.Name      = "ydateperiodpickerCreate";
     this.ydateperiodpickerCreate.StartDate = new global::System.DateTime(0);
     this.ydateperiodpickerCreate.EndDate   = new global::System.DateTime(0);
     this.hbox1.Add(this.ydateperiodpickerCreate);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.ydateperiodpickerCreate]));
     w2.Position = 1;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.labelShipping           = new global::Gtk.Label();
     this.labelShipping.Name      = "labelShipping";
     this.labelShipping.Xalign    = 0F;
     this.labelShipping.LabelProp = global::Mono.Unix.Catalog.GetString("Период отгрузки:");
     this.hbox3.Add(this.labelShipping);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.labelShipping]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.ydateperiodpickerShipping           = new global::Gamma.Widgets.yDatePeriodPicker();
     this.ydateperiodpickerShipping.Events    = ((global::Gdk.EventMask)(256));
     this.ydateperiodpickerShipping.Name      = "ydateperiodpickerShipping";
     this.ydateperiodpickerShipping.StartDate = new global::System.DateTime(0);
     this.ydateperiodpickerShipping.EndDate   = new global::System.DateTime(0);
     this.hbox3.Add(this.ydateperiodpickerShipping);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.ydateperiodpickerShipping]));
     w5.Position = 1;
     this.vbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox3]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.labelCounterParty           = new global::Gtk.Label();
     this.labelCounterParty.Name      = "labelCounterParty";
     this.labelCounterParty.Xalign    = 0F;
     this.labelCounterParty.LabelProp = global::Mono.Unix.Catalog.GetString("Контрагент:");
     this.hbox5.Add(this.labelCounterParty);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.labelCounterParty]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.yEntityCounterParty                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.yEntityCounterParty.Events           = ((global::Gdk.EventMask)(256));
     this.yEntityCounterParty.Name             = "yEntityCounterParty";
     this.yEntityCounterParty.CanEditReference = false;
     this.hbox5.Add(this.yEntityCounterParty);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.yEntityCounterParty]));
     w8.Position = 1;
     this.vbox2.Add(this.hbox5);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox5]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     // 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.labelSalesChannel           = new global::Gtk.Label();
     this.labelSalesChannel.Name      = "labelSalesChannel";
     this.labelSalesChannel.Xalign    = 0F;
     this.labelSalesChannel.LabelProp = global::Mono.Unix.Catalog.GetString("Канал сбыта:");
     this.hbox6.Add(this.labelSalesChannel);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.labelSalesChannel]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.yEntitySalesChannel                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.yEntitySalesChannel.Events           = ((global::Gdk.EventMask)(256));
     this.yEntitySalesChannel.Name             = "yEntitySalesChannel";
     this.yEntitySalesChannel.CanEditReference = false;
     this.hbox6.Add(this.yEntitySalesChannel);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.yEntitySalesChannel]));
     w11.Position = 1;
     this.vbox2.Add(this.hbox6);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox6]));
     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.labelMainFace           = new global::Gtk.Label();
     this.labelMainFace.Name      = "labelMainFace";
     this.labelMainFace.Xalign    = 0F;
     this.labelMainFace.LabelProp = global::Mono.Unix.Catalog.GetString("Ответственное лицо:");
     this.hbox8.Add(this.labelMainFace);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.labelMainFace]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.yEntityMainContact                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.yEntityMainContact.Events           = ((global::Gdk.EventMask)(256));
     this.yEntityMainContact.Name             = "yEntityMainContact";
     this.yEntityMainContact.CanEditReference = false;
     this.hbox8.Add(this.yEntityMainContact);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.yEntityMainContact]));
     w14.Position = 1;
     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.buttonCreateReport              = new global::Gtk.Button();
     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 w16 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.buttonCreateReport]));
     w16.Position = 6;
     w16.Expand   = false;
     w16.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 Vodovoz.ReportsParameters.Retail.CounterpartyReport
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.ReportsParameters.Retail.CounterpartyReport";
     // Container child Vodovoz.ReportsParameters.Retail.CounterpartyReport.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.labelCreate           = new global::Gtk.Label();
     this.labelCreate.Name      = "labelCreate";
     this.labelCreate.Xalign    = 0F;
     this.labelCreate.LabelProp = global::Mono.Unix.Catalog.GetString("Период создания:");
     this.hbox1.Add(this.labelCreate);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.labelCreate]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.ydateperiodpickerCreate           = new global::Gamma.Widgets.yDatePeriodPicker();
     this.ydateperiodpickerCreate.Events    = ((global::Gdk.EventMask)(256));
     this.ydateperiodpickerCreate.Name      = "ydateperiodpickerCreate";
     this.ydateperiodpickerCreate.StartDate = new global::System.DateTime(0);
     this.ydateperiodpickerCreate.EndDate   = new global::System.DateTime(0);
     this.hbox1.Add(this.ydateperiodpickerCreate);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.ydateperiodpickerCreate]));
     w2.Position = 1;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.labelSalesChannel           = new global::Gtk.Label();
     this.labelSalesChannel.Name      = "labelSalesChannel";
     this.labelSalesChannel.Xalign    = 0F;
     this.labelSalesChannel.LabelProp = global::Mono.Unix.Catalog.GetString("Канал сбыта:");
     this.hbox3.Add(this.labelSalesChannel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.labelSalesChannel]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.yEntitySalesChannel                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.yEntitySalesChannel.Events           = ((global::Gdk.EventMask)(256));
     this.yEntitySalesChannel.Name             = "yEntitySalesChannel";
     this.yEntitySalesChannel.CanEditReference = true;
     this.hbox3.Add(this.yEntitySalesChannel);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.yEntitySalesChannel]));
     w5.Position = 1;
     this.vbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox3]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.labelDistrict           = new global::Gtk.Label();
     this.labelDistrict.Name      = "labelDistrict";
     this.labelDistrict.LabelProp = global::Mono.Unix.Catalog.GetString("Район:");
     this.hbox5.Add(this.labelDistrict);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.labelDistrict]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.yEntityDistrict                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.yEntityDistrict.Events           = ((global::Gdk.EventMask)(256));
     this.yEntityDistrict.Name             = "yEntityDistrict";
     this.yEntityDistrict.CanEditReference = false;
     this.hbox5.Add(this.yEntityDistrict);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.yEntityDistrict]));
     w8.Position = 1;
     this.vbox2.Add(this.hbox5);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox5]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.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.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Форма оплаты:");
     this.hbox7.Add(this.label3);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.label3]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.yenumPaymentType      = new global::Gamma.Widgets.yEnumComboBox();
     this.yenumPaymentType.Name = "yenumPaymentType";
     this.yenumPaymentType.ShowSpecialStateAll = false;
     this.yenumPaymentType.ShowSpecialStateNot = false;
     this.yenumPaymentType.UseShortTitle       = false;
     this.yenumPaymentType.DefaultFirst        = false;
     this.hbox7.Add(this.yenumPaymentType);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.yenumPaymentType]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     this.vbox2.Add(this.hbox7);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox7]));
     w12.Position = 3;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.ycheckpaymentform               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckpaymentform.CanFocus      = true;
     this.ycheckpaymentform.Name          = "ycheckpaymentform";
     this.ycheckpaymentform.Label         = global::Mono.Unix.Catalog.GetString("Все формы оплаты");
     this.ycheckpaymentform.DrawIndicator = true;
     this.ycheckpaymentform.UseUnderline  = true;
     this.vbox2.Add(this.ycheckpaymentform);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.ycheckpaymentform]));
     w13.Position = 4;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.buttonCreateReport              = new global::Gtk.Button();
     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 w14 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.buttonCreateReport]));
     w14.Position = 6;
     w14.Expand   = false;
     w14.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget 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 workwear.Journal.Filter.Views.Communications.EmployeeNotificationFilterView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "workwear.Journal.Filter.Views.Communications.EmployeeNotificationFilterView";
     // Container child workwear.Journal.Filter.Views.Communications.EmployeeNotificationFilterView.Gtk.Container+ContainerChild
     this.ytable1               = new global::Gamma.GtkWidgets.yTable();
     this.ytable1.Name          = "ytable1";
     this.ytable1.NRows         = ((uint)(5));
     this.ytable1.NColumns      = ((uint)(4));
     this.ytable1.RowSpacing    = ((uint)(6));
     this.ytable1.ColumnSpacing = ((uint)(6));
     // Container child ytable1.Gtk.Table+TableChild
     this.checkLkEnabled               = new global::Gamma.GtkWidgets.yCheckButton();
     this.checkLkEnabled.CanFocus      = true;
     this.checkLkEnabled.Name          = "checkLkEnabled";
     this.checkLkEnabled.Label         = global::Mono.Unix.Catalog.GetString("Только с мобильным кабинетом");
     this.checkLkEnabled.Active        = true;
     this.checkLkEnabled.DrawIndicator = true;
     this.checkLkEnabled.UseUnderline  = true;
     this.ytable1.Add(this.checkLkEnabled);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.ytable1[this.checkLkEnabled]));
     w1.TopAttach    = ((uint)(2));
     w1.BottomAttach = ((uint)(3));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child ytable1.Gtk.Table+TableChild
     this.checkShowOnlyWork               = new global::Gamma.GtkWidgets.yCheckButton();
     this.checkShowOnlyWork.CanFocus      = true;
     this.checkShowOnlyWork.Name          = "checkShowOnlyWork";
     this.checkShowOnlyWork.Label         = global::Mono.Unix.Catalog.GetString("Только работающие");
     this.checkShowOnlyWork.Active        = true;
     this.checkShowOnlyWork.DrawIndicator = true;
     this.checkShowOnlyWork.UseUnderline  = true;
     this.ytable1.Add(this.checkShowOnlyWork);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.ytable1[this.checkShowOnlyWork]));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child ytable1.Gtk.Table+TableChild
     this.datePeriodBirth           = new global::Gamma.Widgets.yDatePeriodPicker();
     this.datePeriodBirth.Events    = ((global::Gdk.EventMask)(256));
     this.datePeriodBirth.Name      = "datePeriodBirth";
     this.datePeriodBirth.StartDate = new global::System.DateTime(0);
     this.datePeriodBirth.EndDate   = new global::System.DateTime(0);
     this.ytable1.Add(this.datePeriodBirth);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.ytable1[this.datePeriodBirth]));
     w3.TopAttach    = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.LeftAttach   = ((uint)(3));
     w3.RightAttach  = ((uint)(4));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child ytable1.Gtk.Table+TableChild
     this.datePeriodIssue           = new global::Gamma.Widgets.yDatePeriodPicker();
     this.datePeriodIssue.Events    = ((global::Gdk.EventMask)(256));
     this.datePeriodIssue.Name      = "datePeriodIssue";
     this.datePeriodIssue.StartDate = new global::System.DateTime(0);
     this.datePeriodIssue.EndDate   = new global::System.DateTime(0);
     this.ytable1.Add(this.datePeriodIssue);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.ytable1[this.datePeriodIssue]));
     w4.TopAttach    = ((uint)(2));
     w4.BottomAttach = ((uint)(3));
     w4.LeftAttach   = ((uint)(2));
     w4.RightAttach  = ((uint)(3));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child ytable1.Gtk.Table+TableChild
     this.entitySubdivision        = new global::QS.Views.Control.EntityEntry();
     this.entitySubdivision.Events = ((global::Gdk.EventMask)(256));
     this.entitySubdivision.Name   = "entitySubdivision";
     this.ytable1.Add(this.entitySubdivision);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.ytable1[this.entitySubdivision]));
     w5.LeftAttach  = ((uint)(2));
     w5.RightAttach = ((uint)(3));
     w5.XOptions    = ((global::Gtk.AttachOptions)(4));
     w5.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child ytable1.Gtk.Table+TableChild
     this.ycheckBirthday               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckBirthday.CanFocus      = true;
     this.ycheckBirthday.Name          = "ycheckBirthday";
     this.ycheckBirthday.Label         = global::Mono.Unix.Catalog.GetString("День рождения");
     this.ycheckBirthday.DrawIndicator = true;
     this.ycheckBirthday.UseUnderline  = true;
     this.ytable1.Add(this.ycheckBirthday);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.ytable1[this.ycheckBirthday]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.LeftAttach   = ((uint)(3));
     w6.RightAttach  = ((uint)(4));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child ytable1.Gtk.Table+TableChild
     this.ycheckOffPeriod               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckOffPeriod.CanFocus      = true;
     this.ycheckOffPeriod.Name          = "ycheckOffPeriod";
     this.ycheckOffPeriod.Label         = global::Mono.Unix.Catalog.GetString("Следующее получение в период");
     this.ycheckOffPeriod.DrawIndicator = true;
     this.ycheckOffPeriod.UseUnderline  = true;
     this.ytable1.Add(this.ycheckOffPeriod);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.ytable1[this.ycheckOffPeriod]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.LeftAttach   = ((uint)(2));
     w7.RightAttach  = ((uint)(3));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child ytable1.Gtk.Table+TableChild
     this.ycheckShowOverdue               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckShowOverdue.CanFocus      = true;
     this.ycheckShowOverdue.Name          = "ycheckShowOverdue";
     this.ycheckShowOverdue.Label         = global::Mono.Unix.Catalog.GetString("Просроченный");
     this.ycheckShowOverdue.DrawIndicator = true;
     this.ycheckShowOverdue.UseUnderline  = true;
     this.ytable1.Add(this.ycheckShowOverdue);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.ytable1[this.ycheckShowOverdue]));
     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 ytable1.Gtk.Table+TableChild
     this.yIssueType      = new global::Gamma.Widgets.yEnumComboBox();
     this.yIssueType.Name = "yIssueType";
     this.yIssueType.ShowSpecialStateAll = false;
     this.yIssueType.ShowSpecialStateNot = false;
     this.yIssueType.UseShortTitle       = false;
     this.yIssueType.DefaultFirst        = false;
     this.ytable1.Add(this.yIssueType);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.ytable1[this.yIssueType]));
     w9.TopAttach    = ((uint)(4));
     w9.BottomAttach = ((uint)(5));
     w9.LeftAttach   = ((uint)(2));
     w9.RightAttach  = ((uint)(3));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child ytable1.Gtk.Table+TableChild
     this.ylabel3           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabel3.Name      = "ylabel3";
     this.ylabel3.Xalign    = 1F;
     this.ylabel3.LabelProp = global::Mono.Unix.Catalog.GetString("Подразделение:");
     this.ytable1.Add(this.ylabel3);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.ytable1[this.ylabel3]));
     w10.LeftAttach  = ((uint)(1));
     w10.RightAttach = ((uint)(2));
     w10.XOptions    = ((global::Gtk.AttachOptions)(4));
     w10.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child ytable1.Gtk.Table+TableChild
     this.ylabel4           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabel4.Name      = "ylabel4";
     this.ylabel4.Xalign    = 1F;
     this.ylabel4.LabelProp = global::Mono.Unix.Catalog.GetString("Период получения:");
     this.ytable1.Add(this.ylabel4);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.ytable1[this.ylabel4]));
     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 ytable1.Gtk.Table+TableChild
     this.ylabel5           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabel5.Name      = "ylabel5";
     this.ylabel5.Xalign    = 1F;
     this.ylabel5.LabelProp = global::Mono.Unix.Catalog.GetString("Тип выдачи:");
     this.ytable1.Add(this.ylabel5);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.ytable1[this.ylabel5]));
     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));
     this.Add(this.ytable1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget workwear.ReportParameters.Views.AmountIssuedWearView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "workwear.ReportParameters.Views.AmountIssuedWearView";
     // Container child workwear.ReportParameters.Views.AmountIssuedWearView.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.ytable1               = new global::Gamma.GtkWidgets.yTable();
     this.ytable1.Name          = "ytable1";
     this.ytable1.NRows         = ((uint)(4));
     this.ytable1.NColumns      = ((uint)(2));
     this.ytable1.RowSpacing    = ((uint)(6));
     this.ytable1.ColumnSpacing = ((uint)(6));
     // Container child ytable1.Gtk.Table+TableChild
     this.comboIssueType      = new global::Gamma.Widgets.yEnumComboBox();
     this.comboIssueType.Name = "comboIssueType";
     this.comboIssueType.ShowSpecialStateAll = true;
     this.comboIssueType.ShowSpecialStateNot = false;
     this.comboIssueType.UseShortTitle       = false;
     this.comboIssueType.DefaultFirst        = false;
     this.ytable1.Add(this.comboIssueType);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.ytable1[this.comboIssueType]));
     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 ytable1.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.ytable1.Add(this.label1);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.ytable1[this.label1]));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child ytable1.Gtk.Table+TableChild
     this.ydateperiodpicker           = new global::Gamma.Widgets.yDatePeriodPicker();
     this.ydateperiodpicker.Events    = ((global::Gdk.EventMask)(256));
     this.ydateperiodpicker.Name      = "ydateperiodpicker";
     this.ydateperiodpicker.StartDate = new global::System.DateTime(0);
     this.ydateperiodpicker.EndDate   = new global::System.DateTime(0);
     this.ytable1.Add(this.ydateperiodpicker);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.ytable1[this.ydateperiodpicker]));
     w3.LeftAttach  = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child ytable1.Gtk.Table+TableChild
     this.yentryMatch               = new global::Gamma.GtkWidgets.yEntry();
     this.yentryMatch.CanFocus      = true;
     this.yentryMatch.Name          = "yentryMatch";
     this.yentryMatch.IsEditable    = true;
     this.yentryMatch.InvisibleChar = '•';
     this.ytable1.Add(this.yentryMatch);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.ytable1[this.yentryMatch]));
     w4.TopAttach    = ((uint)(2));
     w4.BottomAttach = ((uint)(3));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child ytable1.Gtk.Table+TableChild
     this.yentryNoMatch               = new global::Gamma.GtkWidgets.yEntry();
     this.yentryNoMatch.CanFocus      = true;
     this.yentryNoMatch.Name          = "yentryNoMatch";
     this.yentryNoMatch.IsEditable    = true;
     this.yentryNoMatch.InvisibleChar = '•';
     this.ytable1.Add(this.yentryNoMatch);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.ytable1[this.yentryNoMatch]));
     w5.TopAttach    = ((uint)(3));
     w5.BottomAttach = ((uint)(4));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child ytable1.Gtk.Table+TableChild
     this.ylabel1           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabel1.Name      = "ylabel1";
     this.ylabel1.Xalign    = 1F;
     this.ylabel1.LabelProp = global::Mono.Unix.Catalog.GetString("Тип выдачи:");
     this.ytable1.Add(this.ylabel1);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.ytable1[this.ylabel1]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child ytable1.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.ytable1.Add(this.ylabel2);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.ytable1[this.ylabel2]));
     w7.TopAttach    = ((uint)(2));
     w7.BottomAttach = ((uint)(3));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child ytable1.Gtk.Table+TableChild
     this.ylabel3           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabel3.Name      = "ylabel3";
     this.ylabel3.Xalign    = 1F;
     this.ylabel3.LabelProp = global::Mono.Unix.Catalog.GetString("Наименование не содержит:");
     this.ytable1.Add(this.ylabel3);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.ytable1[this.ylabel3]));
     w8.TopAttach    = ((uint)(3));
     w8.BottomAttach = ((uint)(4));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.ytable1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.ytable1]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.ycheckSummry               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckSummry.CanFocus      = true;
     this.ycheckSummry.Name          = "ycheckSummry";
     this.ycheckSummry.Label         = global::Mono.Unix.Catalog.GetString("Суммарно по организации");
     this.ycheckSummry.DrawIndicator = true;
     this.ycheckSummry.UseUnderline  = true;
     this.vbox2.Add(this.ycheckSummry);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.ycheckSummry]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.checkBySize               = new global::Gamma.GtkWidgets.yCheckButton();
     this.checkBySize.CanFocus      = true;
     this.checkBySize.Name          = "checkBySize";
     this.checkBySize.Label         = global::Mono.Unix.Catalog.GetString("Детализировать по размерам");
     this.checkBySize.DrawIndicator = true;
     this.checkBySize.UseUnderline  = true;
     this.vbox2.Add(this.checkBySize);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.checkBySize]));
     w11.Position = 2;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.checkUseAlterName               = new global::Gamma.GtkWidgets.yCheckButton();
     this.checkUseAlterName.CanFocus      = true;
     this.checkUseAlterName.Name          = "checkUseAlterName";
     this.checkUseAlterName.Label         = global::Mono.Unix.Catalog.GetString("Применить альтернативные размеры");
     this.checkUseAlterName.DrawIndicator = true;
     this.checkUseAlterName.UseUnderline  = true;
     this.vbox2.Add(this.checkUseAlterName);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.checkUseAlterName]));
     w12.Position = 3;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.ycheckAll               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckAll.CanFocus      = true;
     this.ycheckAll.Name          = "ycheckAll";
     this.ycheckAll.Label         = global::Mono.Unix.Catalog.GetString("Все подразделения");
     this.ycheckAll.DrawIndicator = true;
     this.ycheckAll.UseUnderline  = true;
     this.vbox2.Add(this.ycheckAll);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.ycheckAll]));
     w13.Position = 4;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.ycheckChild               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckChild.CanFocus      = true;
     this.ycheckChild.Name          = "ycheckChild";
     this.ycheckChild.Label         = global::Mono.Unix.Catalog.GetString("Учитывать дочерние");
     this.ycheckChild.DrawIndicator = true;
     this.ycheckChild.UseUnderline  = true;
     this.vbox2.Add(this.ycheckChild);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.ycheckChild]));
     w14.Position = 5;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.ytreeSubdivisions          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeSubdivisions.CanFocus = true;
     this.ytreeSubdivisions.Name     = "ytreeSubdivisions";
     this.GtkScrolledWindow.Add(this.ytreeSubdivisions);
     this.vbox2.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.GtkScrolledWindow]));
     w16.Position = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.buttonPrintReport              = new global::Gamma.GtkWidgets.yButton();
     this.buttonPrintReport.Sensitive    = false;
     this.buttonPrintReport.CanFocus     = true;
     this.buttonPrintReport.Name         = "buttonPrintReport";
     this.buttonPrintReport.UseUnderline = true;
     this.buttonPrintReport.Label        = global::Mono.Unix.Catalog.GetString("Сформировать отчет");
     this.vbox2.Add(this.buttonPrintReport);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.buttonPrintReport]));
     w17.Position = 7;
     w17.Expand   = false;
     w17.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.buttonPrintReport.Clicked += new global::System.EventHandler(this.OnButtonPrintReportClicked);
 }