protected virtual void Build()
        {
            global::Stetic.Gui.Initialize(this);
            // Widget workwear.Views.Import.ExcelImportView
            global::Stetic.BinContainer.Attach(this);
            this.Name = "workwear.Views.Import.ExcelImportView";
            // Container child workwear.Views.Import.ExcelImportView.Gtk.Container+ContainerChild
            this.vbox1         = new global::Gtk.VBox();
            this.vbox1.Name    = "vbox1";
            this.vbox1.Spacing = 6;
            // Container child vbox1.Gtk.Box+BoxChild
            this.notebookSteps             = new global::Gamma.GtkWidgets.yNotebook();
            this.notebookSteps.CanFocus    = true;
            this.notebookSteps.Name        = "notebookSteps";
            this.notebookSteps.CurrentPage = 0;
            this.notebookSteps.ShowBorder  = false;
            // Container child notebookSteps.Gtk.Notebook+NotebookChild
            this.vbox2         = new global::Gtk.VBox();
            this.vbox2.Name    = "vbox2";
            this.vbox2.Spacing = 6;
            // Container child vbox2.Gtk.Box+BoxChild
            this.filechooser       = new global::Gamma.GtkWidgets.yFileChooserButton();
            this.filechooser.Name  = "filechooser";
            this.filechooser.Title = global::Mono.Unix.Catalog.GetString("Выберите Excel файл с данными для импорта");
            this.vbox2.Add(this.filechooser);
            global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.filechooser]));
            w1.Position = 0;
            w1.Expand   = false;
            w1.Fill     = false;
            // Container child vbox2.Gtk.Box+BoxChild
            this.ytable2               = new global::Gamma.GtkWidgets.yTable();
            this.ytable2.Name          = "ytable2";
            this.ytable2.NColumns      = ((uint)(3));
            this.ytable2.RowSpacing    = ((uint)(6));
            this.ytable2.ColumnSpacing = ((uint)(6));
            // Container child ytable2.Gtk.Table+TableChild
            this.comboSheets               = new global::Gamma.Widgets.yListComboBox();
            this.comboSheets.Name          = "comboSheets";
            this.comboSheets.AddIfNotExist = false;
            this.comboSheets.DefaultFirst  = true;
            this.ytable2.Add(this.comboSheets);
            global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.ytable2[this.comboSheets]));
            w2.LeftAttach  = ((uint)(1));
            w2.RightAttach = ((uint)(2));
            w2.XOptions    = ((global::Gtk.AttachOptions)(4));
            w2.YOptions    = ((global::Gtk.AttachOptions)(4));
            // Container child ytable2.Gtk.Table+TableChild
            this.ylabel2           = new global::Gamma.GtkWidgets.yLabel();
            this.ylabel2.Name      = "ylabel2";
            this.ylabel2.LabelProp = global::Mono.Unix.Catalog.GetString("Лист с данными:");
            this.ytable2.Add(this.ylabel2);
            global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.ytable2[this.ylabel2]));
            w3.XOptions = ((global::Gtk.AttachOptions)(4));
            w3.YOptions = ((global::Gtk.AttachOptions)(4));
            this.vbox2.Add(this.ytable2);
            global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.ytable2]));
            w4.Position = 1;
            w4.Expand   = false;
            w4.Fill     = false;
            // Container child vbox2.Gtk.Box+BoxChild
            this.buttonLoad              = new global::Gamma.GtkWidgets.yButton();
            this.buttonLoad.CanFocus     = true;
            this.buttonLoad.Name         = "buttonLoad";
            this.buttonLoad.UseUnderline = true;
            this.buttonLoad.Label        = global::Mono.Unix.Catalog.GetString("Разбор листа ⇨");
            this.vbox2.Add(this.buttonLoad);
            global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.buttonLoad]));
            w5.Position = 2;
            w5.Expand   = false;
            w5.Fill     = false;
            this.notebookSteps.Add(this.vbox2);
            // Notebook tab
            this.label1           = new global::Gtk.Label();
            this.label1.Name      = "label1";
            this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Выбор файла [Шаг 1 ]");
            this.notebookSteps.SetTabLabel(this.vbox2, this.label1);
            this.label1.ShowAll();
            // Container child notebookSteps.Gtk.Notebook+NotebookChild
            this.hbox1         = new global::Gtk.HBox();
            this.hbox1.Name    = "hbox1";
            this.hbox1.Spacing = 6;
            // Container child hbox1.Gtk.Box+BoxChild
            this.GtkScrolledColumns = new global::Gtk.ScrolledWindow();
            this.GtkScrolledColumns.WidthRequest = 450;
            this.GtkScrolledColumns.Name         = "GtkScrolledColumns";
            this.GtkScrolledColumns.ShadowType   = ((global::Gtk.ShadowType)(1));
            // Container child GtkScrolledColumns.Gtk.Container+ContainerChild
            global::Gtk.Viewport w7 = new global::Gtk.Viewport();
            w7.ShadowType = ((global::Gtk.ShadowType)(0));
            // Container child GtkViewport.Gtk.Container+ContainerChild
            this.tableColumns               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
            this.tableColumns.Name          = "tableColumns";
            this.tableColumns.RowSpacing    = ((uint)(6));
            this.tableColumns.ColumnSpacing = ((uint)(6));
            w7.Add(this.tableColumns);
            this.GtkScrolledColumns.Add(w7);
            this.hbox1.Add(this.GtkScrolledColumns);
            global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledColumns]));
            w10.Position = 0;
            // Container child hbox1.Gtk.Box+BoxChild
            this.tableMatchSettings               = new global::Gamma.GtkWidgets.yTable();
            this.tableMatchSettings.Name          = "tableMatchSettings";
            this.tableMatchSettings.NRows         = ((uint)(2));
            this.tableMatchSettings.NColumns      = ((uint)(2));
            this.tableMatchSettings.RowSpacing    = ((uint)(6));
            this.tableMatchSettings.ColumnSpacing = ((uint)(6));
            // Container child tableMatchSettings.Gtk.Table+TableChild
            this.spinTitleRow          = new global::Gamma.GtkWidgets.ySpinButton(0D, 100000D, 1D);
            this.spinTitleRow.CanFocus = true;
            this.spinTitleRow.Name     = "spinTitleRow";
            this.spinTitleRow.Adjustment.PageIncrement = 10D;
            this.spinTitleRow.ClimbRate      = 1D;
            this.spinTitleRow.Numeric        = true;
            this.spinTitleRow.ValueAsDecimal = 0m;
            this.spinTitleRow.ValueAsInt     = 0;
            this.tableMatchSettings.Add(this.spinTitleRow);
            global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.tableMatchSettings[this.spinTitleRow]));
            w11.LeftAttach  = ((uint)(1));
            w11.RightAttach = ((uint)(2));
            w11.XOptions    = ((global::Gtk.AttachOptions)(4));
            w11.YOptions    = ((global::Gtk.AttachOptions)(4));
            // Container child tableMatchSettings.Gtk.Table+TableChild
            this.ylabel1           = new global::Gamma.GtkWidgets.yLabel();
            this.ylabel1.Name      = "ylabel1";
            this.ylabel1.LabelProp = global::Mono.Unix.Catalog.GetString("Номер строки с заголовками:");
            this.tableMatchSettings.Add(this.ylabel1);
            global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.tableMatchSettings[this.ylabel1]));
            w12.XOptions = ((global::Gtk.AttachOptions)(4));
            w12.YOptions = ((global::Gtk.AttachOptions)(4));
            this.hbox1.Add(this.tableMatchSettings);
            global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.tableMatchSettings]));
            w13.Position = 1;
            w13.Expand   = false;
            w13.Fill     = false;
            // Container child hbox1.Gtk.Box+BoxChild
            this.vbox3         = new global::Gtk.VBox();
            this.vbox3.Name    = "vbox3";
            this.vbox3.Spacing = 6;
            // Container child vbox3.Gtk.Box+BoxChild
            this.frame1            = new global::Gtk.Frame();
            this.frame1.Name       = "frame1";
            this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
            // Container child frame1.Gtk.Container+ContainerChild
            this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
            this.GtkAlignment.Name        = "GtkAlignment";
            this.GtkAlignment.LeftPadding = ((uint)(12));
            // Container child GtkAlignment.Gtk.Container+ContainerChild
            this.labelColumnRecomendations           = new global::Gtk.Label();
            this.labelColumnRecomendations.Name      = "labelColumnRecomendations";
            this.labelColumnRecomendations.LabelProp = global::Mono.Unix.Catalog.GetString(@"Установите номер строки с заголовком данных, таким образом чтобы название колонок было корректно. Если в таблице заголовки отсутствуют укажите 0.
Далее для каждой значимой колонки проставьте тип данных которых находится в таблице.
При загрузки листа программа автоматически пытается найти заголовок таблицы и выбрать тип данных.
Обязательными данными являются Фамилия и Имя или ФИО.");
            this.labelColumnRecomendations.Wrap      = true;
            this.labelColumnRecomendations.Justify   = ((global::Gtk.Justification)(3));
            this.GtkAlignment.Add(this.labelColumnRecomendations);
            this.frame1.Add(this.GtkAlignment);
            this.GtkLabel2           = new global::Gtk.Label();
            this.GtkLabel2.Name      = "GtkLabel2";
            this.GtkLabel2.LabelProp = global::Mono.Unix.Catalog.GetString("Рекомендации");
            this.GtkLabel2.UseMarkup = true;
            this.frame1.LabelWidget  = this.GtkLabel2;
            this.vbox3.Add(this.frame1);
            global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.frame1]));
            w16.Position = 0;
            w16.Expand   = false;
            w16.Fill     = false;
            // Container child vbox3.Gtk.Box+BoxChild
            this.buttonReadEmployees              = new global::Gamma.GtkWidgets.yButton();
            this.buttonReadEmployees.CanFocus     = true;
            this.buttonReadEmployees.Name         = "buttonReadEmployees";
            this.buttonReadEmployees.UseUnderline = true;
            this.buttonReadEmployees.Label        = global::Mono.Unix.Catalog.GetString("Сопоставление данных ⇨");
            this.vbox3.Add(this.buttonReadEmployees);
            global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.buttonReadEmployees]));
            w17.Position = 1;
            w17.Expand   = false;
            w17.Fill     = false;
            this.hbox1.Add(this.vbox3);
            global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox3]));
            w18.Position = 2;
            w18.Expand   = false;
            w18.Fill     = false;
            this.notebookSteps.Add(this.hbox1);
            global::Gtk.Notebook.NotebookChild w19 = ((global::Gtk.Notebook.NotebookChild)(this.notebookSteps[this.hbox1]));
            w19.Position = 1;
            // Notebook tab
            this.label2           = new global::Gtk.Label();
            this.label2.Name      = "label2";
            this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Формат файла [Шаг 2]");
            this.notebookSteps.SetTabLabel(this.hbox1, this.label2);
            this.label2.ShowAll();
            // Container child notebookSteps.Gtk.Notebook+NotebookChild
            this.hbox2         = new global::Gtk.HBox();
            this.hbox2.Name    = "hbox2";
            this.hbox2.Spacing = 6;
            // Container child hbox2.Gtk.Box+BoxChild
            this.vboxCounters         = new global::Gtk.VBox();
            this.vboxCounters.Name    = "vboxCounters";
            this.vboxCounters.Spacing = 6;
            // Container child vboxCounters.Gtk.Box+BoxChild
            this.buttonSave              = new global::Gamma.GtkWidgets.yButton();
            this.buttonSave.CanFocus     = true;
            this.buttonSave.Name         = "buttonSave";
            this.buttonSave.UseUnderline = true;
            this.buttonSave.Label        = global::Mono.Unix.Catalog.GetString("Сохранить");
            global::Gtk.Image w20 = new global::Gtk.Image();
            w20.Pixbuf            = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu);
            this.buttonSave.Image = w20;
            this.vboxCounters.Add(this.buttonSave);
            global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vboxCounters[this.buttonSave]));
            w21.PackType = ((global::Gtk.PackType)(1));
            w21.Position = 0;
            w21.Expand   = false;
            w21.Fill     = false;
            this.hbox2.Add(this.vboxCounters);
            global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vboxCounters]));
            w22.Position = 0;
            w22.Expand   = false;
            w22.Fill     = false;
            // Container child hbox2.Gtk.Box+BoxChild
            this.vbox5         = new global::Gtk.VBox();
            this.vbox5.Name    = "vbox5";
            this.vbox5.Spacing = 6;
            // Container child vbox5.Gtk.Box+BoxChild
            this.frame2            = new global::Gtk.Frame();
            this.frame2.Name       = "frame2";
            this.frame2.ShadowType = ((global::Gtk.ShadowType)(0));
            // Container child frame2.Gtk.Container+ContainerChild
            this.GtkAlignment2             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
            this.GtkAlignment2.Name        = "GtkAlignment2";
            this.GtkAlignment2.LeftPadding = ((uint)(12));
            // Container child GtkAlignment2.Gtk.Container+ContainerChild
            this.table2               = new global::Gtk.Table(((uint)(5)), ((uint)(1)), false);
            this.table2.Name          = "table2";
            this.table2.RowSpacing    = ((uint)(6));
            this.table2.ColumnSpacing = ((uint)(6));
            // Container child table2.Gtk.Table+TableChild
            this.eventboxLegendaChanged      = new global::Gamma.GtkWidgets.yEventBox();
            this.eventboxLegendaChanged.Name = "eventboxLegendaChanged";
            // Container child eventboxLegendaChanged.Gtk.Container+ContainerChild
            this.labelCountChangedEmployees           = new global::Gamma.GtkWidgets.yLabel();
            this.labelCountChangedEmployees.Name      = "labelCountChangedEmployees";
            this.labelCountChangedEmployees.LabelProp = global::Mono.Unix.Catalog.GetString("Измененные");
            this.eventboxLegendaChanged.Add(this.labelCountChangedEmployees);
            this.table2.Add(this.eventboxLegendaChanged);
            global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table2[this.eventboxLegendaChanged]));
            w24.TopAttach    = ((uint)(1));
            w24.BottomAttach = ((uint)(2));
            w24.XOptions     = ((global::Gtk.AttachOptions)(4));
            w24.YOptions     = ((global::Gtk.AttachOptions)(4));
            // Container child table2.Gtk.Table+TableChild
            this.eventboxLegendaError      = new global::Gtk.EventBox();
            this.eventboxLegendaError.Name = "eventboxLegendaError";
            // Container child eventboxLegendaError.Gtk.Container+ContainerChild
            this.ylabel6           = new global::Gamma.GtkWidgets.yLabel();
            this.ylabel6.Name      = "ylabel6";
            this.ylabel6.LabelProp = global::Mono.Unix.Catalog.GetString("Неверный формат");
            this.eventboxLegendaError.Add(this.ylabel6);
            this.table2.Add(this.eventboxLegendaError);
            global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table2[this.eventboxLegendaError]));
            w26.TopAttach    = ((uint)(3));
            w26.BottomAttach = ((uint)(4));
            w26.XOptions     = ((global::Gtk.AttachOptions)(4));
            w26.YOptions     = ((global::Gtk.AttachOptions)(4));
            // Container child table2.Gtk.Table+TableChild
            this.eventboxLegendaNew      = new global::Gamma.GtkWidgets.yEventBox();
            this.eventboxLegendaNew.Name = "eventboxLegendaNew";
            // Container child eventboxLegendaNew.Gtk.Container+ContainerChild
            this.labelNew           = new global::Gamma.GtkWidgets.yLabel();
            this.labelNew.Name      = "labelNew";
            this.labelNew.LabelProp = global::Mono.Unix.Catalog.GetString("Новые");
            this.eventboxLegendaNew.Add(this.labelNew);
            this.table2.Add(this.eventboxLegendaNew);
            global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table2[this.eventboxLegendaNew]));
            w28.XOptions = ((global::Gtk.AttachOptions)(4));
            w28.YOptions = ((global::Gtk.AttachOptions)(4));
            // Container child table2.Gtk.Table+TableChild
            this.eventboxLegendaNotFound      = new global::Gamma.GtkWidgets.yEventBox();
            this.eventboxLegendaNotFound.Name = "eventboxLegendaNotFound";
            // Container child eventboxLegendaNotFound.Gtk.Container+ContainerChild
            this.labelLegendNotFound           = new global::Gamma.GtkWidgets.yLabel();
            this.labelLegendNotFound.Name      = "labelLegendNotFound";
            this.labelLegendNotFound.LabelProp = global::Mono.Unix.Catalog.GetString("Не найдено");
            this.eventboxLegendaNotFound.Add(this.labelLegendNotFound);
            this.table2.Add(this.eventboxLegendaNotFound);
            global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table2[this.eventboxLegendaNotFound]));
            w30.TopAttach    = ((uint)(2));
            w30.BottomAttach = ((uint)(3));
            w30.XOptions     = ((global::Gtk.AttachOptions)(4));
            w30.YOptions     = ((global::Gtk.AttachOptions)(4));
            // Container child table2.Gtk.Table+TableChild
            this.eventboxLegendaSkipRows      = new global::Gamma.GtkWidgets.yEventBox();
            this.eventboxLegendaSkipRows.Name = "eventboxLegendaSkipRows";
            // Container child eventboxLegendaSkipRows.Gtk.Container+ContainerChild
            this.labelCountSkipRows           = new global::Gamma.GtkWidgets.yLabel();
            this.labelCountSkipRows.Name      = "labelCountSkipRows";
            this.labelCountSkipRows.LabelProp = global::Mono.Unix.Catalog.GetString("Пропущенные");
            this.eventboxLegendaSkipRows.Add(this.labelCountSkipRows);
            this.table2.Add(this.eventboxLegendaSkipRows);
            global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table2[this.eventboxLegendaSkipRows]));
            w32.TopAttach    = ((uint)(4));
            w32.BottomAttach = ((uint)(5));
            w32.XOptions     = ((global::Gtk.AttachOptions)(4));
            w32.YOptions     = ((global::Gtk.AttachOptions)(4));
            this.GtkAlignment2.Add(this.table2);
            this.frame2.Add(this.GtkAlignment2);
            this.GtkLabel7           = new global::Gtk.Label();
            this.GtkLabel7.Name      = "GtkLabel7";
            this.GtkLabel7.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Легенда</b>");
            this.GtkLabel7.UseMarkup = true;
            this.frame2.LabelWidget  = this.GtkLabel7;
            this.vbox5.Add(this.frame2);
            global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.frame2]));
            w35.Position = 0;
            w35.Expand   = false;
            w35.Fill     = false;
            this.hbox2.Add(this.vbox5);
            global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vbox5]));
            w36.PackType = ((global::Gtk.PackType)(1));
            w36.Position = 1;
            w36.Expand   = false;
            w36.Fill     = false;
            this.notebookSteps.Add(this.hbox2);
            global::Gtk.Notebook.NotebookChild w37 = ((global::Gtk.Notebook.NotebookChild)(this.notebookSteps[this.hbox2]));
            w37.Position = 2;
            // Notebook tab
            this.label4           = new global::Gtk.Label();
            this.label4.Name      = "label4";
            this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Обработка данных [Шаг 3]");
            this.notebookSteps.SetTabLabel(this.hbox2, this.label4);
            this.label4.ShowAll();
            this.vbox1.Add(this.notebookSteps);
            global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.notebookSteps]));
            w38.Position = 0;
            w38.Expand   = false;
            // Container child vbox1.Gtk.Box+BoxChild
            this.progressTotal      = new global::QS.Widgets.ProgressWidget();
            this.progressTotal.Name = "progressTotal";
            this.vbox1.Add(this.progressTotal);
            global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.progressTotal]));
            w39.Position = 1;
            w39.Expand   = false;
            w39.Fill     = false;
            // Container child vbox1.Gtk.Box+BoxChild
            this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
            this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
            this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
            // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
            this.treeviewRows          = new global::Gamma.GtkWidgets.yTreeView();
            this.treeviewRows.CanFocus = true;
            this.treeviewRows.Name     = "treeviewRows";
            this.GtkScrolledWindow.Add(this.treeviewRows);
            this.vbox1.Add(this.GtkScrolledWindow);
            global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow]));
            w41.Position = 2;
            this.Add(this.vbox1);
            if ((this.Child != null))
            {
                this.Child.ShowAll();
            }
            this.progressTotal.Hide();
            this.Hide();
            this.buttonLoad.Clicked          += new global::System.EventHandler(this.OnButtonLoadClicked);
            this.buttonReadEmployees.Clicked += new global::System.EventHandler(this.OnButtonReadEmployeesClicked);
            this.buttonSave.Clicked          += new global::System.EventHandler(this.OnButtonSaveClicked);
        }
Beispiel #2
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Views.Cash.CashlessRequestView
     global::Stetic.BinContainer.Attach(this);
     this.WidthRequest = 450;
     this.Name         = "Vodovoz.Views.Cash.CashlessRequestView";
     // Container child Vodovoz.Views.Cash.CashlessRequestView.Gtk.Container+ContainerChild
     this.vboxDialog         = new global::Gtk.VBox();
     this.vboxDialog.Name    = "vboxDialog";
     this.vboxDialog.Spacing = 6;
     // Container child vboxDialog.Gtk.Box+BoxChild
     this.hboxDialogHeader         = new global::Gtk.HBox();
     this.hboxDialogHeader.Name    = "hboxDialogHeader";
     this.hboxDialogHeader.Spacing = 6;
     // Container child hboxDialogHeader.Gtk.Box+BoxChild
     this.buttonSave              = new global::Gamma.GtkWidgets.yButton();
     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.hboxDialogHeader.Add(this.buttonSave);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hboxDialogHeader[this.buttonSave]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hboxDialogHeader.Gtk.Box+BoxChild
     this.buttonCancel              = new global::Gamma.GtkWidgets.yButton();
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = global::Mono.Unix.Catalog.GetString("Отменить");
     global::Gtk.Image 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.hboxDialogHeader.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hboxDialogHeader[this.buttonCancel]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hboxDialogHeader.Gtk.Box+BoxChild
     this.labelRoleTitle           = new global::Gamma.GtkWidgets.yLabel();
     this.labelRoleTitle.Name      = "labelRoleTitle";
     this.labelRoleTitle.LabelProp = global::Mono.Unix.Catalog.GetString("Роль:");
     this.hboxDialogHeader.Add(this.labelRoleTitle);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hboxDialogHeader[this.labelRoleTitle]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hboxDialogHeader.Gtk.Box+BoxChild
     this.comboRoleChooser               = new global::Gamma.Widgets.yListComboBox();
     this.comboRoleChooser.Name          = "comboRoleChooser";
     this.comboRoleChooser.AddIfNotExist = false;
     this.comboRoleChooser.DefaultFirst  = false;
     this.hboxDialogHeader.Add(this.comboRoleChooser);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hboxDialogHeader[this.comboRoleChooser]));
     w6.Position = 3;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child hboxDialogHeader.Gtk.Box+BoxChild
     this.labelStatusTitle           = new global::Gamma.GtkWidgets.yLabel();
     this.labelStatusTitle.Name      = "labelStatusTitle";
     this.labelStatusTitle.LabelProp = global::Mono.Unix.Catalog.GetString("Статус заявки:");
     this.hboxDialogHeader.Add(this.labelStatusTitle);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hboxDialogHeader[this.labelStatusTitle]));
     w7.Position = 4;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hboxDialogHeader.Gtk.Box+BoxChild
     this.labelStatus           = new global::Gamma.GtkWidgets.yLabel();
     this.labelStatus.Name      = "labelStatus";
     this.labelStatus.LabelProp = global::Mono.Unix.Catalog.GetString(".");
     this.hboxDialogHeader.Add(this.labelStatus);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hboxDialogHeader[this.labelStatus]));
     w8.Position = 5;
     w8.Expand   = false;
     w8.Fill     = false;
     this.vboxDialog.Add(this.hboxDialogHeader);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vboxDialog[this.hboxDialogHeader]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vboxDialog.Gtk.Box+BoxChild
     this.scrolledMain            = new global::Gtk.ScrolledWindow();
     this.scrolledMain.CanFocus   = true;
     this.scrolledMain.Name       = "scrolledMain";
     this.scrolledMain.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledMain.Gtk.Container+ContainerChild
     global::Gtk.Viewport w10 = new global::Gtk.Viewport();
     w10.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.tableMain               = new global::Gtk.Table(((uint)(16)), ((uint)(2)), false);
     this.tableMain.Name          = "tableMain";
     this.tableMain.RowSpacing    = ((uint)(6));
     this.tableMain.ColumnSpacing = ((uint)(6));
     this.tableMain.BorderWidth   = ((uint)(10));
     // Container child tableMain.Gtk.Table+TableChild
     this.alignmentFiles = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignmentFiles.WidthRequest  = 400;
     this.alignmentFiles.HeightRequest = 100;
     this.alignmentFiles.Name          = "alignmentFiles";
     // Container child alignmentFiles.Gtk.Container+ContainerChild
     this.filesView        = new global::Vodovoz.Views.Cash.CashlessRequestFilesView();
     this.filesView.Events = ((global::Gdk.EventMask)(256));
     this.filesView.Name   = "filesView";
     this.alignmentFiles.Add(this.filesView);
     this.tableMain.Add(this.alignmentFiles);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.tableMain[this.alignmentFiles]));
     w12.TopAttach    = ((uint)(4));
     w12.BottomAttach = ((uint)(5));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.XOptions     = ((global::Gtk.AttachOptions)(0));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.checkNotToReconcile = new global::Gamma.GtkWidgets.yCheckButton();
     this.checkNotToReconcile.WidthRequest  = 400;
     this.checkNotToReconcile.CanFocus      = true;
     this.checkNotToReconcile.Name          = "checkNotToReconcile";
     this.checkNotToReconcile.Label         = global::Mono.Unix.Catalog.GetString("Утвердить возможность не пересогласовывать оплаты");
     this.checkNotToReconcile.DrawIndicator = true;
     this.checkNotToReconcile.UseUnderline  = true;
     this.checkNotToReconcile.FocusOnClick  = false;
     this.checkNotToReconcile.Xalign        = 0F;
     this.checkNotToReconcile.Yalign        = 0F;
     this.tableMain.Add(this.checkNotToReconcile);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.tableMain[this.checkNotToReconcile]));
     w13.TopAttach    = ((uint)(7));
     w13.BottomAttach = ((uint)(8));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(0));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.comboOrganisation = new global::QS.Widgets.GtkUI.SpecialListComboBox();
     this.comboOrganisation.WidthRequest        = 400;
     this.comboOrganisation.Name                = "comboOrganisation";
     this.comboOrganisation.AddIfNotExist       = false;
     this.comboOrganisation.DefaultFirst        = false;
     this.comboOrganisation.ShowSpecialStateAll = false;
     this.comboOrganisation.ShowSpecialStateNot = false;
     this.tableMain.Add(this.comboOrganisation);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.tableMain[this.comboOrganisation]));
     w14.TopAttach    = ((uint)(9));
     w14.BottomAttach = ((uint)(10));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(0));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.eventBoxCancelReason      = new global::Gamma.GtkWidgets.yEventBox();
     this.eventBoxCancelReason.Name = "eventBoxCancelReason";
     // Container child eventBoxCancelReason.Gtk.Container+ContainerChild
     this.scrollCancelReason = new global::Gtk.ScrolledWindow();
     this.scrollCancelReason.WidthRequest  = 400;
     this.scrollCancelReason.HeightRequest = 65;
     this.scrollCancelReason.Name          = "scrollCancelReason";
     this.scrollCancelReason.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child scrollCancelReason.Gtk.Container+ContainerChild
     this.entryCancelReason          = new global::Gamma.GtkWidgets.yTextView();
     this.entryCancelReason.CanFocus = true;
     this.entryCancelReason.Name     = "entryCancelReason";
     this.entryCancelReason.WrapMode = ((global::Gtk.WrapMode)(3));
     this.scrollCancelReason.Add(this.entryCancelReason);
     this.eventBoxCancelReason.Add(this.scrollCancelReason);
     this.tableMain.Add(this.eventBoxCancelReason);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.tableMain[this.eventBoxCancelReason]));
     w17.TopAttach    = ((uint)(13));
     w17.BottomAttach = ((uint)(14));
     w17.LeftAttach   = ((uint)(1));
     w17.RightAttach  = ((uint)(2));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.eventBoxOrganisationSeparator      = new global::Gamma.GtkWidgets.yEventBox();
     this.eventBoxOrganisationSeparator.Name = "eventBoxOrganisationSeparator";
     // Container child eventBoxOrganisationSeparator.Gtk.Container+ContainerChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.eventBoxOrganisationSeparator.Add(this.hseparator1);
     this.tableMain.Add(this.eventBoxOrganisationSeparator);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.tableMain[this.eventBoxOrganisationSeparator]));
     w19.TopAttach    = ((uint)(8));
     w19.BottomAttach = ((uint)(9));
     w19.RightAttach  = ((uint)(2));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.eventBoxReasonsSeparator      = new global::Gamma.GtkWidgets.yEventBox();
     this.eventBoxReasonsSeparator.Name = "eventBoxReasonsSeparator";
     // Container child eventBoxReasonsSeparator.Gtk.Container+ContainerChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.eventBoxReasonsSeparator.Add(this.hseparator2);
     this.tableMain.Add(this.eventBoxReasonsSeparator);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.tableMain[this.eventBoxReasonsSeparator]));
     w21.TopAttach    = ((uint)(11));
     w21.BottomAttach = ((uint)(12));
     w21.RightAttach  = ((uint)(2));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.eventBoxWhySentToReapproval      = new global::Gamma.GtkWidgets.yEventBox();
     this.eventBoxWhySentToReapproval.Name = "eventBoxWhySentToReapproval";
     // Container child eventBoxWhySentToReapproval.Gtk.Container+ContainerChild
     this.scrollWhySentToReapproval = new global::Gtk.ScrolledWindow();
     this.scrollWhySentToReapproval.WidthRequest  = 400;
     this.scrollWhySentToReapproval.HeightRequest = 65;
     this.scrollWhySentToReapproval.Name          = "scrollWhySentToReapproval";
     this.scrollWhySentToReapproval.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child scrollWhySentToReapproval.Gtk.Container+ContainerChild
     this.entryWhySentToReapproval          = new global::Gamma.GtkWidgets.yTextView();
     this.entryWhySentToReapproval.CanFocus = true;
     this.entryWhySentToReapproval.Name     = "entryWhySentToReapproval";
     this.entryWhySentToReapproval.WrapMode = ((global::Gtk.WrapMode)(3));
     this.scrollWhySentToReapproval.Add(this.entryWhySentToReapproval);
     this.eventBoxWhySentToReapproval.Add(this.scrollWhySentToReapproval);
     this.tableMain.Add(this.eventBoxWhySentToReapproval);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.tableMain[this.eventBoxWhySentToReapproval]));
     w24.TopAttach    = ((uint)(12));
     w24.BottomAttach = ((uint)(13));
     w24.LeftAttach   = ((uint)(1));
     w24.RightAttach  = ((uint)(2));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.evmeAuthor = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.evmeAuthor.WidthRequest     = 400;
     this.evmeAuthor.Events           = ((global::Gdk.EventMask)(256));
     this.evmeAuthor.Name             = "evmeAuthor";
     this.evmeAuthor.CanEditReference = false;
     this.tableMain.Add(this.evmeAuthor);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.tableMain[this.evmeAuthor]));
     w25.LeftAttach  = ((uint)(1));
     w25.RightAttach = ((uint)(2));
     w25.XOptions    = ((global::Gtk.AttachOptions)(0));
     w25.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.evmeCounterparty = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.evmeCounterparty.WidthRequest     = 400;
     this.evmeCounterparty.Events           = ((global::Gdk.EventMask)(256));
     this.evmeCounterparty.Name             = "evmeCounterparty";
     this.evmeCounterparty.CanEditReference = false;
     this.tableMain.Add(this.evmeCounterparty);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.tableMain[this.evmeCounterparty]));
     w26.TopAttach    = ((uint)(2));
     w26.BottomAttach = ((uint)(3));
     w26.LeftAttach   = ((uint)(1));
     w26.RightAttach  = ((uint)(2));
     w26.XOptions     = ((global::Gtk.AttachOptions)(0));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.evmeExpenceCategory = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.evmeExpenceCategory.WidthRequest     = 400;
     this.evmeExpenceCategory.Events           = ((global::Gdk.EventMask)(256));
     this.evmeExpenceCategory.Name             = "evmeExpenceCategory";
     this.evmeExpenceCategory.CanEditReference = false;
     this.tableMain.Add(this.evmeExpenceCategory);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.tableMain[this.evmeExpenceCategory]));
     w27.TopAttach    = ((uint)(10));
     w27.BottomAttach = ((uint)(11));
     w27.LeftAttach   = ((uint)(1));
     w27.RightAttach  = ((uint)(2));
     w27.XOptions     = ((global::Gtk.AttachOptions)(0));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.evmeSubdivision = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.evmeSubdivision.WidthRequest     = 400;
     this.evmeSubdivision.Events           = ((global::Gdk.EventMask)(256));
     this.evmeSubdivision.Name             = "evmeSubdivision";
     this.evmeSubdivision.CanEditReference = false;
     this.tableMain.Add(this.evmeSubdivision);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.tableMain[this.evmeSubdivision]));
     w28.TopAttach    = ((uint)(1));
     w28.BottomAttach = ((uint)(2));
     w28.LeftAttach   = ((uint)(1));
     w28.RightAttach  = ((uint)(2));
     w28.XOptions     = ((global::Gtk.AttachOptions)(0));
     w28.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.btnCancel              = new global::Gamma.GtkWidgets.yButton();
     this.btnCancel.CanFocus     = true;
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.UseUnderline = true;
     this.btnCancel.Label        = global::Mono.Unix.Catalog.GetString("Отменить заявку");
     this.vbox3.Add(this.btnCancel);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.btnCancel]));
     w29.Position = 0;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.btnReapprove              = new global::Gamma.GtkWidgets.yButton();
     this.btnReapprove.CanFocus     = true;
     this.btnReapprove.Name         = "btnReapprove";
     this.btnReapprove.UseUnderline = true;
     this.btnReapprove.Label        = global::Mono.Unix.Catalog.GetString("Отправить на пересогласование");
     this.vbox3.Add(this.btnReapprove);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.btnReapprove]));
     w30.Position = 1;
     w30.Expand   = false;
     w30.Fill     = false;
     this.hbox5.Add(this.vbox3);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.vbox3]));
     w31.Position = 0;
     w31.Expand   = false;
     w31.Fill     = false;
     this.tableMain.Add(this.hbox5);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.tableMain[this.hbox5]));
     w32.TopAttach    = ((uint)(15));
     w32.BottomAttach = ((uint)(16));
     w32.LeftAttach   = ((uint)(1));
     w32.RightAttach  = ((uint)(2));
     w32.XOptions     = ((global::Gtk.AttachOptions)(4));
     w32.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.buttonPayout              = new global::Gamma.GtkWidgets.yButton();
     this.buttonPayout.CanFocus     = true;
     this.buttonPayout.Name         = "buttonPayout";
     this.buttonPayout.UseUnderline = true;
     this.buttonPayout.Label        = global::Mono.Unix.Catalog.GetString("Оплатить");
     this.vbox2.Add(this.buttonPayout);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.buttonPayout]));
     w33.Position = 0;
     w33.Expand   = false;
     w33.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.btnConveyForPayout              = new global::Gamma.GtkWidgets.yButton();
     this.btnConveyForPayout.CanFocus     = true;
     this.btnConveyForPayout.Name         = "btnConveyForPayout";
     this.btnConveyForPayout.UseUnderline = true;
     this.btnConveyForPayout.Label        = global::Mono.Unix.Catalog.GetString("Передать на выдачу");
     this.vbox2.Add(this.btnConveyForPayout);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.btnConveyForPayout]));
     w34.Position = 1;
     w34.Expand   = false;
     w34.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.btnAccept              = new global::Gamma.GtkWidgets.yButton();
     this.btnAccept.CanFocus     = true;
     this.btnAccept.Name         = "btnAccept";
     this.btnAccept.UseUnderline = true;
     this.btnAccept.Label        = global::Mono.Unix.Catalog.GetString("Подтвердить");
     this.vbox2.Add(this.btnAccept);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.btnAccept]));
     w35.Position = 2;
     w35.Expand   = false;
     w35.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.btnApprove              = new global::Gamma.GtkWidgets.yButton();
     this.btnApprove.CanFocus     = true;
     this.btnApprove.Name         = "btnApprove";
     this.btnApprove.UseUnderline = true;
     this.btnApprove.Label        = global::Mono.Unix.Catalog.GetString("Согласовать");
     this.vbox2.Add(this.btnApprove);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.btnApprove]));
     w36.Position = 3;
     w36.Expand   = false;
     w36.Fill     = false;
     this.hbox6.Add(this.vbox2);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.vbox2]));
     w37.PackType = ((global::Gtk.PackType)(1));
     w37.Position = 0;
     w37.Expand   = false;
     w37.Fill     = false;
     this.tableMain.Add(this.hbox6);
     global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.tableMain[this.hbox6]));
     w38.TopAttach    = ((uint)(15));
     w38.BottomAttach = ((uint)(16));
     w38.XOptions     = ((global::Gtk.AttachOptions)(4));
     w38.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.hseparator3      = new global::Gtk.HSeparator();
     this.hseparator3.Name = "hseparator3";
     this.tableMain.Add(this.hseparator3);
     global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.tableMain[this.hseparator3]));
     w39.TopAttach    = ((uint)(14));
     w39.BottomAttach = ((uint)(15));
     w39.RightAttach  = ((uint)(2));
     w39.XOptions     = ((global::Gtk.AttachOptions)(4));
     w39.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.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.tableMain.Add(this.labelAuthor);
     global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.tableMain[this.labelAuthor]));
     w40.XOptions = ((global::Gtk.AttachOptions)(4));
     w40.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.labelBasis           = new global::Gamma.GtkWidgets.yLabel();
     this.labelBasis.Name      = "labelBasis";
     this.labelBasis.Xalign    = 1F;
     this.labelBasis.Yalign    = 0F;
     this.labelBasis.LabelProp = global::Mono.Unix.Catalog.GetString("Основание:");
     this.tableMain.Add(this.labelBasis);
     global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.tableMain[this.labelBasis]));
     w41.TopAttach    = ((uint)(5));
     w41.BottomAttach = ((uint)(6));
     w41.XOptions     = ((global::Gtk.AttachOptions)(4));
     w41.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.labelCancelReason           = new global::Gamma.GtkWidgets.yLabel();
     this.labelCancelReason.Name      = "labelCancelReason";
     this.labelCancelReason.Xalign    = 1F;
     this.labelCancelReason.Yalign    = 0F;
     this.labelCancelReason.LabelProp = global::Mono.Unix.Catalog.GetString("Причина отмены:");
     this.tableMain.Add(this.labelCancelReason);
     global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.tableMain[this.labelCancelReason]));
     w42.TopAttach    = ((uint)(13));
     w42.BottomAttach = ((uint)(14));
     w42.XOptions     = ((global::Gtk.AttachOptions)(4));
     w42.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.labelComboOrganization           = new global::Gamma.GtkWidgets.yLabel();
     this.labelComboOrganization.Name      = "labelComboOrganization";
     this.labelComboOrganization.Xalign    = 1F;
     this.labelComboOrganization.LabelProp = global::Mono.Unix.Catalog.GetString("Наша организация:");
     this.tableMain.Add(this.labelComboOrganization);
     global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.tableMain[this.labelComboOrganization]));
     w43.TopAttach    = ((uint)(9));
     w43.BottomAttach = ((uint)(10));
     w43.XOptions     = ((global::Gtk.AttachOptions)(4));
     w43.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.labelCounterparty           = new global::Gamma.GtkWidgets.yLabel();
     this.labelCounterparty.Name      = "labelCounterparty";
     this.labelCounterparty.Xalign    = 1F;
     this.labelCounterparty.LabelProp = global::Mono.Unix.Catalog.GetString("Поставщик:");
     this.tableMain.Add(this.labelCounterparty);
     global::Gtk.Table.TableChild w44 = ((global::Gtk.Table.TableChild)(this.tableMain[this.labelCounterparty]));
     w44.TopAttach    = ((uint)(2));
     w44.BottomAttach = ((uint)(3));
     w44.XOptions     = ((global::Gtk.AttachOptions)(4));
     w44.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.labelExpenceCategory           = new global::Gamma.GtkWidgets.yLabel();
     this.labelExpenceCategory.Name      = "labelExpenceCategory";
     this.labelExpenceCategory.Xalign    = 1F;
     this.labelExpenceCategory.LabelProp = global::Mono.Unix.Catalog.GetString("Статья расхода:");
     this.tableMain.Add(this.labelExpenceCategory);
     global::Gtk.Table.TableChild w45 = ((global::Gtk.Table.TableChild)(this.tableMain[this.labelExpenceCategory]));
     w45.TopAttach    = ((uint)(10));
     w45.BottomAttach = ((uint)(11));
     w45.XOptions     = ((global::Gtk.AttachOptions)(4));
     w45.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.labelExplanation           = new global::Gamma.GtkWidgets.yLabel();
     this.labelExplanation.Name      = "labelExplanation";
     this.labelExplanation.Xalign    = 1F;
     this.labelExplanation.Yalign    = 0F;
     this.labelExplanation.LabelProp = global::Mono.Unix.Catalog.GetString("Пояснение:");
     this.tableMain.Add(this.labelExplanation);
     global::Gtk.Table.TableChild w46 = ((global::Gtk.Table.TableChild)(this.tableMain[this.labelExplanation]));
     w46.TopAttach    = ((uint)(6));
     w46.BottomAttach = ((uint)(7));
     w46.XOptions     = ((global::Gtk.AttachOptions)(4));
     w46.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.labelFiles           = new global::Gamma.GtkWidgets.yLabel();
     this.labelFiles.Name      = "labelFiles";
     this.labelFiles.Xalign    = 1F;
     this.labelFiles.Yalign    = 0F;
     this.labelFiles.LabelProp = global::Mono.Unix.Catalog.GetString("Файлы:");
     this.tableMain.Add(this.labelFiles);
     global::Gtk.Table.TableChild w47 = ((global::Gtk.Table.TableChild)(this.tableMain[this.labelFiles]));
     w47.TopAttach    = ((uint)(4));
     w47.BottomAttach = ((uint)(5));
     w47.XOptions     = ((global::Gtk.AttachOptions)(4));
     w47.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.labelSubdivision           = new global::Gtk.Label();
     this.labelSubdivision.Name      = "labelSubdivision";
     this.labelSubdivision.Xalign    = 1F;
     this.labelSubdivision.LabelProp = global::Mono.Unix.Catalog.GetString("Подразделение:");
     this.tableMain.Add(this.labelSubdivision);
     global::Gtk.Table.TableChild w48 = ((global::Gtk.Table.TableChild)(this.tableMain[this.labelSubdivision]));
     w48.TopAttach    = ((uint)(1));
     w48.BottomAttach = ((uint)(2));
     w48.XOptions     = ((global::Gtk.AttachOptions)(4));
     w48.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.labelSum           = new global::Gamma.GtkWidgets.yLabel();
     this.labelSum.Name      = "labelSum";
     this.labelSum.Xalign    = 1F;
     this.labelSum.LabelProp = global::Mono.Unix.Catalog.GetString("Сумма:");
     this.tableMain.Add(this.labelSum);
     global::Gtk.Table.TableChild w49 = ((global::Gtk.Table.TableChild)(this.tableMain[this.labelSum]));
     w49.TopAttach    = ((uint)(3));
     w49.BottomAttach = ((uint)(4));
     w49.XOptions     = ((global::Gtk.AttachOptions)(4));
     w49.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.labelWhySentToReapproval           = new global::Gamma.GtkWidgets.yLabel();
     this.labelWhySentToReapproval.Name      = "labelWhySentToReapproval";
     this.labelWhySentToReapproval.Xalign    = 1F;
     this.labelWhySentToReapproval.Yalign    = 0F;
     this.labelWhySentToReapproval.LabelProp = global::Mono.Unix.Catalog.GetString("Причина отправки\nна пересогласование:\n");
     this.tableMain.Add(this.labelWhySentToReapproval);
     global::Gtk.Table.TableChild w50 = ((global::Gtk.Table.TableChild)(this.tableMain[this.labelWhySentToReapproval]));
     w50.TopAttach    = ((uint)(12));
     w50.BottomAttach = ((uint)(13));
     w50.XOptions     = ((global::Gtk.AttachOptions)(4));
     w50.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.scrollBasis = new global::Gtk.ScrolledWindow();
     this.scrollBasis.WidthRequest  = 400;
     this.scrollBasis.HeightRequest = 65;
     this.scrollBasis.Name          = "scrollBasis";
     this.scrollBasis.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child scrollBasis.Gtk.Container+ContainerChild
     this.entryBasis          = new global::Gamma.GtkWidgets.yTextView();
     this.entryBasis.CanFocus = true;
     this.entryBasis.Name     = "entryBasis";
     this.entryBasis.WrapMode = ((global::Gtk.WrapMode)(3));
     this.scrollBasis.Add(this.entryBasis);
     this.tableMain.Add(this.scrollBasis);
     global::Gtk.Table.TableChild w52 = ((global::Gtk.Table.TableChild)(this.tableMain[this.scrollBasis]));
     w52.TopAttach    = ((uint)(5));
     w52.BottomAttach = ((uint)(6));
     w52.LeftAttach   = ((uint)(1));
     w52.RightAttach  = ((uint)(2));
     w52.XOptions     = ((global::Gtk.AttachOptions)(0));
     w52.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.scrollExplanation = new global::Gtk.ScrolledWindow();
     this.scrollExplanation.WidthRequest  = 400;
     this.scrollExplanation.HeightRequest = 65;
     this.scrollExplanation.Name          = "scrollExplanation";
     this.scrollExplanation.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child scrollExplanation.Gtk.Container+ContainerChild
     this.entryExplanation          = new global::Gamma.GtkWidgets.yTextView();
     this.entryExplanation.CanFocus = true;
     this.entryExplanation.Name     = "entryExplanation";
     this.entryExplanation.WrapMode = ((global::Gtk.WrapMode)(3));
     this.scrollExplanation.Add(this.entryExplanation);
     this.tableMain.Add(this.scrollExplanation);
     global::Gtk.Table.TableChild w54 = ((global::Gtk.Table.TableChild)(this.tableMain[this.scrollExplanation]));
     w54.TopAttach    = ((uint)(6));
     w54.BottomAttach = ((uint)(7));
     w54.LeftAttach   = ((uint)(1));
     w54.RightAttach  = ((uint)(2));
     w54.XOptions     = ((global::Gtk.AttachOptions)(0));
     w54.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMain.Gtk.Table+TableChild
     this.yhboxSum = new global::Gamma.GtkWidgets.yHBox();
     this.yhboxSum.WidthRequest = 400;
     this.yhboxSum.Name         = "yhboxSum";
     this.yhboxSum.Spacing      = 6;
     // Container child yhboxSum.Gtk.Box+BoxChild
     this.spinSum = new global::Gamma.GtkWidgets.ySpinButton(0D, 2147483647D, 100D);
     this.spinSum.WidthRequest             = 190;
     this.spinSum.CanFocus                 = true;
     this.spinSum.Name                     = "spinSum";
     this.spinSum.Adjustment.PageIncrement = 1000D;
     this.spinSum.ClimbRate                = 1D;
     this.spinSum.Digits                   = ((uint)(2));
     this.spinSum.Numeric                  = true;
     this.spinSum.ValueAsDecimal           = 0m;
     this.spinSum.ValueAsInt               = 0;
     this.yhboxSum.Add(this.spinSum);
     global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.yhboxSum[this.spinSum]));
     w55.Position = 0;
     w55.Expand   = false;
     w55.Fill     = false;
     // Container child yhboxSum.Gtk.Box+BoxChild
     this.currencylabel1           = new global::QSProjectsLib.CurrencyLabel();
     this.currencylabel1.Name      = "currencylabel1";
     this.currencylabel1.LabelProp = global::Mono.Unix.Catalog.GetString("currencylabel1");
     this.yhboxSum.Add(this.currencylabel1);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.yhboxSum[this.currencylabel1]));
     w56.Position = 1;
     w56.Expand   = false;
     w56.Fill     = false;
     this.tableMain.Add(this.yhboxSum);
     global::Gtk.Table.TableChild w57 = ((global::Gtk.Table.TableChild)(this.tableMain[this.yhboxSum]));
     w57.TopAttach    = ((uint)(3));
     w57.BottomAttach = ((uint)(4));
     w57.LeftAttach   = ((uint)(1));
     w57.RightAttach  = ((uint)(2));
     w57.XOptions     = ((global::Gtk.AttachOptions)(0));
     w57.YOptions     = ((global::Gtk.AttachOptions)(4));
     w10.Add(this.tableMain);
     this.scrolledMain.Add(w10);
     this.vboxDialog.Add(this.scrolledMain);
     global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.vboxDialog[this.scrolledMain]));
     w60.Position = 1;
     this.Add(this.vboxDialog);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Beispiel #3
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget workwear.Views.Stock.IssueByIdentifierView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "workwear.Views.Stock.IssueByIdentifierView";
     // Container child workwear.Views.Stock.IssueByIdentifierView.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.eventboxStatus      = new global::Gamma.GtkWidgets.yEventBox();
     this.eventboxStatus.Name = "eventboxStatus";
     // Container child eventboxStatus.Gtk.Container+ContainerChild
     this.ylabelStatus           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelStatus.Name      = "ylabelStatus";
     this.ylabelStatus.LabelProp = global::Mono.Unix.Catalog.GetString("ylabel1");
     this.eventboxStatus.Add(this.ylabelStatus);
     this.hbox2.Add(this.eventboxStatus);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.eventboxStatus]));
     w2.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.checkSettings               = new global::Gamma.GtkWidgets.yCheckButton();
     this.checkSettings.CanFocus      = true;
     this.checkSettings.Name          = "checkSettings";
     this.checkSettings.Label         = global::Mono.Unix.Catalog.GetString("Настройка");
     this.checkSettings.DrawIndicator = false;
     this.checkSettings.UseUnderline  = true;
     this.hbox2.Add(this.checkSettings);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.checkSettings]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.yhbox1         = new global::Gamma.GtkWidgets.yHBox();
     this.yhbox1.Name    = "yhbox1";
     this.yhbox1.Spacing = 6;
     // Container child yhbox1.Gtk.Box+BoxChild
     this.labelFIO           = new global::Gamma.GtkWidgets.yLabel();
     this.labelFIO.Name      = "labelFIO";
     this.labelFIO.LabelProp = global::Mono.Unix.Catalog.GetString("ylabel1");
     this.labelFIO.UseMarkup = true;
     this.yhbox1.Add(this.labelFIO);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.yhbox1[this.labelFIO]));
     w5.Position = 0;
     // Container child yhbox1.Gtk.Box+BoxChild
     this.buttonCancel = new global::Gamma.GtkWidgets.yButton();
     this.buttonCancel.TooltipMarkup = "Отменить выдачу сотруднику";
     this.buttonCancel.CanFocus      = true;
     this.buttonCancel.Name          = "buttonCancel";
     this.buttonCancel.UseUnderline  = true;
     this.buttonCancel.Relief        = ((global::Gtk.ReliefStyle)(2));
     global::Gtk.Image w6 = new global::Gtk.Image();
     w6.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-cancel", global::Gtk.IconSize.LargeToolbar);
     this.buttonCancel.Image = w6;
     this.yhbox1.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.yhbox1[this.buttonCancel]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vbox2.Add(this.yhbox1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.yhbox1]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeItems          = new global::Gamma.GtkWidgets.yTreeView();
     this.treeItems.CanFocus = true;
     this.treeItems.Name     = "treeItems";
     this.GtkScrolledWindow.Add(this.treeItems);
     this.vbox2.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.GtkScrolledWindow]));
     w10.Position = 1;
     // Container child vbox2.Gtk.Box+BoxChild
     this.eventboxSuccessfully      = new global::Gamma.GtkWidgets.yEventBox();
     this.eventboxSuccessfully.Name = "eventboxSuccessfully";
     // Container child eventboxSuccessfully.Gtk.Container+ContainerChild
     this.labelSuccessfully           = new global::Gamma.GtkWidgets.yLabel();
     this.labelSuccessfully.Name      = "labelSuccessfully";
     this.labelSuccessfully.LabelProp = global::Mono.Unix.Catalog.GetString("ylabel1");
     this.labelSuccessfully.UseMarkup = true;
     this.eventboxSuccessfully.Add(this.labelSuccessfully);
     this.vbox2.Add(this.eventboxSuccessfully);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.eventboxSuccessfully]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hboxRecommendedActions         = new global::Gamma.GtkWidgets.yHBox();
     this.hboxRecommendedActions.Name    = "hboxRecommendedActions";
     this.hboxRecommendedActions.Spacing = 6;
     // Container child hboxRecommendedActions.Gtk.Box+BoxChild
     this.imageHand        = new global::Gamma.GtkWidgets.yImage();
     this.imageHand.Name   = "imageHand";
     this.imageHand.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("workwear.icon.art.hand-holding-rfid.png");
     this.hboxRecommendedActions.Add(this.imageHand);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hboxRecommendedActions[this.imageHand]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child hboxRecommendedActions.Gtk.Box+BoxChild
     this.labelRecommendedActions           = new global::Gamma.GtkWidgets.yLabel();
     this.labelRecommendedActions.Name      = "labelRecommendedActions";
     this.labelRecommendedActions.LabelProp = global::Mono.Unix.Catalog.GetString("ylabel1");
     this.labelRecommendedActions.UseMarkup = true;
     this.hboxRecommendedActions.Add(this.labelRecommendedActions);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hboxRecommendedActions[this.labelRecommendedActions]));
     w14.Position = 1;
     this.vbox2.Add(this.hboxRecommendedActions);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hboxRecommendedActions]));
     w15.Position = 3;
     w15.Expand   = false;
     w15.Fill     = false;
     this.hbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox2]));
     w16.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox1.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vseparator1]));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.tableSettings               = new global::Gamma.GtkWidgets.yTable();
     this.tableSettings.Name          = "tableSettings";
     this.tableSettings.NRows         = ((uint)(3));
     this.tableSettings.NColumns      = ((uint)(2));
     this.tableSettings.RowSpacing    = ((uint)(6));
     this.tableSettings.ColumnSpacing = ((uint)(6));
     // Container child tableSettings.Gtk.Table+TableChild
     this.comboDevice               = new global::Gamma.Widgets.yListComboBox();
     this.comboDevice.Name          = "comboDevice";
     this.comboDevice.AddIfNotExist = false;
     this.comboDevice.DefaultFirst  = true;
     this.tableSettings.Add(this.comboDevice);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.tableSettings[this.comboDevice]));
     w18.LeftAttach  = ((uint)(1));
     w18.RightAttach = ((uint)(2));
     w18.XOptions    = ((global::Gtk.AttachOptions)(4));
     w18.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.Gtk.Table+TableChild
     this.entityWarehouse        = new global::QS.Views.Control.EntityEntry();
     this.entityWarehouse.Events = ((global::Gdk.EventMask)(256));
     this.entityWarehouse.Name   = "entityWarehouse";
     this.tableSettings.Add(this.entityWarehouse);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.tableSettings[this.entityWarehouse]));
     w19.TopAttach    = ((uint)(2));
     w19.BottomAttach = ((uint)(3));
     w19.LeftAttach   = ((uint)(1));
     w19.RightAttach  = ((uint)(2));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.Gtk.Table+TableChild
     this.labelWarehouse           = new global::Gamma.GtkWidgets.yLabel();
     this.labelWarehouse.Name      = "labelWarehouse";
     this.labelWarehouse.Xalign    = 1F;
     this.labelWarehouse.LabelProp = global::Mono.Unix.Catalog.GetString("Склад выдачи:");
     this.tableSettings.Add(this.labelWarehouse);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.tableSettings[this.labelWarehouse]));
     w20.TopAttach    = ((uint)(2));
     w20.BottomAttach = ((uint)(3));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.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.tableSettings.Add(this.ylabel1);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.tableSettings[this.ylabel1]));
     w21.XOptions = ((global::Gtk.AttachOptions)(4));
     w21.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.Gtk.Table+TableChild
     this.ylabel2           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabel2.Name      = "ylabel2";
     this.ylabel2.Xalign    = 1F;
     this.ylabel2.Yalign    = 0F;
     this.ylabel2.LabelProp = global::Mono.Unix.Catalog.GetString("Типы карт:");
     this.tableSettings.Add(this.ylabel2);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.tableSettings[this.ylabel2]));
     w22.TopAttach    = ((uint)(1));
     w22.BottomAttach = ((uint)(2));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.Gtk.Table+TableChild
     this.ytreeviewCardTypes                = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewCardTypes.CanFocus       = true;
     this.ytreeviewCardTypes.Name           = "ytreeviewCardTypes";
     this.ytreeviewCardTypes.HeadersVisible = false;
     this.tableSettings.Add(this.ytreeviewCardTypes);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.tableSettings[this.ytreeviewCardTypes]));
     w23.TopAttach    = ((uint)(1));
     w23.BottomAttach = ((uint)(2));
     w23.LeftAttach   = ((uint)(1));
     w23.RightAttach  = ((uint)(2));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add(this.tableSettings);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.tableSettings]));
     w24.Position = 2;
     w24.Expand   = false;
     w24.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w25.Position = 1;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.buttonCancel.Clicked += new global::System.EventHandler(this.OnButtonCancelClicked);
 }