bazar.ExpenseSlip.Build C# (CSharp) Method

Build() protected method

protected Build ( ) : void
return void
        protected virtual void Build()
        {
            global::Stetic.Gui.Initialize (this);
            // Widget bazar.ExpenseSlip
            this.Name = "bazar.ExpenseSlip";
            this.Title = global::Mono.Unix.Catalog.GetString ("Новый расходный ордер");
            this.WindowPosition = ((global::Gtk.WindowPosition)(4));
            // Internal child bazar.ExpenseSlip.VBox
            global::Gtk.VBox w1 = this.VBox;
            w1.Name = "dialog1_VBox";
            w1.BorderWidth = ((uint)(2));
            // Container child dialog1_VBox.Gtk.Box+BoxChild
            this.vbox2 = new global::Gtk.VBox ();
            this.vbox2.Name = "vbox2";
            this.vbox2.Spacing = 6;
            // 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.table1 = new global::Gtk.Table (((uint)(5)), ((uint)(2)), false);
            this.table1.Name = "table1";
            this.table1.RowSpacing = ((uint)(6));
            this.table1.ColumnSpacing = ((uint)(6));
            this.table1.BorderWidth = ((uint)(3));
            // Container child table1.Gtk.Table+TableChild
            this.comboCash = new global::Gtk.ComboBox ();
            this.comboCash.Name = "comboCash";
            this.table1.Add (this.comboCash);
            global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboCash]));
            w2.TopAttach = ((uint)(2));
            w2.BottomAttach = ((uint)(3));
            w2.LeftAttach = ((uint)(1));
            w2.RightAttach = ((uint)(2));
            w2.XOptions = ((global::Gtk.AttachOptions)(4));
            w2.YOptions = ((global::Gtk.AttachOptions)(4));
            // Container child table1.Gtk.Table+TableChild
            this.comboOperation = global::Gtk.ComboBox.NewText ();
            this.comboOperation.AppendText (global::Mono.Unix.Catalog.GetString ("Прочая выдача"));
            this.comboOperation.AppendText (global::Mono.Unix.Catalog.GetString ("Выдача подотчетному лицу"));
            this.comboOperation.Name = "comboOperation";
            this.comboOperation.Active = 0;
            this.table1.Add (this.comboOperation);
            global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboOperation]));
            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.comboOrg = new global::Gtk.ComboBox ();
            this.comboOrg.Name = "comboOrg";
            this.table1.Add (this.comboOrg);
            global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboOrg]));
            w4.TopAttach = ((uint)(1));
            w4.BottomAttach = ((uint)(2));
            w4.LeftAttach = ((uint)(1));
            w4.RightAttach = ((uint)(2));
            w4.XOptions = ((global::Gtk.AttachOptions)(4));
            w4.YOptions = ((global::Gtk.AttachOptions)(4));
            // Container child table1.Gtk.Table+TableChild
            this.hbox3 = new global::Gtk.HBox ();
            this.hbox3.Name = "hbox3";
            this.hbox3.Spacing = 6;
            // Container child hbox3.Gtk.Box+BoxChild
            this.entryContractor = new global::Gtk.Entry ();
            this.entryContractor.CanFocus = true;
            this.entryContractor.Name = "entryContractor";
            this.entryContractor.IsEditable = false;
            this.entryContractor.InvisibleChar = '●';
            this.hbox3.Add (this.entryContractor);
            global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.entryContractor]));
            w5.Position = 0;
            // Container child hbox3.Gtk.Box+BoxChild
            this.buttonContractorEdit = new global::Gtk.Button ();
            this.buttonContractorEdit.TooltipMarkup = "Выбрать контрагента";
            this.buttonContractorEdit.CanFocus = true;
            this.buttonContractorEdit.Name = "buttonContractorEdit";
            this.buttonContractorEdit.UseUnderline = true;
            global::Gtk.Image w6 = new global::Gtk.Image ();
            w6.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-edit", global::Gtk.IconSize.Menu);
            this.buttonContractorEdit.Image = w6;
            this.hbox3.Add (this.buttonContractorEdit);
            global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.buttonContractorEdit]));
            w7.Position = 1;
            w7.Expand = false;
            w7.Fill = false;
            this.table1.Add (this.hbox3);
            global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox3]));
            w8.TopAttach = ((uint)(3));
            w8.BottomAttach = ((uint)(4));
            w8.LeftAttach = ((uint)(1));
            w8.RightAttach = ((uint)(2));
            w8.XOptions = ((global::Gtk.AttachOptions)(4));
            w8.YOptions = ((global::Gtk.AttachOptions)(4));
            // Container child table1.Gtk.Table+TableChild
            this.hbox4 = new global::Gtk.HBox ();
            this.hbox4.Name = "hbox4";
            this.hbox4.Spacing = 6;
            // Container child hbox4.Gtk.Box+BoxChild
            this.entryAccountable = new global::Gtk.Entry ();
            this.entryAccountable.CanFocus = true;
            this.entryAccountable.Name = "entryAccountable";
            this.entryAccountable.IsEditable = false;
            this.entryAccountable.InvisibleChar = '●';
            this.hbox4.Add (this.entryAccountable);
            global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.entryAccountable]));
            w9.Position = 0;
            // Container child hbox4.Gtk.Box+BoxChild
            this.buttonAccountableEdit = new global::Gtk.Button ();
            this.buttonAccountableEdit.CanFocus = true;
            this.buttonAccountableEdit.Name = "buttonAccountableEdit";
            this.buttonAccountableEdit.UseUnderline = true;
            global::Gtk.Image w10 = new global::Gtk.Image ();
            w10.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-edit", global::Gtk.IconSize.Menu);
            this.buttonAccountableEdit.Image = w10;
            this.hbox4.Add (this.buttonAccountableEdit);
            global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.buttonAccountableEdit]));
            w11.Position = 1;
            w11.Expand = false;
            w11.Fill = false;
            this.table1.Add (this.hbox4);
            global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox4]));
            w12.TopAttach = ((uint)(4));
            w12.BottomAttach = ((uint)(5));
            w12.LeftAttach = ((uint)(1));
            w12.RightAttach = ((uint)(2));
            w12.XOptions = ((global::Gtk.AttachOptions)(4));
            w12.YOptions = ((global::Gtk.AttachOptions)(4));
            // Container child table1.Gtk.Table+TableChild
            this.label10 = new global::Gtk.Label ();
            this.label10.Name = "label10";
            this.label10.Xalign = 1F;
            this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Вид операции:</b>");
            this.label10.UseMarkup = true;
            this.table1.Add (this.label10);
            global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.label10]));
            w13.XOptions = ((global::Gtk.AttachOptions)(4));
            w13.YOptions = ((global::Gtk.AttachOptions)(4));
            // Container child table1.Gtk.Table+TableChild
            this.label3 = new global::Gtk.Label ();
            this.label3.Name = "label3";
            this.label3.Xalign = 1F;
            this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Организация<span foreground=\"red\">*</span>:");
            this.label3.UseMarkup = true;
            this.table1.Add (this.label3);
            global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
            w14.TopAttach = ((uint)(1));
            w14.BottomAttach = ((uint)(2));
            w14.XOptions = ((global::Gtk.AttachOptions)(4));
            w14.YOptions = ((global::Gtk.AttachOptions)(4));
            // Container child table1.Gtk.Table+TableChild
            this.label4 = new global::Gtk.Label ();
            this.label4.Name = "label4";
            this.label4.Xalign = 1F;
            this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Касса<span foreground=\"red\">*</span>:");
            this.label4.UseMarkup = true;
            this.table1.Add (this.label4);
            global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
            w15.TopAttach = ((uint)(2));
            w15.BottomAttach = ((uint)(3));
            w15.XOptions = ((global::Gtk.AttachOptions)(4));
            w15.YOptions = ((global::Gtk.AttachOptions)(4));
            // Container child table1.Gtk.Table+TableChild
            this.label5 = new global::Gtk.Label ();
            this.label5.Name = "label5";
            this.label5.Xalign = 1F;
            this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Контрагент:");
            this.label5.UseMarkup = true;
            this.table1.Add (this.label5);
            global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
            w16.TopAttach = ((uint)(3));
            w16.BottomAttach = ((uint)(4));
            w16.XOptions = ((global::Gtk.AttachOptions)(4));
            w16.YOptions = ((global::Gtk.AttachOptions)(4));
            // Container child table1.Gtk.Table+TableChild
            this.labelAccountable = new global::Gtk.Label ();
            this.labelAccountable.Name = "labelAccountable";
            this.labelAccountable.Xalign = 1F;
            this.labelAccountable.LabelProp = global::Mono.Unix.Catalog.GetString ("Получатель:");
            this.labelAccountable.UseMarkup = true;
            this.table1.Add (this.labelAccountable);
            global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelAccountable]));
            w17.TopAttach = ((uint)(4));
            w17.BottomAttach = ((uint)(5));
            w17.XOptions = ((global::Gtk.AttachOptions)(4));
            w17.YOptions = ((global::Gtk.AttachOptions)(4));
            this.hbox1.Add (this.table1);
            global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.table1]));
            w18.Position = 0;
            w18.Expand = false;
            w18.Fill = false;
            // Container child hbox1.Gtk.Box+BoxChild
            this.table2 = new global::Gtk.Table (((uint)(5)), ((uint)(2)), false);
            this.table2.Name = "table2";
            this.table2.RowSpacing = ((uint)(6));
            this.table2.ColumnSpacing = ((uint)(6));
            this.table2.BorderWidth = ((uint)(3));
            // Container child table2.Gtk.Table+TableChild
            this.dateSlip = new global::QSWidgetLib.DatePicker ();
            this.dateSlip.Sensitive = false;
            this.dateSlip.Events = ((global::Gdk.EventMask)(256));
            this.dateSlip.Name = "dateSlip";
            this.dateSlip.Date = new global::System.DateTime (0);
            this.dateSlip.IsEditable = true;
            this.dateSlip.AutoSeparation = true;
            this.table2.Add (this.dateSlip);
            global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.dateSlip]));
            w19.TopAttach = ((uint)(1));
            w19.BottomAttach = ((uint)(2));
            w19.LeftAttach = ((uint)(1));
            w19.RightAttach = ((uint)(2));
            w19.XOptions = ((global::Gtk.AttachOptions)(4));
            w19.YOptions = ((global::Gtk.AttachOptions)(4));
            // Container child table2.Gtk.Table+TableChild
            this.entryNumber = new global::Gtk.Entry ();
            this.entryNumber.Sensitive = false;
            this.entryNumber.CanFocus = true;
            this.entryNumber.Name = "entryNumber";
            this.entryNumber.Text = global::Mono.Unix.Catalog.GetString ("Не назначен");
            this.entryNumber.IsEditable = false;
            this.entryNumber.InvisibleChar = '●';
            this.table2.Add (this.entryNumber);
            global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryNumber]));
            w20.LeftAttach = ((uint)(1));
            w20.RightAttach = ((uint)(2));
            w20.YOptions = ((global::Gtk.AttachOptions)(4));
            // Container child table2.Gtk.Table+TableChild
            this.entryUser = new global::Gtk.Entry ();
            this.entryUser.Sensitive = false;
            this.entryUser.CanFocus = true;
            this.entryUser.Name = "entryUser";
            this.entryUser.IsEditable = true;
            this.entryUser.InvisibleChar = '●';
            this.table2.Add (this.entryUser);
            global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryUser]));
            w21.TopAttach = ((uint)(2));
            w21.BottomAttach = ((uint)(3));
            w21.LeftAttach = ((uint)(1));
            w21.RightAttach = ((uint)(2));
            w21.XOptions = ((global::Gtk.AttachOptions)(4));
            w21.YOptions = ((global::Gtk.AttachOptions)(4));
            // Container child table2.Gtk.Table+TableChild
            this.hbox5 = new global::Gtk.HBox ();
            this.hbox5.Name = "hbox5";
            this.hbox5.Spacing = 6;
            // Container child hbox5.Gtk.Box+BoxChild
            this.entryExpense = new global::Gtk.Entry ();
            this.entryExpense.CanFocus = true;
            this.entryExpense.Name = "entryExpense";
            this.entryExpense.IsEditable = false;
            this.entryExpense.InvisibleChar = '●';
            this.hbox5.Add (this.entryExpense);
            global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.entryExpense]));
            w22.Position = 0;
            // Container child hbox5.Gtk.Box+BoxChild
            this.buttonExpense = new global::Gtk.Button ();
            this.buttonExpense.CanFocus = true;
            this.buttonExpense.Name = "buttonExpense";
            this.buttonExpense.UseUnderline = true;
            global::Gtk.Image w23 = new global::Gtk.Image ();
            w23.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-edit", global::Gtk.IconSize.Menu);
            this.buttonExpense.Image = w23;
            this.hbox5.Add (this.buttonExpense);
            global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.buttonExpense]));
            w24.Position = 1;
            w24.Expand = false;
            w24.Fill = false;
            this.table2.Add (this.hbox5);
            global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table2 [this.hbox5]));
            w25.TopAttach = ((uint)(3));
            w25.BottomAttach = ((uint)(4));
            w25.LeftAttach = ((uint)(1));
            w25.RightAttach = ((uint)(2));
            w25.XOptions = ((global::Gtk.AttachOptions)(4));
            w25.YOptions = ((global::Gtk.AttachOptions)(4));
            // Container child table2.Gtk.Table+TableChild
            this.label2 = new global::Gtk.Label ();
            this.label2.Name = "label2";
            this.label2.Xalign = 1F;
            this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Номер ордера:");
            this.table2.Add (this.label2);
            global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table2 [this.label2]));
            w26.XOptions = ((global::Gtk.AttachOptions)(4));
            w26.YOptions = ((global::Gtk.AttachOptions)(4));
            // Container child table2.Gtk.Table+TableChild
            this.label6 = new global::Gtk.Label ();
            this.label6.Name = "label6";
            this.label6.Xalign = 1F;
            this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Дата документа:");
            this.table2.Add (this.label6);
            global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table2 [this.label6]));
            w27.TopAttach = ((uint)(1));
            w27.BottomAttach = ((uint)(2));
            w27.XOptions = ((global::Gtk.AttachOptions)(4));
            w27.YOptions = ((global::Gtk.AttachOptions)(4));
            // Container child table2.Gtk.Table+TableChild
            this.label7 = new global::Gtk.Label ();
            this.label7.Name = "label7";
            this.label7.Xalign = 1F;
            this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Пользователь:");
            this.table2.Add (this.label7);
            global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table2 [this.label7]));
            w28.TopAttach = ((uint)(2));
            w28.BottomAttach = ((uint)(3));
            w28.XOptions = ((global::Gtk.AttachOptions)(4));
            w28.YOptions = ((global::Gtk.AttachOptions)(4));
            // Container child table2.Gtk.Table+TableChild
            this.label9 = new global::Gtk.Label ();
            this.label9.Name = "label9";
            this.label9.Xalign = 1F;
            this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("Сумма<span foreground=\"red\">*</span>:");
            this.label9.UseMarkup = true;
            this.table2.Add (this.label9);
            global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table2 [this.label9]));
            w29.TopAttach = ((uint)(4));
            w29.BottomAttach = ((uint)(5));
            w29.XOptions = ((global::Gtk.AttachOptions)(4));
            w29.YOptions = ((global::Gtk.AttachOptions)(4));
            // Container child table2.Gtk.Table+TableChild
            this.labelExpenseItem = new global::Gtk.Label ();
            this.labelExpenseItem.Name = "labelExpenseItem";
            this.labelExpenseItem.Xalign = 1F;
            this.labelExpenseItem.LabelProp = global::Mono.Unix.Catalog.GetString ("Статья расхода<span foreground=\"red\">*</span>:");
            this.labelExpenseItem.UseMarkup = true;
            this.table2.Add (this.labelExpenseItem);
            global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table2 [this.labelExpenseItem]));
            w30.TopAttach = ((uint)(3));
            w30.BottomAttach = ((uint)(4));
            w30.XOptions = ((global::Gtk.AttachOptions)(4));
            w30.YOptions = ((global::Gtk.AttachOptions)(4));
            // Container child table2.Gtk.Table+TableChild
            this.spinSum = new global::Gtk.SpinButton (0, 100000000, 100);
            this.spinSum.CanFocus = true;
            this.spinSum.Name = "spinSum";
            this.spinSum.Adjustment.PageIncrement = 1000;
            this.spinSum.ClimbRate = 1;
            this.spinSum.Digits = ((uint)(2));
            this.spinSum.Numeric = true;
            this.table2.Add (this.spinSum);
            global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table2 [this.spinSum]));
            w31.TopAttach = ((uint)(4));
            w31.BottomAttach = ((uint)(5));
            w31.LeftAttach = ((uint)(1));
            w31.RightAttach = ((uint)(2));
            w31.XOptions = ((global::Gtk.AttachOptions)(4));
            w31.YOptions = ((global::Gtk.AttachOptions)(4));
            this.hbox1.Add (this.table2);
            global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.table2]));
            w32.Position = 1;
            this.vbox2.Add (this.hbox1);
            global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
            w33.Position = 0;
            w33.Expand = false;
            w33.Fill = false;
            // Container child vbox2.Gtk.Box+BoxChild
            this.label1 = new global::Gtk.Label ();
            this.label1.Name = "label1";
            this.label1.Xalign = 0F;
            this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Основание:");
            this.vbox2.Add (this.label1);
            global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
            w34.Position = 1;
            w34.Expand = false;
            w34.Fill = false;
            // Container child vbox2.Gtk.Box+BoxChild
            this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
            this.GtkScrolledWindow.Name = "GtkScrolledWindow";
            this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
            this.GtkScrolledWindow.BorderWidth = ((uint)(3));
            // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
            this.textviewDetails = new global::Gtk.TextView ();
            this.textviewDetails.CanFocus = true;
            this.textviewDetails.Name = "textviewDetails";
            this.textviewDetails.AcceptsTab = false;
            this.textviewDetails.WrapMode = ((global::Gtk.WrapMode)(2));
            this.GtkScrolledWindow.Add (this.textviewDetails);
            this.vbox2.Add (this.GtkScrolledWindow);
            global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
            w36.Position = 2;
            w1.Add (this.vbox2);
            global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
            w37.Position = 0;
            // Internal child bazar.ExpenseSlip.ActionArea
            global::Gtk.HButtonBox w38 = this.ActionArea;
            w38.Name = "dialog1_ActionArea";
            w38.Spacing = 10;
            w38.BorderWidth = ((uint)(5));
            w38.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
            // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
            this.buttonPrint = new global::Gtk.Button ();
            this.buttonPrint.Sensitive = false;
            this.buttonPrint.CanFocus = true;
            this.buttonPrint.Name = "buttonPrint";
            this.buttonPrint.UseUnderline = true;
            this.buttonPrint.Label = global::Mono.Unix.Catalog.GetString ("Печать");
            global::Gtk.Image w39 = new global::Gtk.Image ();
            w39.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-print", global::Gtk.IconSize.Button);
            this.buttonPrint.Image = w39;
            this.AddActionWidget (this.buttonPrint, 0);
            global::Gtk.ButtonBox.ButtonBoxChild w40 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w38 [this.buttonPrint]));
            w40.Expand = false;
            w40.Fill = false;
            // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
            this.buttonCancel = new global::Gtk.Button ();
            this.buttonCancel.CanDefault = true;
            this.buttonCancel.CanFocus = true;
            this.buttonCancel.Name = "buttonCancel";
            this.buttonCancel.UseUnderline = true;
            this.buttonCancel.Label = global::Mono.Unix.Catalog.GetString ("О_тменить");
            global::Gtk.Image w41 = new global::Gtk.Image ();
            w41.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-cancel", global::Gtk.IconSize.Menu);
            this.buttonCancel.Image = w41;
            this.AddActionWidget (this.buttonCancel, -6);
            global::Gtk.ButtonBox.ButtonBoxChild w42 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w38 [this.buttonCancel]));
            w42.Position = 1;
            w42.Expand = false;
            w42.Fill = false;
            // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
            this.buttonOk = new global::Gtk.Button ();
            this.buttonOk.Sensitive = false;
            this.buttonOk.CanDefault = true;
            this.buttonOk.CanFocus = true;
            this.buttonOk.Name = "buttonOk";
            this.buttonOk.UseUnderline = true;
            this.buttonOk.Label = global::Mono.Unix.Catalog.GetString ("_OK");
            global::Gtk.Image w43 = new global::Gtk.Image ();
            w43.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-ok", global::Gtk.IconSize.Menu);
            this.buttonOk.Image = w43;
            this.AddActionWidget (this.buttonOk, -5);
            global::Gtk.ButtonBox.ButtonBoxChild w44 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w38 [this.buttonOk]));
            w44.Position = 2;
            w44.Expand = false;
            w44.Fill = false;
            if ((this.Child != null)) {
                this.Child.ShowAll ();
            }
            this.DefaultWidth = 682;
            this.DefaultHeight = 340;
            this.Show ();
            this.buttonAccountableEdit.Clicked += new global::System.EventHandler (this.OnButtonAccountableEditClicked);
            this.buttonContractorEdit.Clicked += new global::System.EventHandler (this.OnButtonContractorEditClicked);
            this.comboOrg.Changed += new global::System.EventHandler (this.OnComboOrgChanged);
            this.comboOperation.Changed += new global::System.EventHandler (this.OnComboOperationChanged);
            this.comboCash.Changed += new global::System.EventHandler (this.OnComboCashChanged);
            this.spinSum.ValueChanged += new global::System.EventHandler (this.OnSpinSumValueChanged);
            this.spinSum.ChangeValue += new global::Gtk.ChangeValueHandler (this.OnSpinSumChangeValue);
            this.buttonExpense.Clicked += new global::System.EventHandler (this.OnButtonExpenseClicked);
            this.buttonPrint.Clicked += new global::System.EventHandler (this.OnButtonPrintClicked);
            this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
        }