Exemplo n.º 1
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.fixed1           = new global::Gtk.Fixed();
     this.fixed1.Name      = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.button1              = new global::Gtk.Button();
     this.button1.CanFocus     = true;
     this.button1.Name         = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label        = global::Mono.Unix.Catalog.GetString("Calculate");
     this.fixed1.Add(this.button1);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.button1]));
     w1.X = 5;
     w1.Y = 3;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.result           = new global::Gtk.Label();
     this.result.Name      = "result";
     this.result.LabelProp = global::Mono.Unix.Catalog.GetString("Result: ");
     this.fixed1.Add(this.result);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.result]));
     w2.X = 9;
     w2.Y = 43;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.spinbutton1          = new global::Gtk.SpinButton(1D, 100D, 1D);
     this.spinbutton1.CanFocus = true;
     this.spinbutton1.Name     = "spinbutton1";
     this.spinbutton1.Adjustment.PageIncrement = 10D;
     this.spinbutton1.ClimbRate = 1D;
     this.spinbutton1.Numeric   = true;
     this.spinbutton1.Value     = 1D;
     this.fixed1.Add(this.spinbutton1);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.spinbutton1]));
     w3.X = 88;
     w3.Y = 3;
     this.Add(this.fixed1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 157;
     this.DefaultHeight = 69;
     this.Show();
     this.DeleteEvent      += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.button1.Released += new global::System.EventHandler(this.Calculate);
 }
Exemplo n.º 2
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Translators.InputIDDialog
     this.Name           = "Translators.InputIDDialog";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child Translators.InputIDDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.numericField          = new global::Gtk.SpinButton(0, 2147483647, 1);
     this.numericField.CanFocus = true;
     this.numericField.Name     = "numericField";
     this.numericField.Adjustment.PageIncrement = 10;
     this.numericField.ClimbRate = 10000000;
     this.numericField.Numeric   = true;
     w1.Add(this.numericField);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(w1 [this.numericField]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Internal child Translators.InputIDDialog.ActionArea
     global::Gtk.HButtonBox w3 = this.ActionArea;
     w3.Name        = "dialog1_ActionArea";
     w3.Spacing     = 10;
     w3.BorderWidth = ((uint)(5));
     w3.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-ok";
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3 [this.buttonOk]));
     w4.Expand = false;
     w4.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 244;
     this.DefaultHeight = 70;
     this.Show();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget meticulus.controls.gtk.int_settings_viewer
			global::Stetic.BinContainer.Attach (this);
			this.Name = "meticulus.controls.gtk.int_settings_viewer";
			// Container child meticulus.controls.gtk.int_settings_viewer.Gtk.Container+ContainerChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.name_label = new global::Gtk.Label ();
			this.name_label.Name = "name_label";
			this.vbox3.Add (this.name_label);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.name_label]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.spinbutton1 = new global::Gtk.SpinButton (0, 65536, 1);
			this.spinbutton1.CanFocus = true;
			this.spinbutton1.Name = "spinbutton1";
			this.spinbutton1.Adjustment.PageIncrement = 1;
			this.spinbutton1.ClimbRate = 1;
			this.spinbutton1.Numeric = true;
			this.spinbutton1.Value = 8080;
			this.vbox3.Add (this.spinbutton1);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.spinbutton1]));
			w2.Position = 1;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.desc_label = new global::Gtk.Label ();
			this.desc_label.Name = "desc_label";
			this.vbox3.Add (this.desc_label);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.desc_label]));
			w3.Position = 2;
			w3.Expand = false;
			w3.Fill = false;
			this.Add (this.vbox3);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
Exemplo n.º 4
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.fixed1 = new global::Gtk.Fixed ();
     this.fixed1.Name = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.checkbutton2 = new global::Gtk.CheckButton ();
     this.checkbutton2.CanFocus = true;
     this.checkbutton2.Name = "checkbutton2";
     this.checkbutton2.Label = global::Mono.Unix.Catalog.GetString ("Run HTTP server on port:");
     this.checkbutton2.Active = true;
     this.checkbutton2.DrawIndicator = true;
     this.checkbutton2.UseUnderline = true;
     this.fixed1.Add (this.checkbutton2);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.checkbutton2]));
     w1.X = 32;
     w1.Y = 25;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.spinbutton1 = new global::Gtk.SpinButton (1024, 99999, 1);
     this.spinbutton1.CanFocus = true;
     this.spinbutton1.Name = "spinbutton1";
     this.spinbutton1.Adjustment.PageIncrement = 10;
     this.spinbutton1.ClimbRate = 1;
     this.spinbutton1.Numeric = true;
     this.spinbutton1.Value = 1024;
     this.fixed1.Add (this.spinbutton1);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.spinbutton1]));
     w2.X = 205;
     w2.Y = 24;
     this.Add (this.fixed1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 516;
     this.DefaultHeight = 371;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
Exemplo n.º 5
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Scoreboard.Settings
     this.Name           = "Scoreboard.Settings";
     this.Title          = global::Mono.Unix.Catalog.GetString("Settings");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.DefaultWidth   = 800;
     this.DefaultHeight  = 480;
     // Container child Scoreboard.Settings.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(3)), ((uint)(2)), true);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Number of Laps Per Race");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w1.XOptions = ((global::Gtk.AttachOptions)(4));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spinbuttonLaps          = new global::Gtk.SpinButton(5, 100, 1);
     this.spinbuttonLaps.CanFocus = true;
     this.spinbuttonLaps.Name     = "spinbuttonLaps";
     this.spinbuttonLaps.Adjustment.PageIncrement = 10;
     this.spinbuttonLaps.ClimbRate = 1;
     this.spinbuttonLaps.Numeric   = true;
     this.spinbuttonLaps.Value     = 5;
     this.table1.Add(this.spinbuttonLaps);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.spinbuttonLaps]));
     w2.LeftAttach  = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.XOptions    = ((global::Gtk.AttachOptions)(4));
     w2.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.Add(this.table1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.spinbuttonLaps.Changed += new global::System.EventHandler(this.OnSpinbuttonLapsChanged);
 }
Exemplo n.º 6
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget vsts.SourcePathControl
     global::Stetic.BinContainer.Attach (this);
     this.Name = "vsts.SourcePathControl";
     // Container child vsts.SourcePathControl.Gtk.Container+ContainerChild
     this.spinbutton = new global::Gtk.SpinButton (0, 100, 0.01);
     this.spinbutton.CanFocus = true;
     this.spinbutton.Name = "spinbutton";
     this.spinbutton.Adjustment.PageIncrement = 10;
     this.spinbutton.ClimbRate = 1;
     this.spinbutton.Numeric = true;
     this.Add (this.spinbutton);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.spinbutton.ValueChanged += new global::System.EventHandler (this.OnSpinbuttonValueChanged);
 }
Exemplo n.º 7
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget QSOrmProject.DisableSpinButton
     global::Stetic.BinContainer.Attach(this);
     this.Name = "QSOrmProject.DisableSpinButton";
     // Container child QSOrmProject.DisableSpinButton.Gtk.Container+ContainerChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.check               = new global::Gtk.CheckButton();
     this.check.CanFocus      = true;
     this.check.Name          = "check";
     this.check.Label         = "";
     this.check.DrawIndicator = true;
     this.check.UseUnderline  = true;
     this.hbox1.Add(this.check);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.check]));
     w1.Position = 0;
     w1.Expand   = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.spinbutton           = new global::Gtk.SpinButton(0, 100, 1);
     this.spinbutton.Sensitive = false;
     this.spinbutton.CanFocus  = true;
     this.spinbutton.Name      = "spinbutton";
     this.spinbutton.Adjustment.PageIncrement = 10;
     this.spinbutton.ClimbRate = 1;
     this.spinbutton.Numeric   = true;
     this.hbox1.Add(this.spinbutton);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.spinbutton]));
     w2.Position = 1;
     this.Add(this.hbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.check.Toggled           += new global::System.EventHandler(this.OnCheckToggled);
     this.spinbutton.ValueChanged += new global::System.EventHandler(this.OnSpinbuttonValueChanged);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget QSOrmProject.DisableSpinButton
     global::Stetic.BinContainer.Attach (this);
     this.Name = "QSOrmProject.DisableSpinButton";
     // Container child QSOrmProject.DisableSpinButton.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.check = new global::Gtk.CheckButton ();
     this.check.CanFocus = true;
     this.check.Name = "check";
     this.check.Label = "";
     this.check.DrawIndicator = true;
     this.check.UseUnderline = true;
     this.hbox1.Add (this.check);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.check]));
     w1.Position = 0;
     w1.Expand = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.spinbutton = new global::Gtk.SpinButton (0, 100, 1);
     this.spinbutton.Sensitive = false;
     this.spinbutton.CanFocus = true;
     this.spinbutton.Name = "spinbutton";
     this.spinbutton.Adjustment.PageIncrement = 10;
     this.spinbutton.ClimbRate = 1;
     this.spinbutton.Numeric = true;
     this.hbox1.Add (this.spinbutton);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.spinbutton]));
     w2.Position = 1;
     this.Add (this.hbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.check.Toggled += new global::System.EventHandler (this.OnCheckToggled);
     this.spinbutton.ValueChanged += new global::System.EventHandler (this.OnSpinbuttonValueChanged);
 }
Exemplo n.º 9
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget bazar.IncomeSlip
     this.Name = "bazar.IncomeSlip";
     this.Title = global::Mono.Unix.Catalog.GetString ("Новый приходный ордер");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child bazar.IncomeSlip.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)(7)), ((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.comboAccrual = new global::Gtk.ComboBox ();
     this.comboAccrual.Name = "comboAccrual";
     this.table1.Add (this.comboAccrual);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboAccrual]));
     w2.TopAttach = ((uint)(5));
     w2.BottomAttach = ((uint)(6));
     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.comboCash = new global::Gtk.ComboBox ();
     this.comboCash.Name = "comboCash";
     this.table1.Add (this.comboCash);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboCash]));
     w3.TopAttach = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.LeftAttach = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.comboContract = new global::Gtk.ComboBox ();
     this.comboContract.Name = "comboContract";
     this.table1.Add (this.comboContract);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboContract]));
     w4.TopAttach = ((uint)(4));
     w4.BottomAttach = ((uint)(5));
     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.comboOperation = global::Gtk.ComboBox.NewText ();
     this.comboOperation.AppendText (global::Mono.Unix.Catalog.GetString ("Прочий приход"));
     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 w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboOperation]));
     w5.LeftAttach = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.comboOrg = new global::Gtk.ComboBox ();
     this.comboOrg.Name = "comboOrg";
     this.table1.Add (this.comboOrg);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboOrg]));
     w6.TopAttach = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.LeftAttach = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hboxAccountable = new global::Gtk.HBox ();
     this.hboxAccountable.Name = "hboxAccountable";
     this.hboxAccountable.Spacing = 6;
     // Container child hboxAccountable.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.hboxAccountable.Add (this.entryAccountable);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hboxAccountable [this.entryAccountable]));
     w7.Position = 0;
     // Container child hboxAccountable.Gtk.Box+BoxChild
     this.buttonAccountableEdit = new global::Gtk.Button ();
     this.buttonAccountableEdit.CanFocus = true;
     this.buttonAccountableEdit.Name = "buttonAccountableEdit";
     this.buttonAccountableEdit.UseUnderline = true;
     global::Gtk.Image w8 = new global::Gtk.Image ();
     w8.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-edit", global::Gtk.IconSize.Menu);
     this.buttonAccountableEdit.Image = w8;
     this.hboxAccountable.Add (this.buttonAccountableEdit);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hboxAccountable [this.buttonAccountableEdit]));
     w9.Position = 1;
     w9.Expand = false;
     w9.Fill = false;
     this.table1.Add (this.hboxAccountable);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.hboxAccountable]));
     w10.TopAttach = ((uint)(6));
     w10.BottomAttach = ((uint)(7));
     w10.LeftAttach = ((uint)(1));
     w10.RightAttach = ((uint)(2));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hboxLessee = new global::Gtk.HBox ();
     this.hboxLessee.Name = "hboxLessee";
     this.hboxLessee.Spacing = 6;
     // Container child hboxLessee.Gtk.Box+BoxChild
     this.entryLessee = new global::Gtk.Entry ();
     this.entryLessee.CanFocus = true;
     this.entryLessee.Name = "entryLessee";
     this.entryLessee.IsEditable = false;
     this.entryLessee.InvisibleChar = '●';
     this.hboxLessee.Add (this.entryLessee);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hboxLessee [this.entryLessee]));
     w11.Position = 0;
     // Container child hboxLessee.Gtk.Box+BoxChild
     this.buttonLesseeEdit = new global::Gtk.Button ();
     this.buttonLesseeEdit.TooltipMarkup = "Выбрать контрагента";
     this.buttonLesseeEdit.CanFocus = true;
     this.buttonLesseeEdit.Name = "buttonLesseeEdit";
     this.buttonLesseeEdit.UseUnderline = true;
     global::Gtk.Image w12 = new global::Gtk.Image ();
     w12.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-edit", global::Gtk.IconSize.Menu);
     this.buttonLesseeEdit.Image = w12;
     this.hboxLessee.Add (this.buttonLesseeEdit);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hboxLessee [this.buttonLesseeEdit]));
     w13.Position = 1;
     w13.Expand = false;
     w13.Fill = false;
     this.table1.Add (this.hboxLessee);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.hboxLessee]));
     w14.TopAttach = ((uint)(3));
     w14.BottomAttach = ((uint)(4));
     w14.LeftAttach = ((uint)(1));
     w14.RightAttach = ((uint)(2));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label11 = new global::Gtk.Label ();
     this.label11.Name = "label11";
     this.label11.Xalign = 1F;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Вид операции:</b>");
     this.label11.UseMarkup = true;
     this.table1.Add (this.label11);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.label11]));
     w15.XOptions = ((global::Gtk.AttachOptions)(4));
     w15.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 w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w16.TopAttach = ((uint)(1));
     w16.BottomAttach = ((uint)(2));
     w16.XOptions = ((global::Gtk.AttachOptions)(4));
     w16.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.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 w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w17.TopAttach = ((uint)(2));
     w17.BottomAttach = ((uint)(3));
     w17.XOptions = ((global::Gtk.AttachOptions)(4));
     w17.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelAccountable = new global::Gtk.Label ();
     this.labelAccountable.Name = "labelAccountable";
     this.labelAccountable.LabelProp = global::Mono.Unix.Catalog.GetString ("Подотчетное лицо<span foreground=\"red\">*</span>:");
     this.labelAccountable.UseMarkup = true;
     this.table1.Add (this.labelAccountable);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelAccountable]));
     w18.TopAttach = ((uint)(6));
     w18.BottomAttach = ((uint)(7));
     w18.XOptions = ((global::Gtk.AttachOptions)(4));
     w18.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelAccrual = new global::Gtk.Label ();
     this.labelAccrual.Name = "labelAccrual";
     this.labelAccrual.Xalign = 1F;
     this.labelAccrual.LabelProp = global::Mono.Unix.Catalog.GetString ("По начислению<span foreground=\"red\">*</span>:");
     this.labelAccrual.UseMarkup = true;
     this.table1.Add (this.labelAccrual);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelAccrual]));
     w19.TopAttach = ((uint)(5));
     w19.BottomAttach = ((uint)(6));
     w19.XOptions = ((global::Gtk.AttachOptions)(4));
     w19.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelContract = new global::Gtk.Label ();
     this.labelContract.Name = "labelContract";
     this.labelContract.Xalign = 1F;
     this.labelContract.LabelProp = global::Mono.Unix.Catalog.GetString ("Договор:");
     this.table1.Add (this.labelContract);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelContract]));
     w20.TopAttach = ((uint)(4));
     w20.BottomAttach = ((uint)(5));
     w20.XOptions = ((global::Gtk.AttachOptions)(4));
     w20.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelLessee = new global::Gtk.Label ();
     this.labelLessee.Name = "labelLessee";
     this.labelLessee.Xalign = 1F;
     this.labelLessee.LabelProp = global::Mono.Unix.Catalog.GetString ("Арендатор<span foreground=\"red\">*</span>:");
     this.labelLessee.UseMarkup = true;
     this.table1.Add (this.labelLessee);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelLessee]));
     w21.TopAttach = ((uint)(3));
     w21.BottomAttach = ((uint)(4));
     w21.XOptions = ((global::Gtk.AttachOptions)(4));
     w21.YOptions = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add (this.table1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.table1]));
     w22.Position = 0;
     w22.Expand = false;
     w22.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 w23 = ((global::Gtk.Table.TableChild)(this.table2 [this.dateSlip]));
     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));
     // 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 w24 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryNumber]));
     w24.LeftAttach = ((uint)(1));
     w24.RightAttach = ((uint)(2));
     w24.XOptions = ((global::Gtk.AttachOptions)(4));
     w24.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 w25 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryUser]));
     w25.TopAttach = ((uint)(2));
     w25.BottomAttach = ((uint)(3));
     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.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.entryIncome = new global::Gtk.Entry ();
     this.entryIncome.CanFocus = true;
     this.entryIncome.Name = "entryIncome";
     this.entryIncome.IsEditable = false;
     this.entryIncome.InvisibleChar = '●';
     this.hbox4.Add (this.entryIncome);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.entryIncome]));
     w26.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.buttonIncome = new global::Gtk.Button ();
     this.buttonIncome.CanFocus = true;
     this.buttonIncome.Name = "buttonIncome";
     this.buttonIncome.UseUnderline = true;
     global::Gtk.Image w27 = new global::Gtk.Image ();
     w27.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-edit", global::Gtk.IconSize.Menu);
     this.buttonIncome.Image = w27;
     this.hbox4.Add (this.buttonIncome);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.buttonIncome]));
     w28.Position = 1;
     w28.Expand = false;
     w28.Fill = false;
     this.table2.Add (this.hbox4);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table2 [this.hbox4]));
     w29.TopAttach = ((uint)(3));
     w29.BottomAttach = ((uint)(4));
     w29.LeftAttach = ((uint)(1));
     w29.RightAttach = ((uint)(2));
     w29.XOptions = ((global::Gtk.AttachOptions)(4));
     w29.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 w30 = ((global::Gtk.Table.TableChild)(this.table2 [this.label2]));
     w30.XOptions = ((global::Gtk.AttachOptions)(4));
     w30.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 w31 = ((global::Gtk.Table.TableChild)(this.table2 [this.label6]));
     w31.TopAttach = ((uint)(1));
     w31.BottomAttach = ((uint)(2));
     w31.XOptions = ((global::Gtk.AttachOptions)(4));
     w31.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 w32 = ((global::Gtk.Table.TableChild)(this.table2 [this.label7]));
     w32.TopAttach = ((uint)(2));
     w32.BottomAttach = ((uint)(3));
     w32.XOptions = ((global::Gtk.AttachOptions)(4));
     w32.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 w33 = ((global::Gtk.Table.TableChild)(this.table2 [this.label9]));
     w33.TopAttach = ((uint)(4));
     w33.BottomAttach = ((uint)(5));
     w33.XOptions = ((global::Gtk.AttachOptions)(4));
     w33.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.labelIncomeItem = new global::Gtk.Label ();
     this.labelIncomeItem.Name = "labelIncomeItem";
     this.labelIncomeItem.Xalign = 1F;
     this.labelIncomeItem.LabelProp = global::Mono.Unix.Catalog.GetString ("Статья дохода<span foreground=\"red\">*</span>:");
     this.labelIncomeItem.UseMarkup = true;
     this.table2.Add (this.labelIncomeItem);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.table2 [this.labelIncomeItem]));
     w34.TopAttach = ((uint)(3));
     w34.BottomAttach = ((uint)(4));
     w34.XOptions = ((global::Gtk.AttachOptions)(4));
     w34.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 w35 = ((global::Gtk.Table.TableChild)(this.table2 [this.spinSum]));
     w35.TopAttach = ((uint)(4));
     w35.BottomAttach = ((uint)(5));
     w35.LeftAttach = ((uint)(1));
     w35.RightAttach = ((uint)(2));
     w35.XOptions = ((global::Gtk.AttachOptions)(4));
     w35.YOptions = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add (this.table2);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.table2]));
     w36.Position = 1;
     w36.Expand = false;
     w36.Fill = false;
     this.vbox2.Add (this.hbox1);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w37.Position = 0;
     w37.Expand = false;
     w37.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.separationpayment = new global::bazar.SeparationPayment ();
     this.separationpayment.Events = ((global::Gdk.EventMask)(256));
     this.separationpayment.Name = "separationpayment";
     this.separationpayment.PaymentSum = 0m;
     this.separationpayment.PaymentId = 0;
     this.separationpayment.AccrualId = 0;
     this.vbox2.Add (this.separationpayment);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.separationpayment]));
     w38.Position = 1;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.Xalign = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Основание:");
     this.vbox2.Add (this.label5);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label5]));
     w39.Position = 2;
     w39.Expand = false;
     w39.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     this.GtkScrolledWindow1.BorderWidth = ((uint)(3));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.textviewDetails = new global::Gtk.TextView ();
     this.textviewDetails.CanFocus = true;
     this.textviewDetails.Name = "textviewDetails";
     this.textviewDetails.WrapMode = ((global::Gtk.WrapMode)(2));
     this.GtkScrolledWindow1.Add (this.textviewDetails);
     this.vbox2.Add (this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow1]));
     w41.Position = 3;
     w1.Add (this.vbox2);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w42.Position = 0;
     // Internal child bazar.IncomeSlip.ActionArea
     global::Gtk.HButtonBox w43 = this.ActionArea;
     w43.Name = "dialog1_ActionArea";
     w43.Spacing = 10;
     w43.BorderWidth = ((uint)(5));
     w43.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 w44 = new global::Gtk.Image ();
     w44.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-print", global::Gtk.IconSize.Button);
     this.buttonPrint.Image = w44;
     this.AddActionWidget (this.buttonPrint, 0);
     global::Gtk.ButtonBox.ButtonBoxChild w45 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w43 [this.buttonPrint]));
     w45.Expand = false;
     w45.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 w46 = new global::Gtk.Image ();
     w46.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-cancel", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w46;
     this.AddActionWidget (this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w47 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w43 [this.buttonCancel]));
     w47.Position = 1;
     w47.Expand = false;
     w47.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 w48 = new global::Gtk.Image ();
     w48.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-ok", global::Gtk.IconSize.Menu);
     this.buttonOk.Image = w48;
     this.AddActionWidget (this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w49 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w43 [this.buttonOk]));
     w49.Position = 2;
     w49.Expand = false;
     w49.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 709;
     this.DefaultHeight = 625;
     this.Show ();
     this.buttonLesseeEdit.Clicked += new global::System.EventHandler (this.OnButtonLesseeEditClicked);
     this.buttonAccountableEdit.Clicked += new global::System.EventHandler (this.OnButtonAccountableEditClicked);
     this.comboOrg.Changed += new global::System.EventHandler (this.OnComboOrgChanged);
     this.comboOperation.Changed += new global::System.EventHandler (this.OnComboOperationChanged);
     this.comboContract.Changed += new global::System.EventHandler (this.OnComboContractChanged);
     this.comboCash.Changed += new global::System.EventHandler (this.OnComboCashChanged);
     this.comboAccrual.Changed += new global::System.EventHandler (this.OnComboAccrualChanged);
     this.spinSum.ValueChanged += new global::System.EventHandler (this.OnSpinSumValueChanged);
     this.buttonIncome.Clicked += new global::System.EventHandler (this.OnButtonIncomeClicked);
     this.separationpayment.CanSaveStateChanged += new global::System.EventHandler (this.OnSeparationpaymentCanSaveStateChanged);
     this.buttonPrint.Clicked += new global::System.EventHandler (this.OnButtonPrintClicked);
     this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LeaseAgreement.PlanDialog
     this.Name = "LeaseAgreement.PlanDialog";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child LeaseAgreement.PlanDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(4)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.buttonUpload = new global::Gtk.Button ();
     this.buttonUpload.CanFocus = true;
     this.buttonUpload.Name = "buttonUpload";
     this.buttonUpload.UseUnderline = true;
     this.buttonUpload.Label = global::Mono.Unix.Catalog.GetString ("Загрузить");
     global::Gtk.Image w2 = new global::Gtk.Image ();
     w2.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-open", global::Gtk.IconSize.Menu);
     this.buttonUpload.Image = w2;
     this.table1.Add (this.buttonUpload);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.buttonUpload]));
     w3.LeftAttach = ((uint)(3));
     w3.RightAttach = ((uint)(4));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.checkButtonHasLabels = new global::Gtk.DataBindings.DataCheckButton ();
     this.checkButtonHasLabels.CanFocus = true;
     this.checkButtonHasLabels.Name = "checkButtonHasLabels";
     this.checkButtonHasLabels.Label = global::Mono.Unix.Catalog.GetString ("Места отмечены");
     this.checkButtonHasLabels.Active = true;
     this.checkButtonHasLabels.DrawIndicator = true;
     this.checkButtonHasLabels.UseUnderline = true;
     this.checkButtonHasLabels.InheritedDataSource = false;
     this.checkButtonHasLabels.Mappings = "HasLabels";
     this.checkButtonHasLabels.InheritedBoundaryDataSource = false;
     this.checkButtonHasLabels.Editable = true;
     this.checkButtonHasLabels.AutomaticTitle = false;
     this.checkButtonHasLabels.InheritedBoundaryDataSource = false;
     this.checkButtonHasLabels.InheritedDataSource = false;
     this.checkButtonHasLabels.Mappings = "HasLabels";
     this.table1.Add (this.checkButtonHasLabels);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkButtonHasLabels]));
     w4.TopAttach = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.LeftAttach = ((uint)(3));
     w4.RightAttach = ((uint)(4));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.Xalign = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Название:");
     this.table1.Add (this.label1);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.Xalign = 1F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Файл:");
     this.table1.Add (this.label2);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w6.LeftAttach = ((uint)(2));
     w6.RightAttach = ((uint)(3));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Этажи:");
     this.table1.Add (this.label3);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w7.TopAttach = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.nameEntry = new global::Gtk.DataBindings.DataEntry ();
     this.nameEntry.CanFocus = true;
     this.nameEntry.Name = "nameEntry";
     this.nameEntry.IsEditable = true;
     this.nameEntry.InvisibleChar = '●';
     this.nameEntry.InheritedDataSource = false;
     this.nameEntry.InheritedBoundaryDataSource = false;
     this.nameEntry.InheritedDataSource = false;
     this.nameEntry.InheritedBoundaryDataSource = false;
     this.table1.Add (this.nameEntry);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.nameEntry]));
     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.spinbutton1 = new global::Gtk.SpinButton (0, 100, 1);
     this.spinbutton1.CanFocus = true;
     this.spinbutton1.Name = "spinbutton1";
     this.spinbutton1.Adjustment.PageIncrement = 10;
     this.spinbutton1.ClimbRate = 1;
     this.spinbutton1.Numeric = true;
     this.table1.Add (this.spinbutton1);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.spinbutton1]));
     w9.TopAttach = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.LeftAttach = ((uint)(1));
     w9.RightAttach = ((uint)(2));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     w1.Add (this.table1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1 [this.table1]));
     w10.Position = 0;
     w10.Expand = false;
     w10.Fill = false;
     // Container child dialog1_VBox.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.treeview1 = new global::Gtk.TreeView ();
     this.treeview1.CanFocus = true;
     this.treeview1.Name = "treeview1";
     this.treeview1.EnableSearch = false;
     this.GtkScrolledWindow.Add (this.treeview1);
     w1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(w1 [this.GtkScrolledWindow]));
     w12.Position = 1;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.planViewWidget = new global::LeaseAgreement.PlanViewWidget ();
     this.planViewWidget.WidthRequest = 400;
     this.planViewWidget.HeightRequest = 300;
     this.planViewWidget.Sensitive = false;
     this.planViewWidget.Events = ((global::Gdk.EventMask)(256));
     this.planViewWidget.Name = "planViewWidget";
     this.planViewWidget.VisibleWindow = false;
     w1.Add (this.planViewWidget);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(w1 [this.planViewWidget]));
     w13.Position = 2;
     // Internal child LeaseAgreement.PlanDialog.ActionArea
     global::Gtk.HButtonBox w14 = this.ActionArea;
     w14.Name = "dialog1_ActionArea";
     w14.Spacing = 10;
     w14.BorderWidth = ((uint)(5));
     w14.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel = new global::Gtk.Button ();
     this.buttonCancel.CanDefault = true;
     this.buttonCancel.CanFocus = true;
     this.buttonCancel.Name = "buttonCancel";
     this.buttonCancel.UseStock = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label = "gtk-cancel";
     this.AddActionWidget (this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w15 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w14 [this.buttonCancel]));
     w15.Expand = false;
     w15.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.UseStock = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label = "gtk-ok";
     this.AddActionWidget (this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w16 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w14 [this.buttonOk]));
     w16.Position = 1;
     w16.Expand = false;
     w16.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 550;
     this.DefaultHeight = 548;
     this.Show ();
     this.spinbutton1.Changed += new global::System.EventHandler (this.OnSpinbutton1Changed);
     this.nameEntry.Changed += new global::System.EventHandler (this.OnNameEntryChanged);
     this.buttonUpload.Clicked += new global::System.EventHandler (this.OnButtonUploadClicked);
     this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LapseStudioGtkUI.MySettingsDialog
     this.Name = "LapseStudioGtkUI.MySettingsDialog";
     this.Title = "Settings";
     this.Icon = global::Stetic.IconLoader.LoadIcon (this, "gtk-preferences", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal = true;
     this.Resizable = false;
     this.AllowGrow = false;
     // Internal child LapseStudioGtkUI.MySettingsDialog.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.ThreadLabel = new global::Gtk.Label ();
     this.ThreadLabel.Name = "ThreadLabel";
     this.ThreadLabel.LabelProp = "Threads:";
     this.hbox1.Add (this.ThreadLabel);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.ThreadLabel]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.fixed3 = new global::Gtk.Fixed ();
     this.fixed3.Name = "fixed3";
     this.fixed3.HasWindow = false;
     this.hbox1.Add (this.fixed3);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.fixed3]));
     w3.Position = 1;
     // Container child hbox1.Gtk.Box+BoxChild
     this.ThreadSpin = new global::Gtk.SpinButton (1D, 100D, 1D);
     this.ThreadSpin.CanFocus = true;
     this.ThreadSpin.Name = "ThreadSpin";
     this.ThreadSpin.Adjustment.PageIncrement = 1D;
     this.ThreadSpin.ClimbRate = 1D;
     this.ThreadSpin.Numeric = true;
     this.ThreadSpin.Value = 1D;
     this.hbox1.Add (this.ThreadSpin);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.ThreadSpin]));
     w4.Position = 2;
     w4.Expand = false;
     w4.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.AutothreadChBox = new global::Gtk.CheckButton ();
     this.AutothreadChBox.CanFocus = true;
     this.AutothreadChBox.Name = "AutothreadChBox";
     this.AutothreadChBox.Label = "Autothreads";
     this.AutothreadChBox.DrawIndicator = true;
     this.AutothreadChBox.UseUnderline = true;
     this.hbox1.Add (this.AutothreadChBox);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.AutothreadChBox]));
     w5.Position = 3;
     w5.Expand = false;
     w5.Padding = ((uint)(4));
     this.vbox2.Add (this.hbox1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w6.Position = 0;
     w6.Expand = false;
     w6.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.LanguageLabel = new global::Gtk.Label ();
     this.LanguageLabel.Name = "LanguageLabel";
     this.LanguageLabel.LabelProp = "Language:";
     this.hbox2.Add (this.LanguageLabel);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.LanguageLabel]));
     w7.Position = 0;
     w7.Expand = false;
     w7.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.fixed4 = new global::Gtk.Fixed ();
     this.fixed4.Name = "fixed4";
     this.fixed4.HasWindow = false;
     this.hbox2.Add (this.fixed4);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.fixed4]));
     w8.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.LanguageCoBox = global::Gtk.ComboBox.NewText ();
     this.LanguageCoBox.WidthRequest = 170;
     this.LanguageCoBox.Name = "LanguageCoBox";
     this.hbox2.Add (this.LanguageCoBox);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.LanguageCoBox]));
     w9.Position = 2;
     w9.Expand = false;
     w9.Fill = false;
     this.vbox2.Add (this.hbox2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w10.Position = 1;
     w10.Expand = false;
     w10.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.ProgramLabel = new global::Gtk.Label ();
     this.ProgramLabel.Name = "ProgramLabel";
     this.ProgramLabel.LabelProp = "Used Program:";
     this.hbox3.Add (this.ProgramLabel);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.ProgramLabel]));
     w11.Position = 0;
     w11.Expand = false;
     w11.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.fixed5 = new global::Gtk.Fixed ();
     this.fixed5.Name = "fixed5";
     this.fixed5.HasWindow = false;
     this.hbox3.Add (this.fixed5);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.fixed5]));
     w12.Position = 1;
     // Container child hbox3.Gtk.Box+BoxChild
     this.ProgramCoBox = global::Gtk.ComboBox.NewText ();
     this.ProgramCoBox.WidthRequest = 170;
     this.ProgramCoBox.Name = "ProgramCoBox";
     this.hbox3.Add (this.ProgramCoBox);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.ProgramCoBox]));
     w13.Position = 2;
     w13.Expand = false;
     w13.Fill = false;
     this.vbox2.Add (this.hbox3);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox3]));
     w14.Position = 2;
     w14.Expand = false;
     w14.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.fixed2 = new global::Gtk.Fixed ();
     this.fixed2.WidthRequest = 130;
     this.fixed2.Name = "fixed2";
     this.fixed2.HasWindow = false;
     this.hbox4.Add (this.fixed2);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.fixed2]));
     w15.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.RunRTChBox = new global::Gtk.CheckButton ();
     this.RunRTChBox.CanFocus = true;
     this.RunRTChBox.Name = "RunRTChBox";
     this.RunRTChBox.Label = "Run RawTherapee";
     this.RunRTChBox.DrawIndicator = true;
     this.RunRTChBox.UseUnderline = true;
     this.vbox3.Add (this.RunRTChBox);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.RunRTChBox]));
     w16.Position = 0;
     w16.Expand = false;
     w16.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.KeepPP3ChBox = new global::Gtk.CheckButton ();
     this.KeepPP3ChBox.CanFocus = true;
     this.KeepPP3ChBox.Name = "KeepPP3ChBox";
     this.KeepPP3ChBox.Label = "Keep PP3";
     this.KeepPP3ChBox.DrawIndicator = true;
     this.KeepPP3ChBox.UseUnderline = true;
     this.vbox3.Add (this.KeepPP3ChBox);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.KeepPP3ChBox]));
     w17.Position = 1;
     w17.Expand = false;
     w17.Fill = false;
     this.hbox4.Add (this.vbox3);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.vbox3]));
     w18.Position = 1;
     this.vbox2.Add (this.hbox4);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox4]));
     w19.Position = 3;
     w19.Expand = false;
     w19.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox5 = new global::Gtk.HBox ();
     this.hbox5.Name = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.RTLabel = new global::Gtk.Label ();
     this.RTLabel.Name = "RTLabel";
     this.RTLabel.LabelProp = "RawTherapee:";
     this.hbox5.Add (this.RTLabel);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.RTLabel]));
     w20.Position = 0;
     w20.Expand = false;
     w20.Fill = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.fixed6 = new global::Gtk.Fixed ();
     this.fixed6.Name = "fixed6";
     this.fixed6.HasWindow = false;
     this.hbox5.Add (this.fixed6);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.fixed6]));
     w21.Position = 1;
     // Container child hbox5.Gtk.Box+BoxChild
     this.RTPathBox = new global::Gtk.Entry ();
     this.RTPathBox.CanFocus = true;
     this.RTPathBox.Name = "RTPathBox";
     this.RTPathBox.IsEditable = false;
     this.RTPathBox.InvisibleChar = '●';
     this.hbox5.Add (this.RTPathBox);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.RTPathBox]));
     w22.Position = 2;
     // Container child hbox5.Gtk.Box+BoxChild
     this.RTBrowseButton = new global::Gtk.Button ();
     this.RTBrowseButton.CanFocus = true;
     this.RTBrowseButton.Name = "RTBrowseButton";
     this.RTBrowseButton.Label = "...";
     this.hbox5.Add (this.RTBrowseButton);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.RTBrowseButton]));
     w23.Position = 3;
     w23.Expand = false;
     w23.Fill = false;
     this.vbox2.Add (this.hbox5);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox5]));
     w24.Position = 4;
     w24.Expand = false;
     w24.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox6 = new global::Gtk.HBox ();
     this.hbox6.Name = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.FormatLabel = new global::Gtk.Label ();
     this.FormatLabel.Name = "FormatLabel";
     this.FormatLabel.LabelProp = "File Format:";
     this.hbox6.Add (this.FormatLabel);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.FormatLabel]));
     w25.Position = 0;
     w25.Expand = false;
     w25.Fill = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.fixed7 = new global::Gtk.Fixed ();
     this.fixed7.Name = "fixed7";
     this.fixed7.HasWindow = false;
     this.hbox6.Add (this.fixed7);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.fixed7]));
     w26.Position = 1;
     // Container child hbox6.Gtk.Box+BoxChild
     this.FormatCoBox = global::Gtk.ComboBox.NewText ();
     this.FormatCoBox.WidthRequest = 100;
     this.FormatCoBox.Name = "FormatCoBox";
     this.hbox6.Add (this.FormatCoBox);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.FormatCoBox]));
     w27.Position = 2;
     w27.Expand = false;
     w27.Fill = false;
     this.vbox2.Add (this.hbox6);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox6]));
     w28.Position = 5;
     w28.Expand = false;
     w28.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox7 = new global::Gtk.HBox ();
     this.hbox7.Name = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.BitDepthLabel = new global::Gtk.Label ();
     this.BitDepthLabel.Name = "BitDepthLabel";
     this.BitDepthLabel.LabelProp = "Bit Depth:";
     this.hbox7.Add (this.BitDepthLabel);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.BitDepthLabel]));
     w29.Position = 0;
     w29.Expand = false;
     w29.Fill = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.fixed8 = new global::Gtk.Fixed ();
     this.fixed8.Name = "fixed8";
     this.fixed8.HasWindow = false;
     this.hbox7.Add (this.fixed8);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.fixed8]));
     w30.Position = 1;
     // Container child hbox7.Gtk.Box+BoxChild
     this.BitdepthCoBox = global::Gtk.ComboBox.NewText ();
     this.BitdepthCoBox.WidthRequest = 100;
     this.BitdepthCoBox.Name = "BitdepthCoBox";
     this.hbox7.Add (this.BitdepthCoBox);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.BitdepthCoBox]));
     w31.Position = 2;
     w31.Expand = false;
     w31.Fill = false;
     this.vbox2.Add (this.hbox7);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox7]));
     w32.Position = 6;
     w32.Expand = false;
     w32.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox8 = new global::Gtk.HBox ();
     this.hbox8.Name = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.JpgQualityLabel = new global::Gtk.Label ();
     this.JpgQualityLabel.Name = "JpgQualityLabel";
     this.JpgQualityLabel.LabelProp = "Jpg Quality:";
     this.hbox8.Add (this.JpgQualityLabel);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.JpgQualityLabel]));
     w33.Position = 0;
     w33.Expand = false;
     w33.Fill = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.fixed9 = new global::Gtk.Fixed ();
     this.fixed9.Name = "fixed9";
     this.fixed9.HasWindow = false;
     this.hbox8.Add (this.fixed9);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.fixed9]));
     w34.Position = 1;
     // Container child hbox8.Gtk.Box+BoxChild
     this.JpgQualityScale = new global::Gtk.HScale (null);
     this.JpgQualityScale.WidthRequest = 100;
     this.JpgQualityScale.CanFocus = true;
     this.JpgQualityScale.Name = "JpgQualityScale";
     this.JpgQualityScale.Adjustment.Lower = 1D;
     this.JpgQualityScale.Adjustment.Upper = 100D;
     this.JpgQualityScale.Adjustment.PageIncrement = 10D;
     this.JpgQualityScale.Adjustment.StepIncrement = 10D;
     this.JpgQualityScale.Adjustment.Value = 100D;
     this.JpgQualityScale.DrawValue = true;
     this.JpgQualityScale.Digits = 0;
     this.JpgQualityScale.ValuePos = ((global::Gtk.PositionType)(0));
     this.hbox8.Add (this.JpgQualityScale);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.JpgQualityScale]));
     w35.Position = 2;
     this.vbox2.Add (this.hbox8);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox8]));
     w36.Position = 7;
     w36.Expand = false;
     w36.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox9 = new global::Gtk.HBox ();
     this.hbox9.Name = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.CompressionLabel = new global::Gtk.Label ();
     this.CompressionLabel.Name = "CompressionLabel";
     this.CompressionLabel.LabelProp = "Tiff Compression:";
     this.hbox9.Add (this.CompressionLabel);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.CompressionLabel]));
     w37.Position = 0;
     w37.Expand = false;
     w37.Fill = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.fixed10 = new global::Gtk.Fixed ();
     this.fixed10.Name = "fixed10";
     this.fixed10.HasWindow = false;
     this.hbox9.Add (this.fixed10);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.fixed10]));
     w38.Position = 1;
     // Container child hbox9.Gtk.Box+BoxChild
     this.CompressionCoBox = global::Gtk.ComboBox.NewText ();
     this.CompressionCoBox.WidthRequest = 100;
     this.CompressionCoBox.Name = "CompressionCoBox";
     this.hbox9.Add (this.CompressionCoBox);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.CompressionCoBox]));
     w39.Position = 2;
     w39.Expand = false;
     w39.Fill = false;
     this.vbox2.Add (this.hbox9);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox9]));
     w40.Position = 8;
     w40.Expand = false;
     w40.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.fixed1 = new global::Gtk.Fixed ();
     this.fixed1.Name = "fixed1";
     this.fixed1.HasWindow = false;
     this.vbox2.Add (this.fixed1);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.fixed1]));
     w41.Position = 9;
     w1.Add (this.vbox2);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w42.Position = 0;
     w42.Expand = false;
     w42.Fill = false;
     // Internal child LapseStudioGtkUI.MySettingsDialog.ActionArea
     global::Gtk.HButtonBox w43 = this.ActionArea;
     w43.Name = "dialog1_ActionArea";
     w43.Spacing = 10;
     w43.BorderWidth = ((uint)(5));
     w43.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel = new global::Gtk.Button ();
     this.buttonCancel.CanDefault = true;
     this.buttonCancel.CanFocus = true;
     this.buttonCancel.Name = "buttonCancel";
     this.buttonCancel.UseStock = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label = "gtk-cancel";
     this.AddActionWidget (this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w44 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w43 [this.buttonCancel]));
     w44.Expand = false;
     w44.Fill = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk = new global::Gtk.Button ();
     this.buttonOk.CanDefault = true;
     this.buttonOk.CanFocus = true;
     this.buttonOk.Name = "buttonOk";
     this.buttonOk.UseStock = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label = "gtk-ok";
     this.AddActionWidget (this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w45 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w43 [this.buttonOk]));
     w45.Position = 1;
     w45.Expand = false;
     w45.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 328;
     this.DefaultHeight = 406;
     this.Show ();
     this.AutothreadChBox.Toggled += new global::System.EventHandler (this.OnAutothreadChBoxToggled);
     this.LanguageCoBox.Changed += new global::System.EventHandler (this.OnLanguageCoBoxChanged);
     this.ProgramCoBox.Changed += new global::System.EventHandler (this.OnProgramCoBoxChanged);
     this.RunRTChBox.Toggled += new global::System.EventHandler (this.OnRunRTChBoxToggled);
     this.RTBrowseButton.Clicked += new global::System.EventHandler (this.OnRTBrowseButtonClicked);
     this.FormatCoBox.Changed += new global::System.EventHandler (this.OnFormatCoBoxChanged);
     this.buttonCancel.Clicked += new global::System.EventHandler (this.OnButtonCancelClicked);
     this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget ProyectoCafeteria.AñadirNumPersonas
     this.Name = "ProyectoCafeteria.AñadirNumPersonas";
     this.Title = global::Mono.Unix.Catalog.GetString ("añadirNumPersonas");
     this.TypeHint = ((global::Gdk.WindowTypeHint)(2));
     this.WindowPosition = ((global::Gtk.WindowPosition)(3));
     this.Resizable = false;
     // Container child ProyectoCafeteria.AñadirNumPersonas.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.fixed39 = new global::Gtk.Fixed ();
     this.fixed39.Name = "fixed39";
     this.fixed39.HasWindow = false;
     this.vbox3.Add (this.fixed39);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.fixed39]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.table3 = new global::Gtk.Table (((uint)(3)), ((uint)(4)), false);
     this.table3.Name = "table3";
     this.table3.RowSpacing = ((uint)(6));
     this.table3.ColumnSpacing = ((uint)(6));
     // Container child table3.Gtk.Table+TableChild
     this.fixed29 = new global::Gtk.Fixed ();
     this.fixed29.Name = "fixed29";
     this.fixed29.HasWindow = false;
     this.table3.Add (this.fixed29);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table3 [this.fixed29]));
     w2.TopAttach = ((uint)(2));
     w2.BottomAttach = ((uint)(3));
     w2.LeftAttach = ((uint)(3));
     w2.RightAttach = ((uint)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.fixed30 = new global::Gtk.Fixed ();
     this.fixed30.Name = "fixed30";
     this.fixed30.HasWindow = false;
     this.table3.Add (this.fixed30);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table3 [this.fixed30]));
     w3.TopAttach = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.LeftAttach = ((uint)(2));
     w3.RightAttach = ((uint)(3));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.fixed31 = new global::Gtk.Fixed ();
     this.fixed31.Name = "fixed31";
     this.fixed31.HasWindow = false;
     this.table3.Add (this.fixed31);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table3 [this.fixed31]));
     w4.TopAttach = ((uint)(2));
     w4.BottomAttach = ((uint)(3));
     w4.LeftAttach = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.fixed32 = new global::Gtk.Fixed ();
     this.fixed32.Name = "fixed32";
     this.fixed32.HasWindow = false;
     this.table3.Add (this.fixed32);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table3 [this.fixed32]));
     w5.TopAttach = ((uint)(2));
     w5.BottomAttach = ((uint)(3));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.fixed33 = new global::Gtk.Fixed ();
     this.fixed33.Name = "fixed33";
     this.fixed33.HasWindow = false;
     this.table3.Add (this.fixed33);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table3 [this.fixed33]));
     w6.TopAttach = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.fixed34 = new global::Gtk.Fixed ();
     this.fixed34.Name = "fixed34";
     this.fixed34.HasWindow = false;
     this.table3.Add (this.fixed34);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table3 [this.fixed34]));
     w7.TopAttach = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.LeftAttach = ((uint)(3));
     w7.RightAttach = ((uint)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.fixed35 = new global::Gtk.Fixed ();
     this.fixed35.Name = "fixed35";
     this.fixed35.HasWindow = false;
     this.table3.Add (this.fixed35);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table3 [this.fixed35]));
     w8.LeftAttach = ((uint)(3));
     w8.RightAttach = ((uint)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.fixed36 = new global::Gtk.Fixed ();
     this.fixed36.Name = "fixed36";
     this.fixed36.HasWindow = false;
     this.table3.Add (this.fixed36);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table3 [this.fixed36]));
     w9.LeftAttach = ((uint)(2));
     w9.RightAttach = ((uint)(3));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.fixed37 = new global::Gtk.Fixed ();
     this.fixed37.Name = "fixed37";
     this.fixed37.HasWindow = false;
     this.table3.Add (this.fixed37);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table3 [this.fixed37]));
     w10.LeftAttach = ((uint)(1));
     w10.RightAttach = ((uint)(2));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.fixed38 = new global::Gtk.Fixed ();
     this.fixed38.Name = "fixed38";
     this.fixed38.HasWindow = false;
     this.table3.Add (this.fixed38);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table3 [this.fixed38]));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.labelMensaje = new global::Gtk.Label ();
     this.labelMensaje.Name = "labelMensaje";
     this.labelMensaje.LabelProp = global::Mono.Unix.Catalog.GetString ("Por favor,\nindique el número de personas,\npara facilitarles mesa.\nGracias.");
     this.table3.Add (this.labelMensaje);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table3 [this.labelMensaje]));
     w12.TopAttach = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.LeftAttach = ((uint)(1));
     w12.RightAttach = ((uint)(2));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.spinNumPersonas = new global::Gtk.SpinButton (0, 100, 1);
     this.spinNumPersonas.CanFocus = true;
     this.spinNumPersonas.Name = "spinNumPersonas";
     this.spinNumPersonas.Adjustment.PageIncrement = 10;
     this.spinNumPersonas.ClimbRate = 1;
     this.spinNumPersonas.Numeric = true;
     this.table3.Add (this.spinNumPersonas);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table3 [this.spinNumPersonas]));
     w13.TopAttach = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.LeftAttach = ((uint)(2));
     w13.RightAttach = ((uint)(3));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add (this.table3);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table3]));
     w14.Position = 1;
     w14.Expand = false;
     w14.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.fixed40 = new global::Gtk.Fixed ();
     this.fixed40.Name = "fixed40";
     this.fixed40.HasWindow = false;
     this.vbox3.Add (this.fixed40);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.fixed40]));
     w15.Position = 2;
     w15.Expand = false;
     w15.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.table4 = new global::Gtk.Table (((uint)(3)), ((uint)(4)), false);
     this.table4.Name = "table4";
     this.table4.RowSpacing = ((uint)(6));
     this.table4.ColumnSpacing = ((uint)(6));
     // Container child table4.Gtk.Table+TableChild
     this.botonAceptar = new global::Gtk.Button ();
     this.botonAceptar.CanFocus = true;
     this.botonAceptar.Name = "botonAceptar";
     this.botonAceptar.UseUnderline = true;
     // Container child botonAceptar.Gtk.Container+ContainerChild
     global::Gtk.Alignment w16 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w17 = new global::Gtk.HBox ();
     w17.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w18 = new global::Gtk.Image ();
     w18.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-apply", global::Gtk.IconSize.Menu);
     w17.Add (w18);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w20 = new global::Gtk.Label ();
     w20.LabelProp = global::Mono.Unix.Catalog.GetString ("Aceptar");
     w20.UseUnderline = true;
     w17.Add (w20);
     w16.Add (w17);
     this.botonAceptar.Add (w16);
     this.table4.Add (this.botonAceptar);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table4 [this.botonAceptar]));
     w24.TopAttach = ((uint)(2));
     w24.BottomAttach = ((uint)(3));
     w24.LeftAttach = ((uint)(2));
     w24.RightAttach = ((uint)(3));
     w24.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.botonCancelar = new global::Gtk.Button ();
     this.botonCancelar.CanFocus = true;
     this.botonCancelar.Name = "botonCancelar";
     this.botonCancelar.UseUnderline = true;
     // Container child botonCancelar.Gtk.Container+ContainerChild
     global::Gtk.Alignment w25 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w26 = new global::Gtk.HBox ();
     w26.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w27 = new global::Gtk.Image ();
     w27.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-cancel", global::Gtk.IconSize.Menu);
     w26.Add (w27);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w29 = new global::Gtk.Label ();
     w29.LabelProp = global::Mono.Unix.Catalog.GetString ("Cancelar");
     w29.UseUnderline = true;
     w26.Add (w29);
     w25.Add (w26);
     this.botonCancelar.Add (w25);
     this.table4.Add (this.botonCancelar);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table4 [this.botonCancelar]));
     w33.TopAttach = ((uint)(2));
     w33.BottomAttach = ((uint)(3));
     w33.LeftAttach = ((uint)(3));
     w33.RightAttach = ((uint)(4));
     w33.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.fixed19 = new global::Gtk.Fixed ();
     this.fixed19.Name = "fixed19";
     this.fixed19.HasWindow = false;
     this.table4.Add (this.fixed19);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.table4 [this.fixed19]));
     w34.TopAttach = ((uint)(2));
     w34.BottomAttach = ((uint)(3));
     w34.LeftAttach = ((uint)(1));
     w34.RightAttach = ((uint)(2));
     w34.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.fixed20 = new global::Gtk.Fixed ();
     this.fixed20.Name = "fixed20";
     this.fixed20.HasWindow = false;
     this.table4.Add (this.fixed20);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.table4 [this.fixed20]));
     w35.TopAttach = ((uint)(2));
     w35.BottomAttach = ((uint)(3));
     w35.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.fixed21 = new global::Gtk.Fixed ();
     this.fixed21.Name = "fixed21";
     this.fixed21.HasWindow = false;
     this.table4.Add (this.fixed21);
     global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.table4 [this.fixed21]));
     w36.TopAttach = ((uint)(1));
     w36.BottomAttach = ((uint)(2));
     w36.LeftAttach = ((uint)(3));
     w36.RightAttach = ((uint)(4));
     w36.XOptions = ((global::Gtk.AttachOptions)(4));
     w36.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.fixed22 = new global::Gtk.Fixed ();
     this.fixed22.Name = "fixed22";
     this.fixed22.HasWindow = false;
     this.table4.Add (this.fixed22);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table4 [this.fixed22]));
     w37.TopAttach = ((uint)(1));
     w37.BottomAttach = ((uint)(2));
     w37.LeftAttach = ((uint)(2));
     w37.RightAttach = ((uint)(3));
     w37.XOptions = ((global::Gtk.AttachOptions)(4));
     w37.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.fixed23 = new global::Gtk.Fixed ();
     this.fixed23.Name = "fixed23";
     this.fixed23.HasWindow = false;
     this.table4.Add (this.fixed23);
     global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table4 [this.fixed23]));
     w38.TopAttach = ((uint)(1));
     w38.BottomAttach = ((uint)(2));
     w38.LeftAttach = ((uint)(1));
     w38.RightAttach = ((uint)(2));
     w38.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.fixed24 = new global::Gtk.Fixed ();
     this.fixed24.Name = "fixed24";
     this.fixed24.HasWindow = false;
     this.table4.Add (this.fixed24);
     global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table4 [this.fixed24]));
     w39.TopAttach = ((uint)(1));
     w39.BottomAttach = ((uint)(2));
     w39.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.fixed25 = new global::Gtk.Fixed ();
     this.fixed25.Name = "fixed25";
     this.fixed25.HasWindow = false;
     this.table4.Add (this.fixed25);
     global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table4 [this.fixed25]));
     w40.LeftAttach = ((uint)(3));
     w40.RightAttach = ((uint)(4));
     w40.XOptions = ((global::Gtk.AttachOptions)(4));
     w40.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.fixed26 = new global::Gtk.Fixed ();
     this.fixed26.Name = "fixed26";
     this.fixed26.HasWindow = false;
     this.table4.Add (this.fixed26);
     global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table4 [this.fixed26]));
     w41.LeftAttach = ((uint)(2));
     w41.RightAttach = ((uint)(3));
     w41.XOptions = ((global::Gtk.AttachOptions)(4));
     w41.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.fixed27 = new global::Gtk.Fixed ();
     this.fixed27.Name = "fixed27";
     this.fixed27.HasWindow = false;
     this.table4.Add (this.fixed27);
     global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.table4 [this.fixed27]));
     w42.LeftAttach = ((uint)(1));
     w42.RightAttach = ((uint)(2));
     w42.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.fixed28 = new global::Gtk.Fixed ();
     this.fixed28.Name = "fixed28";
     this.fixed28.HasWindow = false;
     this.table4.Add (this.fixed28);
     global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table4 [this.fixed28]));
     w43.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add (this.table4);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table4]));
     w44.Position = 3;
     w44.Expand = false;
     w44.Fill = false;
     this.Add (this.vbox3);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 169;
     this.Show ();
     this.botonCancelar.Clicked += new global::System.EventHandler (this.OnBotonCancelarClicked);
     this.botonAceptar.Clicked += new global::System.EventHandler (this.OnBotonAceptarClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget BlinkStickClient.ConfigureBlinkStickDialog
     this.Name            = "BlinkStickClient.ConfigureBlinkStickDialog";
     this.Title           = global::Mono.Unix.Catalog.GetString("Configure BlinkStick");
     this.WindowPosition  = ((global::Gtk.WindowPosition)(1));
     this.Modal           = true;
     this.Resizable       = false;
     this.AllowGrow       = false;
     this.SkipPagerHint   = true;
     this.SkipTaskbarHint = true;
     // Internal child BlinkStickClient.ConfigureBlinkStickDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(21)), ((uint)(3)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     this.table1.BorderWidth   = ((uint)(12));
     // Container child table1.Gtk.Table+TableChild
     this.entryData               = new global::Gtk.Entry();
     this.entryData.CanFocus      = true;
     this.entryData.Name          = "entryData";
     this.entryData.IsEditable    = true;
     this.entryData.MaxLength     = 32;
     this.entryData.InvisibleChar = '●';
     this.table1.Add(this.entryData);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryData]));
     w2.TopAttach    = ((uint)(2));
     w2.BottomAttach = ((uint)(3));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(3));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryName               = new global::Gtk.Entry();
     this.entryName.CanFocus      = true;
     this.entryName.Name          = "entryName";
     this.entryName.IsEditable    = true;
     this.entryName.MaxLength     = 32;
     this.entryName.InvisibleChar = '●';
     this.table1.Add(this.entryName);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryName]));
     w3.LeftAttach  = ((uint)(1));
     w3.RightAttach = ((uint)(3));
     w3.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hscaleLimitBrightness                          = new global::Gtk.HScale(null);
     this.hscaleLimitBrightness.CanFocus                 = true;
     this.hscaleLimitBrightness.Name                     = "hscaleLimitBrightness";
     this.hscaleLimitBrightness.Adjustment.Lower         = 1;
     this.hscaleLimitBrightness.Adjustment.Upper         = 100;
     this.hscaleLimitBrightness.Adjustment.PageIncrement = 10;
     this.hscaleLimitBrightness.Adjustment.StepIncrement = 1;
     this.hscaleLimitBrightness.Adjustment.Value         = 100;
     this.hscaleLimitBrightness.DrawValue                = true;
     this.hscaleLimitBrightness.Digits                   = 0;
     this.hscaleLimitBrightness.ValuePos                 = ((global::Gtk.PositionType)(3));
     this.table1.Add(this.hscaleLimitBrightness);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.hscaleLimitBrightness]));
     w4.TopAttach    = ((uint)(10));
     w4.BottomAttach = ((uint)(11));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(3));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.table1.Add(this.hseparator1);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.hseparator1]));
     w5.TopAttach    = ((uint)(4));
     w5.BottomAttach = ((uint)(5));
     w5.RightAttach  = ((uint)(3));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.table1.Add(this.hseparator2);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.hseparator2]));
     w6.TopAttach    = ((uint)(9));
     w6.BottomAttach = ((uint)(10));
     w6.RightAttach  = ((uint)(3));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hseparator3      = new global::Gtk.HSeparator();
     this.hseparator3.Name = "hseparator3";
     this.table1.Add(this.hseparator3);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.hseparator3]));
     w7.TopAttach    = ((uint)(12));
     w7.BottomAttach = ((uint)(13));
     w7.RightAttach  = ((uint)(3));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelChannelB           = new global::Gtk.Label();
     this.labelChannelB.Name      = "labelChannelB";
     this.labelChannelB.Xalign    = 1F;
     this.labelChannelB.LabelProp = global::Mono.Unix.Catalog.GetString("B Channel");
     this.table1.Add(this.labelChannelB);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelChannelB]));
     w8.TopAttach    = ((uint)(7));
     w8.BottomAttach = ((uint)(8));
     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.labelChannelG           = new global::Gtk.Label();
     this.labelChannelG.Name      = "labelChannelG";
     this.labelChannelG.Xalign    = 1F;
     this.labelChannelG.LabelProp = global::Mono.Unix.Catalog.GetString("G Channel");
     this.table1.Add(this.labelChannelG);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelChannelG]));
     w9.TopAttach    = ((uint)(6));
     w9.BottomAttach = ((uint)(7));
     w9.LeftAttach   = ((uint)(1));
     w9.RightAttach  = ((uint)(2));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelChannelR           = new global::Gtk.Label();
     this.labelChannelR.Name      = "labelChannelR";
     this.labelChannelR.Xalign    = 1F;
     this.labelChannelR.LabelProp = global::Mono.Unix.Catalog.GetString("R Channel");
     this.table1.Add(this.labelChannelR);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelChannelR]));
     w10.TopAttach    = ((uint)(5));
     w10.BottomAttach = ((uint)(6));
     w10.LeftAttach   = ((uint)(1));
     w10.RightAttach  = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelData           = new global::Gtk.Label();
     this.labelData.Name      = "labelData";
     this.labelData.Xalign    = 1F;
     this.labelData.LabelProp = global::Mono.Unix.Catalog.GetString("Data:");
     this.table1.Add(this.labelData);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelData]));
     w11.TopAttach    = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelDataHint           = new global::Gtk.Label();
     this.labelDataHint.Name      = "labelDataHint";
     this.labelDataHint.Xalign    = 0F;
     this.labelDataHint.LabelProp = global::Mono.Unix.Catalog.GetString("<i>Data stored on the device up to 32 symbols</i>");
     this.labelDataHint.UseMarkup = true;
     this.table1.Add(this.labelDataHint);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelDataHint]));
     w12.TopAttach    = ((uint)(3));
     w12.BottomAttach = ((uint)(4));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(3));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelLedConfiguration           = new global::Gtk.Label();
     this.labelLedConfiguration.Name      = "labelLedConfiguration";
     this.labelLedConfiguration.Xalign    = 1F;
     this.labelLedConfiguration.LabelProp = global::Mono.Unix.Catalog.GetString("LED Configuration:");
     this.table1.Add(this.labelLedConfiguration);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelLedConfiguration]));
     w13.TopAttach    = ((uint)(5));
     w13.BottomAttach = ((uint)(6));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelLedConfigurationHint           = new global::Gtk.Label();
     this.labelLedConfigurationHint.Name      = "labelLedConfigurationHint";
     this.labelLedConfigurationHint.Xalign    = 0F;
     this.labelLedConfigurationHint.LabelProp = global::Mono.Unix.Catalog.GetString("<i>Configure the number of LEDs connected to the device. The configuration is used by patterns to play multi LED animations.</i>");
     this.labelLedConfigurationHint.UseMarkup = true;
     this.labelLedConfigurationHint.Wrap      = true;
     this.table1.Add(this.labelLedConfigurationHint);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelLedConfigurationHint]));
     w14.TopAttach    = ((uint)(8));
     w14.BottomAttach = ((uint)(9));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(3));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelLimitBrightness           = new global::Gtk.Label();
     this.labelLimitBrightness.Name      = "labelLimitBrightness";
     this.labelLimitBrightness.Xalign    = 1F;
     this.labelLimitBrightness.LabelProp = global::Mono.Unix.Catalog.GetString("Limit Brightness:");
     this.table1.Add(this.labelLimitBrightness);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelLimitBrightness]));
     w15.TopAttach    = ((uint)(10));
     w15.BottomAttach = ((uint)(11));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelLimitBrightnessHint           = new global::Gtk.Label();
     this.labelLimitBrightnessHint.Name      = "labelLimitBrightnessHint";
     this.labelLimitBrightnessHint.Xalign    = 0F;
     this.labelLimitBrightnessHint.LabelProp = global::Mono.Unix.Catalog.GetString("<i>Limit the maximum amount of brightness for all patterns</i>");
     this.labelLimitBrightnessHint.UseMarkup = true;
     this.table1.Add(this.labelLimitBrightnessHint);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelLimitBrightnessHint]));
     w16.TopAttach    = ((uint)(11));
     w16.BottomAttach = ((uint)(12));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(3));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelMode           = new global::Gtk.Label();
     this.labelMode.Name      = "labelMode";
     this.labelMode.Xalign    = 1F;
     this.labelMode.LabelProp = global::Mono.Unix.Catalog.GetString("Mode:");
     this.table1.Add(this.labelMode);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelMode]));
     w17.TopAttach    = ((uint)(13));
     w17.BottomAttach = ((uint)(14));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelModeInverseHint           = new global::Gtk.Label();
     this.labelModeInverseHint.Name      = "labelModeInverseHint";
     this.labelModeInverseHint.Xalign    = 0F;
     this.labelModeInverseHint.LabelProp = global::Mono.Unix.Catalog.GetString("<i>Control LED strip in inverse mode</i>");
     this.labelModeInverseHint.UseMarkup = true;
     this.table1.Add(this.labelModeInverseHint);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelModeInverseHint]));
     w18.TopAttach    = ((uint)(16));
     w18.BottomAttach = ((uint)(17));
     w18.LeftAttach   = ((uint)(1));
     w18.RightAttach  = ((uint)(3));
     w18.XPadding     = ((uint)(24));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelModeMultiLEDHint           = new global::Gtk.Label();
     this.labelModeMultiLEDHint.Name      = "labelModeMultiLEDHint";
     this.labelModeMultiLEDHint.Xalign    = 0F;
     this.labelModeMultiLEDHint.LabelProp = global::Mono.Unix.Catalog.GetString("<i>Control individually addressable LEDs</i>");
     this.labelModeMultiLEDHint.UseMarkup = true;
     this.table1.Add(this.labelModeMultiLEDHint);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelModeMultiLEDHint]));
     w19.TopAttach    = ((uint)(18));
     w19.BottomAttach = ((uint)(19));
     w19.LeftAttach   = ((uint)(1));
     w19.RightAttach  = ((uint)(3));
     w19.XPadding     = ((uint)(24));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelModeMultiLEDMirrorHint           = new global::Gtk.Label();
     this.labelModeMultiLEDMirrorHint.Name      = "labelModeMultiLEDMirrorHint";
     this.labelModeMultiLEDMirrorHint.Xalign    = 0F;
     this.labelModeMultiLEDMirrorHint.LabelProp = global::Mono.Unix.Catalog.GetString("<i>Light up all LEDs with the same color</i>");
     this.labelModeMultiLEDMirrorHint.UseMarkup = true;
     this.table1.Add(this.labelModeMultiLEDMirrorHint);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelModeMultiLEDMirrorHint]));
     w20.TopAttach    = ((uint)(20));
     w20.BottomAttach = ((uint)(21));
     w20.LeftAttach   = ((uint)(1));
     w20.RightAttach  = ((uint)(3));
     w20.XPadding     = ((uint)(24));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelModeRGBHint           = new global::Gtk.Label();
     this.labelModeRGBHint.Name      = "labelModeRGBHint";
     this.labelModeRGBHint.Xalign    = 0F;
     this.labelModeRGBHint.LabelProp = global::Mono.Unix.Catalog.GetString("<i>Control single pixel</i>");
     this.labelModeRGBHint.UseMarkup = true;
     this.table1.Add(this.labelModeRGBHint);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelModeRGBHint]));
     w21.TopAttach    = ((uint)(14));
     w21.BottomAttach = ((uint)(15));
     w21.LeftAttach   = ((uint)(1));
     w21.RightAttach  = ((uint)(3));
     w21.XPadding     = ((uint)(24));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelName           = new global::Gtk.Label();
     this.labelName.Name      = "labelName";
     this.labelName.Xalign    = 1F;
     this.labelName.LabelProp = global::Mono.Unix.Catalog.GetString("Name:");
     this.table1.Add(this.labelName);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelName]));
     w22.XOptions = ((global::Gtk.AttachOptions)(4));
     w22.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelNameHint           = new global::Gtk.Label();
     this.labelNameHint.Name      = "labelNameHint";
     this.labelNameHint.Xalign    = 0F;
     this.labelNameHint.LabelProp = global::Mono.Unix.Catalog.GetString("<i>The name of the device visible in the UI instead of the serial number</i>");
     this.labelNameHint.UseMarkup = true;
     this.table1.Add(this.labelNameHint);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelNameHint]));
     w23.TopAttach    = ((uint)(1));
     w23.BottomAttach = ((uint)(2));
     w23.LeftAttach   = ((uint)(1));
     w23.RightAttach  = ((uint)(3));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.radiobuttonModeInverse               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Inverse"));
     this.radiobuttonModeInverse.CanFocus      = true;
     this.radiobuttonModeInverse.Name          = "radiobuttonModeInverse";
     this.radiobuttonModeInverse.Active        = true;
     this.radiobuttonModeInverse.DrawIndicator = true;
     this.radiobuttonModeInverse.UseUnderline  = true;
     this.radiobuttonModeInverse.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.table1.Add(this.radiobuttonModeInverse);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table1 [this.radiobuttonModeInverse]));
     w24.TopAttach    = ((uint)(15));
     w24.BottomAttach = ((uint)(16));
     w24.LeftAttach   = ((uint)(1));
     w24.RightAttach  = ((uint)(2));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.radiobuttonModeMultiLED               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Multi-LED"));
     this.radiobuttonModeMultiLED.CanFocus      = true;
     this.radiobuttonModeMultiLED.Name          = "radiobuttonModeMultiLED";
     this.radiobuttonModeMultiLED.DrawIndicator = true;
     this.radiobuttonModeMultiLED.UseUnderline  = true;
     this.radiobuttonModeMultiLED.Group         = this.radiobuttonModeInverse.Group;
     this.table1.Add(this.radiobuttonModeMultiLED);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table1 [this.radiobuttonModeMultiLED]));
     w25.TopAttach    = ((uint)(17));
     w25.BottomAttach = ((uint)(18));
     w25.LeftAttach   = ((uint)(1));
     w25.RightAttach  = ((uint)(2));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.radiobuttonModeMultiLEDMirror               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Multi-LED Mirror"));
     this.radiobuttonModeMultiLEDMirror.CanFocus      = true;
     this.radiobuttonModeMultiLEDMirror.Name          = "radiobuttonModeMultiLEDMirror";
     this.radiobuttonModeMultiLEDMirror.DrawIndicator = true;
     this.radiobuttonModeMultiLEDMirror.UseUnderline  = true;
     this.radiobuttonModeMultiLEDMirror.Group         = this.radiobuttonModeInverse.Group;
     this.table1.Add(this.radiobuttonModeMultiLEDMirror);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table1 [this.radiobuttonModeMultiLEDMirror]));
     w26.TopAttach    = ((uint)(19));
     w26.BottomAttach = ((uint)(20));
     w26.LeftAttach   = ((uint)(1));
     w26.RightAttach  = ((uint)(2));
     w26.XOptions     = ((global::Gtk.AttachOptions)(4));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.radiobuttonModeRGB               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("RGB"));
     this.radiobuttonModeRGB.CanFocus      = true;
     this.radiobuttonModeRGB.Name          = "radiobuttonModeRGB";
     this.radiobuttonModeRGB.DrawIndicator = true;
     this.radiobuttonModeRGB.UseUnderline  = true;
     this.radiobuttonModeRGB.Group         = this.radiobuttonModeInverse.Group;
     this.table1.Add(this.radiobuttonModeRGB);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table1 [this.radiobuttonModeRGB]));
     w27.TopAttach    = ((uint)(13));
     w27.BottomAttach = ((uint)(14));
     w27.LeftAttach   = ((uint)(1));
     w27.RightAttach  = ((uint)(2));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spinbuttonChannelB = new global::Gtk.SpinButton(0, 64, 1);
     this.spinbuttonChannelB.WidthRequest             = 30;
     this.spinbuttonChannelB.CanFocus                 = true;
     this.spinbuttonChannelB.Name                     = "spinbuttonChannelB";
     this.spinbuttonChannelB.Adjustment.PageIncrement = 10;
     this.spinbuttonChannelB.ClimbRate                = 1;
     this.spinbuttonChannelB.Numeric                  = true;
     this.table1.Add(this.spinbuttonChannelB);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table1 [this.spinbuttonChannelB]));
     w28.TopAttach    = ((uint)(7));
     w28.BottomAttach = ((uint)(8));
     w28.LeftAttach   = ((uint)(2));
     w28.RightAttach  = ((uint)(3));
     w28.XOptions     = ((global::Gtk.AttachOptions)(4));
     w28.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spinbuttonChannelG = new global::Gtk.SpinButton(0, 64, 1);
     this.spinbuttonChannelG.WidthRequest             = 30;
     this.spinbuttonChannelG.CanFocus                 = true;
     this.spinbuttonChannelG.Name                     = "spinbuttonChannelG";
     this.spinbuttonChannelG.Adjustment.PageIncrement = 10;
     this.spinbuttonChannelG.ClimbRate                = 1;
     this.spinbuttonChannelG.Numeric                  = true;
     this.table1.Add(this.spinbuttonChannelG);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table1 [this.spinbuttonChannelG]));
     w29.TopAttach    = ((uint)(6));
     w29.BottomAttach = ((uint)(7));
     w29.LeftAttach   = ((uint)(2));
     w29.RightAttach  = ((uint)(3));
     w29.XOptions     = ((global::Gtk.AttachOptions)(4));
     w29.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spinbuttonChannelR = new global::Gtk.SpinButton(0, 64, 1);
     this.spinbuttonChannelR.WidthRequest             = 30;
     this.spinbuttonChannelR.CanFocus                 = true;
     this.spinbuttonChannelR.Name                     = "spinbuttonChannelR";
     this.spinbuttonChannelR.Adjustment.PageIncrement = 10;
     this.spinbuttonChannelR.ClimbRate                = 1;
     this.spinbuttonChannelR.Numeric                  = true;
     this.table1.Add(this.spinbuttonChannelR);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table1 [this.spinbuttonChannelR]));
     w30.TopAttach    = ((uint)(5));
     w30.BottomAttach = ((uint)(6));
     w30.LeftAttach   = ((uint)(2));
     w30.RightAttach  = ((uint)(3));
     w30.XOptions     = ((global::Gtk.AttachOptions)(4));
     w30.YOptions     = ((global::Gtk.AttachOptions)(4));
     w1.Add(this.table1);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(w1 [this.table1]));
     w31.Position = 0;
     w31.Expand   = false;
     w31.Fill     = false;
     // Internal child BlinkStickClient.ConfigureBlinkStickDialog.ActionArea
     global::Gtk.HButtonBox w32 = this.ActionArea;
     w32.Name        = "dialog1_ActionArea";
     w32.Spacing     = 10;
     w32.BorderWidth = ((uint)(5));
     w32.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w33 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w32 [this.buttonCancel]));
     w33.Expand = false;
     w33.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-ok";
     w32.Add(this.buttonOk);
     global::Gtk.ButtonBox.ButtonBoxChild w34 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w32 [this.buttonOk]));
     w34.Position = 1;
     w34.Expand   = false;
     w34.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 502;
     this.DefaultHeight = 609;
     this.Show();
     this.radiobuttonModeRGB.Toggled            += new global::System.EventHandler(this.ModeRadioButtonToggled);
     this.radiobuttonModeMultiLEDMirror.Toggled += new global::System.EventHandler(this.ModeRadioButtonToggled);
     this.radiobuttonModeMultiLED.Toggled       += new global::System.EventHandler(this.ModeRadioButtonToggled);
     this.radiobuttonModeInverse.Toggled        += new global::System.EventHandler(this.ModeRadioButtonToggled);
     this.buttonOk.Clicked += new global::System.EventHandler(this.OnButtonOkClicked);
 }
Exemplo n.º 14
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("ECM Database Compactor");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth = ((uint)(3));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     // Container child hbox1.Gtk.Box+BoxChild
     this.ntbServers = new global::Gtk.Notebook ();
     this.ntbServers.CanFocus = true;
     this.ntbServers.Name = "ntbServers";
     this.ntbServers.CurrentPage = 0;
     this.ntbServers.BorderWidth = ((uint)(3));
     // Container child ntbServers.Gtk.Notebook+NotebookChild
     this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(4)), 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.chkIntegratedSec = new global::Gtk.CheckButton ();
     this.chkIntegratedSec.CanFocus = true;
     this.chkIntegratedSec.Name = "chkIntegratedSec";
     this.chkIntegratedSec.Label = global::Mono.Unix.Catalog.GetString ("Integrated Security");
     this.chkIntegratedSec.Active = true;
     this.chkIntegratedSec.DrawIndicator = true;
     this.chkIntegratedSec.UseUnderline = true;
     this.table1.Add (this.chkIntegratedSec);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.chkIntegratedSec]));
     w1.TopAttach = ((uint)(2));
     w1.BottomAttach = ((uint)(3));
     w1.LeftAttach = ((uint)(3));
     w1.RightAttach = ((uint)(4));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.Xalign = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Source");
     this.table1.Add (this.label1);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label11 = new global::Gtk.Label ();
     this.label11.Name = "label11";
     this.label11.Xalign = 1F;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("DB Name");
     this.table1.Add (this.label11);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label11]));
     w3.TopAttach = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.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 ("User Name");
     this.table1.Add (this.label5);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w4.LeftAttach = ((uint)(2));
     w4.RightAttach = ((uint)(3));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.Xalign = 1F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Password");
     this.table1.Add (this.label6);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w5.TopAttach = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.LeftAttach = ((uint)(2));
     w5.RightAttach = ((uint)(3));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.txtMSSQLDbname = new global::Gtk.Entry ();
     this.txtMSSQLDbname.CanFocus = true;
     this.txtMSSQLDbname.Name = "txtMSSQLDbname";
     this.txtMSSQLDbname.Text = global::Mono.Unix.Catalog.GetString ("evedb");
     this.txtMSSQLDbname.IsEditable = true;
     this.txtMSSQLDbname.InvisibleChar = '●';
     this.table1.Add (this.txtMSSQLDbname);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.txtMSSQLDbname]));
     w6.TopAttach = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.LeftAttach = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.txtMSSQLPass = new global::Gtk.Entry ();
     this.txtMSSQLPass.Sensitive = false;
     this.txtMSSQLPass.CanFocus = true;
     this.txtMSSQLPass.Name = "txtMSSQLPass";
     this.txtMSSQLPass.IsEditable = true;
     this.txtMSSQLPass.Visibility = false;
     this.txtMSSQLPass.InvisibleChar = '●';
     this.table1.Add (this.txtMSSQLPass);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.txtMSSQLPass]));
     w7.TopAttach = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.LeftAttach = ((uint)(3));
     w7.RightAttach = ((uint)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.txtMSSQLSource = new global::Gtk.Entry ();
     this.txtMSSQLSource.CanFocus = true;
     this.txtMSSQLSource.Name = "txtMSSQLSource";
     this.txtMSSQLSource.Text = global::Mono.Unix.Catalog.GetString (".\\SQLEXPRESS");
     this.txtMSSQLSource.IsEditable = true;
     this.txtMSSQLSource.InvisibleChar = '●';
     this.table1.Add (this.txtMSSQLSource);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.txtMSSQLSource]));
     w8.LeftAttach = ((uint)(1));
     w8.RightAttach = ((uint)(2));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.txtMSSQLUser = new global::Gtk.Entry ();
     this.txtMSSQLUser.Sensitive = false;
     this.txtMSSQLUser.CanFocus = true;
     this.txtMSSQLUser.Name = "txtMSSQLUser";
     this.txtMSSQLUser.IsEditable = true;
     this.txtMSSQLUser.InvisibleChar = '●';
     this.table1.Add (this.txtMSSQLUser);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.txtMSSQLUser]));
     w9.LeftAttach = ((uint)(3));
     w9.RightAttach = ((uint)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     this.ntbServers.Add (this.table1);
     // Notebook tab
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("MS SQL");
     this.ntbServers.SetTabLabel (this.table1, this.label2);
     this.label2.ShowAll ();
     // Container child ntbServers.Gtk.Notebook+NotebookChild
     this.table2 = new global::Gtk.Table (((uint)(3)), ((uint)(4)), 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.label12 = new global::Gtk.Label ();
     this.label12.Name = "label12";
     this.label12.Xalign = 1F;
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("Source");
     this.table2.Add (this.label12);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table2 [this.label12]));
     w11.TopAttach = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label13 = new global::Gtk.Label ();
     this.label13.Name = "label13";
     this.label13.Xalign = 1F;
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("Port");
     this.table2.Add (this.label13);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2 [this.label13]));
     w12.TopAttach = ((uint)(2));
     w12.BottomAttach = ((uint)(3));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.Xalign = 1F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("DB Name");
     this.table2.Add (this.label3);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table2 [this.label3]));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label8 = new global::Gtk.Label ();
     this.label8.Name = "label8";
     this.label8.Xalign = 1F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Password");
     this.table2.Add (this.label8);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table2 [this.label8]));
     w14.TopAttach = ((uint)(1));
     w14.BottomAttach = ((uint)(2));
     w14.LeftAttach = ((uint)(2));
     w14.RightAttach = ((uint)(3));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.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 ("User Name");
     this.table2.Add (this.label9);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table2 [this.label9]));
     w15.LeftAttach = ((uint)(2));
     w15.RightAttach = ((uint)(3));
     w15.XOptions = ((global::Gtk.AttachOptions)(4));
     w15.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.spbPort = new global::Gtk.SpinButton (1, 65535, 1);
     this.spbPort.CanFocus = true;
     this.spbPort.Name = "spbPort";
     this.spbPort.Adjustment.PageIncrement = 10;
     this.spbPort.ClimbRate = 1;
     this.spbPort.Numeric = true;
     this.spbPort.Value = 3306;
     this.table2.Add (this.spbPort);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table2 [this.spbPort]));
     w16.TopAttach = ((uint)(2));
     w16.BottomAttach = ((uint)(3));
     w16.RightAttach = ((uint)(2));
     w16.XOptions = ((global::Gtk.AttachOptions)(0));
     w16.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.txtMySqlDbName = new global::Gtk.Entry ();
     this.txtMySqlDbName.CanFocus = true;
     this.txtMySqlDbName.Name = "txtMySqlDbName";
     this.txtMySqlDbName.Text = global::Mono.Unix.Catalog.GetString ("evedb");
     this.txtMySqlDbName.IsEditable = true;
     this.txtMySqlDbName.InvisibleChar = '●';
     this.table2.Add (this.txtMySqlDbName);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table2 [this.txtMySqlDbName]));
     w17.LeftAttach = ((uint)(1));
     w17.RightAttach = ((uint)(2));
     w17.XOptions = ((global::Gtk.AttachOptions)(4));
     w17.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.txtMySqlPass = new global::Gtk.Entry ();
     this.txtMySqlPass.CanFocus = true;
     this.txtMySqlPass.Name = "txtMySqlPass";
     this.txtMySqlPass.Text = global::Mono.Unix.Catalog.GetString ("zn645szn");
     this.txtMySqlPass.IsEditable = true;
     this.txtMySqlPass.Visibility = false;
     this.txtMySqlPass.InvisibleChar = '●';
     this.table2.Add (this.txtMySqlPass);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2 [this.txtMySqlPass]));
     w18.TopAttach = ((uint)(1));
     w18.BottomAttach = ((uint)(2));
     w18.LeftAttach = ((uint)(3));
     w18.RightAttach = ((uint)(4));
     w18.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.txtMySqlSource = new global::Gtk.Entry ();
     this.txtMySqlSource.CanFocus = true;
     this.txtMySqlSource.Name = "txtMySqlSource";
     this.txtMySqlSource.Text = global::Mono.Unix.Catalog.GetString ("localhost");
     this.txtMySqlSource.IsEditable = true;
     this.txtMySqlSource.InvisibleChar = '●';
     this.table2.Add (this.txtMySqlSource);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.txtMySqlSource]));
     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.txtMySqlUser = new global::Gtk.Entry ();
     this.txtMySqlUser.CanFocus = true;
     this.txtMySqlUser.Name = "txtMySqlUser";
     this.txtMySqlUser.Text = global::Mono.Unix.Catalog.GetString ("root");
     this.txtMySqlUser.IsEditable = true;
     this.txtMySqlUser.InvisibleChar = '●';
     this.table2.Add (this.txtMySqlUser);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table2 [this.txtMySqlUser]));
     w20.LeftAttach = ((uint)(3));
     w20.RightAttach = ((uint)(4));
     w20.YOptions = ((global::Gtk.AttachOptions)(4));
     this.ntbServers.Add (this.table2);
     global::Gtk.Notebook.NotebookChild w21 = ((global::Gtk.Notebook.NotebookChild)(this.ntbServers [this.table2]));
     w21.Position = 1;
     // Notebook tab
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("MySql");
     this.ntbServers.SetTabLabel (this.table2, this.label4);
     this.label4.ShowAll ();
     // Container child ntbServers.Gtk.Notebook+NotebookChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label7 = new global::Gtk.Label ();
     this.label7.Name = "label7";
     this.label7.Xalign = 0F;
     this.label7.Yalign = 1F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Database File:");
     this.vbox2.Add (this.label7);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label7]));
     w22.Position = 0;
     w22.Expand = false;
     w22.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.fcbSqliteDB = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select SQLite3 Database"), ((global::Gtk.FileChooserAction)(0)));
     this.fcbSqliteDB.Name = "fcbSqliteDB";
     this.vbox2.Add (this.fcbSqliteDB);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.fcbSqliteDB]));
     w23.Position = 1;
     w23.Expand = false;
     w23.Fill = false;
     this.ntbServers.Add (this.vbox2);
     global::Gtk.Notebook.NotebookChild w24 = ((global::Gtk.Notebook.NotebookChild)(this.ntbServers [this.vbox2]));
     w24.Position = 2;
     // Notebook tab
     this.label10 = new global::Gtk.Label ();
     this.label10.Name = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("SQLite");
     this.label10.WidthChars = 6;
     this.ntbServers.SetTabLabel (this.vbox2, this.label10);
     this.label10.ShowAll ();
     this.hbox1.Add (this.ntbServers);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.ntbServers]));
     w25.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbuttonbox1 = new global::Gtk.VButtonBox ();
     this.vbuttonbox1.Name = "vbuttonbox1";
     this.vbuttonbox1.BorderWidth = ((uint)(3));
     this.vbuttonbox1.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.btnStartProcess = new global::Gtk.Button ();
     this.btnStartProcess.CanFocus = true;
     this.btnStartProcess.Name = "btnStartProcess";
     this.btnStartProcess.UseUnderline = true;
     this.btnStartProcess.Label = global::Mono.Unix.Catalog.GetString ("Compact\nDatabase");
     this.vbuttonbox1.Add (this.btnStartProcess);
     global::Gtk.ButtonBox.ButtonBoxChild w26 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.btnStartProcess]));
     w26.Expand = false;
     w26.Fill = false;
     this.hbox1.Add (this.vbuttonbox1);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbuttonbox1]));
     w27.Position = 1;
     w27.Expand = false;
     w27.Fill = false;
     this.vbox1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w28.Position = 0;
     w28.Expand = false;
     w28.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.lblStatus = new global::Gtk.Label ();
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.LabelProp = global::Mono.Unix.Catalog.GetString ("label1");
     this.vbox1.Add (this.lblStatus);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.lblStatus]));
     w29.Position = 1;
     w29.Expand = false;
     w29.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.lblRecords = new global::Gtk.Label ();
     this.lblRecords.Name = "lblRecords";
     this.lblRecords.LabelProp = global::Mono.Unix.Catalog.GetString ("label4");
     this.vbox1.Add (this.lblRecords);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.lblRecords]));
     w30.Position = 2;
     w30.Expand = false;
     w30.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.pgbProgress = new global::Gtk.ProgressBar ();
     this.pgbProgress.Name = "pgbProgress";
     this.vbox1.Add (this.pgbProgress);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.pgbProgress]));
     w31.PackType = ((global::Gtk.PackType)(1));
     w31.Position = 3;
     w31.Expand = false;
     w31.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 569;
     this.DefaultHeight = 200;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.chkIntegratedSec.Toggled += new global::System.EventHandler (this.IntegratedSecToggle);
     this.btnStartProcess.Clicked += new global::System.EventHandler (this.StartProcess);
 }
Exemplo n.º 15
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.Action11            = new global::Gtk.Action("Action11", global::Mono.Unix.Catalog.GetString("Файл"), null, null);
     this.Action11.ShortLabel = global::Mono.Unix.Catalog.GetString("Файл");
     w1.Add(this.Action11, null);
     this.HTMLAction            = new global::Gtk.Action("HTMLAction", global::Mono.Unix.Catalog.GetString("Конвертувати в HTML"), null, null);
     this.HTMLAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Конвертувати в HTML");
     w1.Add(this.HTMLAction, null);
     this.Action2            = new global::Gtk.Action("Action2", global::Mono.Unix.Catalog.GetString("Інфо"), null, null);
     this.Action2.ShortLabel = global::Mono.Unix.Catalog.GetString("Інфо");
     w1.Add(this.Action2, null);
     this.AboutAuthorAction            = new global::Gtk.Action("AboutAuthorAction", global::Mono.Unix.Catalog.GetString("Про автора"), null, null);
     this.AboutAuthorAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Про автора");
     w1.Add(this.AboutAuthorAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><menubar name=\'menubar1\'><menu name=\'Action11\' action=\'Action11\'><menuitem na" +
                                    "me=\'HTMLAction\' action=\'HTMLAction\'/></menu><menu name=\'Action2\' action=\'Action2" +
                                    "\'><menuitem name=\'AboutAuthorAction\' action=\'AboutAuthorAction\'/></menu></menuba" +
                                    "r></ui>");
     this.menubar1      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vbox1.Add(this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.menubar1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox8         = new global::Gtk.HBox();
     this.hbox8.Name    = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Назва");
     this.hbox8.Add(this.label1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.label1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     w3.Padding  = ((uint)(28));
     // Container child hbox8.Gtk.Box+BoxChild
     this.comboboxTitle      = global::Gtk.ComboBox.NewText();
     this.comboboxTitle.Name = "comboboxTitle";
     this.hbox8.Add(this.comboboxTitle);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.comboboxTitle]));
     w4.Position = 1;
     this.vbox2.Add(this.hbox8);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox8]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Ім\'я автора");
     this.hbox7.Add(this.label2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.label2]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     w6.Padding  = ((uint)(13));
     // Container child hbox7.Gtk.Box+BoxChild
     this.comboboxAuthor      = global::Gtk.ComboBox.NewText();
     this.comboboxAuthor.Name = "comboboxAuthor";
     this.hbox7.Add(this.comboboxAuthor);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.comboboxAuthor]));
     w7.Position = 1;
     this.vbox2.Add(this.hbox7);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox7]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Жанр");
     this.hbox6.Add(this.label3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.label3]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     w9.Padding  = ((uint)(30));
     // Container child hbox6.Gtk.Box+BoxChild
     this.comboboxGenre      = global::Gtk.ComboBox.NewText();
     this.comboboxGenre.Name = "comboboxGenre";
     this.hbox6.Add(this.comboboxGenre);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.comboboxGenre]));
     w10.Position = 1;
     this.vbox2.Add(this.hbox6);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox6]));
     w11.Position = 2;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Мова оригіналу");
     this.hbox5.Add(this.label4);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.label4]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.comboboxLanguage      = global::Gtk.ComboBox.NewText();
     this.comboboxLanguage.Name = "comboboxLanguage";
     this.hbox5.Add(this.comboboxLanguage);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.comboboxLanguage]));
     w13.Position = 1;
     this.vbox2.Add(this.hbox5);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox5]));
     w14.Position = 3;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Дата написання");
     this.hbox4.Add(this.label5);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.label5]));
     w15.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.spinbuttonDateFrom          = new global::Gtk.SpinButton(0D, 100D, 1D);
     this.spinbuttonDateFrom.CanFocus = true;
     this.spinbuttonDateFrom.Name     = "spinbuttonDateFrom";
     this.spinbuttonDateFrom.Adjustment.PageIncrement = 10D;
     this.spinbuttonDateFrom.ClimbRate = 1D;
     this.spinbuttonDateFrom.Numeric   = true;
     this.hbox4.Add(this.spinbuttonDateFrom);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.spinbuttonDateFrom]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("-");
     this.hbox4.Add(this.label7);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.label7]));
     w17.Position = 2;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.spinbuttonDateTo          = new global::Gtk.SpinButton(0D, 2020D, 1D);
     this.spinbuttonDateTo.CanFocus = true;
     this.spinbuttonDateTo.Name     = "spinbuttonDateTo";
     this.spinbuttonDateTo.Adjustment.PageIncrement = 10D;
     this.spinbuttonDateTo.ClimbRate = 1D;
     this.spinbuttonDateTo.Numeric   = true;
     this.spinbuttonDateTo.Value     = 2020D;
     this.hbox4.Add(this.spinbuttonDateTo);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.spinbuttonDateTo]));
     w18.Position = 3;
     w18.Expand   = false;
     w18.Fill     = false;
     this.vbox2.Add(this.hbox4);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox4]));
     w19.Position = 4;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Кількість сторінок");
     this.hbox3.Add(this.label6);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label6]));
     w20.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.spinbuttonPagesFrom          = new global::Gtk.SpinButton(0D, 100D, 1D);
     this.spinbuttonPagesFrom.CanFocus = true;
     this.spinbuttonPagesFrom.Name     = "spinbuttonPagesFrom";
     this.spinbuttonPagesFrom.Adjustment.PageIncrement = 10D;
     this.spinbuttonPagesFrom.ClimbRate = 1D;
     this.spinbuttonPagesFrom.Numeric   = true;
     this.hbox3.Add(this.spinbuttonPagesFrom);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.spinbuttonPagesFrom]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("-");
     this.hbox3.Add(this.label8);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label8]));
     w22.Position = 2;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.spinbuttonPagesTo          = new global::Gtk.SpinButton(0D, 100D, 1D);
     this.spinbuttonPagesTo.CanFocus = true;
     this.spinbuttonPagesTo.Name     = "spinbuttonPagesTo";
     this.spinbuttonPagesTo.Adjustment.PageIncrement = 10D;
     this.spinbuttonPagesTo.ClimbRate = 1D;
     this.spinbuttonPagesTo.Numeric   = true;
     this.hbox3.Add(this.spinbuttonPagesTo);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.spinbuttonPagesTo]));
     w23.Position = 3;
     w23.Expand   = false;
     w23.Fill     = false;
     this.vbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox3]));
     w24.Position = 5;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.radiobuttonLINQ               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("LINQ"));
     this.radiobuttonLINQ.CanFocus      = true;
     this.radiobuttonLINQ.Name          = "radiobuttonLINQ";
     this.radiobuttonLINQ.DrawIndicator = true;
     this.radiobuttonLINQ.UseUnderline  = true;
     this.radiobuttonLINQ.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.hbox2.Add(this.radiobuttonLINQ);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.radiobuttonLINQ]));
     w25.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.radiobuttonSAX               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("SAX"));
     this.radiobuttonSAX.CanFocus      = true;
     this.radiobuttonSAX.Name          = "radiobuttonSAX";
     this.radiobuttonSAX.DrawIndicator = true;
     this.radiobuttonSAX.UseUnderline  = true;
     this.radiobuttonSAX.Group         = this.radiobuttonLINQ.Group;
     this.hbox2.Add(this.radiobuttonSAX);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.radiobuttonSAX]));
     w26.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.radiobuttonDOM               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("DOM"));
     this.radiobuttonDOM.CanFocus      = true;
     this.radiobuttonDOM.Name          = "radiobuttonDOM";
     this.radiobuttonDOM.DrawIndicator = true;
     this.radiobuttonDOM.UseUnderline  = true;
     this.radiobuttonDOM.Group         = this.radiobuttonLINQ.Group;
     this.hbox2.Add(this.radiobuttonDOM);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.radiobuttonDOM]));
     w27.Position = 2;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox2]));
     w28.Position = 6;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox9         = new global::Gtk.HBox();
     this.hbox9.Name    = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.buttonSearch              = new global::Gtk.Button();
     this.buttonSearch.CanFocus     = true;
     this.buttonSearch.Name         = "buttonSearch";
     this.buttonSearch.UseUnderline = true;
     this.buttonSearch.Label        = global::Mono.Unix.Catalog.GetString("Пошук");
     this.hbox9.Add(this.buttonSearch);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.buttonSearch]));
     w29.Position = 0;
     // Container child hbox9.Gtk.Box+BoxChild
     this.buttonClear              = new global::Gtk.Button();
     this.buttonClear.CanFocus     = true;
     this.buttonClear.Name         = "buttonClear";
     this.buttonClear.UseUnderline = true;
     this.buttonClear.Label        = global::Mono.Unix.Catalog.GetString("Очистити");
     this.hbox9.Add(this.buttonClear);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.buttonClear]));
     w30.Position = 1;
     this.vbox2.Add(this.hbox9);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox9]));
     w31.PackType = ((global::Gtk.PackType)(1));
     w31.Position = 7;
     w31.Expand   = false;
     w31.Fill     = false;
     this.hbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox2]));
     w32.Position = 0;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child hbox1.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.textview               = new global::Gtk.TextView();
     this.textview.CanFocus      = true;
     this.textview.Name          = "textview";
     this.textview.Editable      = false;
     this.textview.CursorVisible = false;
     this.GtkScrolledWindow.Add(this.textview);
     this.hbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledWindow]));
     w34.Position = 1;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w35.Position = 1;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 753;
     this.DefaultHeight = 348;
     this.Show();
     this.DeleteEvent                 += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.HTMLAction.Activated        += new global::System.EventHandler(this.BtnConvertActivated);
     this.AboutAuthorAction.Activated += new global::System.EventHandler(this.AboutAuthorActivated);
     this.buttonSearch.Clicked        += new global::System.EventHandler(this.OnSearchClicked);
     this.buttonClear.Clicked         += new global::System.EventHandler(this.OnClearClicked);
 }
Exemplo n.º 16
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Pinta.ResizeImageDialog
     this.Name = "Pinta.ResizeImageDialog";
     this.Title = global::Mono.Unix.Catalog.GetString("Resize Image");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal = true;
     this.DefaultWidth = 300;
     this.DefaultHeight = 200;
     // Internal child Pinta.ResizeImageDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox2 = new global::Gtk.VBox();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     this.vbox2.BorderWidth = ((uint)(12));
     // 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.percentageRadio = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("By percentage:"));
     this.percentageRadio.CanFocus = true;
     this.percentageRadio.Name = "percentageRadio";
     this.percentageRadio.Active = true;
     this.percentageRadio.DrawIndicator = true;
     this.percentageRadio.UseUnderline = true;
     this.percentageRadio.Group = new global::GLib.SList(global::System.IntPtr.Zero);
     this.hbox1.Add(this.percentageRadio);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.percentageRadio]));
     w2.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.percentageSpinner = new global::Gtk.SpinButton(1D, 1000D, 1D);
     this.percentageSpinner.CanFocus = true;
     this.percentageSpinner.Name = "percentageSpinner";
     this.percentageSpinner.Adjustment.PageIncrement = 10D;
     this.percentageSpinner.ClimbRate = 1D;
     this.percentageSpinner.Numeric = true;
     this.percentageSpinner.Value = 100D;
     this.hbox1.Add(this.percentageSpinner);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.percentageSpinner]));
     w3.Position = 1;
     w3.Expand = false;
     w3.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label();
     this.label1.Name = "label1";
     this.label1.LabelProp = "%";
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label1]));
     w4.Position = 2;
     w4.Expand = false;
     w4.Fill = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w5.Position = 0;
     w5.Expand = false;
     w5.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.absoluteRadio = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("By absolute size:"));
     this.absoluteRadio.CanFocus = true;
     this.absoluteRadio.Name = "absoluteRadio";
     this.absoluteRadio.DrawIndicator = true;
     this.absoluteRadio.UseUnderline = true;
     this.absoluteRadio.Group = this.percentageRadio.Group;
     this.hbox2.Add(this.absoluteRadio);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.absoluteRadio]));
     w6.Position = 0;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox2]));
     w7.Position = 1;
     w7.Expand = false;
     w7.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Width:");
     this.hbox3.Add(this.label2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label2]));
     w8.Position = 0;
     w8.Expand = false;
     w8.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.widthSpinner = new global::Gtk.SpinButton(1D, 10000D, 1D);
     this.widthSpinner.Sensitive = false;
     this.widthSpinner.CanFocus = true;
     this.widthSpinner.Name = "widthSpinner";
     this.widthSpinner.Adjustment.PageIncrement = 10D;
     this.widthSpinner.ClimbRate = 1D;
     this.widthSpinner.Numeric = true;
     this.hbox3.Add(this.widthSpinner);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.widthSpinner]));
     w9.Position = 1;
     w9.Expand = false;
     w9.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("pixels");
     this.hbox3.Add(this.label4);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label4]));
     w10.Position = 2;
     w10.Expand = false;
     w10.Fill = false;
     this.vbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox3]));
     w11.Position = 2;
     w11.Expand = false;
     w11.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.label3 = new global::Gtk.Label();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Height:");
     this.hbox4.Add(this.label3);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.label3]));
     w12.Position = 0;
     w12.Expand = false;
     w12.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.heightSpinner = new global::Gtk.SpinButton(1D, 10000D, 1D);
     this.heightSpinner.Sensitive = false;
     this.heightSpinner.CanFocus = true;
     this.heightSpinner.Name = "heightSpinner";
     this.heightSpinner.Adjustment.PageIncrement = 10D;
     this.heightSpinner.ClimbRate = 1D;
     this.heightSpinner.Numeric = true;
     this.hbox4.Add(this.heightSpinner);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.heightSpinner]));
     w13.Position = 1;
     w13.Expand = false;
     w13.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label();
     this.label5.Name = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("pixels");
     this.hbox4.Add(this.label5);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.label5]));
     w14.Position = 2;
     w14.Expand = false;
     w14.Fill = false;
     this.vbox2.Add(this.hbox4);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox4]));
     w15.Position = 3;
     w15.Expand = false;
     w15.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.aspectCheckbox = new global::Gtk.CheckButton();
     this.aspectCheckbox.Sensitive = false;
     this.aspectCheckbox.CanFocus = true;
     this.aspectCheckbox.Name = "aspectCheckbox";
     this.aspectCheckbox.Label = global::Mono.Unix.Catalog.GetString("Maintain aspect ratio");
     this.aspectCheckbox.Active = true;
     this.aspectCheckbox.DrawIndicator = true;
     this.aspectCheckbox.UseUnderline = true;
     this.vbox2.Add(this.aspectCheckbox);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.aspectCheckbox]));
     w16.Position = 4;
     w16.Expand = false;
     w16.Fill = false;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
     w17.Position = 0;
     w17.Expand = false;
     w17.Fill = false;
     // Internal child Pinta.ResizeImageDialog.ActionArea
     global::Gtk.HButtonBox w18 = this.ActionArea;
     w18.Name = "dialog1_ActionArea";
     w18.Spacing = 10;
     w18.BorderWidth = ((uint)(5));
     w18.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel = new global::Gtk.Button();
     this.buttonCancel.CanDefault = true;
     this.buttonCancel.CanFocus = true;
     this.buttonCancel.Name = "buttonCancel";
     this.buttonCancel.UseStock = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18[this.buttonCancel]));
     w19.Expand = false;
     w19.Fill = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk = new global::Gtk.Button();
     this.buttonOk.CanDefault = true;
     this.buttonOk.CanFocus = true;
     this.buttonOk.Name = "buttonOk";
     this.buttonOk.UseStock = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label = "gtk-ok";
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18[this.buttonOk]));
     w20.Position = 1;
     w20.Expand = false;
     w20.Fill = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
 }
Exemplo n.º 17
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString("GeneticSharp :: Runner");
     this.Icon = new global::Gdk.Pixbuf(global::System.IO.Path.Combine(global::System.AppDomain.CurrentDomain.BaseDirectory, "./Icon.png"));
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.Modal = true;
     this.DefaultWidth = 800;
     this.DefaultHeight = 600;
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.hbxMain = new global::Gtk.HBox();
     this.hbxMain.Name = "hbxMain";
     this.hbxMain.Spacing = 10;
     this.hbxMain.BorderWidth = ((uint)(10));
     // Container child hbxMain.Gtk.Box+BoxChild
     this.drawingArea = new global::Gtk.DrawingArea();
     this.drawingArea.Name = "drawingArea";
     this.hbxMain.Add(this.drawingArea);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbxMain[this.drawingArea]));
     w1.Position = 0;
     w1.Padding = ((uint)(1));
     // Container child hbxMain.Gtk.Box+BoxChild
     this.vbxConfig = new global::Gtk.VBox();
     this.vbxConfig.Name = "vbxConfig";
     this.vbxConfig.Spacing = 6;
     // Container child vbxConfig.Gtk.Box+BoxChild
     this.vbxSample = new global::Gtk.VBox();
     this.vbxSample.Name = "vbxSample";
     this.vbxSample.Spacing = 6;
     // Container child vbxSample.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Problem");
     this.vbxSample.Add(this.label4);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbxSample[this.label4]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbxSample.Gtk.Box+BoxChild
     this.cmbSample = global::Gtk.ComboBox.NewText();
     this.cmbSample.Name = "cmbSample";
     this.vbxSample.Add(this.cmbSample);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbxSample[this.cmbSample]));
     w3.Position = 1;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbxSample.Gtk.Box+BoxChild
     this.problemConfigWidgetContainer = new global::Gtk.VPaned();
     this.problemConfigWidgetContainer.CanFocus = true;
     this.problemConfigWidgetContainer.Name = "problemConfigWidgetContainer";
     this.problemConfigWidgetContainer.Position = 10;
     this.vbxSample.Add(this.problemConfigWidgetContainer);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbxSample[this.problemConfigWidgetContainer]));
     w4.Position = 2;
     this.vbxConfig.Add(this.vbxSample);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbxConfig[this.vbxSample]));
     w5.Position = 0;
     // Container child vbxConfig.Gtk.Box+BoxChild
     this.vbxGA = new global::Gtk.VBox();
     this.vbxGA.WidthRequest = 250;
     this.vbxGA.Name = "vbxGA";
     this.vbxGA.Spacing = 6;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.vbbSample = new global::Gtk.VButtonBox();
     this.vbbSample.Name = "vbbSample";
     this.vbxGA.Add(this.vbbSample);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.vbbSample]));
     w6.Position = 0;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbxGA.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hseparator1]));
     w7.Position = 1;
     w7.Expand = false;
     w7.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Population size");
     this.vbxGA.Add(this.label1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.label1]));
     w8.Position = 2;
     w8.Expand = false;
     w8.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Min");
     this.hbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label2]));
     w9.Position = 0;
     w9.Expand = false;
     w9.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.sbtPopulationMinSize = new global::Gtk.SpinButton(2, 10000, 1);
     this.sbtPopulationMinSize.CanFocus = true;
     this.sbtPopulationMinSize.Name = "sbtPopulationMinSize";
     this.sbtPopulationMinSize.Adjustment.PageIncrement = 10;
     this.sbtPopulationMinSize.ClimbRate = 1;
     this.sbtPopulationMinSize.Numeric = true;
     this.sbtPopulationMinSize.Value = 50;
     this.hbox2.Add(this.sbtPopulationMinSize);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.sbtPopulationMinSize]));
     w10.Position = 1;
     w10.Expand = false;
     w10.Fill = false;
     w10.Padding = ((uint)(3));
     // Container child hbox2.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label3 = new global::Gtk.Label();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Max");
     this.hbox3.Add(this.label3);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label3]));
     w11.Position = 0;
     w11.Expand = false;
     w11.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.sbtPopulationMaxSize = new global::Gtk.SpinButton(2, 10000, 1);
     this.sbtPopulationMaxSize.CanFocus = true;
     this.sbtPopulationMaxSize.Name = "sbtPopulationMaxSize";
     this.sbtPopulationMaxSize.Adjustment.PageIncrement = 10;
     this.sbtPopulationMaxSize.ClimbRate = 1;
     this.sbtPopulationMaxSize.Numeric = true;
     this.sbtPopulationMaxSize.Value = 70;
     this.hbox3.Add(this.sbtPopulationMaxSize);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.sbtPopulationMaxSize]));
     w12.Position = 1;
     w12.Expand = false;
     w12.Fill = false;
     this.hbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.hbox3]));
     w13.PackType = ((global::Gtk.PackType)(1));
     w13.Position = 2;
     w13.Expand = false;
     w13.Fill = false;
     this.vbxGA.Add(this.hbox2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox2]));
     w14.Position = 3;
     w14.Expand = false;
     w14.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox11 = new global::Gtk.HBox();
     this.hbox11.Name = "hbox11";
     this.hbox11.Spacing = 6;
     // Container child hbox11.Gtk.Box+BoxChild
     this.cmbGenerationStrategy = global::Gtk.ComboBox.NewText();
     this.cmbGenerationStrategy.WidthRequest = 200;
     this.cmbGenerationStrategy.Name = "cmbGenerationStrategy";
     this.hbox11.Add(this.cmbGenerationStrategy);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.cmbGenerationStrategy]));
     w15.Position = 0;
     w15.Expand = false;
     w15.Fill = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.btnEditGenerationStrategy = new global::Gtk.Button();
     this.btnEditGenerationStrategy.CanFocus = true;
     this.btnEditGenerationStrategy.Name = "btnEditGenerationStrategy";
     this.btnEditGenerationStrategy.UseUnderline = true;
     this.btnEditGenerationStrategy.Label = global::Mono.Unix.Catalog.GetString("Edit");
     this.hbox11.Add(this.btnEditGenerationStrategy);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.btnEditGenerationStrategy]));
     w16.Position = 1;
     w16.Expand = false;
     w16.Fill = false;
     this.vbxGA.Add(this.hbox11);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox11]));
     w17.Position = 4;
     w17.Expand = false;
     w17.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hseparator2 = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbxGA.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hseparator2]));
     w18.Position = 5;
     w18.Expand = false;
     w18.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label();
     this.label5.Name = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Selection");
     this.vbxGA.Add(this.label5);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.label5]));
     w19.Position = 6;
     w19.Expand = false;
     w19.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox5 = new global::Gtk.HBox();
     this.hbox5.Name = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.cmbSelection = global::Gtk.ComboBox.NewText();
     this.cmbSelection.WidthRequest = 200;
     this.cmbSelection.Name = "cmbSelection";
     this.hbox5.Add(this.cmbSelection);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.cmbSelection]));
     w20.Position = 0;
     w20.Expand = false;
     w20.Fill = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.btnEditSelection = new global::Gtk.Button();
     this.btnEditSelection.CanFocus = true;
     this.btnEditSelection.Name = "btnEditSelection";
     this.btnEditSelection.UseUnderline = true;
     this.btnEditSelection.Label = global::Mono.Unix.Catalog.GetString("Edit");
     this.hbox5.Add(this.btnEditSelection);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.btnEditSelection]));
     w21.Position = 1;
     w21.Expand = false;
     w21.Fill = false;
     this.vbxGA.Add(this.hbox5);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox5]));
     w22.Position = 7;
     w22.Expand = false;
     w22.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hseparator4 = new global::Gtk.HSeparator();
     this.hseparator4.Name = "hseparator4";
     this.vbxGA.Add(this.hseparator4);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hseparator4]));
     w23.Position = 8;
     w23.Expand = false;
     w23.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.label7 = new global::Gtk.Label();
     this.label7.Name = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Crossover");
     this.vbxGA.Add(this.label7);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.label7]));
     w24.Position = 9;
     w24.Expand = false;
     w24.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox9 = new global::Gtk.HBox();
     this.hbox9.Name = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.label10 = new global::Gtk.Label();
     this.label10.Name = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Probability");
     this.hbox9.Add(this.label10);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.label10]));
     w25.Position = 0;
     w25.Expand = false;
     w25.Fill = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.hslCrossoverProbability = new global::Gtk.HScale(null);
     this.hslCrossoverProbability.CanFocus = true;
     this.hslCrossoverProbability.Name = "hslCrossoverProbability";
     this.hslCrossoverProbability.Adjustment.Upper = 1.1;
     this.hslCrossoverProbability.Adjustment.PageIncrement = 0.1;
     this.hslCrossoverProbability.Adjustment.PageSize = 0.1;
     this.hslCrossoverProbability.Adjustment.StepIncrement = 0.01;
     this.hslCrossoverProbability.Adjustment.Value = 0.01;
     this.hslCrossoverProbability.DrawValue = true;
     this.hslCrossoverProbability.Digits = 2;
     this.hslCrossoverProbability.ValuePos = ((global::Gtk.PositionType)(2));
     this.hbox9.Add(this.hslCrossoverProbability);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.hslCrossoverProbability]));
     w26.Position = 1;
     this.vbxGA.Add(this.hbox9);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox9]));
     w27.Position = 10;
     w27.Expand = false;
     w27.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox6 = new global::Gtk.HBox();
     this.hbox6.Name = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.cmbCrossover = global::Gtk.ComboBox.NewText();
     this.cmbCrossover.WidthRequest = 200;
     this.cmbCrossover.Name = "cmbCrossover";
     this.hbox6.Add(this.cmbCrossover);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.cmbCrossover]));
     w28.Position = 0;
     w28.Expand = false;
     w28.Fill = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.btnEditCrossover = new global::Gtk.Button();
     this.btnEditCrossover.CanFocus = true;
     this.btnEditCrossover.Name = "btnEditCrossover";
     this.btnEditCrossover.UseUnderline = true;
     this.btnEditCrossover.Label = global::Mono.Unix.Catalog.GetString("Edit");
     this.hbox6.Add(this.btnEditCrossover);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.btnEditCrossover]));
     w29.Position = 1;
     w29.Expand = false;
     w29.Fill = false;
     this.vbxGA.Add(this.hbox6);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox6]));
     w30.Position = 11;
     w30.Expand = false;
     w30.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hseparator5 = new global::Gtk.HSeparator();
     this.hseparator5.Name = "hseparator5";
     this.vbxGA.Add(this.hseparator5);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hseparator5]));
     w31.Position = 12;
     w31.Expand = false;
     w31.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.label8 = new global::Gtk.Label();
     this.label8.Name = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Mutation");
     this.vbxGA.Add(this.label8);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.label8]));
     w32.Position = 13;
     w32.Expand = false;
     w32.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox8 = new global::Gtk.HBox();
     this.hbox8.Name = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.label9 = new global::Gtk.Label();
     this.label9.Name = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Probability");
     this.hbox8.Add(this.label9);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.label9]));
     w33.Position = 0;
     w33.Expand = false;
     w33.Fill = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.hslMutationProbability = new global::Gtk.HScale(null);
     this.hslMutationProbability.CanFocus = true;
     this.hslMutationProbability.Name = "hslMutationProbability";
     this.hslMutationProbability.Adjustment.Upper = 1.1;
     this.hslMutationProbability.Adjustment.PageIncrement = 0.1;
     this.hslMutationProbability.Adjustment.PageSize = 0.1;
     this.hslMutationProbability.Adjustment.StepIncrement = 0.01;
     this.hslMutationProbability.DrawValue = true;
     this.hslMutationProbability.Digits = 2;
     this.hslMutationProbability.ValuePos = ((global::Gtk.PositionType)(2));
     this.hbox8.Add(this.hslMutationProbability);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.hslMutationProbability]));
     w34.Position = 1;
     this.vbxGA.Add(this.hbox8);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox8]));
     w35.Position = 14;
     w35.Expand = false;
     w35.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox7 = new global::Gtk.HBox();
     this.hbox7.Name = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.cmbMutation = global::Gtk.ComboBox.NewText();
     this.cmbMutation.WidthRequest = 200;
     this.cmbMutation.Name = "cmbMutation";
     this.hbox7.Add(this.cmbMutation);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.cmbMutation]));
     w36.Position = 0;
     w36.Expand = false;
     w36.Fill = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.btnEditMutation = new global::Gtk.Button();
     this.btnEditMutation.CanFocus = true;
     this.btnEditMutation.Name = "btnEditMutation";
     this.btnEditMutation.UseUnderline = true;
     this.btnEditMutation.Label = global::Mono.Unix.Catalog.GetString("Edit");
     this.hbox7.Add(this.btnEditMutation);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.btnEditMutation]));
     w37.Position = 1;
     w37.Expand = false;
     w37.Fill = false;
     this.vbxGA.Add(this.hbox7);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox7]));
     w38.Position = 15;
     w38.Expand = false;
     w38.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hseparator3 = new global::Gtk.HSeparator();
     this.hseparator3.Name = "hseparator3";
     this.vbxGA.Add(this.hseparator3);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hseparator3]));
     w39.Position = 16;
     w39.Expand = false;
     w39.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.label12 = new global::Gtk.Label();
     this.label12.Name = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Reinsertion");
     this.vbxGA.Add(this.label12);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.label12]));
     w40.Position = 17;
     w40.Expand = false;
     w40.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox12 = new global::Gtk.HBox();
     this.hbox12.Name = "hbox12";
     this.hbox12.Spacing = 6;
     // Container child hbox12.Gtk.Box+BoxChild
     this.cmbReinsertion = global::Gtk.ComboBox.NewText();
     this.cmbReinsertion.WidthRequest = 200;
     this.cmbReinsertion.Name = "cmbTermination1";
     this.hbox12.Add(this.cmbReinsertion);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox12[this.cmbReinsertion]));
     w41.Position = 0;
     w41.Expand = false;
     w41.Fill = false;
     // Container child hbox12.Gtk.Box+BoxChild
     this.btnEditReinsertion = new global::Gtk.Button();
     this.btnEditReinsertion.CanFocus = true;
     this.btnEditReinsertion.Name = "btnEditReinsertion";
     this.btnEditReinsertion.UseUnderline = true;
     this.btnEditReinsertion.Label = global::Mono.Unix.Catalog.GetString("Edit");
     this.hbox12.Add(this.btnEditReinsertion);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox12[this.btnEditReinsertion]));
     w42.Position = 1;
     w42.Expand = false;
     w42.Fill = false;
     this.vbxGA.Add(this.hbox12);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox12]));
     w43.Position = 18;
     w43.Expand = false;
     w43.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.label11 = new global::Gtk.Label();
     this.label11.Name = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Termination");
     this.vbxGA.Add(this.label11);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.label11]));
     w44.Position = 19;
     w44.Expand = false;
     w44.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox10 = new global::Gtk.HBox();
     this.hbox10.Name = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.cmbTermination = global::Gtk.ComboBox.NewText();
     this.cmbTermination.WidthRequest = 200;
     this.cmbTermination.Name = "cmbTermination";
     this.hbox10.Add(this.cmbTermination);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.cmbTermination]));
     w45.Position = 0;
     w45.Expand = false;
     w45.Fill = false;
     // Container child hbox10.Gtk.Box+BoxChild
     this.btnEditTermination = new global::Gtk.Button();
     this.btnEditTermination.CanFocus = true;
     this.btnEditTermination.Name = "btnEditTermination";
     this.btnEditTermination.UseUnderline = true;
     this.btnEditTermination.Label = global::Mono.Unix.Catalog.GetString("Edit");
     this.hbox10.Add(this.btnEditTermination);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.btnEditTermination]));
     w46.Position = 1;
     w46.Expand = false;
     w46.Fill = false;
     this.vbxGA.Add(this.hbox10);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox10]));
     w47.Position = 20;
     w47.Expand = false;
     w47.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hseparator6 = new global::Gtk.HSeparator();
     this.hseparator6.Name = "hseparator6";
     this.vbxGA.Add(this.hseparator6);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hseparator6]));
     w48.Position = 21;
     w48.Expand = false;
     w48.Fill = false;
     this.vbxConfig.Add(this.vbxGA);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbxConfig[this.vbxGA]));
     w49.Position = 1;
     // Container child vbxConfig.Gtk.Box+BoxChild
     this.btnStart = new global::Gtk.Button();
     this.btnStart.CanFocus = true;
     this.btnStart.Name = "btnStart";
     this.btnStart.UseUnderline = true;
     this.btnStart.Label = global::Mono.Unix.Catalog.GetString("_Start");
     this.vbxConfig.Add(this.btnStart);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.vbxConfig[this.btnStart]));
     w50.Position = 2;
     w50.Expand = false;
     w50.Fill = false;
     // Container child vbxConfig.Gtk.Box+BoxChild
     this.btnNew = new global::Gtk.Button();
     this.btnNew.CanFocus = true;
     this.btnNew.Name = "btnNew";
     this.btnNew.UseUnderline = true;
     this.btnNew.Label = global::Mono.Unix.Catalog.GetString("_New");
     this.vbxConfig.Add(this.btnNew);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vbxConfig[this.btnNew]));
     w51.Position = 3;
     w51.Expand = false;
     w51.Fill = false;
     // Container child vbxConfig.Gtk.Box+BoxChild
     this.btnStop = new global::Gtk.Button();
     this.btnStop.CanFocus = true;
     this.btnStop.Name = "btnStop";
     this.btnStop.UseUnderline = true;
     this.btnStop.Label = global::Mono.Unix.Catalog.GetString("_Stop");
     this.vbxConfig.Add(this.btnStop);
     global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.vbxConfig[this.btnStop]));
     w52.Position = 4;
     w52.Expand = false;
     w52.Fill = false;
     // Container child vbxConfig.Gtk.Box+BoxChild
     this.btnResume = new global::Gtk.Button();
     this.btnResume.CanFocus = true;
     this.btnResume.Name = "btnResume";
     this.btnResume.UseUnderline = true;
     this.btnResume.Label = global::Mono.Unix.Catalog.GetString("_Resume");
     this.vbxConfig.Add(this.btnResume);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vbxConfig[this.btnResume]));
     w53.Position = 5;
     w53.Expand = false;
     w53.Fill = false;
     this.hbxMain.Add(this.vbxConfig);
     global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbxMain[this.vbxConfig]));
     w54.Position = 1;
     w54.Expand = false;
     w54.Fill = false;
     this.Add(this.hbxMain);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.btnResume.Hide();
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
 }
Exemplo n.º 18
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget QSCustomFields.CFFieldPropertys
     this.Name           = "QSCustomFields.CFFieldPropertys";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child QSCustomFields.CFFieldPropertys.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(8)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     this.table1.BorderWidth   = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.comboDataType = global::Gtk.ComboBox.NewText();
     this.comboDataType.AppendText(global::Mono.Unix.Catalog.GetString("VARCHAR"));
     this.comboDataType.AppendText(global::Mono.Unix.Catalog.GetString("DECIMAL"));
     this.comboDataType.Sensitive = false;
     this.comboDataType.Name      = "comboDataType";
     this.comboDataType.Active    = 0;
     this.table1.Add(this.comboDataType);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboDataType]));
     w2.TopAttach    = ((uint)(6));
     w2.BottomAttach = ((uint)(7));
     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.comboFieldType = global::Gtk.ComboBox.NewText();
     this.comboFieldType.AppendText(global::Mono.Unix.Catalog.GetString("Строка"));
     this.comboFieldType.AppendText(global::Mono.Unix.Catalog.GetString("Деньги"));
     this.comboFieldType.Name   = "comboFieldType";
     this.comboFieldType.Active = 0;
     this.table1.Add(this.comboFieldType);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboFieldType]));
     w3.TopAttach    = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryDBName               = new global::Gtk.Entry();
     this.entryDBName.CanFocus      = true;
     this.entryDBName.Name          = "entryDBName";
     this.entryDBName.IsEditable    = true;
     this.entryDBName.InvisibleChar = '●';
     this.table1.Add(this.entryDBName);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryDBName]));
     w4.TopAttach    = ((uint)(5));
     w4.BottomAttach = ((uint)(6));
     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.entryID               = new global::Gtk.Entry();
     this.entryID.Sensitive     = false;
     this.entryID.CanFocus      = true;
     this.entryID.Name          = "entryID";
     this.entryID.IsEditable    = true;
     this.entryID.InvisibleChar = '●';
     this.table1.Add(this.entryID);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryID]));
     w5.LeftAttach  = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     w5.XOptions    = ((global::Gtk.AttachOptions)(4));
     w5.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryName               = new global::Gtk.Entry();
     this.entryName.CanFocus      = true;
     this.entryName.Name          = "entryName";
     this.entryName.IsEditable    = true;
     this.entryName.InvisibleChar = '●';
     this.table1.Add(this.entryName);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryName]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.spinSize          = new global::Gtk.SpinButton(1, 255, 1);
     this.spinSize.CanFocus = true;
     this.spinSize.Name     = "spinSize";
     this.spinSize.Adjustment.PageIncrement = 10;
     this.spinSize.ClimbRate = 1;
     this.spinSize.Numeric   = true;
     this.spinSize.Value     = 15;
     this.hbox1.Add(this.spinSize);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.spinSize]));
     w7.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.labelSizeSeparator           = new global::Gtk.Label();
     this.labelSizeSeparator.Name      = "labelSizeSeparator";
     this.labelSizeSeparator.LabelProp = global::Mono.Unix.Catalog.GetString(",");
     this.hbox1.Add(this.labelSizeSeparator);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.labelSizeSeparator]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.spinDigits = new global::Gtk.SpinButton(0, 30, 1);
     this.spinDigits.TooltipMarkup            = "Количество знаков после запятой";
     this.spinDigits.CanFocus                 = true;
     this.spinDigits.Name                     = "spinDigits";
     this.spinDigits.Adjustment.PageIncrement = 10;
     this.spinDigits.ClimbRate                = 1;
     this.spinDigits.Numeric                  = true;
     this.spinDigits.Value                    = 2;
     this.hbox1.Add(this.spinDigits);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.spinDigits]));
     w9.Position = 2;
     this.table1.Add(this.hbox1);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox1]));
     w10.TopAttach    = ((uint)(7));
     w10.BottomAttach = ((uint)(8));
     w10.LeftAttach   = ((uint)(1));
     w10.RightAttach  = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Тип поля<span foreground=\"red\">*</span>:");
     this.label1.UseMarkup = true;
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w11.TopAttach    = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 1F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Код:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.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 w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w13.TopAttach    = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.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 w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w14.TopAttach    = ((uint)(5));
     w14.BottomAttach = ((uint)(6));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Sensitive = false;
     this.label5.Name      = "label5";
     this.label5.Xalign    = 1F;
     this.label5.Yalign    = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Свойства:");
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w15.TopAttach    = ((uint)(3));
     w15.BottomAttach = ((uint)(4));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Настройки хранения в БД</b>");
     this.label6.UseMarkup = true;
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w16.TopAttach    = ((uint)(4));
     w16.BottomAttach = ((uint)(5));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 1F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Тип данных<span foreground=\"red\">*</span>:");
     this.label7.UseMarkup = true;
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
     w17.TopAttach    = ((uint)(6));
     w17.BottomAttach = ((uint)(7));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 1F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Размер<span foreground=\"red\">*</span>:");
     this.label8.UseMarkup = true;
     this.table1.Add(this.label8);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
     w18.TopAttach    = ((uint)(7));
     w18.BottomAttach = ((uint)(8));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.checkbuttonDisplay               = new global::Gtk.CheckButton();
     this.checkbuttonDisplay.Sensitive     = false;
     this.checkbuttonDisplay.CanFocus      = true;
     this.checkbuttonDisplay.Name          = "checkbuttonDisplay";
     this.checkbuttonDisplay.Label         = global::Mono.Unix.Catalog.GetString("Отображать в главной таблице");
     this.checkbuttonDisplay.DrawIndicator = true;
     this.checkbuttonDisplay.UseUnderline  = true;
     this.vbox2.Add(this.checkbuttonDisplay);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkbuttonDisplay]));
     w19.Position = 0;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.checkbuttonSearch               = new global::Gtk.CheckButton();
     this.checkbuttonSearch.Sensitive     = false;
     this.checkbuttonSearch.CanFocus      = true;
     this.checkbuttonSearch.Name          = "checkbuttonSearch";
     this.checkbuttonSearch.Label         = global::Mono.Unix.Catalog.GetString("Поиск по полю");
     this.checkbuttonSearch.DrawIndicator = true;
     this.checkbuttonSearch.UseUnderline  = true;
     this.vbox2.Add(this.checkbuttonSearch);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkbuttonSearch]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     this.table1.Add(this.vbox2);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox2]));
     w21.TopAttach    = ((uint)(3));
     w21.BottomAttach = ((uint)(4));
     w21.LeftAttach   = ((uint)(1));
     w21.RightAttach  = ((uint)(2));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     w1.Add(this.table1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(w1 [this.table1]));
     w22.Position = 0;
     // Internal child QSCustomFields.CFFieldPropertys.ActionArea
     global::Gtk.HButtonBox w23 = this.ActionArea;
     w23.Name        = "dialog1_ActionArea";
     w23.Spacing     = 10;
     w23.BorderWidth = ((uint)(5));
     w23.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w24 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w23 [this.buttonCancel]));
     w24.Expand = false;
     w24.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.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-ok";
     w23.Add(this.buttonOk);
     global::Gtk.ButtonBox.ButtonBoxChild w25 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w23 [this.buttonOk]));
     w25.Position = 1;
     w25.Expand   = false;
     w25.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 344;
     this.DefaultHeight = 377;
     this.Show();
     this.spinSize.Changed       += new global::System.EventHandler(this.OnSpinSizeChanged);
     this.spinDigits.Changed     += new global::System.EventHandler(this.OnSpinDigitsChanged);
     this.entryName.Changed      += new global::System.EventHandler(this.OnEntryNameChanged);
     this.entryDBName.Changed    += new global::System.EventHandler(this.OnEntryDBNameChanged);
     this.comboFieldType.Changed += new global::System.EventHandler(this.OnComboFieldTypeChanged);
     this.comboDataType.Changed  += new global::System.EventHandler(this.OnComboDataTypeChanged);
     this.buttonOk.Clicked       += new global::System.EventHandler(this.OnButtonOkClicked);
 }
Exemplo n.º 19
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Scraper");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.alignment3 = new global::Gtk.Alignment (0F, 1F, 1F, 1F);
     this.alignment3.Name = "alignment3";
     this.alignment3.LeftPadding = ((uint)(10));
     this.alignment3.TopPadding = ((uint)(10));
     this.alignment3.RightPadding = ((uint)(10));
     this.alignment3.BottomPadding = ((uint)(10));
     // Container child alignment3.Gtk.Container+ContainerChild
     this.UrlEntryLabel = new global::Gtk.Label ();
     this.UrlEntryLabel.WidthRequest = 200;
     this.UrlEntryLabel.Name = "UrlEntryLabel";
     this.UrlEntryLabel.Xalign = 0F;
     this.UrlEntryLabel.Yalign = 1F;
     this.UrlEntryLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Input an URL to scrape (e.g. if scraping webcomics, choose the URL of comic #1).");
     this.alignment3.Add (this.UrlEntryLabel);
     this.vbox1.Add (this.alignment3);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment3]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.alignment4 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
     this.alignment4.Name = "alignment4";
     this.alignment4.LeftPadding = ((uint)(10));
     this.alignment4.TopPadding = ((uint)(10));
     this.alignment4.RightPadding = ((uint)(10));
     this.alignment4.BottomPadding = ((uint)(10));
     // Container child alignment4.Gtk.Container+ContainerChild
     this.UrlEntry = new global::Gtk.Entry ();
     this.UrlEntry.CanFocus = true;
     this.UrlEntry.Name = "UrlEntry";
     this.UrlEntry.Text = global::Mono.Unix.Catalog.GetString ("http://");
     this.UrlEntry.IsEditable = true;
     this.UrlEntry.InvisibleChar = '●';
     this.alignment4.Add (this.UrlEntry);
     this.vbox1.Add (this.alignment4);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment4]));
     w4.Position = 1;
     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.table1 = new global::Gtk.Table (((uint)(1)), ((uint)(2)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.alignment5 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
     this.alignment5.Name = "alignment5";
     this.alignment5.LeftPadding = ((uint)(10));
     this.alignment5.TopPadding = ((uint)(10));
     this.alignment5.RightPadding = ((uint)(10));
     this.alignment5.BottomPadding = ((uint)(10));
     // Container child alignment5.Gtk.Container+ContainerChild
     this.NumberButton = new global::Gtk.SpinButton (1, 99999, 1);
     this.NumberButton.CanFocus = true;
     this.NumberButton.Name = "NumberButton";
     this.NumberButton.Adjustment.PageIncrement = 10;
     this.NumberButton.ClimbRate = 1;
     this.NumberButton.Numeric = true;
     this.NumberButton.Value = 50;
     this.alignment5.Add (this.NumberButton);
     this.table1.Add (this.alignment5);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.alignment5]));
     w6.LeftAttach = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.alignment6 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
     this.alignment6.Name = "alignment6";
     this.alignment6.LeftPadding = ((uint)(10));
     this.alignment6.TopPadding = ((uint)(10));
     this.alignment6.RightPadding = ((uint)(10));
     this.alignment6.BottomPadding = ((uint)(10));
     // Container child alignment6.Gtk.Container+ContainerChild
     this.NumberLabel = new global::Gtk.Label ();
     this.NumberLabel.Name = "NumberLabel";
     this.NumberLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Number to get:");
     this.alignment6.Add (this.NumberLabel);
     this.table1.Add (this.alignment6);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.alignment6]));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add (this.table1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.table1]));
     w9.Position = 0;
     w9.Expand = false;
     w9.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.alignment7 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
     this.alignment7.Name = "alignment7";
     this.alignment7.LeftPadding = ((uint)(50));
     this.alignment7.TopPadding = ((uint)(10));
     this.alignment7.RightPadding = ((uint)(10));
     this.alignment7.BottomPadding = ((uint)(10));
     // Container child alignment7.Gtk.Container+ContainerChild
     this.ScrapeButton = new global::Gtk.Button ();
     this.ScrapeButton.WidthRequest = 100;
     this.ScrapeButton.CanFocus = true;
     this.ScrapeButton.Name = "ScrapeButton";
     this.ScrapeButton.UseUnderline = true;
     this.ScrapeButton.Label = global::Mono.Unix.Catalog.GetString ("Scrape");
     this.alignment7.Add (this.ScrapeButton);
     this.hbox1.Add (this.alignment7);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.alignment7]));
     w11.Position = 1;
     w11.Expand = false;
     w11.Fill = false;
     this.vbox1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w12.Position = 2;
     w12.Expand = false;
     w12.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator ();
     this.hseparator1.Name = "hseparator1";
     this.vbox1.Add (this.hseparator1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator1]));
     w13.Position = 3;
     w13.Expand = false;
     w13.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.alignment11 = new global::Gtk.Alignment (0F, 0.5F, 1F, 1F);
     this.alignment11.Name = "alignment11";
     this.alignment11.LeftPadding = ((uint)(10));
     this.alignment11.RightPadding = ((uint)(10));
     // Container child alignment11.Gtk.Container+ContainerChild
     this.IndividualProgressLabel = new global::Gtk.Label ();
     this.IndividualProgressLabel.WidthRequest = 600;
     this.IndividualProgressLabel.Name = "IndividualProgressLabel";
     this.IndividualProgressLabel.Xalign = 0F;
     this.IndividualProgressLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Individual Progress");
     this.alignment11.Add (this.IndividualProgressLabel);
     this.vbox1.Add (this.alignment11);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment11]));
     w15.Position = 4;
     w15.Expand = false;
     w15.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.alignment9 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
     this.alignment9.Name = "alignment9";
     this.alignment9.LeftPadding = ((uint)(10));
     this.alignment9.RightPadding = ((uint)(10));
     this.alignment9.BottomPadding = ((uint)(10));
     // Container child alignment9.Gtk.Container+ContainerChild
     this.IndividualProgressBar = new global::Gtk.ProgressBar ();
     this.IndividualProgressBar.Name = "IndividualProgressBar";
     this.alignment9.Add (this.IndividualProgressBar);
     this.vbox1.Add (this.alignment9);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment9]));
     w17.Position = 5;
     w17.Expand = false;
     w17.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.alignment10 = new global::Gtk.Alignment (0F, 0.5F, 1F, 1F);
     this.alignment10.Name = "alignment10";
     this.alignment10.LeftPadding = ((uint)(10));
     this.alignment10.RightPadding = ((uint)(10));
     // Container child alignment10.Gtk.Container+ContainerChild
     this.OverallProgressLabel = new global::Gtk.Label ();
     this.OverallProgressLabel.Name = "OverallProgressLabel";
     this.OverallProgressLabel.Xalign = 0F;
     this.OverallProgressLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Overall Progress");
     this.alignment10.Add (this.OverallProgressLabel);
     this.vbox1.Add (this.alignment10);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment10]));
     w19.Position = 6;
     w19.Expand = false;
     w19.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.alignment8 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
     this.alignment8.Name = "alignment8";
     this.alignment8.LeftPadding = ((uint)(10));
     this.alignment8.RightPadding = ((uint)(10));
     this.alignment8.BottomPadding = ((uint)(10));
     // Container child alignment8.Gtk.Container+ContainerChild
     this.OverallProgressBar = new global::Gtk.ProgressBar ();
     this.OverallProgressBar.Name = "OverallProgressBar";
     this.alignment8.Add (this.OverallProgressBar);
     this.vbox1.Add (this.alignment8);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment8]));
     w21.Position = 7;
     w21.Expand = false;
     w21.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 620;
     this.DefaultHeight = 256;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.UrlEntry.Changed += new global::System.EventHandler (this.OnInputUrlChanged);
     this.UrlEntry.Activated += new global::System.EventHandler (this.OnActivated);
     this.NumberButton.ValueChanged += new global::System.EventHandler (this.OnNumberValueChanged);
     this.NumberButton.Activated += new global::System.EventHandler (this.OnActivated);
     this.ScrapeButton.Clicked += new global::System.EventHandler (this.OnScrapeButtonClicked);
 }
Exemplo n.º 20
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Pinta.LayerPropertiesDialog
     this.Name           = "Pinta.LayerPropertiesDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Layer Properties");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child Pinta.LayerPropertiesDialog.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     = 10;
     this.vbox2.BorderWidth = ((uint)(9));
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Name:");
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.layerNameEntry               = new global::Gtk.Entry();
     this.layerNameEntry.CanFocus      = true;
     this.layerNameEntry.Name          = "layerNameEntry";
     this.layerNameEntry.IsEditable    = true;
     this.layerNameEntry.InvisibleChar = '?';
     this.hbox1.Add(this.layerNameEntry);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.layerNameEntry]));
     w3.Position = 1;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.visibilityCheckbox               = new global::Gtk.CheckButton();
     this.visibilityCheckbox.CanFocus      = true;
     this.visibilityCheckbox.Name          = "visibilityCheckbox";
     this.visibilityCheckbox.Label         = global::Mono.Unix.Catalog.GetString("Visible");
     this.visibilityCheckbox.DrawIndicator = true;
     this.visibilityCheckbox.UseUnderline  = true;
     this.vbox2.Add(this.visibilityCheckbox);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.visibilityCheckbox]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox2.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator2]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 16;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Opacity:");
     this.hbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label2]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.opacitySpinner          = new global::Gtk.SpinButton(0, 100, 1);
     this.opacitySpinner.CanFocus = true;
     this.opacitySpinner.Name     = "opacitySpinner";
     this.opacitySpinner.Adjustment.PageIncrement = 10;
     this.opacitySpinner.ClimbRate = 1;
     this.opacitySpinner.Numeric   = true;
     this.hbox2.Add(this.opacitySpinner);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.opacitySpinner]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.opacitySlider                          = new global::Gtk.HScale(null);
     this.opacitySlider.CanFocus                 = true;
     this.opacitySlider.Name                     = "opacitySlider";
     this.opacitySlider.Adjustment.Upper         = 100;
     this.opacitySlider.Adjustment.PageIncrement = 10;
     this.opacitySlider.Adjustment.StepIncrement = 1;
     this.opacitySlider.DrawValue                = true;
     this.opacitySlider.Digits                   = 0;
     this.opacitySlider.ValuePos                 = ((global::Gtk.PositionType)(2));
     this.hbox2.Add(this.opacitySlider);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.opacitySlider]));
     w9.Position = 2;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w10.Position = 3;
     w10.Expand   = false;
     w10.Fill     = false;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Internal child Pinta.LayerPropertiesDialog.ActionArea
     global::Gtk.HButtonBox w12 = this.ActionArea;
     w12.Name        = "dialog1_ActionArea";
     w12.Spacing     = 10;
     w12.BorderWidth = ((uint)(5));
     w12.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w13 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w12 [this.buttonCancel]));
     w13.Expand = false;
     w13.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-ok";
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w14 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w12 [this.buttonOk]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 349;
     this.DefaultHeight = 224;
     this.Show();
 }
Exemplo n.º 21
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget EscuelaPrimaria.Cursos
     this.Name           = "EscuelaPrimaria.Cursos";
     this.Title          = global::Mono.Unix.Catalog.GetString("Cursos");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.Resizable      = false;
     // Container child EscuelaPrimaria.Cursos.Gtk.Container+ContainerChild
     this.fixed5           = new global::Gtk.Fixed();
     this.fixed5.Name      = "fixed5";
     this.fixed5.HasWindow = false;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.image1        = new global::Gtk.Image();
     this.image1.Name   = "image1";
     this.image1.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("EscuelaPrimaria.Imagenes.ColorAzul.png");
     this.fixed5.Add(this.image1);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.image1]));
     w1.X = 3;
     w1.Y = 3;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.image2        = new global::Gtk.Image();
     this.image2.Name   = "image2";
     this.image2.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("EscuelaPrimaria.Imagenes.curso.png");
     this.fixed5.Add(this.image2);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.image2]));
     w2.X = 7;
     w2.Y = 4;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.nodeview1 = new global::Gtk.TreeView();
     this.nodeview1.WidthRequest  = 251;
     this.nodeview1.HeightRequest = 114;
     this.nodeview1.CanFocus      = true;
     this.nodeview1.Name          = "nodeview1";
     this.GtkScrolledWindow.Add(this.nodeview1);
     this.fixed5.Add(this.GtkScrolledWindow);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.GtkScrolledWindow]));
     w4.X = 13;
     w4.Y = 101;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.image6        = new global::Gtk.Image();
     this.image6.Name   = "image6";
     this.image6.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("EscuelaPrimaria.Imagenes.EscuelaPrimaria3.png");
     this.fixed5.Add(this.image6);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.image6]));
     w5.X = 554;
     w5.Y = 4;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.idLabel           = new global::Gtk.Label();
     this.idLabel.Name      = "idLabel";
     this.idLabel.LabelProp = global::Mono.Unix.Catalog.GetString("ID:");
     this.fixed5.Add(this.idLabel);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.idLabel]));
     w6.X = 316;
     w6.Y = 115;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.idTxt = new global::Gtk.Entry();
     this.idTxt.WidthRequest  = 35;
     this.idTxt.CanFocus      = true;
     this.idTxt.Name          = "idTxt";
     this.idTxt.IsEditable    = false;
     this.idTxt.InvisibleChar = '●';
     this.fixed5.Add(this.idTxt);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.idTxt]));
     w7.X = 336;
     w7.Y = 112;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Código Estudiante:");
     this.fixed5.Add(this.label9);
     global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.label9]));
     w8.X = 376;
     w8.Y = 115;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Datos Del Estudiante");
     this.fixed5.Add(this.label4);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.label4]));
     w9.X = 425;
     w9.Y = 84;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.codTxt               = new global::Gtk.Entry();
     this.codTxt.CanFocus      = true;
     this.codTxt.Name          = "codTxt";
     this.codTxt.IsEditable    = false;
     this.codTxt.InvisibleChar = '●';
     this.fixed5.Add(this.codTxt);
     global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.codTxt]));
     w10.X = 488;
     w10.Y = 110;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.nomTxt = new global::Gtk.Entry();
     this.nomTxt.WidthRequest  = 199;
     this.nomTxt.CanFocus      = true;
     this.nomTxt.Name          = "nomTxt";
     this.nomTxt.IsEditable    = false;
     this.nomTxt.InvisibleChar = '●';
     this.fixed5.Add(this.nomTxt);
     global::Gtk.Fixed.FixedChild w11 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.nomTxt]));
     w11.X = 451;
     w11.Y = 146;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Nombre del Estudiante:");
     this.fixed5.Add(this.label10);
     global::Gtk.Fixed.FixedChild w12 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.label10]));
     w12.X = 313;
     w12.Y = 150;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Maestro de asignatura");
     this.fixed5.Add(this.label2);
     global::Gtk.Fixed.FixedChild w13 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.label2]));
     w13.X = 417;
     w13.Y = 185;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("ID:");
     this.fixed5.Add(this.label3);
     global::Gtk.Fixed.FixedChild w14 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.label3]));
     w14.X = 317;
     w14.Y = 217;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.nodeview2 = new global::Gtk.TreeView();
     this.nodeview2.WidthRequest  = 251;
     this.nodeview2.HeightRequest = 114;
     this.nodeview2.CanFocus      = true;
     this.nodeview2.Name          = "nodeview2";
     this.GtkScrolledWindow1.Add(this.nodeview2);
     this.fixed5.Add(this.GtkScrolledWindow1);
     global::Gtk.Fixed.FixedChild w16 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.GtkScrolledWindow1]));
     w16.X = 14;
     w16.Y = 272;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Nombre del Maestro:");
     this.fixed5.Add(this.label6);
     global::Gtk.Fixed.FixedChild w17 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.label6]));
     w17.X = 307;
     w17.Y = 254;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Especifique el Curso Nueva");
     this.fixed5.Add(this.label7);
     global::Gtk.Fixed.FixedChild w18 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.label7]));
     w18.X = 375;
     w18.Y = 291;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.idTxt2 = new global::Gtk.Entry();
     this.idTxt2.WidthRequest  = 35;
     this.idTxt2.CanFocus      = true;
     this.idTxt2.Name          = "idTxt2";
     this.idTxt2.IsEditable    = false;
     this.idTxt2.InvisibleChar = '●';
     this.fixed5.Add(this.idTxt2);
     global::Gtk.Fixed.FixedChild w19 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.idTxt2]));
     w19.X = 337;
     w19.Y = 213;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Código Maestro:");
     this.fixed5.Add(this.label5);
     global::Gtk.Fixed.FixedChild w20 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.label5]));
     w20.X = 380;
     w20.Y = 217;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.codTxt2 = new global::Gtk.Entry();
     this.codTxt2.WidthRequest  = 174;
     this.codTxt2.CanFocus      = true;
     this.codTxt2.Name          = "codTxt2";
     this.codTxt2.IsEditable    = false;
     this.codTxt2.InvisibleChar = '●';
     this.fixed5.Add(this.codTxt2);
     global::Gtk.Fixed.FixedChild w21 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.codTxt2]));
     w21.X = 478;
     w21.Y = 211;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.nomTxt2 = new global::Gtk.Entry();
     this.nomTxt2.WidthRequest  = 220;
     this.nomTxt2.CanFocus      = true;
     this.nomTxt2.Name          = "nomTxt2";
     this.nomTxt2.IsEditable    = false;
     this.nomTxt2.InvisibleChar = '●';
     this.fixed5.Add(this.nomTxt2);
     global::Gtk.Fixed.FixedChild w22 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.nomTxt2]));
     w22.X = 431;
     w22.Y = 251;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Código Curso:");
     this.fixed5.Add(this.label8);
     global::Gtk.Fixed.FixedChild w23 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.label8]));
     w23.X = 299;
     w23.Y = 322;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.codigoCurso = new global::Gtk.Entry();
     this.codigoCurso.WidthRequest  = 105;
     this.codigoCurso.CanFocus      = true;
     this.codigoCurso.Name          = "codigoCurso";
     this.codigoCurso.IsEditable    = true;
     this.codigoCurso.InvisibleChar = '●';
     this.fixed5.Add(this.codigoCurso);
     global::Gtk.Fixed.FixedChild w24 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.codigoCurso]));
     w24.X = 398;
     w24.Y = 319;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Area:");
     this.fixed5.Add(this.label12);
     global::Gtk.Fixed.FixedChild w25 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.label12]));
     w25.X = 510;
     w25.Y = 321;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.areaCur = new global::Gtk.Entry();
     this.areaCur.WidthRequest  = 113;
     this.areaCur.CanFocus      = true;
     this.areaCur.Name          = "areaCur";
     this.areaCur.IsEditable    = true;
     this.areaCur.InvisibleChar = '●';
     this.fixed5.Add(this.areaCur);
     global::Gtk.Fixed.FixedChild w26 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.areaCur]));
     w26.X = 546;
     w26.Y = 317;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.nomCur               = new global::Gtk.Entry();
     this.nomCur.CanFocus      = true;
     this.nomCur.Name          = "nomCur";
     this.nomCur.IsEditable    = true;
     this.nomCur.InvisibleChar = '●';
     this.fixed5.Add(this.nomCur);
     global::Gtk.Fixed.FixedChild w27 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.nomCur]));
     w27.X = 398;
     w27.Y = 354;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Nombre Curso:");
     this.fixed5.Add(this.label11);
     global::Gtk.Fixed.FixedChild w28 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.label11]));
     w28.X = 298;
     w28.Y = 359;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("Horas:");
     this.fixed5.Add(this.label13);
     global::Gtk.Fixed.FixedChild w29 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.label13]));
     w29.X = 564;
     w29.Y = 358;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.horasCur          = new global::Gtk.SpinButton(0D, 100D, 1D);
     this.horasCur.CanFocus = true;
     this.horasCur.Name     = "horasCur";
     this.horasCur.Adjustment.PageIncrement = 10D;
     this.horasCur.ClimbRate = 1D;
     this.horasCur.Numeric   = true;
     this.fixed5.Add(this.horasCur);
     global::Gtk.Fixed.FixedChild w30 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.horasCur]));
     w30.X = 603;
     w30.Y = 353;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.agregar              = new global::Gtk.Button();
     this.agregar.CanFocus     = true;
     this.agregar.Name         = "agregar";
     this.agregar.UseUnderline = true;
     this.agregar.Label        = global::Mono.Unix.Catalog.GetString("Agregar Nuevo Curso");
     this.fixed5.Add(this.agregar);
     global::Gtk.Fixed.FixedChild w31 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.agregar]));
     w31.X = 514;
     w31.Y = 421;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.cancelar              = new global::Gtk.Button();
     this.cancelar.CanFocus     = true;
     this.cancelar.Name         = "cancelar";
     this.cancelar.UseUnderline = true;
     this.cancelar.Label        = global::Mono.Unix.Catalog.GetString("Cancelar");
     this.fixed5.Add(this.cancelar);
     global::Gtk.Fixed.FixedChild w32 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.cancelar]));
     w32.X = 447;
     w32.Y = 421;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.cargerAlumno              = new global::Gtk.Button();
     this.cargerAlumno.CanFocus     = true;
     this.cargerAlumno.Name         = "cargerAlumno";
     this.cargerAlumno.UseUnderline = true;
     this.cargerAlumno.Label        = global::Mono.Unix.Catalog.GetString("Cargar Estudiante");
     this.fixed5.Add(this.cargerAlumno);
     global::Gtk.Fixed.FixedChild w33 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.cargerAlumno]));
     w33.X = 80;
     w33.Y = 234;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.cargarMaestro              = new global::Gtk.Button();
     this.cargarMaestro.CanFocus     = true;
     this.cargarMaestro.Name         = "cargarMaestro";
     this.cargarMaestro.UseUnderline = true;
     this.cargarMaestro.Label        = global::Mono.Unix.Catalog.GetString("Cargar Maestro");
     this.fixed5.Add(this.cargarMaestro);
     global::Gtk.Fixed.FixedChild w34 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.cargarMaestro]));
     w34.X = 86;
     w34.Y = 405;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString("Cursos Alumno");
     this.fixed5.Add(this.label14);
     global::Gtk.Fixed.FixedChild w35 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.label14]));
     w35.X = 700;
     w35.Y = 157;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow2            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow2.Name       = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.nodeCursos = new global::Gtk.TreeView();
     this.nodeCursos.WidthRequest  = 138;
     this.nodeCursos.HeightRequest = 177;
     this.nodeCursos.CanFocus      = true;
     this.nodeCursos.Name          = "nodeCursos";
     this.GtkScrolledWindow2.Add(this.nodeCursos);
     this.fixed5.Add(this.GtkScrolledWindow2);
     global::Gtk.Fixed.FixedChild w37 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.GtkScrolledWindow2]));
     w37.X = 682;
     w37.Y = 189;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.eliminar              = new global::Gtk.Button();
     this.eliminar.CanFocus     = true;
     this.eliminar.Name         = "eliminar";
     this.eliminar.UseUnderline = true;
     this.eliminar.Label        = global::Mono.Unix.Catalog.GetString("Eliminar Curso");
     this.fixed5.Add(this.eliminar);
     global::Gtk.Fixed.FixedChild w38 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.eliminar]));
     w38.X = 705;
     w38.Y = 383;
     this.Add(this.fixed5);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 856;
     this.DefaultHeight = 513;
     this.Show();
     this.agregar.Clicked       += new global::System.EventHandler(this.OnPagarClicked);
     this.cancelar.Clicked      += new global::System.EventHandler(this.OnCancelarClicked);
     this.cargerAlumno.Clicked  += new global::System.EventHandler(this.OnCargerAlumnoClicked);
     this.cargarMaestro.Clicked += new global::System.EventHandler(this.OnCargarMaestroClicked);
     this.eliminar.Clicked      += new global::System.EventHandler(this.OnEliminarClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Smuxi.Frontend.Gnome.ServerWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Smuxi.Frontend.Gnome.ServerWidget";
     // Container child Smuxi.Frontend.Gnome.ServerWidget.Gtk.Container+ContainerChild
     this.vbox16 = new global::Gtk.VBox ();
     this.vbox16.Name = "vbox16";
     this.vbox16.Spacing = 5;
     // Container child vbox16.Gtk.Box+BoxChild
     this.table2 = new global::Gtk.Table (((uint)(5)), ((uint)(2)), false);
     this.table2.Name = "table2";
     this.table2.RowSpacing = ((uint)(5));
     this.table2.ColumnSpacing = ((uint)(5));
     // Container child table2.Gtk.Table+TableChild
     this.f_HostnameLabel = new global::Gtk.Label ();
     this.f_HostnameLabel.Name = "f_HostnameLabel";
     this.f_HostnameLabel.Xalign = 0f;
     this.f_HostnameLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("_Hostname:");
     this.f_HostnameLabel.UseUnderline = true;
     this.table2.Add (this.f_HostnameLabel);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table2[this.f_HostnameLabel]));
     w1.TopAttach = ((uint)(1));
     w1.BottomAttach = ((uint)(2));
     // Container child table2.Gtk.Table+TableChild
     this.f_NetworkComboBoxEntry = global::Gtk.ComboBoxEntry.NewText ();
     this.f_NetworkComboBoxEntry.Name = "f_NetworkComboBoxEntry";
     this.table2.Add (this.f_NetworkComboBoxEntry);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table2[this.f_NetworkComboBoxEntry]));
     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 table2.Gtk.Table+TableChild
     this.f_NetworkLabel = new global::Gtk.Label ();
     this.f_NetworkLabel.Name = "f_NetworkLabel";
     this.f_NetworkLabel.Xalign = 0f;
     this.f_NetworkLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("_Network:");
     this.f_NetworkLabel.UseUnderline = true;
     this.table2.Add (this.f_NetworkLabel);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table2[this.f_NetworkLabel]));
     w3.TopAttach = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.f_PasswordLabel = new global::Gtk.Label ();
     this.f_PasswordLabel.Name = "f_PasswordLabel";
     this.f_PasswordLabel.Xalign = 0f;
     this.f_PasswordLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("_Password:"******"f_ProtocolComboBox";
     this.table2.Add (this.f_ProtocolComboBox);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2[this.f_ProtocolComboBox]));
     w5.LeftAttach = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     // Container child table2.Gtk.Table+TableChild
     this.f_UsernameEntry = new global::Gtk.Entry ();
     this.f_UsernameEntry.Name = "f_UsernameEntry";
     this.f_UsernameEntry.IsEditable = true;
     this.f_UsernameEntry.InvisibleChar = '●';
     this.table2.Add (this.f_UsernameEntry);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table2[this.f_UsernameEntry]));
     w6.TopAttach = ((uint)(3));
     w6.BottomAttach = ((uint)(4));
     w6.LeftAttach = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     // Container child table2.Gtk.Table+TableChild
     this.hbox10 = new global::Gtk.HBox ();
     this.hbox10.Name = "hbox10";
     // Container child hbox10.Gtk.Box+BoxChild
     this.f_HostnameEntry = new global::Gtk.Entry ();
     this.f_HostnameEntry.Name = "f_HostnameEntry";
     this.f_HostnameEntry.IsEditable = true;
     this.f_HostnameEntry.InvisibleChar = '●';
     this.hbox10.Add (this.f_HostnameEntry);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.f_HostnameEntry]));
     w7.Position = 0;
     // Container child hbox10.Gtk.Box+BoxChild
     this.hbox11 = new global::Gtk.HBox ();
     this.hbox11.Name = "hbox11";
     this.hbox11.Spacing = 5;
     // Container child hbox11.Gtk.Box+BoxChild
     this.f_PortLabel = new global::Gtk.Label ();
     this.f_PortLabel.Name = "f_PortLabel";
     this.f_PortLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("_Port:");
     this.f_PortLabel.UseUnderline = true;
     this.hbox11.Add (this.f_PortLabel);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.f_PortLabel]));
     w8.Position = 0;
     // Container child hbox11.Gtk.Box+BoxChild
     this.f_PortSpinButton = new global::Gtk.SpinButton (0, 65535, 1);
     this.f_PortSpinButton.Name = "f_PortSpinButton";
     this.f_PortSpinButton.Adjustment.PageIncrement = 10;
     this.f_PortSpinButton.Adjustment.PageSize = 10;
     this.f_PortSpinButton.ClimbRate = 1;
     this.f_PortSpinButton.Numeric = true;
     this.hbox11.Add (this.f_PortSpinButton);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.f_PortSpinButton]));
     w9.Position = 1;
     this.hbox10.Add (this.hbox11);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.hbox11]));
     w10.Position = 1;
     this.table2.Add (this.hbox10);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table2[this.hbox10]));
     w11.TopAttach = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.LeftAttach = ((uint)(1));
     w11.RightAttach = ((uint)(2));
     // Container child table2.Gtk.Table+TableChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.f_PasswordEntry = new global::Gtk.Entry ();
     this.f_PasswordEntry.Name = "f_PasswordEntry";
     this.f_PasswordEntry.IsEditable = true;
     this.f_PasswordEntry.Visibility = false;
     this.f_PasswordEntry.InvisibleChar = '●';
     this.hbox2.Add (this.f_PasswordEntry);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.f_PasswordEntry]));
     w12.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.f_ShowPasswordCheckButton = new global::Gtk.CheckButton ();
     this.f_ShowPasswordCheckButton.CanFocus = true;
     this.f_ShowPasswordCheckButton.Name = "f_ShowPasswordCheckButton";
     this.f_ShowPasswordCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Show Password");
     this.f_ShowPasswordCheckButton.DrawIndicator = true;
     this.f_ShowPasswordCheckButton.UseUnderline = true;
     this.hbox2.Add (this.f_ShowPasswordCheckButton);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.f_ShowPasswordCheckButton]));
     w13.Position = 1;
     this.table2.Add (this.hbox2);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table2[this.hbox2]));
     w14.TopAttach = ((uint)(4));
     w14.BottomAttach = ((uint)(5));
     w14.LeftAttach = ((uint)(1));
     w14.RightAttach = ((uint)(2));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label21 = new global::Gtk.Label ();
     this.label21.Name = "label21";
     this.label21.Xalign = 0f;
     this.label21.LabelProp = global::Mono.Unix.Catalog.GetString ("_Username:"******"label5";
     this.label5.Xalign = 0f;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("_Protocol:");
     this.label5.UseUnderline = true;
     this.table2.Add (this.label5);
     this.vbox16.Add (this.table2);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox16[this.table2]));
     w17.Position = 0;
     w17.Expand = false;
     // Container child vbox16.Gtk.Box+BoxChild
     this.f_OnStartupConnectCheckButton = new global::Gtk.CheckButton ();
     this.f_OnStartupConnectCheckButton.CanFocus = true;
     this.f_OnStartupConnectCheckButton.Name = "f_OnStartupConnectCheckButton";
     this.f_OnStartupConnectCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Automatically connect to server at startup");
     this.f_OnStartupConnectCheckButton.DrawIndicator = true;
     this.f_OnStartupConnectCheckButton.UseUnderline = true;
     this.f_OnStartupConnectCheckButton.Xalign = 0f;
     this.vbox16.Add (this.f_OnStartupConnectCheckButton);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox16[this.f_OnStartupConnectCheckButton]));
     w18.Position = 1;
     w18.Expand = false;
     w18.Fill = false;
     // Container child vbox16.Gtk.Box+BoxChild
     this.f_UseEncryptionCheckButton = new global::Gtk.CheckButton ();
     this.f_UseEncryptionCheckButton.CanFocus = true;
     this.f_UseEncryptionCheckButton.Name = "f_UseEncryptionCheckButton";
     this.f_UseEncryptionCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Use Encryption");
     this.f_UseEncryptionCheckButton.DrawIndicator = true;
     this.f_UseEncryptionCheckButton.UseUnderline = true;
     this.vbox16.Add (this.f_UseEncryptionCheckButton);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox16[this.f_UseEncryptionCheckButton]));
     w19.Position = 2;
     w19.Expand = false;
     w19.Fill = false;
     // Container child vbox16.Gtk.Box+BoxChild
     this.f_ValidateServerCertificateCheckButton = new global::Gtk.CheckButton ();
     this.f_ValidateServerCertificateCheckButton.CanFocus = true;
     this.f_ValidateServerCertificateCheckButton.Name = "f_ValidateServerCertificateCheckButton";
     this.f_ValidateServerCertificateCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Validate Server Certificate");
     this.f_ValidateServerCertificateCheckButton.DrawIndicator = true;
     this.f_ValidateServerCertificateCheckButton.UseUnderline = true;
     this.vbox16.Add (this.f_ValidateServerCertificateCheckButton);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox16[this.f_ValidateServerCertificateCheckButton]));
     w20.Position = 3;
     w20.Expand = false;
     w20.Fill = false;
     // Container child vbox16.Gtk.Box+BoxChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 5;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label37 = new global::Gtk.Label ();
     this.label37.Name = "label37";
     this.label37.Xalign = 0f;
     this.label37.LabelProp = global::Mono.Unix.Catalog.GetString ("_On Connect Commands:");
     this.label37.UseUnderline = true;
     this.hbox3.Add (this.label37);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label37]));
     w21.Position = 0;
     w21.Expand = false;
     w21.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.f_IgnoreOnConnectCommandsCheckButton = new global::Gtk.CheckButton ();
     this.f_IgnoreOnConnectCommandsCheckButton.CanFocus = true;
     this.f_IgnoreOnConnectCommandsCheckButton.Name = "f_IgnoreOnConnectCommandsCheckButton";
     this.f_IgnoreOnConnectCommandsCheckButton.Label = global::Mono.Unix.Catalog.GetString ("_Ignore Commands");
     this.f_IgnoreOnConnectCommandsCheckButton.DrawIndicator = true;
     this.f_IgnoreOnConnectCommandsCheckButton.UseUnderline = true;
     this.hbox3.Add (this.f_IgnoreOnConnectCommandsCheckButton);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.f_IgnoreOnConnectCommandsCheckButton]));
     w22.Position = 1;
     this.vbox2.Add (this.hbox3);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox3]));
     w23.Position = 0;
     w23.Expand = false;
     w23.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
     this.scrolledwindow1.WidthRequest = 350;
     this.scrolledwindow1.HeightRequest = 100;
     this.scrolledwindow1.Name = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.f_OnConnectCommandsTextView = new global::Gtk.TextView ();
     this.f_OnConnectCommandsTextView.WidthRequest = 152;
     this.f_OnConnectCommandsTextView.HeightRequest = 168;
     this.f_OnConnectCommandsTextView.Name = "f_OnConnectCommandsTextView";
     this.f_OnConnectCommandsTextView.WrapMode = ((global::Gtk.WrapMode)(2));
     this.scrolledwindow1.Add (this.f_OnConnectCommandsTextView);
     this.vbox2.Add (this.scrolledwindow1);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.scrolledwindow1]));
     w25.Position = 1;
     this.vbox16.Add (this.vbox2);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox16[this.vbox2]));
     w26.Position = 4;
     this.Add (this.vbox16);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.f_HostnameLabel.MnemonicWidget = this.f_HostnameEntry;
     this.f_NetworkLabel.MnemonicWidget = this.f_NetworkComboBoxEntry;
     this.f_PasswordLabel.MnemonicWidget = this.f_PasswordEntry;
     this.f_PortLabel.MnemonicWidget = this.f_PortSpinButton;
     this.label21.MnemonicWidget = this.f_UsernameEntry;
     this.label5.MnemonicWidget = this.f_ProtocolComboBox;
     this.label37.MnemonicWidget = this.f_OnConnectCommandsTextView;
     this.Hide ();
 }
Exemplo n.º 23
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget PArticulo.ArticuloView
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.Action = new global::Gtk.Action("Action", null, null, null);
     w1.Add(this.Action, null);
     this.buttonSave = new global::Gtk.Action("buttonSave", null, null, "gtk-save");
     w1.Add(this.buttonSave, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "PArticulo.ArticuloView";
     this.Title          = global::Mono.Unix.Catalog.GetString("Window");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child PArticulo.ArticuloView.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><toolbar name='toolbar2'><toolitem name='buttonSave' action='buttonSave'/></toolbar></ui>");
     this.toolbar2           = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/toolbar2")));
     this.toolbar2.Name      = "toolbar2";
     this.toolbar2.ShowArrow = false;
     this.vbox1.Add(this.toolbar2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.toolbar2]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.comboBoxCategoria      = global::Gtk.ComboBox.NewText();
     this.comboBoxCategoria.Name = "comboBoxCategoria";
     this.table1.Add(this.comboBoxCategoria);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboBoxCategoria]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryNombre               = new global::Gtk.Entry();
     this.entryNombre.CanFocus      = true;
     this.entryNombre.Name          = "entryNombre";
     this.entryNombre.IsEditable    = true;
     this.entryNombre.InvisibleChar = '•';
     this.table1.Add(this.entryNombre);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryNombre]));
     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.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Nombre");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Categoria");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Precio");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w7.TopAttach    = ((uint)(2));
     w7.BottomAttach = ((uint)(3));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spinButtonPrecio          = new global::Gtk.SpinButton(0, 100, 1);
     this.spinButtonPrecio.CanFocus = true;
     this.spinButtonPrecio.Name     = "spinButtonPrecio";
     this.spinButtonPrecio.Adjustment.PageIncrement = 10;
     this.spinButtonPrecio.ClimbRate = 1;
     this.spinButtonPrecio.Digits    = ((uint)(2));
     this.spinButtonPrecio.Numeric   = true;
     this.table1.Add(this.spinButtonPrecio);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.spinButtonPrecio]));
     w8.TopAttach    = ((uint)(2));
     w8.BottomAttach = ((uint)(3));
     w8.LeftAttach   = ((uint)(1));
     w8.RightAttach  = ((uint)(2));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 241;
     this.DefaultHeight = 157;
     this.Show();
     this.buttonSave.Activated += new global::System.EventHandler(this.SaveArticulo);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MequantaStudio.SmartQuant.ImportHistoricalDataWidget
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
     this.addAction = new global::Gtk.Action("addAction", null, null, "gtk-add");
     w2.Add(this.addAction, null);
     this.deleteAction = new global::Gtk.Action("deleteAction", null, null, "gtk-delete");
     w2.Add(this.deleteAction, null);
     this.mediaPlayAction = new global::Gtk.Action("mediaPlayAction", null, null, "gtk-media-play");
     w2.Add(this.mediaPlayAction, null);
     this.mediaStopAction = new global::Gtk.Action("mediaStopAction", null, null, "gtk-media-stop");
     w2.Add(this.mediaStopAction, null);
     this.UIManager.InsertActionGroup(w2, 0);
     this.Name = "MequantaStudio.SmartQuant.ImportHistoricalDataWidget";
     // Container child MequantaStudio.SmartQuant.ImportHistoricalDataWidget.Gtk.Container+ContainerChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><toolbar name='toolbar3'><toolitem name='addAction' action='addAction'/><toolitem name='deleteAction' action='deleteAction'/><separator/><toolitem name='mediaPlayAction' action='mediaPlayAction'/><toolitem name='mediaStopAction' action='mediaStopAction'/></toolbar></ui>");
     this.toolbar3           = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/toolbar3")));
     this.toolbar3.Name      = "toolbar3";
     this.toolbar3.ShowArrow = false;
     this.vbox4.Add(this.toolbar3);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.toolbar3]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(1));
     // 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.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)(2)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.combobox1      = global::Gtk.ComboBox.NewText();
     this.combobox1.Name = "combobox1";
     this.table1.Add(this.combobox1);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.combobox1]));
     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.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Data type");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Bar size");
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spinbutton1          = new global::Gtk.SpinButton(0, 100, 1);
     this.spinbutton1.CanFocus = true;
     this.spinbutton1.Name     = "spinbutton1";
     this.spinbutton1.Adjustment.PageIncrement = 10;
     this.spinbutton1.ClimbRate = 1;
     this.spinbutton1.Numeric   = true;
     this.table1.Add(this.spinbutton1);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.spinbutton1]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(2));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.table1]));
     w8.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.table2               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.comboboxentry1      = global::Gtk.ComboBoxEntry.NewText();
     this.comboboxentry1.Name = "comboboxentry1";
     this.table2.Add(this.comboboxentry1);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table2 [this.comboboxentry1]));
     w9.LeftAttach  = ((uint)(1));
     w9.RightAttach = ((uint)(2));
     w9.XOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.comboboxentry2      = global::Gtk.ComboBoxEntry.NewText();
     this.comboboxentry2.Name = "comboboxentry2";
     this.table2.Add(this.comboboxentry2);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table2 [this.comboboxentry2]));
     w10.TopAttach    = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.LeftAttach   = ((uint)(1));
     w10.RightAttach  = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("From");
     this.table2.Add(this.label6);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table2 [this.label6]));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("To");
     this.table2.Add(this.label7);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2 [this.label7]));
     w12.TopAttach    = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add(this.table2);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.table2]));
     w13.Position = 1;
     this.GtkAlignment.Add(this.hbox1);
     this.frame1.Add(this.GtkAlignment);
     this.GtkLabel1           = new global::Gtk.Label();
     this.GtkLabel1.Name      = "GtkLabel1";
     this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Settings</b>");
     this.GtkLabel1.UseMarkup = true;
     this.frame1.LabelWidget  = this.GtkLabel1;
     this.vbox4.Add(this.frame1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.frame1]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox4.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.treeview5          = new global::Gtk.TreeView();
     this.treeview5.CanFocus = true;
     this.treeview5.Name     = "treeview5";
     this.GtkScrolledWindow.Add(this.treeview5);
     this.vbox4.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkScrolledWindow]));
     w18.Position = 2;
     this.Add(this.vbox4);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Show();
 }
Exemplo n.º 25
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Testlåda");
     this.Icon = global::Stetic.IconLoader.LoadIcon (this, "gtk-color-picker", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.BorderWidth = ((uint)(1));
     this.Gravity = ((global::Gdk.Gravity)(5));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.alignment1 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name = "alignment1";
     // Container child alignment1.Gtk.Container+ContainerChild
     this.fixed1 = new global::Gtk.Fixed ();
     this.fixed1.Name = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("label1");
     this.fixed1.Add (this.label1);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label1]));
     w1.X = 92;
     w1.Y = 73;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.button1 = new global::Gtk.Button ();
     this.button1.CanFocus = true;
     this.button1.Name = "button1";
     this.button1.UseUnderline = true;
     // Container child button1.Gtk.Container+ContainerChild
     global::Gtk.Alignment w2 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w3 = new global::Gtk.HBox ();
     w3.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w4 = new global::Gtk.Image ();
     w4.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-about", global::Gtk.IconSize.Menu);
     w3.Add (w4);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w6 = new global::Gtk.Label ();
     w6.LabelProp = global::Mono.Unix.Catalog.GetString ("_Yes");
     w6.UseUnderline = true;
     w3.Add (w6);
     w2.Add (w3);
     this.button1.Add (w2);
     this.fixed1.Add (this.button1);
     global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.button1]));
     w10.X = 15;
     w10.Y = 65;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.entry1 = new global::Gtk.Entry ();
     this.entry1.CanFocus = true;
     this.entry1.Name = "entry1";
     this.entry1.IsEditable = true;
     this.entry1.InvisibleChar = '•';
     this.fixed1.Add (this.entry1);
     global::Gtk.Fixed.FixedChild w11 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.entry1]));
     w11.X = 18;
     w11.Y = 13;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.spinbutton1 = new global::Gtk.SpinButton (0, 100, 1);
     this.spinbutton1.CanFocus = true;
     this.spinbutton1.Name = "spinbutton1";
     this.spinbutton1.Adjustment.PageIncrement = 10;
     this.spinbutton1.ClimbRate = 1;
     this.spinbutton1.Numeric = true;
     this.fixed1.Add (this.spinbutton1);
     global::Gtk.Fixed.FixedChild w12 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.spinbutton1]));
     w12.X = 187;
     w12.Y = 11;
     this.alignment1.Add (this.fixed1);
     this.Add (this.alignment1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 552;
     this.DefaultHeight = 339;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.button1.Clicked += new global::System.EventHandler (this.YesClicked);
 }
Exemplo n.º 26
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget SimGUI.Startup
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name = "SimGUI.Startup";
     this.Title = global::Mono.Unix.Catalog.GetString("Startup");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child SimGUI.Startup.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><menubar name='menubar1'><menu><menuitem/></menu><menu><menuitem/><menuitem/><menuitem/></menu></menubar></ui>");
     this.menubar1 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vbox2.Add(this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.menubar1]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table(((uint)(5)), ((uint)(2)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.hbox3 = new global::Gtk.HBox();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.entry2 = new global::Gtk.Entry();
     this.entry2.CanFocus = true;
     this.entry2.Name = "entry2";
     this.entry2.Text = global::Mono.Unix.Catalog.GetString("D");
     this.entry2.IsEditable = true;
     this.entry2.MaxLength = 1;
     this.entry2.InvisibleChar = '●';
     this.hbox3.Add(this.entry2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.entry2]));
     w3.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.spinbutton7 = new global::Gtk.SpinButton(0, 228, 1);
     this.spinbutton7.CanFocus = true;
     this.spinbutton7.Name = "spinbutton7";
     this.spinbutton7.Adjustment.PageIncrement = 10;
     this.spinbutton7.ClimbRate = 1;
     this.spinbutton7.Numeric = true;
     this.spinbutton7.Value = 228;
     this.hbox3.Add(this.spinbutton7);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.spinbutton7]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     this.table1.Add(this.hbox3);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.hbox3]));
     w5.TopAttach = ((uint)(4));
     w5.BottomAttach = ((uint)(5));
     w5.LeftAttach = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1 = new global::Gtk.Label();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Neutron flux");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w6.TopAttach = ((uint)(3));
     w6.BottomAttach = ((uint)(4));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label10 = new global::Gtk.Label();
     this.label10.Name = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Rod position");
     this.table1.Add(this.label10);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.label10]));
     w7.TopAttach = ((uint)(4));
     w7.BottomAttach = ((uint)(5));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6 = new global::Gtk.Label();
     this.label6.Name = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Turbine power");
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.label6]));
     w8.TopAttach = ((uint)(2));
     w8.BottomAttach = ((uint)(3));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label8 = new global::Gtk.Label();
     this.label8.Name = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Boron concentration");
     this.table1.Add(this.label8);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.label8]));
     w9.TopAttach = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label9 = new global::Gtk.Label();
     this.label9.Name = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Burnup");
     this.table1.Add(this.label9);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.label9]));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spinbutton1 = new global::Gtk.SpinButton(0, 30000, 1);
     this.spinbutton1.CanFocus = true;
     this.spinbutton1.Name = "spinbutton1";
     this.spinbutton1.Adjustment.PageIncrement = 10;
     this.spinbutton1.ClimbRate = 1;
     this.spinbutton1.Numeric = true;
     this.spinbutton1.Value = 150;
     this.table1.Add(this.spinbutton1);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.spinbutton1]));
     w11.LeftAttach = ((uint)(1));
     w11.RightAttach = ((uint)(2));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spinbutton2 = new global::Gtk.SpinButton(0, 5000, 1);
     this.spinbutton2.CanFocus = true;
     this.spinbutton2.Name = "spinbutton2";
     this.spinbutton2.Adjustment.PageIncrement = 10;
     this.spinbutton2.ClimbRate = 1;
     this.spinbutton2.Numeric = true;
     this.spinbutton2.Value = 1711;
     this.table1.Add(this.spinbutton2);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.spinbutton2]));
     w12.TopAttach = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     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.spinbutton6 = new global::Gtk.SpinButton(0, 200, 1);
     this.spinbutton6.CanFocus = true;
     this.spinbutton6.Name = "spinbutton6";
     this.spinbutton6.Adjustment.PageIncrement = 10;
     this.spinbutton6.ClimbRate = 1;
     this.spinbutton6.Numeric = true;
     this.spinbutton6.Value = 100;
     this.table1.Add(this.spinbutton6);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.spinbutton6]));
     w13.TopAttach = ((uint)(2));
     w13.BottomAttach = ((uint)(3));
     w13.LeftAttach = ((uint)(1));
     w13.RightAttach = ((uint)(2));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spinbutton8 = new global::Gtk.SpinButton(0, 200, 1);
     this.spinbutton8.CanFocus = true;
     this.spinbutton8.Name = "spinbutton8";
     this.spinbutton8.Adjustment.PageIncrement = 10;
     this.spinbutton8.ClimbRate = 1;
     this.spinbutton8.Numeric = true;
     this.spinbutton8.Value = 100;
     this.table1.Add(this.spinbutton8);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1[this.spinbutton8]));
     w14.TopAttach = ((uint)(3));
     w14.BottomAttach = ((uint)(4));
     w14.LeftAttach = ((uint)(1));
     w14.RightAttach = ((uint)(2));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table1]));
     w15.Position = 1;
     w15.Expand = false;
     w15.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.button2 = new global::Gtk.Button();
     this.button2.CanFocus = true;
     this.button2.Name = "button2";
     this.button2.UseUnderline = true;
     this.button2.Label = global::Mono.Unix.Catalog.GetString("Set snapshot");
     this.hbox1.Add(this.button2);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.button2]));
     w16.Position = 0;
     w16.Expand = false;
     w16.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.button3 = new global::Gtk.Button();
     this.button3.CanFocus = true;
     this.button3.Name = "button3";
     this.button3.UseUnderline = true;
     this.button3.Label = global::Mono.Unix.Catalog.GetString("Load snapshot");
     this.hbox1.Add(this.button3);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.button3]));
     w17.Position = 2;
     w17.Expand = false;
     w17.Fill = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w18.Position = 3;
     w18.Expand = false;
     w18.Fill = false;
     this.Add(this.vbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll();
     }
     this.DefaultWidth = 411;
     this.DefaultHeight = 197;
     this.Show();
     this.button2.Clicked += new global::System.EventHandler(this.OnButton2Clicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Autotools.MakefileOptionPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Events = ((global::Gdk.EventMask)(256));
			this.Name = "MonoDevelop.Autotools.MakefileOptionPanelWidget";
			// Container child MonoDevelop.Autotools.MakefileOptionPanelWidget.Gtk.Container+ContainerChild
			this.notebook1 = new global::Gtk.Notebook ();
			this.notebook1.CanFocus = true;
			this.notebook1.Name = "notebook1";
			this.notebook1.CurrentPage = 0;
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			this.vbox1.BorderWidth = ((uint)(6));
			// Container child vbox1.Gtk.Box+BoxChild
			this.cbEnableMakefileIntegration = new global::Gtk.CheckButton ();
			this.cbEnableMakefileIntegration.CanFocus = true;
			this.cbEnableMakefileIntegration.Name = "cbEnableMakefileIntegration";
			this.cbEnableMakefileIntegration.Label = global::Mono.Unix.Catalog.GetString ("Enable makefile Integration in this project");
			this.cbEnableMakefileIntegration.DrawIndicator = true;
			this.vbox1.Add (this.cbEnableMakefileIntegration);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.cbEnableMakefileIntegration]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.headerSep1 = new global::Gtk.HSeparator ();
			this.headerSep1.Name = "headerSep1";
			this.vbox1.Add (this.headerSep1);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.headerSep1]));
			w2.Position = 1;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.table1 = new global::Gtk.Table (((uint)(10)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.cbBuildTarget = new global::Gtk.CheckButton ();
			this.cbBuildTarget.CanFocus = true;
			this.cbBuildTarget.Name = "cbBuildTarget";
			this.cbBuildTarget.Label = global::Mono.Unix.Catalog.GetString ("Build target name:");
			this.cbBuildTarget.DrawIndicator = true;
			this.cbBuildTarget.UseUnderline = true;
			this.table1.Add (this.cbBuildTarget);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbBuildTarget]));
			w3.TopAttach = ((uint)(4));
			w3.BottomAttach = ((uint)(5));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.cbCleanTarget = new global::Gtk.CheckButton ();
			this.cbCleanTarget.CanFocus = true;
			this.cbCleanTarget.Name = "cbCleanTarget";
			this.cbCleanTarget.Label = global::Mono.Unix.Catalog.GetString ("Clean target name:");
			this.cbCleanTarget.DrawIndicator = true;
			this.cbCleanTarget.UseUnderline = true;
			this.table1.Add (this.cbCleanTarget);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbCleanTarget]));
			w4.TopAttach = ((uint)(5));
			w4.BottomAttach = ((uint)(6));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.cbRunTarget = new global::Gtk.CheckButton ();
			this.cbRunTarget.CanFocus = true;
			this.cbRunTarget.Name = "cbRunTarget";
			this.cbRunTarget.Label = global::Mono.Unix.Catalog.GetString ("Execute target name:");
			this.cbRunTarget.DrawIndicator = true;
			this.cbRunTarget.UseUnderline = true;
			this.table1.Add (this.cbRunTarget);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbRunTarget]));
			w5.TopAttach = ((uint)(6));
			w5.BottomAttach = ((uint)(7));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.fileEntryMakefilePath = new global::MonoDevelop.Components.FileEntry ();
			this.fileEntryMakefilePath.CanFocus = true;
			this.fileEntryMakefilePath.Name = "fileEntryMakefilePath";
			this.fileEntryMakefilePath.BrowserTitle = "";
			this.table1.Add (this.fileEntryMakefilePath);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.fileEntryMakefilePath]));
			w6.TopAttach = ((uint)(1));
			w6.BottomAttach = ((uint)(2));
			w6.LeftAttach = ((uint)(1));
			w6.RightAttach = ((uint)(2));
			w6.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			// Container child hbox1.Gtk.Box+BoxChild
			this.comboAssemblyName = global::Gtk.ComboBox.NewText ();
			this.comboAssemblyName.WidthRequest = 300;
			this.comboAssemblyName.Name = "comboAssemblyName";
			this.hbox1.Add (this.comboAssemblyName);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboAssemblyName]));
			w7.Position = 0;
			w7.Expand = false;
			w7.Fill = false;
			this.table1.Add (this.hbox1);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox1]));
			w8.TopAttach = ((uint)(7));
			w8.BottomAttach = ((uint)(8));
			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.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			// Container child hbox2.Gtk.Box+BoxChild
			this.comboOutputDir = global::Gtk.ComboBox.NewText ();
			this.comboOutputDir.WidthRequest = 300;
			this.comboOutputDir.Name = "comboOutputDir";
			this.hbox2.Add (this.comboOutputDir);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboOutputDir]));
			w9.Position = 0;
			w9.Expand = false;
			w9.Fill = false;
			this.table1.Add (this.hbox2);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox2]));
			w10.TopAttach = ((uint)(8));
			w10.BottomAttach = ((uint)(9));
			w10.LeftAttach = ((uint)(1));
			w10.RightAttach = ((uint)(2));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.hbox3 = new global::Gtk.HBox ();
			this.hbox3.Name = "hbox3";
			// Container child hbox3.Gtk.Box+BoxChild
			this.BuildTargetName = new global::Gtk.Entry ();
			this.BuildTargetName.WidthRequest = 200;
			this.BuildTargetName.CanFocus = true;
			this.BuildTargetName.Name = "BuildTargetName";
			this.BuildTargetName.IsEditable = true;
			this.BuildTargetName.InvisibleChar = '●';
			this.hbox3.Add (this.BuildTargetName);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.BuildTargetName]));
			w11.Position = 0;
			w11.Expand = false;
			w11.Fill = false;
			this.table1.Add (this.hbox3);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox3]));
			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.hbox4 = new global::Gtk.HBox ();
			this.hbox4.Name = "hbox4";
			// Container child hbox4.Gtk.Box+BoxChild
			this.ExecuteTargetName = new global::Gtk.Entry ();
			this.ExecuteTargetName.WidthRequest = 200;
			this.ExecuteTargetName.CanFocus = true;
			this.ExecuteTargetName.Name = "ExecuteTargetName";
			this.ExecuteTargetName.IsEditable = true;
			this.ExecuteTargetName.InvisibleChar = '●';
			this.hbox4.Add (this.ExecuteTargetName);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.ExecuteTargetName]));
			w13.Position = 0;
			w13.Expand = false;
			w13.Fill = false;
			this.table1.Add (this.hbox4);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox4]));
			w14.TopAttach = ((uint)(6));
			w14.BottomAttach = ((uint)(7));
			w14.LeftAttach = ((uint)(1));
			w14.RightAttach = ((uint)(2));
			w14.XOptions = ((global::Gtk.AttachOptions)(4));
			w14.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.hbox5 = new global::Gtk.HBox ();
			this.hbox5.Name = "hbox5";
			// Container child hbox5.Gtk.Box+BoxChild
			this.CleanTargetName = new global::Gtk.Entry ();
			this.CleanTargetName.WidthRequest = 200;
			this.CleanTargetName.CanFocus = true;
			this.CleanTargetName.Name = "CleanTargetName";
			this.CleanTargetName.IsEditable = true;
			this.CleanTargetName.InvisibleChar = '●';
			this.hbox5.Add (this.CleanTargetName);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.CleanTargetName]));
			w15.Position = 0;
			w15.Expand = false;
			w15.Fill = false;
			this.table1.Add (this.hbox5);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox5]));
			w16.TopAttach = ((uint)(5));
			w16.BottomAttach = ((uint)(6));
			w16.LeftAttach = ((uint)(1));
			w16.RightAttach = ((uint)(2));
			w16.XOptions = ((global::Gtk.AttachOptions)(4));
			w16.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.headerSep2 = new global::Gtk.HSeparator ();
			this.headerSep2.Name = "headerSep2";
			this.table1.Add (this.headerSep2);
			global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.headerSep2]));
			w17.TopAttach = ((uint)(2));
			w17.BottomAttach = ((uint)(3));
			w17.RightAttach = ((uint)(2));
			w17.XOptions = ((global::Gtk.AttachOptions)(4));
			w17.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label8 = new global::Gtk.Label ();
			this.label8.WidthRequest = 500;
			this.label8.Name = "label8";
			this.label8.Xalign = 0F;
			this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the makefile targets that should be executed for the build and clean operations:");
			this.label8.Wrap = true;
			this.table1.Add (this.label8);
			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
			w18.TopAttach = ((uint)(3));
			w18.BottomAttach = ((uint)(4));
			w18.RightAttach = ((uint)(2));
			w18.XOptions = ((global::Gtk.AttachOptions)(4));
			w18.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label9 = new global::Gtk.Label ();
			this.label9.Name = "label9";
			this.label9.Xalign = 1F;
			this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("Build processes:");
			this.table1.Add (this.label9);
			global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1 [this.label9]));
			w19.TopAttach = ((uint)(9));
			w19.BottomAttach = ((uint)(10));
			w19.XOptions = ((global::Gtk.AttachOptions)(4));
			w19.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.lblAssemblyNameVar = new global::Gtk.Label ();
			this.lblAssemblyNameVar.Name = "lblAssemblyNameVar";
			this.lblAssemblyNameVar.Xalign = 0F;
			this.lblAssemblyNameVar.LabelProp = global::Mono.Unix.Catalog.GetString ("Assembly Name variable:");
			this.table1.Add (this.lblAssemblyNameVar);
			global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1 [this.lblAssemblyNameVar]));
			w20.TopAttach = ((uint)(7));
			w20.BottomAttach = ((uint)(8));
			w20.XOptions = ((global::Gtk.AttachOptions)(4));
			w20.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.lblMakeCommand = new global::Gtk.Label ();
			this.lblMakeCommand.Name = "lblMakeCommand";
			this.lblMakeCommand.Xalign = 0F;
			this.lblMakeCommand.LabelProp = global::Mono.Unix.Catalog.GetString ("Make command:");
			this.table1.Add (this.lblMakeCommand);
			global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1 [this.lblMakeCommand]));
			w21.XOptions = ((global::Gtk.AttachOptions)(4));
			w21.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.lblMakefileName = new global::Gtk.Label ();
			this.lblMakefileName.Name = "lblMakefileName";
			this.lblMakefileName.Xalign = 0F;
			this.lblMakefileName.LabelProp = global::Mono.Unix.Catalog.GetString ("Makefile path:");
			this.table1.Add (this.lblMakefileName);
			global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1 [this.lblMakefileName]));
			w22.TopAttach = ((uint)(1));
			w22.BottomAttach = ((uint)(2));
			w22.XOptions = ((global::Gtk.AttachOptions)(4));
			w22.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.lblOutputDirVar = new global::Gtk.Label ();
			this.lblOutputDirVar.Name = "lblOutputDirVar";
			this.lblOutputDirVar.Xalign = 0F;
			this.lblOutputDirVar.LabelProp = global::Mono.Unix.Catalog.GetString ("Output directory variable:");
			this.table1.Add (this.lblOutputDirVar);
			global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1 [this.lblOutputDirVar]));
			w23.TopAttach = ((uint)(8));
			w23.BottomAttach = ((uint)(9));
			w23.XOptions = ((global::Gtk.AttachOptions)(4));
			w23.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.MakeCommand = new global::Gtk.Entry ();
			this.MakeCommand.WidthRequest = 200;
			this.MakeCommand.CanFocus = true;
			this.MakeCommand.Name = "MakeCommand";
			this.MakeCommand.Text = global::Mono.Unix.Catalog.GetString ("make");
			this.MakeCommand.IsEditable = true;
			this.MakeCommand.InvisibleChar = '●';
			this.table1.Add (this.MakeCommand);
			global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table1 [this.MakeCommand]));
			w24.LeftAttach = ((uint)(1));
			w24.RightAttach = ((uint)(2));
			w24.XOptions = ((global::Gtk.AttachOptions)(4));
			w24.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.spinProcesses = new global::Gtk.SpinButton (1, 64, 1);
			this.spinProcesses.CanFocus = true;
			this.spinProcesses.Name = "spinProcesses";
			this.spinProcesses.Adjustment.PageIncrement = 1;
			this.spinProcesses.ClimbRate = 1;
			this.spinProcesses.Numeric = true;
			this.spinProcesses.Value = 1;
			this.table1.Add (this.spinProcesses);
			global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table1 [this.spinProcesses]));
			w25.TopAttach = ((uint)(9));
			w25.BottomAttach = ((uint)(10));
			w25.LeftAttach = ((uint)(1));
			w25.RightAttach = ((uint)(2));
			w25.XOptions = ((global::Gtk.AttachOptions)(4));
			w25.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox1.Add (this.table1);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
			w26.Position = 2;
			w26.Expand = false;
			w26.Fill = false;
			this.notebook1.Add (this.vbox1);
			// Notebook tab
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Makefile");
			this.notebook1.SetTabLabel (this.vbox1, this.label1);
			this.label1.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			this.vbox2.BorderWidth = ((uint)(6));
			// Container child vbox2.Gtk.Box+BoxChild
			this.cbFileSync = new global::Gtk.CheckButton ();
			this.cbFileSync.CanFocus = true;
			this.cbFileSync.Name = "cbFileSync";
			this.cbFileSync.Label = global::Mono.Unix.Catalog.GetString ("Enable project file synchronization");
			this.cbFileSync.DrawIndicator = true;
			this.cbFileSync.UseUnderline = true;
			this.vbox2.Add (this.cbFileSync);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.cbFileSync]));
			w28.Position = 0;
			w28.Expand = false;
			w28.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.hseparator2 = new global::Gtk.HSeparator ();
			this.hseparator2.Name = "hseparator2";
			this.vbox2.Add (this.hseparator2);
			global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator2]));
			w29.Position = 1;
			w29.Expand = false;
			w29.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.table3 = new global::Gtk.Table (((uint)(6)), ((uint)(3)), false);
			this.table3.Name = "table3";
			this.table3.RowSpacing = ((uint)(6));
			this.table3.ColumnSpacing = ((uint)(6));
			// Container child table3.Gtk.Table+TableChild
			this.cbKeepDeployFilesSync = new global::Gtk.CheckButton ();
			this.cbKeepDeployFilesSync.CanFocus = true;
			this.cbKeepDeployFilesSync.Name = "cbKeepDeployFilesSync";
			this.cbKeepDeployFilesSync.Label = global::Mono.Unix.Catalog.GetString ("Deployment files");
			this.cbKeepDeployFilesSync.DrawIndicator = true;
			this.table3.Add (this.cbKeepDeployFilesSync);
			global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table3 [this.cbKeepDeployFilesSync]));
			w30.TopAttach = ((uint)(4));
			w30.BottomAttach = ((uint)(5));
			w30.XOptions = ((global::Gtk.AttachOptions)(4));
			w30.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.cbKeepFilesSync = new global::Gtk.CheckButton ();
			this.cbKeepFilesSync.CanFocus = true;
			this.cbKeepFilesSync.Name = "cbKeepFilesSync";
			this.cbKeepFilesSync.Label = global::Mono.Unix.Catalog.GetString ("Source code files");
			this.cbKeepFilesSync.DrawIndicator = true;
			this.table3.Add (this.cbKeepFilesSync);
			global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table3 [this.cbKeepFilesSync]));
			w31.TopAttach = ((uint)(2));
			w31.BottomAttach = ((uint)(3));
			w31.XOptions = ((global::Gtk.AttachOptions)(4));
			w31.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.cbKeepOthersSync = new global::Gtk.CheckButton ();
			this.cbKeepOthersSync.CanFocus = true;
			this.cbKeepOthersSync.Name = "cbKeepOthersSync";
			this.cbKeepOthersSync.Label = global::Mono.Unix.Catalog.GetString ("Other Files");
			this.cbKeepOthersSync.DrawIndicator = true;
			this.table3.Add (this.cbKeepOthersSync);
			global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table3 [this.cbKeepOthersSync]));
			w32.TopAttach = ((uint)(5));
			w32.BottomAttach = ((uint)(6));
			w32.XOptions = ((global::Gtk.AttachOptions)(4));
			w32.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.cbKeepResourcesSync = new global::Gtk.CheckButton ();
			this.cbKeepResourcesSync.CanFocus = true;
			this.cbKeepResourcesSync.Name = "cbKeepResourcesSync";
			this.cbKeepResourcesSync.Label = global::Mono.Unix.Catalog.GetString ("Resources");
			this.cbKeepResourcesSync.DrawIndicator = true;
			this.table3.Add (this.cbKeepResourcesSync);
			global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table3 [this.cbKeepResourcesSync]));
			w33.TopAttach = ((uint)(3));
			w33.BottomAttach = ((uint)(4));
			w33.XOptions = ((global::Gtk.AttachOptions)(4));
			w33.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.comboDeployFilesVar = global::Gtk.ComboBox.NewText ();
			this.comboDeployFilesVar.WidthRequest = 200;
			this.comboDeployFilesVar.Name = "comboDeployFilesVar";
			this.table3.Add (this.comboDeployFilesVar);
			global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.table3 [this.comboDeployFilesVar]));
			w34.TopAttach = ((uint)(4));
			w34.BottomAttach = ((uint)(5));
			w34.LeftAttach = ((uint)(1));
			w34.RightAttach = ((uint)(2));
			w34.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.comboFilesVar = global::Gtk.ComboBox.NewText ();
			this.comboFilesVar.WidthRequest = 200;
			this.comboFilesVar.Name = "comboFilesVar";
			this.table3.Add (this.comboFilesVar);
			global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.table3 [this.comboFilesVar]));
			w35.TopAttach = ((uint)(2));
			w35.BottomAttach = ((uint)(3));
			w35.LeftAttach = ((uint)(1));
			w35.RightAttach = ((uint)(2));
			w35.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.comboOthersVar = global::Gtk.ComboBox.NewText ();
			this.comboOthersVar.WidthRequest = 200;
			this.comboOthersVar.Name = "comboOthersVar";
			this.table3.Add (this.comboOthersVar);
			global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.table3 [this.comboOthersVar]));
			w36.TopAttach = ((uint)(5));
			w36.BottomAttach = ((uint)(6));
			w36.LeftAttach = ((uint)(1));
			w36.RightAttach = ((uint)(2));
			w36.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.comboResourcesVar = global::Gtk.ComboBox.NewText ();
			this.comboResourcesVar.WidthRequest = 200;
			this.comboResourcesVar.Name = "comboResourcesVar";
			this.table3.Add (this.comboResourcesVar);
			global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table3 [this.comboResourcesVar]));
			w37.TopAttach = ((uint)(3));
			w37.BottomAttach = ((uint)(4));
			w37.LeftAttach = ((uint)(1));
			w37.RightAttach = ((uint)(2));
			w37.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.entryDeployFilesPattern = new global::Gtk.Entry ();
			this.entryDeployFilesPattern.CanFocus = true;
			this.entryDeployFilesPattern.Name = "entryDeployFilesPattern";
			this.entryDeployFilesPattern.IsEditable = true;
			this.entryDeployFilesPattern.InvisibleChar = '●';
			this.table3.Add (this.entryDeployFilesPattern);
			global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table3 [this.entryDeployFilesPattern]));
			w38.TopAttach = ((uint)(4));
			w38.BottomAttach = ((uint)(5));
			w38.LeftAttach = ((uint)(2));
			w38.RightAttach = ((uint)(3));
			w38.XOptions = ((global::Gtk.AttachOptions)(4));
			w38.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.entryFilesPattern = new global::Gtk.Entry ();
			this.entryFilesPattern.CanFocus = true;
			this.entryFilesPattern.Name = "entryFilesPattern";
			this.entryFilesPattern.IsEditable = true;
			this.entryFilesPattern.InvisibleChar = '●';
			this.table3.Add (this.entryFilesPattern);
			global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table3 [this.entryFilesPattern]));
			w39.TopAttach = ((uint)(2));
			w39.BottomAttach = ((uint)(3));
			w39.LeftAttach = ((uint)(2));
			w39.RightAttach = ((uint)(3));
			w39.XOptions = ((global::Gtk.AttachOptions)(4));
			w39.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.entryResourcesPattern = new global::Gtk.Entry ();
			this.entryResourcesPattern.CanFocus = true;
			this.entryResourcesPattern.Name = "entryResourcesPattern";
			this.entryResourcesPattern.IsEditable = true;
			this.entryResourcesPattern.InvisibleChar = '●';
			this.table3.Add (this.entryResourcesPattern);
			global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table3 [this.entryResourcesPattern]));
			w40.TopAttach = ((uint)(3));
			w40.BottomAttach = ((uint)(4));
			w40.LeftAttach = ((uint)(2));
			w40.RightAttach = ((uint)(3));
			w40.XOptions = ((global::Gtk.AttachOptions)(4));
			w40.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.eventbox1 = new global::Gtk.EventBox ();
			this.eventbox1.Name = "eventbox1";
			// Container child eventbox1.Gtk.Container+ContainerChild
			this.entryOthersPattern = new global::Gtk.Entry ();
			this.entryOthersPattern.CanFocus = true;
			this.entryOthersPattern.Name = "entryOthersPattern";
			this.entryOthersPattern.IsEditable = true;
			this.entryOthersPattern.InvisibleChar = '●';
			this.eventbox1.Add (this.entryOthersPattern);
			this.table3.Add (this.eventbox1);
			global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.table3 [this.eventbox1]));
			w42.TopAttach = ((uint)(5));
			w42.BottomAttach = ((uint)(6));
			w42.LeftAttach = ((uint)(2));
			w42.RightAttach = ((uint)(3));
			w42.XOptions = ((global::Gtk.AttachOptions)(4));
			w42.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.label5 = new global::Gtk.Label ();
			this.label5.WidthRequest = 500;
			this.label5.Name = "label5";
			this.label5.Xalign = 0F;
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the kind of files you want to synchronize with the makefile. For each file kind please specify the makefile variable that holds the list and optionally a prefix to be prepended to each file name.");
			this.label5.Wrap = true;
			this.table3.Add (this.label5);
			global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table3 [this.label5]));
			w43.RightAttach = ((uint)(3));
			w43.YPadding = ((uint)(9));
			w43.XOptions = ((global::Gtk.AttachOptions)(4));
			w43.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.lblCol2 = new global::Gtk.Label ();
			this.lblCol2.Name = "lblCol2";
			this.lblCol2.Xalign = 0F;
			this.lblCol2.LabelProp = global::Mono.Unix.Catalog.GetString ("Makefile variable name:");
			this.table3.Add (this.lblCol2);
			global::Gtk.Table.TableChild w44 = ((global::Gtk.Table.TableChild)(this.table3 [this.lblCol2]));
			w44.TopAttach = ((uint)(1));
			w44.BottomAttach = ((uint)(2));
			w44.LeftAttach = ((uint)(1));
			w44.RightAttach = ((uint)(2));
			w44.XOptions = ((global::Gtk.AttachOptions)(4));
			w44.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.lblCol3 = new global::Gtk.Label ();
			this.lblCol3.Name = "lblCol3";
			this.lblCol3.Xalign = 0F;
			this.lblCol3.LabelProp = global::Mono.Unix.Catalog.GetString ("Prefix:");
			this.table3.Add (this.lblCol3);
			global::Gtk.Table.TableChild w45 = ((global::Gtk.Table.TableChild)(this.table3 [this.lblCol3]));
			w45.TopAttach = ((uint)(1));
			w45.BottomAttach = ((uint)(2));
			w45.LeftAttach = ((uint)(2));
			w45.RightAttach = ((uint)(3));
			w45.XOptions = ((global::Gtk.AttachOptions)(4));
			w45.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox2.Add (this.table3);
			global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table3]));
			w46.Position = 2;
			w46.Expand = false;
			w46.Fill = false;
			this.notebook1.Add (this.vbox2);
			global::Gtk.Notebook.NotebookChild w47 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox2]));
			w47.Position = 1;
			// Notebook tab
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Files");
			this.notebook1.SetTabLabel (this.vbox2, this.label2);
			this.label2.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			this.vbox4.BorderWidth = ((uint)(6));
			// Container child vbox4.Gtk.Box+BoxChild
			this.cbKeepRefSync = new global::Gtk.CheckButton ();
			this.cbKeepRefSync.CanFocus = true;
			this.cbKeepRefSync.Name = "cbKeepRefSync";
			this.cbKeepRefSync.Label = global::Mono.Unix.Catalog.GetString ("Enable references synchronization");
			this.cbKeepRefSync.DrawIndicator = true;
			this.vbox4.Add (this.cbKeepRefSync);
			global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.cbKeepRefSync]));
			w48.Position = 0;
			w48.Expand = false;
			w48.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.hseparator5 = new global::Gtk.HSeparator ();
			this.hseparator5.Name = "hseparator5";
			this.vbox4.Add (this.hseparator5);
			global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator5]));
			w49.Position = 1;
			w49.Expand = false;
			w49.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.table4 = new global::Gtk.Table (((uint)(8)), ((uint)(3)), false);
			this.table4.Name = "table4";
			this.table4.RowSpacing = ((uint)(6));
			this.table4.ColumnSpacing = ((uint)(6));
			// Container child table4.Gtk.Table+TableChild
			this.cbAutotoolsProject = new global::Gtk.CheckButton ();
			this.cbAutotoolsProject.CanFocus = true;
			this.cbAutotoolsProject.Name = "cbAutotoolsProject";
			this.cbAutotoolsProject.Label = global::Mono.Unix.Catalog.GetString ("Look for packages in configure.in");
			this.cbAutotoolsProject.DrawIndicator = true;
			this.table4.Add (this.cbAutotoolsProject);
			global::Gtk.Table.TableChild w150 = ((global::Gtk.Table.TableChild)(this.table4 [this.cbAutotoolsProject]));
			w150.TopAttach = ((uint)(6));
			w150.BottomAttach = ((uint)(7));
			w150.RightAttach = ((uint)(3));
			w150.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.comboAsmRefVar = global::Gtk.ComboBox.NewText ();
			this.comboAsmRefVar.WidthRequest = 200;
			this.comboAsmRefVar.Name = "comboAsmRefVar";
			this.table4.Add (this.comboAsmRefVar);
			global::Gtk.Table.TableChild w51 = ((global::Gtk.Table.TableChild)(this.table4 [this.comboAsmRefVar]));
			w51.TopAttach = ((uint)(3));
			w51.BottomAttach = ((uint)(4));
			w51.LeftAttach = ((uint)(1));
			w51.RightAttach = ((uint)(2));
			w51.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.comboPackageRefVar = global::Gtk.ComboBox.NewText ();
			this.comboPackageRefVar.WidthRequest = 200;
			this.comboPackageRefVar.Name = "comboPackageRefVar";
			this.table4.Add (this.comboPackageRefVar);
			global::Gtk.Table.TableChild w50 = ((global::Gtk.Table.TableChild)(this.table4 [this.comboPackageRefVar]));
			w50.TopAttach = ((uint)(2));
			w50.BottomAttach = ((uint)(3));
			w50.LeftAttach = ((uint)(1));
			w50.RightAttach = ((uint)(2));
			w50.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.comboProjectRefVar = global::Gtk.ComboBox.NewText ();
			this.comboProjectRefVar.WidthRequest = 200;
			this.comboProjectRefVar.Name = "comboProjectRefVar";
			this.table4.Add (this.comboProjectRefVar);
			global::Gtk.Table.TableChild w153 = ((global::Gtk.Table.TableChild)(this.table4 [this.comboProjectRefVar]));
			w153.TopAttach = ((uint)(4));
			w153.BottomAttach = ((uint)(5));
			w153.LeftAttach = ((uint)(1));
			w153.RightAttach = ((uint)(2));
			w153.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.entryAsmRefPattern = new global::Gtk.Entry ();
			this.entryAsmRefPattern.CanFocus = true;
			this.entryAsmRefPattern.Name = "entryAsmRefPattern";
			this.entryAsmRefPattern.IsEditable = true;
			this.entryAsmRefPattern.InvisibleChar = '●';
			this.table4.Add (this.entryAsmRefPattern);
			global::Gtk.Table.TableChild w54 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryAsmRefPattern]));
			w54.TopAttach = ((uint)(3));
			w54.BottomAttach = ((uint)(4));
			w54.LeftAttach = ((uint)(2));
			w54.RightAttach = ((uint)(3));
			w54.XOptions = ((global::Gtk.AttachOptions)(4));
			w54.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.entryPackageRefPattern = new global::Gtk.Entry ();
			this.entryPackageRefPattern.CanFocus = true;
			this.entryPackageRefPattern.Name = "entryPackageRefPattern";
			this.entryPackageRefPattern.IsEditable = true;
			this.entryPackageRefPattern.InvisibleChar = '●';
			this.table4.Add (this.entryPackageRefPattern);
			global::Gtk.Table.TableChild w53 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryPackageRefPattern]));
			w53.TopAttach = ((uint)(2));
			w53.BottomAttach = ((uint)(3));
			w53.LeftAttach = ((uint)(2));
			w53.RightAttach = ((uint)(3));
			w53.XOptions = ((global::Gtk.AttachOptions)(4));
			w53.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.entryProjectRefPattern = new global::Gtk.Entry ();
			this.entryProjectRefPattern.CanFocus = true;
			this.entryProjectRefPattern.Name = "entryProjectRefPattern";
			this.entryProjectRefPattern.IsEditable = true;
			this.entryProjectRefPattern.InvisibleChar = '●';
			this.table4.Add (this.entryProjectRefPattern);
			global::Gtk.Table.TableChild w56 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryProjectRefPattern]));
			w56.TopAttach = ((uint)(4));
			w56.BottomAttach = ((uint)(5));
			w56.LeftAttach = ((uint)(2));
			w56.RightAttach = ((uint)(3));
			w56.XOptions = ((global::Gtk.AttachOptions)(4));
			w56.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.fileEntryConfigureInPath = new global::MonoDevelop.Components.FolderEntry ();
			this.fileEntryConfigureInPath.Name = "fileEntryConfigureInPath";
			this.table4.Add (this.fileEntryConfigureInPath);
			global::Gtk.Table.TableChild w57 = ((global::Gtk.Table.TableChild)(this.table4 [this.fileEntryConfigureInPath]));
			w57.TopAttach = ((uint)(7));
			w57.BottomAttach = ((uint)(8));
			w57.LeftAttach = ((uint)(1));
			w57.RightAttach = ((uint)(3));
			w57.XOptions = ((global::Gtk.AttachOptions)(4));
			w57.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.hseparator1 = new global::Gtk.HSeparator ();
			this.hseparator1.Name = "hseparator1";
			this.table4.Add (this.hseparator1);
			global::Gtk.Table.TableChild w58 = ((global::Gtk.Table.TableChild)(this.table4 [this.hseparator1]));
			w58.TopAttach = ((uint)(5));
			w58.BottomAttach = ((uint)(6));
			w58.RightAttach = ((uint)(3));
			w58.XOptions = ((global::Gtk.AttachOptions)(4));
			w58.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.label6 = new global::Gtk.Label ();
			this.label6.WidthRequest = 500;
			this.label6.Name = "label6";
			this.label6.Xalign = 0F;
			this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the kind of references you want to synchronize with the makefile. For each reference type please specify the makefile variable that holds the list, and optionally a prefix to be prepended to each reference name. You can specify the same variable name for several types of references.");
			this.label6.Wrap = true;
			this.table4.Add (this.label6);
			global::Gtk.Table.TableChild w59 = ((global::Gtk.Table.TableChild)(this.table4 [this.label6]));
			w59.RightAttach = ((uint)(3));
			w59.YPadding = ((uint)(9));
			w59.XOptions = ((global::Gtk.AttachOptions)(4));
			w59.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.lblAsmRef = new global::Gtk.Label ();
			this.lblAsmRef.Name = "lblAsmRef";
			this.lblAsmRef.Xalign = 0F;
			this.lblAsmRef.LabelProp = global::Mono.Unix.Catalog.GetString ("Assembly References");
			this.table4.Add (this.lblAsmRef);
			global::Gtk.Table.TableChild w60 = ((global::Gtk.Table.TableChild)(this.table4 [this.lblAsmRef]));
			w60.TopAttach = ((uint)(3));
			w60.BottomAttach = ((uint)(4));
			w60.XOptions = ((global::Gtk.AttachOptions)(4));
			w60.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.lblCol5 = new global::Gtk.Label ();
			this.lblCol5.Name = "lblCol5";
			this.lblCol5.Xalign = 0F;
			this.lblCol5.LabelProp = global::Mono.Unix.Catalog.GetString ("Makefile variable name:");
			this.table4.Add (this.lblCol5);
			global::Gtk.Table.TableChild w61 = ((global::Gtk.Table.TableChild)(this.table4 [this.lblCol5]));
			w61.TopAttach = ((uint)(1));
			w61.BottomAttach = ((uint)(2));
			w61.LeftAttach = ((uint)(1));
			w61.RightAttach = ((uint)(2));
			w61.XOptions = ((global::Gtk.AttachOptions)(4));
			w61.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.lblCol6 = new global::Gtk.Label ();
			this.lblCol6.Name = "lblCol6";
			this.lblCol6.Xalign = 0F;
			this.lblCol6.LabelProp = global::Mono.Unix.Catalog.GetString ("Prefix:");
			this.table4.Add (this.lblCol6);
			global::Gtk.Table.TableChild w162 = ((global::Gtk.Table.TableChild)(this.table4 [this.lblCol6]));
			w162.TopAttach = ((uint)(1));
			w162.BottomAttach = ((uint)(2));
			w162.LeftAttach = ((uint)(2));
			w162.RightAttach = ((uint)(3));
			w162.XOptions = ((global::Gtk.AttachOptions)(4));
			w162.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.lblConfigureInPath = new global::Gtk.Label ();
			this.lblConfigureInPath.Name = "lblConfigureInPath";
			this.lblConfigureInPath.Xalign = 0F;
			this.lblConfigureInPath.LabelProp = global::Mono.Unix.Catalog.GetString ("Path for configure.in");
			this.table4.Add (this.lblConfigureInPath);
			global::Gtk.Table.TableChild w63 = ((global::Gtk.Table.TableChild)(this.table4 [this.lblConfigureInPath]));
			w63.TopAttach = ((uint)(7));
			w63.BottomAttach = ((uint)(8));
			w63.XOptions = ((global::Gtk.AttachOptions)(4));
			w63.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.lblPackageRef = new global::Gtk.Label ();
			this.lblPackageRef.Name = "lblPackageRef";
			this.lblPackageRef.Xalign = 0F;
			this.lblPackageRef.LabelProp = global::Mono.Unix.Catalog.GetString ("Package References");
			this.table4.Add (this.lblPackageRef);
			global::Gtk.Table.TableChild w62 = ((global::Gtk.Table.TableChild)(this.table4 [this.lblPackageRef]));
			w62.TopAttach = ((uint)(2));
			w62.BottomAttach = ((uint)(3));
			w62.XOptions = ((global::Gtk.AttachOptions)(4));
			w62.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.lblProjectRef = new global::Gtk.Label ();
			this.lblProjectRef.Name = "lblProjectRef";
			this.lblProjectRef.Xalign = 0F;
			this.lblProjectRef.LabelProp = global::Mono.Unix.Catalog.GetString ("Project References");
			this.table4.Add (this.lblProjectRef);
			global::Gtk.Table.TableChild w65 = ((global::Gtk.Table.TableChild)(this.table4 [this.lblProjectRef]));
			w65.TopAttach = ((uint)(4));
			w65.BottomAttach = ((uint)(5));
			w65.XOptions = ((global::Gtk.AttachOptions)(4));
			w65.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox4.Add (this.table4);
			global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.table4]));
			w66.Position = 2;
			w66.Expand = false;
			w66.Fill = false;
			this.notebook1.Add (this.vbox4);
			global::Gtk.Notebook.NotebookChild w67 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox4]));
			w67.Position = 2;
			// Notebook tab
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("References");
			this.notebook1.SetTabLabel (this.vbox4, this.label3);
			this.label3.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.BorderWidth = ((uint)(6));
			// Container child vbox3.Gtk.Box+BoxChild
			this.label7 = new global::Gtk.Label ();
			this.label7.WidthRequest = 500;
			this.label7.Name = "label7";
			this.label7.Xalign = 0F;
			this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the Compiler message format for parsing the compiler errors and warnings. You can either select one of the built-in options, or specify custom regular expressions for errors and warnings. The regex must be the .net style regex. The following named groups are relevant : file, line, column, number (error number) and message.");
			this.label7.Wrap = true;
			this.label7.Justify = ((global::Gtk.Justification)(3));
			this.vbox3.Add (this.label7);
			global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label7]));
			w68.Position = 0;
			w68.Expand = false;
			w68.Fill = false;
			w68.Padding = ((uint)(6));
			// Container child vbox3.Gtk.Box+BoxChild
			this.table2 = new global::Gtk.Table (((uint)(3)), ((uint)(3)), false);
			this.table2.Name = "table2";
			this.table2.RowSpacing = ((uint)(6));
			this.table2.ColumnSpacing = ((uint)(6));
			// Container child table2.Gtk.Table+TableChild
			this.entryErrorRegex = new global::Gtk.Entry ();
			this.entryErrorRegex.WidthRequest = 350;
			this.entryErrorRegex.CanFocus = true;
			this.entryErrorRegex.Name = "entryErrorRegex";
			this.entryErrorRegex.IsEditable = true;
			this.entryErrorRegex.InvisibleChar = '●';
			this.table2.Add (this.entryErrorRegex);
			global::Gtk.Table.TableChild w69 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryErrorRegex]));
			w69.TopAttach = ((uint)(1));
			w69.BottomAttach = ((uint)(2));
			w69.LeftAttach = ((uint)(1));
			w69.RightAttach = ((uint)(3));
			w69.XOptions = ((global::Gtk.AttachOptions)(4));
			w69.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.entryWarningRegex = new global::Gtk.Entry ();
			this.entryWarningRegex.WidthRequest = 350;
			this.entryWarningRegex.CanFocus = true;
			this.entryWarningRegex.Name = "entryWarningRegex";
			this.entryWarningRegex.IsEditable = true;
			this.entryWarningRegex.InvisibleChar = '●';
			this.table2.Add (this.entryWarningRegex);
			global::Gtk.Table.TableChild w70 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryWarningRegex]));
			w70.TopAttach = ((uint)(2));
			w70.BottomAttach = ((uint)(3));
			w70.LeftAttach = ((uint)(1));
			w70.RightAttach = ((uint)(3));
			w70.XOptions = ((global::Gtk.AttachOptions)(4));
			w70.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.hbox6 = new global::Gtk.HBox ();
			this.hbox6.Name = "hbox6";
			// Container child hbox6.Gtk.Box+BoxChild
			this.comboMessageType = global::Gtk.ComboBox.NewText ();
			this.comboMessageType.WidthRequest = 150;
			this.comboMessageType.Name = "comboMessageType";
			this.hbox6.Add (this.comboMessageType);
			global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.comboMessageType]));
			w71.Position = 0;
			w71.Expand = false;
			w71.Fill = false;
			this.table2.Add (this.hbox6);
			global::Gtk.Table.TableChild w72 = ((global::Gtk.Table.TableChild)(this.table2 [this.hbox6]));
			w72.LeftAttach = ((uint)(1));
			w72.RightAttach = ((uint)(2));
			w72.XOptions = ((global::Gtk.AttachOptions)(4));
			w72.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.lblErrorRegex = new global::Gtk.Label ();
			this.lblErrorRegex.Name = "lblErrorRegex";
			this.lblErrorRegex.Xalign = 0F;
			this.lblErrorRegex.LabelProp = global::Mono.Unix.Catalog.GetString ("Error regex :");
			this.table2.Add (this.lblErrorRegex);
			global::Gtk.Table.TableChild w73 = ((global::Gtk.Table.TableChild)(this.table2 [this.lblErrorRegex]));
			w73.TopAttach = ((uint)(1));
			w73.BottomAttach = ((uint)(2));
			w73.XOptions = ((global::Gtk.AttachOptions)(4));
			w73.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.lblMessageType = new global::Gtk.Label ();
			this.lblMessageType.Name = "lblMessageType";
			this.lblMessageType.Xalign = 0F;
			this.lblMessageType.LabelProp = global::Mono.Unix.Catalog.GetString ("Compiler :");
			this.table2.Add (this.lblMessageType);
			global::Gtk.Table.TableChild w74 = ((global::Gtk.Table.TableChild)(this.table2 [this.lblMessageType]));
			w74.XOptions = ((global::Gtk.AttachOptions)(4));
			w74.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.lblWarningRegex = new global::Gtk.Label ();
			this.lblWarningRegex.Name = "lblWarningRegex";
			this.lblWarningRegex.Xalign = 0F;
			this.lblWarningRegex.LabelProp = global::Mono.Unix.Catalog.GetString ("Warnings regex :");
			this.table2.Add (this.lblWarningRegex);
			global::Gtk.Table.TableChild w75 = ((global::Gtk.Table.TableChild)(this.table2 [this.lblWarningRegex]));
			w75.TopAttach = ((uint)(2));
			w75.BottomAttach = ((uint)(3));
			w75.XOptions = ((global::Gtk.AttachOptions)(4));
			w75.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox3.Add (this.table2);
			global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table2]));
			w76.Position = 1;
			this.notebook1.Add (this.vbox3);
			global::Gtk.Notebook.NotebookChild w77 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox3]));
			w77.Position = 3;
			// Notebook tab
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Messages Regex");
			this.notebook1.SetTabLabel (this.vbox3, this.label4);
			this.label4.ShowAll ();
			this.Add (this.notebook1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.comboAssemblyName.Hide ();
			this.comboOutputDir.Hide ();
			this.lblAssemblyNameVar.Hide ();
			this.lblOutputDirVar.Hide ();
			this.Show ();
			this.cbEnableMakefileIntegration.Clicked += new global::System.EventHandler (this.OnEnableMakefileIntegrationClicked);
			this.fileEntryMakefilePath.FocusOutEvent += new global::Gtk.FocusOutEventHandler (this.OnFileEntryMakefilePathFocusOutEvent);
			this.cbRunTarget.Clicked += new global::System.EventHandler (this.OnCbRunTargetClicked);
			this.cbCleanTarget.Clicked += new global::System.EventHandler (this.OnCbCleanTargetClicked);
			this.cbBuildTarget.Clicked += new global::System.EventHandler (this.OnCbBuildTargetClicked);
			this.cbFileSync.Clicked += new global::System.EventHandler (this.OnCbFileSyncClicked);
			this.comboResourcesVar.Changed += new global::System.EventHandler (this.OnComboResourcesVarChanged);
			this.cbKeepResourcesSync.Clicked += new global::System.EventHandler (this.OnCbKeepResourcesSyncClicked);
			this.cbKeepOthersSync.Clicked += new global::System.EventHandler (this.OnCbKeepOthersSyncClicked);
			this.cbKeepFilesSync.Clicked += new global::System.EventHandler (this.OnCbKeepFilesSyncClicked);
			this.cbKeepDeployFilesSync.Clicked += new global::System.EventHandler (this.OnCbKeepDeployFilesSyncClicked);
			this.cbKeepRefSync.Clicked += new global::System.EventHandler (this.OnCbKeepRefSyncClicked);
			this.comboProjectRefVar.Changed += new global::System.EventHandler (this.OnComboProjectRefVarChanged);
			this.comboPackageRefVar.Changed += new global::System.EventHandler (this.OnComboPackageRefVarChanged);
			this.comboAsmRefVar.Changed += new global::System.EventHandler (this.OnComboAsmRefVarChanged);
			this.cbAutotoolsProject.Clicked += new global::System.EventHandler (this.OnCbAutotoolsProjectClicked);
			this.comboMessageType.Changed += new global::System.EventHandler (this.OnComboMessageTypeChanged);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget AplikacijaTaxy.WindowUnosVoznje
     this.Name           = "AplikacijaTaxy.WindowUnosVoznje";
     this.Title          = global::Mono.Unix.Catalog.GetString("UNOS VOZNJE");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal          = true;
     this.BorderWidth    = ((uint)(10));
     // Container child AplikacijaTaxy.WindowUnosVoznje.Gtk.Container+ContainerChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label();
     this.label1.WidthRequest  = 150;
     this.label1.HeightRequest = 50;
     this.label1.Name          = "label1";
     this.label1.LabelProp     = global::Mono.Unix.Catalog.GetString("NAZIV OSOBE");
     this.vbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label();
     this.label2.HeightRequest = 50;
     this.label2.Name          = "label2";
     this.label2.LabelProp     = global::Mono.Unix.Catalog.GetString("KONTAKT(mob)");
     this.vbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label2]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label3 = new global::Gtk.Label();
     this.label3.HeightRequest = 50;
     this.label3.Name          = "label3";
     this.label3.LabelProp     = global::Mono.Unix.Catalog.GetString("POČETNA LOKACIJA");
     this.vbox1.Add(this.label3);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label3]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label();
     this.label4.HeightRequest = 50;
     this.label4.Name          = "label4";
     this.label4.LabelProp     = global::Mono.Unix.Catalog.GetString("ZAVRŠNA LOKACIJA");
     this.vbox1.Add(this.label4);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label4]));
     w4.Position = 3;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label();
     this.label5.HeightRequest = 50;
     this.label5.Name          = "label5";
     this.label5.LabelProp     = global::Mono.Unix.Catalog.GetString("CIJENA");
     this.vbox1.Add(this.label5);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label5]));
     w5.Position = 4;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label6 = new global::Gtk.Label();
     this.label6.HeightRequest = 50;
     this.label6.Name          = "label6";
     this.label6.LabelProp     = global::Mono.Unix.Catalog.GetString("VOZAC");
     this.vbox1.Add(this.label6);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label6]));
     w6.Position = 5;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label7 = new global::Gtk.Label();
     this.label7.HeightRequest = 50;
     this.label7.Name          = "label7";
     this.label7.LabelProp     = global::Mono.Unix.Catalog.GetString("VRIJEME");
     this.vbox1.Add(this.label7);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label7]));
     w7.Position = 6;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label8 = new global::Gtk.Label();
     this.label8.HeightRequest = 180;
     this.label8.Name          = "label8";
     this.label8.LabelProp     = global::Mono.Unix.Catalog.GetString("DATUM");
     this.vbox1.Add(this.label8);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label8]));
     w8.Position = 7;
     w8.Expand   = false;
     w8.Fill     = false;
     this.hbox1.Add(this.vbox1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox1]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.entry_NazivOsobe = new global::Gtk.Entry();
     this.entry_NazivOsobe.WidthRequest  = 200;
     this.entry_NazivOsobe.HeightRequest = 50;
     this.entry_NazivOsobe.CanFocus      = true;
     this.entry_NazivOsobe.Name          = "entry_NazivOsobe";
     this.entry_NazivOsobe.IsEditable    = true;
     this.entry_NazivOsobe.InvisibleChar = '●';
     this.vbox2.Add(this.entry_NazivOsobe);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.entry_NazivOsobe]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.entry_Kontakt = new global::Gtk.Entry();
     this.entry_Kontakt.HeightRequest = 50;
     this.entry_Kontakt.CanFocus      = true;
     this.entry_Kontakt.Name          = "entry_Kontakt";
     this.entry_Kontakt.IsEditable    = true;
     this.entry_Kontakt.InvisibleChar = '●';
     this.vbox2.Add(this.entry_Kontakt);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.entry_Kontakt]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.entry_PocetnaLokacija = new global::Gtk.Entry();
     this.entry_PocetnaLokacija.HeightRequest = 50;
     this.entry_PocetnaLokacija.CanFocus      = true;
     this.entry_PocetnaLokacija.Name          = "entry_PocetnaLokacija";
     this.entry_PocetnaLokacija.IsEditable    = true;
     this.entry_PocetnaLokacija.InvisibleChar = '●';
     this.vbox2.Add(this.entry_PocetnaLokacija);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.entry_PocetnaLokacija]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.entry_ZavrsnaLokacija = new global::Gtk.Entry();
     this.entry_ZavrsnaLokacija.HeightRequest = 50;
     this.entry_ZavrsnaLokacija.CanFocus      = true;
     this.entry_ZavrsnaLokacija.Name          = "entry_ZavrsnaLokacija";
     this.entry_ZavrsnaLokacija.IsEditable    = true;
     this.entry_ZavrsnaLokacija.InvisibleChar = '●';
     this.vbox2.Add(this.entry_ZavrsnaLokacija);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.entry_ZavrsnaLokacija]));
     w13.Position = 3;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.spinbutton_Cijena = new global::Gtk.SpinButton(100D, 50000D, 10D);
     this.spinbutton_Cijena.HeightRequest            = 50;
     this.spinbutton_Cijena.CanFocus                 = true;
     this.spinbutton_Cijena.Name                     = "spinbutton_Cijena";
     this.spinbutton_Cijena.Adjustment.PageIncrement = 50D;
     this.spinbutton_Cijena.ClimbRate                = 1D;
     this.spinbutton_Cijena.Numeric                  = true;
     this.spinbutton_Cijena.SnapToTicks              = true;
     this.spinbutton_Cijena.Value                    = 500D;
     this.vbox2.Add(this.spinbutton_Cijena);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.spinbutton_Cijena]));
     w14.Position = 4;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.combobox_Vozac = global::Gtk.ComboBox.NewText();
     this.combobox_Vozac.HeightRequest = 50;
     this.combobox_Vozac.Name          = "combobox_Vozac";
     this.vbox2.Add(this.combobox_Vozac);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.combobox_Vozac]));
     w15.Position = 5;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.entry_Vrijeme = new global::Gtk.Entry();
     this.entry_Vrijeme.HeightRequest = 50;
     this.entry_Vrijeme.CanFocus      = true;
     this.entry_Vrijeme.Name          = "entry_Vrijeme";
     this.entry_Vrijeme.IsEditable    = true;
     this.entry_Vrijeme.InvisibleChar = '●';
     this.vbox2.Add(this.entry_Vrijeme);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.entry_Vrijeme]));
     w16.Position = 6;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.calendar = new global::Gtk.Calendar();
     this.calendar.HeightRequest  = 180;
     this.calendar.CanFocus       = true;
     this.calendar.Name           = "calendar";
     this.calendar.DisplayOptions = ((global::Gtk.CalendarDisplayOptions)(35));
     this.vbox2.Add(this.calendar);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.calendar]));
     w17.Position = 7;
     w17.Expand   = false;
     w17.Fill     = false;
     this.hbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox2]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox3             = new global::Gtk.VBox();
     this.vbox3.Name        = "vbox3";
     this.vbox3.Spacing     = 6;
     this.vbox3.BorderWidth = ((uint)(10));
     // Container child vbox3.Gtk.Box+BoxChild
     this.fixed1 = new global::Gtk.Fixed();
     this.fixed1.WidthRequest  = 0;
     this.fixed1.HeightRequest = 135;
     this.fixed1.Name          = "fixed1";
     this.fixed1.HasWindow     = false;
     this.vbox3.Add(this.fixed1);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.fixed1]));
     w19.Position = 0;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.button2 = new global::Gtk.Button();
     this.button2.WidthRequest  = 150;
     this.button2.HeightRequest = 100;
     this.button2.CanFocus      = true;
     this.button2.Name          = "button2";
     this.button2.UseUnderline  = true;
     this.button2.Label         = global::Mono.Unix.Catalog.GetString("SPREMI");
     global::Gtk.Image w20 = new global::Gtk.Image();
     w20.Pixbuf         = global::Stetic.IconLoader.LoadIcon(this, "gtk-apply", global::Gtk.IconSize.Menu);
     this.button2.Image = w20;
     this.vbox3.Add(this.button2);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.button2]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     w21.Padding  = ((uint)(15));
     // Container child vbox3.Gtk.Box+BoxChild
     this.button3 = new global::Gtk.Button();
     this.button3.HeightRequest = 100;
     this.button3.CanFocus      = true;
     this.button3.Name          = "button3";
     this.button3.UseUnderline  = true;
     this.button3.Label         = global::Mono.Unix.Catalog.GetString("ODUSTANI");
     global::Gtk.Image w22 = new global::Gtk.Image();
     w22.Pixbuf         = global::Stetic.IconLoader.LoadIcon(this, "gtk-cancel", global::Gtk.IconSize.Menu);
     this.button3.Image = w22;
     this.vbox3.Add(this.button3);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.button3]));
     w23.Position = 2;
     w23.Expand   = false;
     w23.Fill     = false;
     this.hbox1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox3]));
     w24.Position = 2;
     w24.Expand   = false;
     w24.Fill     = false;
     this.Add(this.hbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 561;
     this.DefaultHeight = 592;
     this.Show();
     this.button2.Clicked += new global::System.EventHandler(this.OnButtonSpremiVoznju);
     this.button3.Clicked += new global::System.EventHandler(this.On_Button_OdustaniOdUnosaVoznje);
 }
Exemplo n.º 29
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("GeneticSharp :: Runner");
     this.Icon           = new global::Gdk.Pixbuf(global::System.IO.Path.Combine(global::System.AppDomain.CurrentDomain.BaseDirectory, "./Icon.png"));
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.Modal          = true;
     this.DefaultWidth   = 800;
     this.DefaultHeight  = 600;
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.hbxMain             = new global::Gtk.HBox();
     this.hbxMain.Name        = "hbxMain";
     this.hbxMain.Spacing     = 10;
     this.hbxMain.BorderWidth = ((uint)(10));
     // Container child hbxMain.Gtk.Box+BoxChild
     this.drawingArea      = new global::Gtk.DrawingArea();
     this.drawingArea.Name = "drawingArea";
     this.hbxMain.Add(this.drawingArea);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbxMain[this.drawingArea]));
     w1.Position = 0;
     w1.Padding  = ((uint)(1));
     // Container child hbxMain.Gtk.Box+BoxChild
     this.vbxConfig         = new global::Gtk.VBox();
     this.vbxConfig.Name    = "vbxConfig";
     this.vbxConfig.Spacing = 6;
     // Container child vbxConfig.Gtk.Box+BoxChild
     this.vbxSample         = new global::Gtk.VBox();
     this.vbxSample.Name    = "vbxSample";
     this.vbxSample.Spacing = 6;
     // Container child vbxSample.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Problem");
     this.vbxSample.Add(this.label4);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbxSample[this.label4]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbxSample.Gtk.Box+BoxChild
     this.cmbSample      = global::Gtk.ComboBox.NewText();
     this.cmbSample.Name = "cmbSample";
     this.vbxSample.Add(this.cmbSample);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbxSample[this.cmbSample]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbxSample.Gtk.Box+BoxChild
     this.problemConfigWidgetContainer          = new global::Gtk.VPaned();
     this.problemConfigWidgetContainer.CanFocus = true;
     this.problemConfigWidgetContainer.Name     = "problemConfigWidgetContainer";
     this.problemConfigWidgetContainer.Position = 10;
     this.vbxSample.Add(this.problemConfigWidgetContainer);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbxSample[this.problemConfigWidgetContainer]));
     w4.Position = 2;
     this.vbxConfig.Add(this.vbxSample);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbxConfig[this.vbxSample]));
     w5.Position = 0;
     // Container child vbxConfig.Gtk.Box+BoxChild
     this.vbxGA = new global::Gtk.VBox();
     this.vbxGA.WidthRequest = 250;
     this.vbxGA.Name         = "vbxGA";
     this.vbxGA.Spacing      = 6;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.vbbSample      = new global::Gtk.VButtonBox();
     this.vbbSample.Name = "vbbSample";
     this.vbxGA.Add(this.vbbSample);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.vbbSample]));
     w6.Position = 0;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbxGA.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hseparator1]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Population size");
     this.vbxGA.Add(this.label1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.label1]));
     w8.Position = 2;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Min");
     this.hbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label2]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.sbtPopulationMinSize          = new global::Gtk.SpinButton(2D, 10000D, 1D);
     this.sbtPopulationMinSize.CanFocus = true;
     this.sbtPopulationMinSize.Name     = "sbtPopulationMinSize";
     this.sbtPopulationMinSize.Adjustment.PageIncrement = 10D;
     this.sbtPopulationMinSize.ClimbRate = 1D;
     this.sbtPopulationMinSize.Numeric   = true;
     this.sbtPopulationMinSize.Value     = 50D;
     this.hbox2.Add(this.sbtPopulationMinSize);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.sbtPopulationMinSize]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     w10.Padding  = ((uint)(3));
     // Container child hbox2.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Max");
     this.hbox3.Add(this.label3);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label3]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.sbtPopulationMaxSize          = new global::Gtk.SpinButton(2D, 10000D, 1D);
     this.sbtPopulationMaxSize.CanFocus = true;
     this.sbtPopulationMaxSize.Name     = "sbtPopulationMaxSize";
     this.sbtPopulationMaxSize.Adjustment.PageIncrement = 10D;
     this.sbtPopulationMaxSize.ClimbRate = 1D;
     this.sbtPopulationMaxSize.Numeric   = true;
     this.sbtPopulationMaxSize.Value     = 70D;
     this.hbox3.Add(this.sbtPopulationMaxSize);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.sbtPopulationMaxSize]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     this.hbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.hbox3]));
     w13.PackType = ((global::Gtk.PackType)(1));
     w13.Position = 2;
     w13.Expand   = false;
     w13.Fill     = false;
     this.vbxGA.Add(this.hbox2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox2]));
     w14.Position = 3;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox11         = new global::Gtk.HBox();
     this.hbox11.Name    = "hbox11";
     this.hbox11.Spacing = 6;
     // Container child hbox11.Gtk.Box+BoxChild
     this.cmbGenerationStrategy = global::Gtk.ComboBox.NewText();
     this.cmbGenerationStrategy.WidthRequest = 200;
     this.cmbGenerationStrategy.Name         = "cmbGenerationStrategy";
     this.hbox11.Add(this.cmbGenerationStrategy);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.cmbGenerationStrategy]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.btnEditGenerationStrategy              = new global::Gtk.Button();
     this.btnEditGenerationStrategy.CanFocus     = true;
     this.btnEditGenerationStrategy.Name         = "btnEditGenerationStrategy";
     this.btnEditGenerationStrategy.UseUnderline = true;
     this.btnEditGenerationStrategy.Label        = global::Mono.Unix.Catalog.GetString("Edit");
     this.hbox11.Add(this.btnEditGenerationStrategy);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.btnEditGenerationStrategy]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     this.vbxGA.Add(this.hbox11);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox11]));
     w17.Position = 4;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbxGA.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hseparator2]));
     w18.Position = 5;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Selection");
     this.vbxGA.Add(this.label5);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.label5]));
     w19.Position = 6;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.cmbSelection = global::Gtk.ComboBox.NewText();
     this.cmbSelection.WidthRequest = 200;
     this.cmbSelection.Name         = "cmbSelection";
     this.hbox5.Add(this.cmbSelection);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.cmbSelection]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.btnEditSelection              = new global::Gtk.Button();
     this.btnEditSelection.CanFocus     = true;
     this.btnEditSelection.Name         = "btnEditSelection";
     this.btnEditSelection.UseUnderline = true;
     this.btnEditSelection.Label        = global::Mono.Unix.Catalog.GetString("Edit");
     this.hbox5.Add(this.btnEditSelection);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.btnEditSelection]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     this.vbxGA.Add(this.hbox5);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox5]));
     w22.Position = 7;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hseparator4      = new global::Gtk.HSeparator();
     this.hseparator4.Name = "hseparator4";
     this.vbxGA.Add(this.hseparator4);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hseparator4]));
     w23.Position = 8;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Crossover");
     this.vbxGA.Add(this.label7);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.label7]));
     w24.Position = 9;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox9         = new global::Gtk.HBox();
     this.hbox9.Name    = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Probability");
     this.hbox9.Add(this.label10);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.label10]));
     w25.Position = 0;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.hslCrossoverProbability                          = new global::Gtk.HScale(null);
     this.hslCrossoverProbability.CanFocus                 = true;
     this.hslCrossoverProbability.Name                     = "hslCrossoverProbability";
     this.hslCrossoverProbability.Adjustment.Upper         = 1.1D;
     this.hslCrossoverProbability.Adjustment.PageIncrement = 0.1D;
     this.hslCrossoverProbability.Adjustment.PageSize      = 0.1D;
     this.hslCrossoverProbability.Adjustment.StepIncrement = 0.01D;
     this.hslCrossoverProbability.Adjustment.Value         = 0.01D;
     this.hslCrossoverProbability.DrawValue                = true;
     this.hslCrossoverProbability.Digits                   = 2;
     this.hslCrossoverProbability.ValuePos                 = ((global::Gtk.PositionType)(2));
     this.hbox9.Add(this.hslCrossoverProbability);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.hslCrossoverProbability]));
     w26.Position = 1;
     this.vbxGA.Add(this.hbox9);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox9]));
     w27.Position = 10;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.cmbCrossover = global::Gtk.ComboBox.NewText();
     this.cmbCrossover.WidthRequest = 200;
     this.cmbCrossover.Name         = "cmbCrossover";
     this.hbox6.Add(this.cmbCrossover);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.cmbCrossover]));
     w28.Position = 0;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.btnEditCrossover              = new global::Gtk.Button();
     this.btnEditCrossover.CanFocus     = true;
     this.btnEditCrossover.Name         = "btnEditCrossover";
     this.btnEditCrossover.UseUnderline = true;
     this.btnEditCrossover.Label        = global::Mono.Unix.Catalog.GetString("Edit");
     this.hbox6.Add(this.btnEditCrossover);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.btnEditCrossover]));
     w29.Position = 1;
     w29.Expand   = false;
     w29.Fill     = false;
     this.vbxGA.Add(this.hbox6);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox6]));
     w30.Position = 11;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hseparator5      = new global::Gtk.HSeparator();
     this.hseparator5.Name = "hseparator5";
     this.vbxGA.Add(this.hseparator5);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hseparator5]));
     w31.Position = 12;
     w31.Expand   = false;
     w31.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Mutation");
     this.vbxGA.Add(this.label8);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.label8]));
     w32.Position = 13;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox8         = new global::Gtk.HBox();
     this.hbox8.Name    = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Probability");
     this.hbox8.Add(this.label9);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.label9]));
     w33.Position = 0;
     w33.Expand   = false;
     w33.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.hslMutationProbability                          = new global::Gtk.HScale(null);
     this.hslMutationProbability.CanFocus                 = true;
     this.hslMutationProbability.Name                     = "hslMutationProbability";
     this.hslMutationProbability.Adjustment.Upper         = 1.1D;
     this.hslMutationProbability.Adjustment.PageIncrement = 0.1D;
     this.hslMutationProbability.Adjustment.PageSize      = 0.1D;
     this.hslMutationProbability.Adjustment.StepIncrement = 0.01D;
     this.hslMutationProbability.DrawValue                = true;
     this.hslMutationProbability.Digits                   = 2;
     this.hslMutationProbability.ValuePos                 = ((global::Gtk.PositionType)(2));
     this.hbox8.Add(this.hslMutationProbability);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.hslMutationProbability]));
     w34.Position = 1;
     this.vbxGA.Add(this.hbox8);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox8]));
     w35.Position = 14;
     w35.Expand   = false;
     w35.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.cmbMutation = global::Gtk.ComboBox.NewText();
     this.cmbMutation.WidthRequest = 200;
     this.cmbMutation.Name         = "cmbMutation";
     this.hbox7.Add(this.cmbMutation);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.cmbMutation]));
     w36.Position = 0;
     w36.Expand   = false;
     w36.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.btnEditMutation              = new global::Gtk.Button();
     this.btnEditMutation.CanFocus     = true;
     this.btnEditMutation.Name         = "btnEditMutation";
     this.btnEditMutation.UseUnderline = true;
     this.btnEditMutation.Label        = global::Mono.Unix.Catalog.GetString("Edit");
     this.hbox7.Add(this.btnEditMutation);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.btnEditMutation]));
     w37.Position = 1;
     w37.Expand   = false;
     w37.Fill     = false;
     this.vbxGA.Add(this.hbox7);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox7]));
     w38.Position = 15;
     w38.Expand   = false;
     w38.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hseparator3      = new global::Gtk.HSeparator();
     this.hseparator3.Name = "hseparator3";
     this.vbxGA.Add(this.hseparator3);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hseparator3]));
     w39.Position = 16;
     w39.Expand   = false;
     w39.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Reinsertion");
     this.vbxGA.Add(this.label12);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.label12]));
     w40.Position = 17;
     w40.Expand   = false;
     w40.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox12         = new global::Gtk.HBox();
     this.hbox12.Name    = "hbox12";
     this.hbox12.Spacing = 6;
     // Container child hbox12.Gtk.Box+BoxChild
     this.cmbTermination1 = global::Gtk.ComboBox.NewText();
     this.cmbTermination1.WidthRequest = 200;
     this.cmbTermination1.Name         = "cmbTermination1";
     this.hbox12.Add(this.cmbTermination1);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox12[this.cmbTermination1]));
     w41.Position = 0;
     w41.Expand   = false;
     w41.Fill     = false;
     // Container child hbox12.Gtk.Box+BoxChild
     this.btnEditReinsertion              = new global::Gtk.Button();
     this.btnEditReinsertion.CanFocus     = true;
     this.btnEditReinsertion.Name         = "btnEditReinsertion";
     this.btnEditReinsertion.UseUnderline = true;
     this.btnEditReinsertion.Label        = global::Mono.Unix.Catalog.GetString("Edit");
     this.hbox12.Add(this.btnEditReinsertion);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox12[this.btnEditReinsertion]));
     w42.Position = 1;
     w42.Expand   = false;
     w42.Fill     = false;
     this.vbxGA.Add(this.hbox12);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox12]));
     w43.Position = 18;
     w43.Expand   = false;
     w43.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Termination");
     this.vbxGA.Add(this.label11);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.label11]));
     w44.Position = 19;
     w44.Expand   = false;
     w44.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox10         = new global::Gtk.HBox();
     this.hbox10.Name    = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.cmbTermination = global::Gtk.ComboBox.NewText();
     this.cmbTermination.WidthRequest = 200;
     this.cmbTermination.Name         = "cmbTermination";
     this.hbox10.Add(this.cmbTermination);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.cmbTermination]));
     w45.Position = 0;
     w45.Expand   = false;
     w45.Fill     = false;
     // Container child hbox10.Gtk.Box+BoxChild
     this.btnEditTermination              = new global::Gtk.Button();
     this.btnEditTermination.CanFocus     = true;
     this.btnEditTermination.Name         = "btnEditTermination";
     this.btnEditTermination.UseUnderline = true;
     this.btnEditTermination.Label        = global::Mono.Unix.Catalog.GetString("Edit");
     this.hbox10.Add(this.btnEditTermination);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.btnEditTermination]));
     w46.Position = 1;
     w46.Expand   = false;
     w46.Fill     = false;
     this.vbxGA.Add(this.hbox10);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox10]));
     w47.Position = 20;
     w47.Expand   = false;
     w47.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hseparator6      = new global::Gtk.HSeparator();
     this.hseparator6.Name = "hseparator6";
     this.vbxGA.Add(this.hseparator6);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hseparator6]));
     w48.Position = 21;
     w48.Expand   = false;
     w48.Fill     = false;
     this.vbxConfig.Add(this.vbxGA);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbxConfig[this.vbxGA]));
     w49.Position = 1;
     // Container child vbxConfig.Gtk.Box+BoxChild
     this.btnStart              = new global::Gtk.Button();
     this.btnStart.CanFocus     = true;
     this.btnStart.Name         = "btnStart";
     this.btnStart.UseUnderline = true;
     this.btnStart.Label        = global::Mono.Unix.Catalog.GetString("_Start");
     this.vbxConfig.Add(this.btnStart);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.vbxConfig[this.btnStart]));
     w50.Position = 2;
     w50.Expand   = false;
     w50.Fill     = false;
     // Container child vbxConfig.Gtk.Box+BoxChild
     this.btnNew              = new global::Gtk.Button();
     this.btnNew.CanFocus     = true;
     this.btnNew.Name         = "btnNew";
     this.btnNew.UseUnderline = true;
     this.btnNew.Label        = global::Mono.Unix.Catalog.GetString("_New");
     this.vbxConfig.Add(this.btnNew);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vbxConfig[this.btnNew]));
     w51.Position = 3;
     w51.Expand   = false;
     w51.Fill     = false;
     // Container child vbxConfig.Gtk.Box+BoxChild
     this.btnStop              = new global::Gtk.Button();
     this.btnStop.CanFocus     = true;
     this.btnStop.Name         = "btnStop";
     this.btnStop.UseUnderline = true;
     this.btnStop.Label        = global::Mono.Unix.Catalog.GetString("_Stop");
     this.vbxConfig.Add(this.btnStop);
     global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.vbxConfig[this.btnStop]));
     w52.Position = 4;
     w52.Expand   = false;
     w52.Fill     = false;
     // Container child vbxConfig.Gtk.Box+BoxChild
     this.btnResume              = new global::Gtk.Button();
     this.btnResume.CanFocus     = true;
     this.btnResume.Name         = "btnResume";
     this.btnResume.UseUnderline = true;
     this.btnResume.Label        = global::Mono.Unix.Catalog.GetString("_Resume");
     this.vbxConfig.Add(this.btnResume);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vbxConfig[this.btnResume]));
     w53.Position = 5;
     w53.Expand   = false;
     w53.Fill     = false;
     this.hbxMain.Add(this.vbxConfig);
     global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbxMain[this.vbxConfig]));
     w54.Position = 1;
     w54.Expand   = false;
     w54.Fill     = false;
     this.Add(this.hbxMain);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.btnResume.Hide();
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
 }
Exemplo n.º 30
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("PASAT:  PACED  AUDITORY  SERIAL  ADDITION  TEST");
     this.Icon           = global::Stetic.IconLoader.LoadIcon(this, "gtk-bold", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.fixed1           = new global::Gtk.Fixed();
     this.fixed1.Name      = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.selTestFormLabel                = new global::Gtk.Label();
     this.selTestFormLabel.Name           = "selTestFormLabel";
     this.selTestFormLabel.LabelProp      = global::Mono.Unix.Catalog.GetString("Select Test Form");
     this.selTestFormLabel.Justify        = ((global::Gtk.Justification)(1));
     this.selTestFormLabel.SingleLineMode = true;
     this.fixed1.Add(this.selTestFormLabel);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.selTestFormLabel]));
     w1.X = 60;
     w1.Y = 25;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.selTestTypeLabel                = new global::Gtk.Label();
     this.selTestTypeLabel.Name           = "selTestTypeLabel";
     this.selTestTypeLabel.LabelProp      = global::Mono.Unix.Catalog.GetString("Select  Test  Type");
     this.selTestTypeLabel.Justify        = ((global::Gtk.Justification)(1));
     this.selTestTypeLabel.SingleLineMode = true;
     this.fixed1.Add(this.selTestTypeLabel);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.selTestTypeLabel]));
     w2.X = 51;
     w2.Y = 58;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.radiobuttonFormB               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Form  B"));
     this.radiobuttonFormB.CanFocus      = true;
     this.radiobuttonFormB.Name          = "radiobuttonFormB";
     this.radiobuttonFormB.DrawIndicator = true;
     this.radiobuttonFormB.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.fixed1.Add(this.radiobuttonFormB);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.radiobuttonFormB]));
     w3.X = 260;
     w3.Y = 22;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.radiobuttonFormA               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Form  A"));
     this.radiobuttonFormA.CanFocus      = true;
     this.radiobuttonFormA.Name          = "radiobuttonFormA";
     this.radiobuttonFormA.DrawIndicator = true;
     this.radiobuttonFormA.Group         = this.radiobuttonFormB.Group;
     this.fixed1.Add(this.radiobuttonFormA);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.radiobuttonFormA]));
     w4.X = 160;
     w4.Y = 22;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.radiobuttonPractice               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Practice"));
     this.radiobuttonPractice.CanFocus      = true;
     this.radiobuttonPractice.Name          = "radiobuttonPractice";
     this.radiobuttonPractice.DrawIndicator = true;
     this.radiobuttonPractice.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.fixed1.Add(this.radiobuttonPractice);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.radiobuttonPractice]));
     w5.X = 160;
     w5.Y = 54;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.radiobuttonActual               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Actual"));
     this.radiobuttonActual.CanFocus      = true;
     this.radiobuttonActual.Name          = "radiobuttonActual";
     this.radiobuttonActual.DrawIndicator = true;
     this.radiobuttonActual.Group         = this.radiobuttonPractice.Group;
     this.fixed1.Add(this.radiobuttonActual);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.radiobuttonActual]));
     w6.X = 260;
     w6.Y = 52;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.labelNumOfTests                = new global::Gtk.Label();
     this.labelNumOfTests.Name           = "labelNumOfTests";
     this.labelNumOfTests.LabelProp      = global::Mono.Unix.Catalog.GetString("Number of Tests");
     this.labelNumOfTests.Justify        = ((global::Gtk.Justification)(1));
     this.labelNumOfTests.SingleLineMode = true;
     this.fixed1.Add(this.labelNumOfTests);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.labelNumOfTests]));
     w7.X = 56;
     w7.Y = 90;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.spinbuttonNumPractice          = new global::Gtk.SpinButton(1D, 3D, 1D);
     this.spinbuttonNumPractice.CanFocus = true;
     this.spinbuttonNumPractice.Name     = "spinbuttonNumPractice";
     this.spinbuttonNumPractice.Adjustment.PageIncrement = 1D;
     this.spinbuttonNumPractice.ClimbRate   = 1D;
     this.spinbuttonNumPractice.Digits      = ((uint)(1));
     this.spinbuttonNumPractice.Numeric     = true;
     this.spinbuttonNumPractice.SnapToTicks = true;
     this.spinbuttonNumPractice.Value       = 1D;
     this.spinbuttonNumPractice.Wrap        = true;
     this.fixed1.Add(this.spinbuttonNumPractice);
     global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.spinbuttonNumPractice]));
     w8.X = 174;
     w8.Y = 86;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.labelNumActualTests                = new global::Gtk.Label();
     this.labelNumActualTests.Name           = "labelNumActualTests";
     this.labelNumActualTests.LabelProp      = global::Mono.Unix.Catalog.GetString("1");
     this.labelNumActualTests.SingleLineMode = true;
     this.fixed1.Add(this.labelNumActualTests);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.labelNumActualTests]));
     w9.X = 288;
     w9.Y = 90;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.labelAnswersExpected           = new global::Gtk.Label();
     this.labelAnswersExpected.Name      = "labelAnswersExpected";
     this.labelAnswersExpected.LabelProp = global::Mono.Unix.Catalog.GetString("Answers Expected");
     this.labelAnswersExpected.Justify   = ((global::Gtk.Justification)(1));
     this.fixed1.Add(this.labelAnswersExpected);
     global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.labelAnswersExpected]));
     w10.X = 52;
     w10.Y = 124;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.labelPracticeAnswersExpected                = new global::Gtk.Label();
     this.labelPracticeAnswersExpected.Name           = "labelPracticeAnswersExpected";
     this.labelPracticeAnswersExpected.LabelProp      = global::Mono.Unix.Catalog.GetString("10");
     this.labelPracticeAnswersExpected.Justify        = ((global::Gtk.Justification)(2));
     this.labelPracticeAnswersExpected.SingleLineMode = true;
     this.fixed1.Add(this.labelPracticeAnswersExpected);
     global::Gtk.Fixed.FixedChild w11 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.labelPracticeAnswersExpected]));
     w11.X = 190;
     w11.Y = 124;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.labelActualAnswersExpected                = new global::Gtk.Label();
     this.labelActualAnswersExpected.Name           = "labelActualAnswersExpected";
     this.labelActualAnswersExpected.LabelProp      = global::Mono.Unix.Catalog.GetString("60");
     this.labelActualAnswersExpected.Justify        = ((global::Gtk.Justification)(2));
     this.labelActualAnswersExpected.SingleLineMode = true;
     this.fixed1.Add(this.labelActualAnswersExpected);
     global::Gtk.Fixed.FixedChild w12 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.labelActualAnswersExpected]));
     w12.X = 284;
     w12.Y = 124;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.labelDelayBetweenNumbers                = new global::Gtk.Label();
     this.labelDelayBetweenNumbers.Name           = "labelDelayBetweenNumbers";
     this.labelDelayBetweenNumbers.LabelProp      = global::Mono.Unix.Catalog.GetString("Delay Between Numbers");
     this.labelDelayBetweenNumbers.Justify        = ((global::Gtk.Justification)(1));
     this.labelDelayBetweenNumbers.SingleLineMode = true;
     this.fixed1.Add(this.labelDelayBetweenNumbers);
     global::Gtk.Fixed.FixedChild w13 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.labelDelayBetweenNumbers]));
     w13.X = 19;
     w13.Y = 154;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.radiobutton3seconds               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("3  Seconds"));
     this.radiobutton3seconds.CanFocus      = true;
     this.radiobutton3seconds.Name          = "radiobutton3seconds";
     this.radiobutton3seconds.DrawIndicator = true;
     this.radiobutton3seconds.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.fixed1.Add(this.radiobutton3seconds);
     global::Gtk.Fixed.FixedChild w14 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.radiobutton3seconds]));
     w14.X = 160;
     w14.Y = 150;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.radiobutton2seconds               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("2  Seconds"));
     this.radiobutton2seconds.CanFocus      = true;
     this.radiobutton2seconds.Name          = "radiobutton2seconds";
     this.radiobutton2seconds.DrawIndicator = true;
     this.radiobutton2seconds.UseUnderline  = true;
     this.radiobutton2seconds.Group         = this.radiobutton3seconds.Group;
     this.fixed1.Add(this.radiobutton2seconds);
     global::Gtk.Fixed.FixedChild w15 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.radiobutton2seconds]));
     w15.X = 260;
     w15.Y = 150;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.labelEstimatedTime                = new global::Gtk.Label();
     this.labelEstimatedTime.Name           = "labelEstimatedTime";
     this.labelEstimatedTime.LabelProp      = global::Mono.Unix.Catalog.GetString("Estimated Test Time");
     this.labelEstimatedTime.Justify        = ((global::Gtk.Justification)(1));
     this.labelEstimatedTime.SingleLineMode = true;
     this.fixed1.Add(this.labelEstimatedTime);
     global::Gtk.Fixed.FixedChild w16 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.labelEstimatedTime]));
     w16.X = 39;
     w16.Y = 184;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.buttonRunTest              = new global::Gtk.Button();
     this.buttonRunTest.CanFocus     = true;
     this.buttonRunTest.Name         = "buttonRunTest";
     this.buttonRunTest.UseUnderline = true;
     this.buttonRunTest.Label        = global::Mono.Unix.Catalog.GetString("Run  Test");
     this.fixed1.Add(this.buttonRunTest);
     global::Gtk.Fixed.FixedChild w17 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.buttonRunTest]));
     w17.X = 164;
     w17.Y = 215;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.labelTimeEstimate                = new global::Gtk.Label();
     this.labelTimeEstimate.Name           = "labelTimeEstimate";
     this.labelTimeEstimate.LabelProp      = global::Mono.Unix.Catalog.GetString("1  Minute   10  Seconds");
     this.labelTimeEstimate.Justify        = ((global::Gtk.Justification)(2));
     this.labelTimeEstimate.SingleLineMode = true;
     this.fixed1.Add(this.labelTimeEstimate);
     global::Gtk.Fixed.FixedChild w18 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.labelTimeEstimate]));
     w18.X = 169;
     w18.Y = 184;
     this.Add(this.fixed1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 435;
     this.DefaultHeight = 313;
     this.Show();
     this.DeleteEvent           += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.buttonRunTest.Clicked += new global::System.EventHandler(this.RunTestOnClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Moscrif.IDE.Settings.TestOptionsWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Moscrif.IDE.Option.TestOptionsWidget";
     // Container child Moscrif.IDE.Settings.TestOptionsWidget.Gtk.Container+ContainerChild
     this.table2               = new global::Gtk.Table(((uint)(7)), ((uint)(3)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.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("Red");
     this.table2.Add(this.label5);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table2 [this.label5]));
     w1.XOptions = ((global::Gtk.AttachOptions)(4));
     w1.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("Green");
     this.table2.Add(this.label6);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table2 [this.label6]));
     w2.TopAttach    = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.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("Blue");
     this.table2.Add(this.label7);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table2 [this.label7]));
     w3.TopAttach    = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 1F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("W->Tag ");
     this.label8.Wrap      = true;
     this.table2.Add(this.label8);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table2 [this.label8]));
     w4.TopAttach    = ((uint)(3));
     w4.BottomAttach = ((uint)(4));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.sbBlue          = new global::Gtk.SpinButton(0D, 255D, 1D);
     this.sbBlue.CanFocus = true;
     this.sbBlue.Name     = "sbBlue";
     this.sbBlue.Adjustment.PageIncrement = 5D;
     this.sbBlue.ClimbRate = 1D;
     this.sbBlue.Numeric   = true;
     this.table2.Add(this.sbBlue);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2 [this.sbBlue]));
     w5.TopAttach    = ((uint)(2));
     w5.BottomAttach = ((uint)(3));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.sbGreen          = new global::Gtk.SpinButton(0D, 255D, 1D);
     this.sbGreen.CanFocus = true;
     this.sbGreen.Name     = "sbGreen";
     this.sbGreen.Adjustment.PageIncrement = 5D;
     this.sbGreen.ClimbRate = 1D;
     this.sbGreen.Numeric   = true;
     this.table2.Add(this.sbGreen);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table2 [this.sbGreen]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.sbRed          = new global::Gtk.SpinButton(0D, 255D, 1D);
     this.sbRed.CanFocus = true;
     this.sbRed.Name     = "sbRed";
     this.sbRed.Adjustment.PageIncrement = 5D;
     this.sbRed.ClimbRate = 1D;
     this.sbRed.Numeric   = true;
     this.table2.Add(this.sbRed);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table2 [this.sbRed]));
     w7.LeftAttach  = ((uint)(1));
     w7.RightAttach = ((uint)(2));
     w7.XOptions    = ((global::Gtk.AttachOptions)(4));
     w7.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.spinbutton4          = new global::Gtk.SpinButton(0D, 100D, 1D);
     this.spinbutton4.CanFocus = true;
     this.spinbutton4.Name     = "spinbutton4";
     this.spinbutton4.Adjustment.PageIncrement = 10D;
     this.spinbutton4.ClimbRate = 1D;
     this.spinbutton4.Numeric   = true;
     this.table2.Add(this.spinbutton4);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table2 [this.spinbutton4]));
     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));
     this.Add(this.table2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Exemplo n.º 32
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MyNesGTK.Dialog_VideoSettings
     this.Name           = "MyNesGTK.Dialog_VideoSettings";
     this.Title          = global::Mono.Unix.Catalog.GetString("Video Settings");
     this.Icon           = global::Gdk.Pixbuf.LoadFromResource("MyNesGTK.resources.monitor.png");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal          = true;
     // Internal child MyNesGTK.Dialog_VideoSettings.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(9)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.button107              = new global::Gtk.Button();
     this.button107.CanFocus     = true;
     this.button107.Name         = "button107";
     this.button107.UseUnderline = true;
     this.button107.Label        = global::Mono.Unix.Catalog.GetString("Reset to defaults");
     this.table1.Add(this.button107);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.button107]));
     w2.TopAttach    = ((uint)(8));
     w2.BottomAttach = ((uint)(9));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.checkbutton_autoResizeToFitEmu               = new global::Gtk.CheckButton();
     this.checkbutton_autoResizeToFitEmu.CanFocus      = true;
     this.checkbutton_autoResizeToFitEmu.Name          = "checkbutton_autoResizeToFitEmu";
     this.checkbutton_autoResizeToFitEmu.Label         = global::Mono.Unix.Catalog.GetString("Auto resize window to fit emulation size");
     this.checkbutton_autoResizeToFitEmu.Active        = true;
     this.checkbutton_autoResizeToFitEmu.DrawIndicator = true;
     this.checkbutton_autoResizeToFitEmu.UseUnderline  = true;
     this.table1.Add(this.checkbutton_autoResizeToFitEmu);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbutton_autoResizeToFitEmu]));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.checkbutton_hideLines               = new global::Gtk.CheckButton();
     this.checkbutton_hideLines.CanFocus      = true;
     this.checkbutton_hideLines.Name          = "checkbutton_hideLines";
     this.checkbutton_hideLines.Label         = global::Mono.Unix.Catalog.GetString("Hide lines (8 for NTSC, 1 for PALB/DENDY)");
     this.checkbutton_hideLines.DrawIndicator = true;
     this.checkbutton_hideLines.UseUnderline  = true;
     this.table1.Add(this.checkbutton_hideLines);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbutton_hideLines]));
     w4.TopAttach    = ((uint)(5));
     w4.BottomAttach = ((uint)(6));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.checkbutton_keepAspectRatio               = new global::Gtk.CheckButton();
     this.checkbutton_keepAspectRatio.CanFocus      = true;
     this.checkbutton_keepAspectRatio.Name          = "checkbutton_keepAspectRatio";
     this.checkbutton_keepAspectRatio.Label         = global::Mono.Unix.Catalog.GetString("Keep aspect ratio");
     this.checkbutton_keepAspectRatio.DrawIndicator = true;
     this.checkbutton_keepAspectRatio.UseUnderline  = true;
     this.table1.Add(this.checkbutton_keepAspectRatio);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbutton_keepAspectRatio]));
     w5.TopAttach    = ((uint)(4));
     w5.BottomAttach = ((uint)(5));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.checkbutton_showFPS               = new global::Gtk.CheckButton();
     this.checkbutton_showFPS.CanFocus      = true;
     this.checkbutton_showFPS.Name          = "checkbutton_showFPS";
     this.checkbutton_showFPS.Label         = global::Mono.Unix.Catalog.GetString("Show FPS");
     this.checkbutton_showFPS.DrawIndicator = true;
     this.checkbutton_showFPS.UseUnderline  = true;
     this.table1.Add(this.checkbutton_showFPS);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbutton_showFPS]));
     w6.TopAttach    = ((uint)(7));
     w6.BottomAttach = ((uint)(8));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.checkbutton_showNotification               = new global::Gtk.CheckButton();
     this.checkbutton_showNotification.CanFocus      = true;
     this.checkbutton_showNotification.Name          = "checkbutton_showNotification";
     this.checkbutton_showNotification.Label         = global::Mono.Unix.Catalog.GetString("Show notifications");
     this.checkbutton_showNotification.DrawIndicator = true;
     this.checkbutton_showNotification.UseUnderline  = true;
     this.table1.Add(this.checkbutton_showNotification);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbutton_showNotification]));
     w7.TopAttach    = ((uint)(6));
     w7.BottomAttach = ((uint)(7));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.checkbutton_startFullScreen               = new global::Gtk.CheckButton();
     this.checkbutton_startFullScreen.CanFocus      = true;
     this.checkbutton_startFullScreen.Name          = "checkbutton_startFullScreen";
     this.checkbutton_startFullScreen.Label         = global::Mono.Unix.Catalog.GetString("Start in fullscreen");
     this.checkbutton_startFullScreen.DrawIndicator = true;
     this.checkbutton_startFullScreen.UseUnderline  = true;
     this.table1.Add(this.checkbutton_startFullScreen);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbutton_startFullScreen]));
     w8.TopAttach    = ((uint)(2));
     w8.BottomAttach = ((uint)(3));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.combobox_fullscreenRes      = global::Gtk.ComboBox.NewText();
     this.combobox_fullscreenRes.Name = "combobox_fullscreenRes";
     this.table1.Add(this.combobox_fullscreenRes);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.combobox_fullscreenRes]));
     w9.TopAttach    = ((uint)(3));
     w9.BottomAttach = ((uint)(4));
     w9.LeftAttach   = ((uint)(1));
     w9.RightAttach  = ((uint)(2));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Stretch multiply: ");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w10.TopAttach    = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Fullscreen resolution:");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w11.TopAttach    = ((uint)(3));
     w11.BottomAttach = ((uint)(4));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spinbutton_stretchMulti          = new global::Gtk.SpinButton(1D, 9D, 1D);
     this.spinbutton_stretchMulti.CanFocus = true;
     this.spinbutton_stretchMulti.Name     = "spinbutton_stretchMulti";
     this.spinbutton_stretchMulti.Adjustment.PageIncrement = 1D;
     this.spinbutton_stretchMulti.ClimbRate = 1D;
     this.spinbutton_stretchMulti.Numeric   = true;
     this.spinbutton_stretchMulti.Value     = 1D;
     this.table1.Add(this.spinbutton_stretchMulti);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.spinbutton_stretchMulti]));
     w12.TopAttach    = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     w1.Add(this.table1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(w1 [this.table1]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Internal child MyNesGTK.Dialog_VideoSettings.ActionArea
     global::Gtk.HButtonBox w14 = this.ActionArea;
     w14.Name        = "dialog1_ActionArea";
     w14.Spacing     = 10;
     w14.BorderWidth = ((uint)(5));
     w14.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w15 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w14 [this.buttonCancel]));
     w15.Expand = false;
     w15.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-ok";
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w16 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w14 [this.buttonOk]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 438;
     this.DefaultHeight = 334;
     this.Show();
     this.button107.Activated += new global::System.EventHandler(this.OnButton107Activated);
     this.button107.Pressed   += new global::System.EventHandler(this.OnButton107Pressed);
 }
Exemplo n.º 33
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Pinta.ResizeCanvasDialog
     this.Name = "Pinta.ResizeCanvasDialog";
     this.Title = global::Mono.Unix.Catalog.GetString ("Resize Canvas");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal = true;
     this.DefaultWidth = 300;
     this.DefaultHeight = 200;
     // Internal child Pinta.ResizeCanvasDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     this.vbox2.BorderWidth = ((uint)(12));
     // 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.percentageRadio = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("By percentage:"));
     this.percentageRadio.CanFocus = true;
     this.percentageRadio.Name = "percentageRadio";
     this.percentageRadio.DrawIndicator = true;
     this.percentageRadio.UseUnderline = true;
     this.percentageRadio.Group = new global::GLib.SList (global::System.IntPtr.Zero);
     this.hbox1.Add (this.percentageRadio);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.percentageRadio]));
     w2.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.percentageSpinner = new global::Gtk.SpinButton (1, 1000, 1);
     this.percentageSpinner.CanFocus = true;
     this.percentageSpinner.Name = "percentageSpinner";
     this.percentageSpinner.Adjustment.PageIncrement = 10;
     this.percentageSpinner.ClimbRate = 1;
     this.percentageSpinner.Numeric = true;
     this.percentageSpinner.Value = 100;
     this.hbox1.Add (this.percentageSpinner);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.percentageSpinner]));
     w3.Position = 1;
     w3.Expand = false;
     w3.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = "%";
     this.hbox1.Add (this.label1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
     w4.Position = 2;
     w4.Expand = false;
     w4.Fill = false;
     this.vbox2.Add (this.hbox1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w5.Position = 0;
     w5.Expand = false;
     w5.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.absoluteRadio = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("By absolute size:"));
     this.absoluteRadio.CanFocus = true;
     this.absoluteRadio.Name = "absoluteRadio";
     this.absoluteRadio.DrawIndicator = true;
     this.absoluteRadio.UseUnderline = true;
     this.absoluteRadio.Group = this.percentageRadio.Group;
     this.hbox2.Add (this.absoluteRadio);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.absoluteRadio]));
     w6.Position = 0;
     this.vbox2.Add (this.hbox2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w7.Position = 1;
     w7.Expand = false;
     w7.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Width:");
     this.hbox3.Add (this.label2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label2]));
     w8.Position = 0;
     w8.Expand = false;
     w8.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.widthSpinner = new global::Gtk.SpinButton (1, 10000, 1);
     this.widthSpinner.Sensitive = false;
     this.widthSpinner.CanFocus = true;
     this.widthSpinner.Name = "widthSpinner";
     this.widthSpinner.Adjustment.PageIncrement = 10;
     this.widthSpinner.ClimbRate = 1;
     this.widthSpinner.Numeric = true;
     this.hbox3.Add (this.widthSpinner);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.widthSpinner]));
     w9.Position = 1;
     w9.Expand = false;
     w9.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("pixels");
     this.hbox3.Add (this.label4);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label4]));
     w10.Position = 2;
     w10.Expand = false;
     w10.Fill = false;
     this.vbox2.Add (this.hbox3);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox3]));
     w11.Position = 2;
     w11.Expand = false;
     w11.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Height:");
     this.hbox4.Add (this.label3);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label3]));
     w12.Position = 0;
     w12.Expand = false;
     w12.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.heightSpinner = new global::Gtk.SpinButton (1, 10000, 1);
     this.heightSpinner.Sensitive = false;
     this.heightSpinner.CanFocus = true;
     this.heightSpinner.Name = "heightSpinner";
     this.heightSpinner.Adjustment.PageIncrement = 10;
     this.heightSpinner.ClimbRate = 1;
     this.heightSpinner.Numeric = true;
     this.hbox4.Add (this.heightSpinner);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.heightSpinner]));
     w13.Position = 1;
     w13.Expand = false;
     w13.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("pixels");
     this.hbox4.Add (this.label5);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label5]));
     w14.Position = 2;
     w14.Expand = false;
     w14.Fill = false;
     this.vbox2.Add (this.hbox4);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox4]));
     w15.Position = 3;
     w15.Expand = false;
     w15.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.aspectCheckbox = new global::Gtk.CheckButton ();
     this.aspectCheckbox.Sensitive = false;
     this.aspectCheckbox.CanFocus = true;
     this.aspectCheckbox.Name = "aspectCheckbox";
     this.aspectCheckbox.Label = global::Mono.Unix.Catalog.GetString ("Maintain aspect ratio");
     this.aspectCheckbox.Active = true;
     this.aspectCheckbox.DrawIndicator = true;
     this.aspectCheckbox.UseUnderline = true;
     this.vbox2.Add (this.aspectCheckbox);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.aspectCheckbox]));
     w16.Position = 4;
     w16.Expand = false;
     w16.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox5 = new global::Gtk.HBox ();
     this.hbox5.Name = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.alignment1 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name = "alignment1";
     this.hbox5.Add (this.alignment1);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.alignment1]));
     w17.Position = 0;
     // Container child hbox5.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(3)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.CenterButton = new global::Gtk.Button ();
     this.CenterButton.WidthRequest = 30;
     this.CenterButton.HeightRequest = 30;
     this.CenterButton.CanFocus = true;
     this.CenterButton.Name = "CenterButton";
     this.CenterButton.UseUnderline = true;
     // Container child CenterButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w18 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w19 = new global::Gtk.HBox ();
     w19.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w20 = new global::Gtk.Image ();
     w19.Add (w20);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w22 = new global::Gtk.Label ();
     w19.Add (w22);
     w18.Add (w19);
     this.CenterButton.Add (w18);
     this.table1.Add (this.CenterButton);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table1 [this.CenterButton]));
     w26.TopAttach = ((uint)(1));
     w26.BottomAttach = ((uint)(2));
     w26.LeftAttach = ((uint)(1));
     w26.RightAttach = ((uint)(2));
     w26.XOptions = ((global::Gtk.AttachOptions)(4));
     w26.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.EButton = new global::Gtk.Button ();
     this.EButton.WidthRequest = 30;
     this.EButton.HeightRequest = 30;
     this.EButton.CanFocus = true;
     this.EButton.Name = "EButton";
     this.EButton.UseUnderline = true;
     // Container child EButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w27 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w28 = new global::Gtk.HBox ();
     w28.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w29 = new global::Gtk.Image ();
     w28.Add (w29);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w31 = new global::Gtk.Label ();
     w28.Add (w31);
     w27.Add (w28);
     this.EButton.Add (w27);
     this.table1.Add (this.EButton);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.table1 [this.EButton]));
     w35.TopAttach = ((uint)(1));
     w35.BottomAttach = ((uint)(2));
     w35.LeftAttach = ((uint)(2));
     w35.RightAttach = ((uint)(3));
     w35.XOptions = ((global::Gtk.AttachOptions)(4));
     w35.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.NButton = new global::Gtk.Button ();
     this.NButton.WidthRequest = 30;
     this.NButton.HeightRequest = 30;
     this.NButton.CanFocus = true;
     this.NButton.Name = "NButton";
     this.NButton.UseUnderline = true;
     // Container child NButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w36 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w37 = new global::Gtk.HBox ();
     w37.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w38 = new global::Gtk.Image ();
     w37.Add (w38);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w40 = new global::Gtk.Label ();
     w37.Add (w40);
     w36.Add (w37);
     this.NButton.Add (w36);
     this.table1.Add (this.NButton);
     global::Gtk.Table.TableChild w44 = ((global::Gtk.Table.TableChild)(this.table1 [this.NButton]));
     w44.LeftAttach = ((uint)(1));
     w44.RightAttach = ((uint)(2));
     w44.XOptions = ((global::Gtk.AttachOptions)(4));
     w44.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.NEButton = new global::Gtk.Button ();
     this.NEButton.WidthRequest = 30;
     this.NEButton.HeightRequest = 30;
     this.NEButton.CanFocus = true;
     this.NEButton.Name = "NEButton";
     this.NEButton.UseUnderline = true;
     // Container child NEButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w45 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w46 = new global::Gtk.HBox ();
     w46.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w47 = new global::Gtk.Image ();
     w46.Add (w47);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w49 = new global::Gtk.Label ();
     w46.Add (w49);
     w45.Add (w46);
     this.NEButton.Add (w45);
     this.table1.Add (this.NEButton);
     global::Gtk.Table.TableChild w53 = ((global::Gtk.Table.TableChild)(this.table1 [this.NEButton]));
     w53.LeftAttach = ((uint)(2));
     w53.RightAttach = ((uint)(3));
     w53.XOptions = ((global::Gtk.AttachOptions)(4));
     w53.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.NWButton = new global::Gtk.Button ();
     this.NWButton.WidthRequest = 30;
     this.NWButton.HeightRequest = 30;
     this.NWButton.CanFocus = true;
     this.NWButton.Name = "NWButton";
     this.NWButton.UseUnderline = true;
     // Container child NWButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w54 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w55 = new global::Gtk.HBox ();
     w55.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w56 = new global::Gtk.Image ();
     w55.Add (w56);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w58 = new global::Gtk.Label ();
     w55.Add (w58);
     w54.Add (w55);
     this.NWButton.Add (w54);
     this.table1.Add (this.NWButton);
     global::Gtk.Table.TableChild w62 = ((global::Gtk.Table.TableChild)(this.table1 [this.NWButton]));
     w62.XOptions = ((global::Gtk.AttachOptions)(4));
     w62.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.SButton = new global::Gtk.Button ();
     this.SButton.WidthRequest = 30;
     this.SButton.HeightRequest = 30;
     this.SButton.CanFocus = true;
     this.SButton.Name = "SButton";
     this.SButton.UseUnderline = true;
     // Container child SButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w63 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w64 = new global::Gtk.HBox ();
     w64.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w65 = new global::Gtk.Image ();
     w64.Add (w65);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w67 = new global::Gtk.Label ();
     w64.Add (w67);
     w63.Add (w64);
     this.SButton.Add (w63);
     this.table1.Add (this.SButton);
     global::Gtk.Table.TableChild w71 = ((global::Gtk.Table.TableChild)(this.table1 [this.SButton]));
     w71.TopAttach = ((uint)(2));
     w71.BottomAttach = ((uint)(3));
     w71.LeftAttach = ((uint)(1));
     w71.RightAttach = ((uint)(2));
     w71.XOptions = ((global::Gtk.AttachOptions)(4));
     w71.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.SEButton = new global::Gtk.Button ();
     this.SEButton.WidthRequest = 30;
     this.SEButton.HeightRequest = 30;
     this.SEButton.CanFocus = true;
     this.SEButton.Name = "SEButton";
     this.SEButton.UseUnderline = true;
     // Container child SEButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w72 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w73 = new global::Gtk.HBox ();
     w73.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w74 = new global::Gtk.Image ();
     w73.Add (w74);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w76 = new global::Gtk.Label ();
     w73.Add (w76);
     w72.Add (w73);
     this.SEButton.Add (w72);
     this.table1.Add (this.SEButton);
     global::Gtk.Table.TableChild w80 = ((global::Gtk.Table.TableChild)(this.table1 [this.SEButton]));
     w80.TopAttach = ((uint)(2));
     w80.BottomAttach = ((uint)(3));
     w80.LeftAttach = ((uint)(2));
     w80.RightAttach = ((uint)(3));
     w80.XOptions = ((global::Gtk.AttachOptions)(4));
     w80.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.SWButton = new global::Gtk.Button ();
     this.SWButton.WidthRequest = 30;
     this.SWButton.HeightRequest = 30;
     this.SWButton.CanFocus = true;
     this.SWButton.Name = "SWButton";
     this.SWButton.UseUnderline = true;
     // Container child SWButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w81 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w82 = new global::Gtk.HBox ();
     w82.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w83 = new global::Gtk.Image ();
     w82.Add (w83);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w85 = new global::Gtk.Label ();
     w82.Add (w85);
     w81.Add (w82);
     this.SWButton.Add (w81);
     this.table1.Add (this.SWButton);
     global::Gtk.Table.TableChild w89 = ((global::Gtk.Table.TableChild)(this.table1 [this.SWButton]));
     w89.TopAttach = ((uint)(2));
     w89.BottomAttach = ((uint)(3));
     w89.XOptions = ((global::Gtk.AttachOptions)(4));
     w89.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.WButton = new global::Gtk.Button ();
     this.WButton.WidthRequest = 30;
     this.WButton.HeightRequest = 30;
     this.WButton.CanFocus = true;
     this.WButton.Name = "WButton";
     this.WButton.UseUnderline = true;
     // Container child WButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w90 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w91 = new global::Gtk.HBox ();
     w91.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w92 = new global::Gtk.Image ();
     w91.Add (w92);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w94 = new global::Gtk.Label ();
     w91.Add (w94);
     w90.Add (w91);
     this.WButton.Add (w90);
     this.table1.Add (this.WButton);
     global::Gtk.Table.TableChild w98 = ((global::Gtk.Table.TableChild)(this.table1 [this.WButton]));
     w98.TopAttach = ((uint)(1));
     w98.BottomAttach = ((uint)(2));
     w98.XOptions = ((global::Gtk.AttachOptions)(4));
     w98.YOptions = ((global::Gtk.AttachOptions)(4));
     this.hbox5.Add (this.table1);
     global::Gtk.Box.BoxChild w99 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.table1]));
     w99.Position = 1;
     w99.Expand = false;
     w99.Fill = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.alignment2 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
     this.alignment2.Name = "alignment2";
     this.hbox5.Add (this.alignment2);
     global::Gtk.Box.BoxChild w100 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.alignment2]));
     w100.Position = 2;
     this.vbox2.Add (this.hbox5);
     global::Gtk.Box.BoxChild w101 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox5]));
     w101.PackType = ((global::Gtk.PackType)(1));
     w101.Position = 5;
     w101.Expand = false;
     w101.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.Xalign = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Anchor:");
     this.vbox2.Add (this.label6);
     global::Gtk.Box.BoxChild w102 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label6]));
     w102.PackType = ((global::Gtk.PackType)(1));
     w102.Position = 6;
     w102.Expand = false;
     w102.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator ();
     this.hseparator1.Name = "hseparator1";
     this.vbox2.Add (this.hseparator1);
     global::Gtk.Box.BoxChild w103 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator1]));
     w103.PackType = ((global::Gtk.PackType)(1));
     w103.Position = 7;
     w103.Expand = false;
     w103.Fill = false;
     w1.Add (this.vbox2);
     global::Gtk.Box.BoxChild w104 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w104.Position = 0;
     w104.Expand = false;
     w104.Fill = false;
     // Internal child Pinta.ResizeCanvasDialog.ActionArea
     global::Gtk.HButtonBox w105 = this.ActionArea;
     w105.Name = "dialog1_ActionArea";
     w105.Spacing = 10;
     w105.BorderWidth = ((uint)(5));
     w105.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel = new global::Gtk.Button ();
     this.buttonCancel.CanDefault = true;
     this.buttonCancel.CanFocus = true;
     this.buttonCancel.Name = "buttonCancel";
     this.buttonCancel.UseStock = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label = "gtk-cancel";
     this.AddActionWidget (this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w106 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w105 [this.buttonCancel]));
     w106.Expand = false;
     w106.Fill = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk = new global::Gtk.Button ();
     this.buttonOk.CanDefault = true;
     this.buttonOk.CanFocus = true;
     this.buttonOk.Name = "buttonOk";
     this.buttonOk.UseStock = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label = "gtk-ok";
     this.AddActionWidget (this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w107 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w105 [this.buttonOk]));
     w107.Position = 1;
     w107.Expand = false;
     w107.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Show ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget WeatherDocklet.WeatherConfig
     global::Stetic.BinContainer.Attach(this);
     this.Name = "WeatherDocklet.WeatherConfig";
     // Container child WeatherDocklet.WeatherConfig.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1              = new global::Gtk.Label();
     this.label1.Name         = "label1";
     this.label1.LabelProp    = global::Mono.Unix.Catalog.GetString("_Weather Provider:");
     this.label1.UseUnderline = true;
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.provider      = global::Gtk.ComboBox.NewText();
     this.provider.Name = "provider";
     this.hbox1.Add(this.provider);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.provider]));
     w2.PackType = ((global::Gtk.PackType)(1));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.provider_info        = new global::Docky.Widgets.WrapLabel();
     this.provider_info.Events = ((global::Gdk.EventMask)(256));
     this.provider_info.Name   = "provider_info";
     this.provider_info.Wrap   = false;
     this.vbox1.Add(this.provider_info);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.provider_info]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.my_locations              = new global::Gtk.Button();
     this.my_locations.CanFocus     = true;
     this.my_locations.Name         = "my_locations";
     this.my_locations.UseUnderline = true;
     this.my_locations.Label        = global::Mono.Unix.Catalog.GetString("My _Locations");
     this.hbox2.Add(this.my_locations);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.my_locations]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.location_code              = new global::Docky.Widgets.SearchEntry();
     this.location_code.Name         = "location_code";
     this.location_code.EmptyMessage = "Location Code, Zip, or City";
     this.location_code.Ready        = true;
     this.location_code.HasFocus     = false;
     this.hbox2.Add(this.location_code);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.location_code]));
     w6.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.search              = new global::Gtk.Button();
     this.search.CanFocus     = true;
     this.search.Name         = "search";
     this.search.UseUnderline = true;
     // Container child search.Gtk.Container+ContainerChild
     global::Gtk.Alignment w7 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w8 = new global::Gtk.HBox();
     w8.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w9 = new global::Gtk.Image();
     w9.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-find", global::Gtk.IconSize.Menu);
     w8.Add(w9);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w11 = new global::Gtk.Label();
     w11.LabelProp    = global::Mono.Unix.Catalog.GetString("_Search");
     w11.UseUnderline = true;
     w8.Add(w11);
     w7.Add(w8);
     this.search.Add(w7);
     this.hbox2.Add(this.search);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.search]));
     w15.Position = 2;
     w15.Expand   = false;
     w15.Fill     = false;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.scrolledwindow1                  = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus         = true;
     this.scrolledwindow1.Name             = "scrolledwindow1";
     this.scrolledwindow1.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.scrolledwindow1.ShadowType       = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w17 = new global::Gtk.Viewport();
     w17.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.results_view          = new global::Docky.Widgets.TileView();
     this.results_view.Name     = "results_view";
     this.results_view.IconSize = 24;
     w17.Add(this.results_view);
     this.scrolledwindow1.Add(w17);
     this.vbox1.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.scrolledwindow1]));
     w20.Position = 3;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label2              = new global::Gtk.Label();
     this.label2.Name         = "label2";
     this.label2.LabelProp    = global::Mono.Unix.Catalog.GetString("Automatically Update _Every");
     this.label2.UseUnderline = true;
     this.hbox3.Add(this.label2);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label2]));
     w21.Position = 0;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("minutes");
     this.hbox3.Add(this.label3);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label3]));
     w22.PackType = ((global::Gtk.PackType)(1));
     w22.Position = 1;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.auto_update          = new global::Gtk.SpinButton(5, 60, 5);
     this.auto_update.CanFocus = true;
     this.auto_update.Name     = "auto_update";
     this.auto_update.Adjustment.PageIncrement = 10;
     this.auto_update.ClimbRate = 1;
     this.auto_update.Numeric   = true;
     this.auto_update.Value     = 5;
     this.hbox3.Add(this.auto_update);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.auto_update]));
     w23.PackType = ((global::Gtk.PackType)(1));
     w23.Position = 2;
     w23.Expand   = false;
     w23.Fill     = false;
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox3]));
     w24.Position = 4;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.metric_units               = new global::Gtk.CheckButton();
     this.metric_units.CanFocus      = true;
     this.metric_units.Name          = "metric_units";
     this.metric_units.Label         = global::Mono.Unix.Catalog.GetString("Use _Metric Units");
     this.metric_units.Active        = true;
     this.metric_units.DrawIndicator = true;
     this.metric_units.UseUnderline  = true;
     this.hbox4.Add(this.metric_units);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.metric_units]));
     w25.Position = 0;
     this.vbox1.Add(this.hbox4);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox4]));
     w26.Position = 5;
     w26.Expand   = false;
     w26.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label1.MnemonicWidget = this.provider;
     this.Hide();
     this.provider.Changed         += new global::System.EventHandler(this.OnProviderChanged);
     this.my_locations.Clicked     += new global::System.EventHandler(this.OnMyLocationsClicked);
     this.search.Clicked           += new global::System.EventHandler(this.OnSearchClicked);
     this.auto_update.ValueChanged += new global::System.EventHandler(this.OnUpdateValueChanged);
     this.metric_units.Toggled     += new global::System.EventHandler(this.OnMetricToggled);
 }
Exemplo n.º 35
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Pinta.Effects.LevelsDialog
     this.Events = ((global::Gdk.EventMask)(260));
     this.Name = "Pinta.Effects.LevelsDialog";
     this.Title = global::Mono.Unix.Catalog.GetString ("Levels Adjustment");
     this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Resizable = false;
     this.AllowGrow = false;
     this.SkipTaskbarHint = true;
     // Internal child Pinta.Effects.LevelsDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Events = ((global::Gdk.EventMask)(1534));
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Events = ((global::Gdk.EventMask)(260));
     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.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.labelInputHist = new global::Gtk.Label ();
     this.labelInputHist.Name = "labelInputHist";
     this.labelInputHist.LabelProp = global::Mono.Unix.Catalog.GetString ("Input Histogram");
     this.hbox2.Add (this.labelInputHist);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.labelInputHist]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator ();
     this.hseparator1.Name = "hseparator1";
     this.hbox2.Add (this.hseparator1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.hseparator1]));
     w3.Position = 1;
     this.vbox2.Add (this.hbox2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox2]));
     w4.Position = 0;
     w4.Expand = false;
     w4.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.histogramInput = null;
     this.vbox2.Add (this.histogramInput);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.histogramInput]));
     w5.Position = 1;
     this.hbox1.Add (this.vbox2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox2]));
     w6.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Events = ((global::Gdk.EventMask)(36));
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.labelInput = new global::Gtk.Label ();
     this.labelInput.Name = "labelInput";
     this.labelInput.LabelProp = global::Mono.Unix.Catalog.GetString ("Input");
     this.hbox3.Add (this.labelInput);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.labelInput]));
     w7.Position = 0;
     w7.Expand = false;
     w7.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.hseparator2 = new global::Gtk.HSeparator ();
     this.hseparator2.Name = "hseparator2";
     this.hbox3.Add (this.hseparator2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.hseparator2]));
     w8.Position = 1;
     this.vbox3.Add (this.hbox3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox3]));
     w9.Position = 0;
     w9.Expand = false;
     w9.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox8 = new global::Gtk.HBox ();
     this.hbox8.Events = ((global::Gdk.EventMask)(260));
     this.hbox8.Name = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.vboxInputSpin = new global::Gtk.VBox ();
     this.vboxInputSpin.Name = "vboxInputSpin";
     this.vboxInputSpin.Spacing = 6;
     // Container child vboxInputSpin.Gtk.Box+BoxChild
     this.spinInHigh = new global::Gtk.SpinButton (1, 255, 1);
     this.spinInHigh.CanFocus = true;
     this.spinInHigh.Name = "spinInHigh";
     this.spinInHigh.Adjustment.PageIncrement = 10;
     this.spinInHigh.ClimbRate = 1;
     this.spinInHigh.Numeric = true;
     this.spinInHigh.Value = 255;
     this.vboxInputSpin.Add (this.spinInHigh);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vboxInputSpin[this.spinInHigh]));
     w10.Position = 0;
     w10.Expand = false;
     w10.Fill = false;
     // Container child vboxInputSpin.Gtk.Box+BoxChild
     this.colorpanelInHigh = null;
     this.vboxInputSpin.Add (this.colorpanelInHigh);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vboxInputSpin[this.colorpanelInHigh]));
     w11.Position = 1;
     w11.Expand = false;
     w11.Fill = false;
     // Container child vboxInputSpin.Gtk.Box+BoxChild
     this.alignment1 = new global::Gtk.Alignment (0.5f, 0.5f, 1f, 1f);
     this.alignment1.Name = "alignment1";
     this.vboxInputSpin.Add (this.alignment1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vboxInputSpin[this.alignment1]));
     w12.Position = 2;
     // Container child vboxInputSpin.Gtk.Box+BoxChild
     this.colorpanelInLow = null;
     this.vboxInputSpin.Add (this.colorpanelInLow);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vboxInputSpin[this.colorpanelInLow]));
     w13.Position = 3;
     w13.Expand = false;
     w13.Fill = false;
     // Container child vboxInputSpin.Gtk.Box+BoxChild
     this.spinInLow = new global::Gtk.SpinButton (0, 254, 1);
     this.spinInLow.CanFocus = true;
     this.spinInLow.Name = "spinInLow";
     this.spinInLow.Adjustment.PageIncrement = 10;
     this.spinInLow.ClimbRate = 1;
     this.spinInLow.Numeric = true;
     this.vboxInputSpin.Add (this.spinInLow);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vboxInputSpin[this.spinInLow]));
     w14.Position = 4;
     w14.Expand = false;
     w14.Fill = false;
     this.hbox8.Add (this.vboxInputSpin);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.vboxInputSpin]));
     w15.Position = 0;
     w15.Expand = false;
     w15.Fill = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.gradientInput = null;
     this.hbox8.Add (this.gradientInput);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.gradientInput]));
     w16.Position = 1;
     w16.Expand = false;
     w16.Fill = false;
     this.vbox3.Add (this.hbox8);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox8]));
     w17.Position = 1;
     this.hbox1.Add (this.vbox3);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox3]));
     w18.Position = 1;
     w18.Expand = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.labelOutput = new global::Gtk.Label ();
     this.labelOutput.Name = "labelOutput";
     this.labelOutput.LabelProp = global::Mono.Unix.Catalog.GetString ("Output");
     this.hbox4.Add (this.labelOutput);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.labelOutput]));
     w19.Position = 0;
     w19.Expand = false;
     w19.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.hseparator3 = new global::Gtk.HSeparator ();
     this.hseparator3.Name = "hseparator3";
     this.hbox4.Add (this.hseparator3);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.hseparator3]));
     w20.Position = 1;
     this.vbox4.Add (this.hbox4);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox4]));
     w21.Position = 0;
     w21.Expand = false;
     w21.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox9 = new global::Gtk.HBox ();
     this.hbox9.Name = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.gradientOutput = null;
     this.hbox9.Add (this.gradientOutput);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.gradientOutput]));
     w22.Position = 1;
     w22.Expand = false;
     w22.Fill = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.vboxOutputSpin = new global::Gtk.VBox ();
     this.vboxOutputSpin.Name = "vboxOutputSpin";
     this.vboxOutputSpin.Spacing = 6;
     // Container child vboxOutputSpin.Gtk.Box+BoxChild
     this.spinOutHigh = new global::Gtk.SpinButton (2, 255, 1);
     this.spinOutHigh.CanFocus = true;
     this.spinOutHigh.Name = "spinOutHigh";
     this.spinOutHigh.Adjustment.PageIncrement = 10;
     this.spinOutHigh.ClimbRate = 1;
     this.spinOutHigh.Numeric = true;
     this.spinOutHigh.Value = 255;
     this.vboxOutputSpin.Add (this.spinOutHigh);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vboxOutputSpin[this.spinOutHigh]));
     w23.Position = 0;
     w23.Expand = false;
     w23.Fill = false;
     // Container child vboxOutputSpin.Gtk.Box+BoxChild
     this.colorpanelOutHigh = null;
     this.vboxOutputSpin.Add (this.colorpanelOutHigh);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vboxOutputSpin[this.colorpanelOutHigh]));
     w24.Position = 1;
     w24.Expand = false;
     w24.Fill = false;
     // Container child vboxOutputSpin.Gtk.Box+BoxChild
     this.spinOutGamma = new global::Gtk.SpinButton (0, 100, 0.1);
     this.spinOutGamma.CanFocus = true;
     this.spinOutGamma.Name = "spinOutGamma";
     this.spinOutGamma.Adjustment.PageIncrement = 10;
     this.spinOutGamma.ClimbRate = 1;
     this.spinOutGamma.Numeric = true;
     this.spinOutGamma.Value = 1;
     this.vboxOutputSpin.Add (this.spinOutGamma);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vboxOutputSpin[this.spinOutGamma]));
     w25.Position = 2;
     w25.Expand = false;
     w25.Fill = false;
     // Container child vboxOutputSpin.Gtk.Box+BoxChild
     this.colorpanelOutMid = null;
     this.vboxOutputSpin.Add (this.colorpanelOutMid);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vboxOutputSpin[this.colorpanelOutMid]));
     w26.Position = 3;
     w26.Expand = false;
     w26.Fill = false;
     // Container child vboxOutputSpin.Gtk.Box+BoxChild
     this.colorpanelOutLow = null;
     this.vboxOutputSpin.Add (this.colorpanelOutLow);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vboxOutputSpin[this.colorpanelOutLow]));
     w27.Position = 4;
     w27.Expand = false;
     w27.Fill = false;
     // Container child vboxOutputSpin.Gtk.Box+BoxChild
     this.spinOutLow = new global::Gtk.SpinButton (0, 252, 1);
     this.spinOutLow.CanFocus = true;
     this.spinOutLow.Name = "spinOutLow";
     this.spinOutLow.Adjustment.PageIncrement = 10;
     this.spinOutLow.ClimbRate = 1;
     this.spinOutLow.Numeric = true;
     this.vboxOutputSpin.Add (this.spinOutLow);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vboxOutputSpin[this.spinOutLow]));
     w28.Position = 5;
     w28.Expand = false;
     w28.Fill = false;
     this.hbox9.Add (this.vboxOutputSpin);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.vboxOutputSpin]));
     w29.Position = 2;
     w29.Expand = false;
     w29.Fill = false;
     this.vbox4.Add (this.hbox9);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox9]));
     w30.Position = 1;
     this.hbox1.Add (this.vbox4);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox4]));
     w31.Position = 2;
     w31.Expand = false;
     w31.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox5 = new global::Gtk.VBox ();
     this.vbox5.Name = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox5 = new global::Gtk.HBox ();
     this.hbox5.Name = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.labelOutputHist = new global::Gtk.Label ();
     this.labelOutputHist.Name = "labelOutputHist";
     this.labelOutputHist.LabelProp = global::Mono.Unix.Catalog.GetString ("Output Histogram");
     this.hbox5.Add (this.labelOutputHist);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.labelOutputHist]));
     w32.Position = 0;
     w32.Expand = false;
     w32.Fill = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.hseparator4 = new global::Gtk.HSeparator ();
     this.hseparator4.Name = "hseparator4";
     this.hbox5.Add (this.hseparator4);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.hseparator4]));
     w33.Position = 1;
     this.vbox5.Add (this.hbox5);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hbox5]));
     w34.Position = 0;
     w34.Expand = false;
     w34.Fill = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.histogramOutput = null;
     this.vbox5.Add (this.histogramOutput);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.histogramOutput]));
     w35.Position = 1;
     this.hbox1.Add (this.vbox5);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox5]));
     w36.Position = 3;
     w1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(w1[this.hbox1]));
     w37.Position = 0;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hboxBottom = new global::Gtk.HBox ();
     this.hboxBottom.Name = "hboxBottom";
     this.hboxBottom.Spacing = 6;
     // Container child hboxBottom.Gtk.Box+BoxChild
     this.buttonAuto = new global::Gtk.Button ();
     this.buttonAuto.WidthRequest = 80;
     this.buttonAuto.CanFocus = true;
     this.buttonAuto.Name = "buttonAuto";
     this.buttonAuto.UseUnderline = true;
     this.buttonAuto.Label = global::Mono.Unix.Catalog.GetString ("Auto");
     this.hboxBottom.Add (this.buttonAuto);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hboxBottom[this.buttonAuto]));
     w38.Position = 0;
     w38.Expand = false;
     w38.Fill = false;
     // Container child hboxBottom.Gtk.Box+BoxChild
     this.buttonReset = new global::Gtk.Button ();
     this.buttonReset.WidthRequest = 80;
     this.buttonReset.CanFocus = true;
     this.buttonReset.Name = "buttonReset";
     this.buttonReset.UseUnderline = true;
     this.buttonReset.Label = global::Mono.Unix.Catalog.GetString ("Reset");
     this.hboxBottom.Add (this.buttonReset);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hboxBottom[this.buttonReset]));
     w39.Position = 1;
     w39.Expand = false;
     w39.Fill = false;
     // Container child hboxBottom.Gtk.Box+BoxChild
     this.checkRed = new global::Gtk.CheckButton ();
     this.checkRed.CanFocus = true;
     this.checkRed.Name = "checkRed";
     this.checkRed.Label = global::Mono.Unix.Catalog.GetString ("Red");
     this.checkRed.Active = true;
     this.checkRed.DrawIndicator = true;
     this.checkRed.UseUnderline = true;
     this.hboxBottom.Add (this.checkRed);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hboxBottom[this.checkRed]));
     w40.Position = 2;
     // Container child hboxBottom.Gtk.Box+BoxChild
     this.checkGreen = new global::Gtk.CheckButton ();
     this.checkGreen.CanFocus = true;
     this.checkGreen.Name = "checkGreen";
     this.checkGreen.Label = global::Mono.Unix.Catalog.GetString ("Green");
     this.checkGreen.Active = true;
     this.checkGreen.DrawIndicator = true;
     this.checkGreen.UseUnderline = true;
     this.hboxBottom.Add (this.checkGreen);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hboxBottom[this.checkGreen]));
     w41.Position = 3;
     // Container child hboxBottom.Gtk.Box+BoxChild
     this.buttonOk = new global::Gtk.Button ();
     this.buttonOk.WidthRequest = 80;
     this.buttonOk.CanFocus = true;
     this.buttonOk.Name = "buttonOk";
     this.buttonOk.UseStock = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label = "gtk-ok";
     this.hboxBottom.Add (this.buttonOk);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hboxBottom[this.buttonOk]));
     w42.PackType = ((global::Gtk.PackType)(1));
     w42.Position = 4;
     w42.Expand = false;
     w42.Fill = false;
     // Container child hboxBottom.Gtk.Box+BoxChild
     this.buttonCancel = new global::Gtk.Button ();
     this.buttonCancel.WidthRequest = 80;
     this.buttonCancel.CanFocus = true;
     this.buttonCancel.Name = "buttonCancel";
     this.buttonCancel.UseStock = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label = "gtk-cancel";
     this.hboxBottom.Add (this.buttonCancel);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.hboxBottom[this.buttonCancel]));
     w43.PackType = ((global::Gtk.PackType)(1));
     w43.Position = 5;
     w43.Expand = false;
     w43.Fill = false;
     // Container child hboxBottom.Gtk.Box+BoxChild
     this.checkBlue = new global::Gtk.CheckButton ();
     this.checkBlue.CanFocus = true;
     this.checkBlue.Name = "checkBlue";
     this.checkBlue.Label = global::Mono.Unix.Catalog.GetString ("Blue");
     this.checkBlue.Active = true;
     this.checkBlue.DrawIndicator = true;
     this.checkBlue.UseUnderline = true;
     this.hboxBottom.Add (this.checkBlue);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hboxBottom[this.checkBlue]));
     w44.PackType = ((global::Gtk.PackType)(1));
     w44.Position = 6;
     w1.Add (this.hboxBottom);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(w1[this.hboxBottom]));
     w45.PackType = ((global::Gtk.PackType)(1));
     w45.Position = 4;
     w45.Expand = false;
     w45.Fill = false;
     // Internal child Pinta.Effects.LevelsDialog.ActionArea
     global::Gtk.HButtonBox w46 = this.ActionArea;
     w46.Name = "__gtksharp_58_Stetic_TopLevelDialog_ActionArea";
     w46.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child __gtksharp_58_Stetic_TopLevelDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonDummy = new global::Gtk.Button ();
     this.buttonDummy.Sensitive = false;
     this.buttonDummy.CanFocus = true;
     this.buttonDummy.Name = "buttonDummy";
     this.buttonDummy.UseUnderline = true;
     this.buttonDummy.Label = global::Mono.Unix.Catalog.GetString ("In stetic action button box cannot be empty");
     this.AddActionWidget (this.buttonDummy, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w47 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w46[this.buttonDummy]));
     w47.Expand = false;
     w47.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 1754;
     this.DefaultHeight = 326;
     this.buttonDummy.Hide ();
     this.Show ();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget";
			// Container child MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget.Gtk.Container+ContainerChild
			this.vbox72 = new global::Gtk.VBox ();
			this.vbox72.Name = "vbox72";
			this.vbox72.Spacing = 6;
			// Container child vbox72.Gtk.Box+BoxChild
			this.lookCheck = new global::Gtk.CheckButton ();
			this.lookCheck.Name = "lookCheck";
			this.lookCheck.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("Look for add-in updates at startup, with the following periodicity:");
			this.lookCheck.DrawIndicator = true;
			this.lookCheck.UseUnderline = true;
			this.vbox72.Add (this.lookCheck);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox72 [this.lookCheck]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox72.Gtk.Box+BoxChild
			this.hbox46 = new global::Gtk.HBox ();
			this.hbox46.Name = "hbox46";
			this.hbox46.Spacing = 6;
			// Container child hbox46.Gtk.Box+BoxChild
			this.label104 = new global::Gtk.Label ();
			this.label104.WidthRequest = 24;
			this.label104.Name = "label104";
			this.label104.Xalign = 0F;
			this.label104.Yalign = 0F;
			this.hbox46.Add (this.label104);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox46 [this.label104]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child hbox46.Gtk.Box+BoxChild
			this.label105 = new global::Gtk.Label ();
			this.label105.Name = "label105";
			this.label105.Xalign = 0F;
			this.label105.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Every");
			this.hbox46.Add (this.label105);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox46 [this.label105]));
			w3.Position = 1;
			w3.Expand = false;
			w3.Fill = false;
			// Container child hbox46.Gtk.Box+BoxChild
			this.valueSpin = new global::Gtk.SpinButton (0, 100, 1);
			this.valueSpin.Name = "valueSpin";
			this.valueSpin.Adjustment.PageIncrement = 10;
			this.valueSpin.ClimbRate = 1;
			this.valueSpin.Numeric = true;
			this.valueSpin.Value = 1;
			this.hbox46.Add (this.valueSpin);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox46 [this.valueSpin]));
			w4.Position = 2;
			w4.Expand = false;
			w4.Fill = false;
			// Container child hbox46.Gtk.Box+BoxChild
			this.periodCombo = global::Gtk.ComboBox.NewText ();
			this.periodCombo.AppendText (global::MonoDevelop.Core.GettextCatalog.GetString ("Days"));
			this.periodCombo.AppendText (global::MonoDevelop.Core.GettextCatalog.GetString ("Months"));
			this.periodCombo.Name = "periodCombo";
			this.periodCombo.Active = 0;
			this.hbox46.Add (this.periodCombo);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox46 [this.periodCombo]));
			w5.Position = 3;
			w5.Expand = false;
			w5.Fill = false;
			this.vbox72.Add (this.hbox46);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox72 [this.hbox46]));
			w6.Position = 1;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox72.Gtk.Box+BoxChild
			this.hseparator1 = new global::Gtk.HSeparator ();
			this.hseparator1.Name = "hseparator1";
			this.vbox72.Add (this.hseparator1);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox72 [this.hseparator1]));
			w7.Position = 2;
			w7.Expand = false;
			w7.Fill = false;
			// Container child vbox72.Gtk.Box+BoxChild
			this.hbox47 = new global::Gtk.HBox ();
			this.hbox47.Name = "hbox47";
			// Container child hbox47.Gtk.Box+BoxChild
			this.managerButton = new global::Gtk.Button ();
			this.managerButton.Name = "managerButton";
			this.managerButton.UseUnderline = true;
			this.managerButton.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("Add-in Manager...");
			this.hbox47.Add (this.managerButton);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox47 [this.managerButton]));
			w8.Position = 0;
			w8.Expand = false;
			w8.Fill = false;
			this.vbox72.Add (this.hbox47);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox72 [this.hbox47]));
			w9.Position = 3;
			w9.Expand = false;
			w9.Fill = false;
			this.Add (this.vbox72);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
			this.lookCheck.Clicked += new global::System.EventHandler (this.OnCheckToggled);
			this.managerButton.Clicked += new global::System.EventHandler (this.OnManageClicked);
		}
Exemplo n.º 37
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Template.TemplateWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.FileAction = new global::Gtk.Action("FileAction", global::Mono.Unix.Catalog.GetString("File"), null, null);
     this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString("File");
     w1.Add(this.FileAction, null);
     this.CloseAction = new global::Gtk.Action("CloseAction", global::Mono.Unix.Catalog.GetString("Close"), null, null);
     this.CloseAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Close");
     w1.Add(this.CloseAction, null);
     this.HelpAction = new global::Gtk.Action("HelpAction", global::Mono.Unix.Catalog.GetString("Help"), null, null);
     this.HelpAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Help");
     w1.Add(this.HelpAction, null);
     this.AboutAction = new global::Gtk.Action("AboutAction", global::Mono.Unix.Catalog.GetString("About"), null, null);
     this.AboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString("About");
     w1.Add(this.AboutAction, null);
     this.SettingsAction = new global::Gtk.Action("SettingsAction", global::Mono.Unix.Catalog.GetString("Settings"), null, null);
     this.SettingsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Settings");
     w1.Add(this.SettingsAction, null);
     this.WindowStyleAction = new global::Gtk.Action("WindowStyleAction", global::Mono.Unix.Catalog.GetString("Window style"), null, null);
     this.WindowStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Style");
     w1.Add(this.WindowStyleAction, null);
     this.CustomStyleAction = new global::Gtk.RadioAction("CustomStyleAction", global::Mono.Unix.Catalog.GetString("DGLE"), null, null, 0);
     this.CustomStyleAction.Group = new global::GLib.SList(global::System.IntPtr.Zero);
     this.CustomStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("DGLE");
     w1.Add(this.CustomStyleAction, null);
     this.PlatformStyleAction = new global::Gtk.RadioAction("PlatformStyleAction", global::Mono.Unix.Catalog.GetString("Platform"), null, null, 0);
     this.PlatformStyleAction.Group = this.CustomStyleAction.Group;
     this.PlatformStyleAction.Sensitive = false;
     this.PlatformStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Platform");
     this.PlatformStyleAction.Visible = false;
     this.PlatformStyleAction.VisibleHorizontal = false;
     this.PlatformStyleAction.VisibleVertical = false;
     this.PlatformStyleAction.VisibleOverflown = false;
     w1.Add(this.PlatformStyleAction, null);
     this.DecoratedCustomStyleAction = new global::Gtk.RadioAction("DecoratedCustomStyleAction", global::Mono.Unix.Catalog.GetString("Decorated DGLE"), null, null, 0);
     this.DecoratedCustomStyleAction.Group = this.PlatformStyleAction.Group;
     this.DecoratedCustomStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Decorated DGLE");
     w1.Add(this.DecoratedCustomStyleAction, null);
     this.PlatformStyleAction1 = new global::Gtk.RadioAction("PlatformStyleAction1", global::Mono.Unix.Catalog.GetString("Platform"), null, null, 0);
     this.PlatformStyleAction1.Group = this.PlatformStyleAction.Group;
     this.PlatformStyleAction1.Sensitive = false;
     this.PlatformStyleAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Platform");
     this.PlatformStyleAction1.Visible = false;
     w1.Add(this.PlatformStyleAction1, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name = "Template.TemplateWindow";
     this.Title = global::Mono.Unix.Catalog.GetString("Young, strong and crazy!");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.Decorated = false;
     // Container child Template.TemplateWindow.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString(@"<ui><menubar name='menubar1'><menu name='FileAction' action='FileAction'><menuitem name='CloseAction' action='CloseAction'/></menu><menu name='SettingsAction' action='SettingsAction'><menu name='WindowStyleAction' action='WindowStyleAction'><menuitem name='CustomStyleAction' action='CustomStyleAction'/><menuitem name='DecoratedCustomStyleAction' action='DecoratedCustomStyleAction'/></menu></menu><menu name='HelpAction' action='HelpAction'><menuitem name='AboutAction' action='AboutAction'/></menu></menubar></ui>");
     this.menubar1 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vbox1.Add(this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.menubar1]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table(((uint)(8)), ((uint)(3)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     this.table1.BorderWidth = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.button1 = new global::Gtk.Button();
     this.button1.CanFocus = true;
     this.button1.Name = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label = global::Mono.Unix.Catalog.GetString("GtkButton");
     this.table1.Add(this.button1);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.button1]));
     w3.TopAttach = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.LeftAttach = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.calendar2 = new global::Gtk.Calendar();
     this.calendar2.CanFocus = true;
     this.calendar2.Name = "calendar2";
     this.calendar2.DisplayOptions = ((global::Gtk.CalendarDisplayOptions)(35));
     this.table1.Add(this.calendar2);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.calendar2]));
     w4.TopAttach = ((uint)(6));
     w4.BottomAttach = ((uint)(7));
     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.combobox1 = global::Gtk.ComboBox.NewText();
     this.combobox1.AppendText(global::Mono.Unix.Catalog.GetString ("young"));
     this.combobox1.AppendText(global::Mono.Unix.Catalog.GetString ("strong"));
     this.combobox1.AppendText(global::Mono.Unix.Catalog.GetString ("crazy"));
     this.combobox1.Name = "combobox1";
     this.combobox1.Active = 0;
     this.table1.Add(this.combobox1);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.combobox1]));
     w5.TopAttach = ((uint)(3));
     w5.BottomAttach = ((uint)(4));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.comboboxentry1 = global::Gtk.ComboBoxEntry.NewText();
     this.comboboxentry1.AppendText(global::Mono.Unix.Catalog.GetString ("young"));
     this.comboboxentry1.AppendText(global::Mono.Unix.Catalog.GetString ("strong"));
     this.comboboxentry1.AppendText(global::Mono.Unix.Catalog.GetString ("crazy"));
     this.comboboxentry1.Name = "comboboxentry1";
     this.comboboxentry1.Active = 0;
     this.table1.Add(this.comboboxentry1);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.comboboxentry1]));
     w6.TopAttach = ((uint)(4));
     w6.BottomAttach = ((uint)(5));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entry1 = new global::Gtk.Entry();
     this.entry1.CanFocus = true;
     this.entry1.Name = "entry1";
     this.entry1.Text = global::Mono.Unix.Catalog.GetString("Young, strong and crazy!");
     this.entry1.IsEditable = true;
     this.entry1.InvisibleChar = '●';
     this.table1.Add(this.entry1);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.entry1]));
     w7.TopAttach = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.textview1 = new global::Gtk.TextView();
     this.textview1.Buffer.Text = "Young, strong and crazy!";
     this.textview1.CanFocus = true;
     this.textview1.Name = "textview1";
     this.GtkScrolledWindow.Add(this.textview1);
     this.table1.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.GtkScrolledWindow]));
     w9.TopAttach = ((uint)(6));
     w9.BottomAttach = ((uint)(7));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1 = new global::Gtk.Label();
     this.label1.Name = "label1";
     this.label1.Xalign = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("label1");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.progressbar1 = new global::Gtk.ProgressBar();
     this.progressbar1.Name = "progressbar1";
     this.progressbar1.Fraction = 0.5D;
     this.table1.Add(this.progressbar1);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.progressbar1]));
     w11.TopAttach = ((uint)(3));
     w11.BottomAttach = ((uint)(4));
     w11.LeftAttach = ((uint)(1));
     w11.RightAttach = ((uint)(2));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spinbutton1 = new global::Gtk.SpinButton(0D, 100D, 1D);
     this.spinbutton1.CanFocus = true;
     this.spinbutton1.Name = "spinbutton1";
     this.spinbutton1.Adjustment.PageIncrement = 10D;
     this.spinbutton1.ClimbRate = 1D;
     this.spinbutton1.Numeric = true;
     this.table1.Add(this.spinbutton1);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.spinbutton1]));
     w12.TopAttach = ((uint)(2));
     w12.BottomAttach = ((uint)(3));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.togglebutton1 = new global::Gtk.ToggleButton();
     this.togglebutton1.CanFocus = true;
     this.togglebutton1.Name = "togglebutton1";
     this.togglebutton1.UseUnderline = true;
     this.togglebutton1.Label = global::Mono.Unix.Catalog.GetString("GtkToggleButton");
     this.table1.Add(this.togglebutton1);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.togglebutton1]));
     w13.TopAttach = ((uint)(2));
     w13.BottomAttach = ((uint)(3));
     w13.LeftAttach = ((uint)(1));
     w13.RightAttach = ((uint)(2));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.vbox3 = new global::Gtk.VBox();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkbutton2 = new global::Gtk.CheckButton();
     this.checkbutton2.CanFocus = true;
     this.checkbutton2.Name = "checkbutton2";
     this.checkbutton2.Label = global::Mono.Unix.Catalog.GetString("checkbutton2");
     this.checkbutton2.DrawIndicator = true;
     this.checkbutton2.UseUnderline = true;
     this.vbox3.Add(this.checkbutton2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.checkbutton2]));
     w14.Position = 0;
     w14.Expand = false;
     w14.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkbutton3 = new global::Gtk.CheckButton();
     this.checkbutton3.CanFocus = true;
     this.checkbutton3.Name = "checkbutton3";
     this.checkbutton3.Label = global::Mono.Unix.Catalog.GetString("checkbutton3");
     this.checkbutton3.DrawIndicator = true;
     this.checkbutton3.UseUnderline = true;
     this.vbox3.Add(this.checkbutton3);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.checkbutton3]));
     w15.Position = 1;
     w15.Expand = false;
     w15.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkbutton4 = new global::Gtk.CheckButton();
     this.checkbutton4.CanFocus = true;
     this.checkbutton4.Name = "checkbutton4";
     this.checkbutton4.Label = global::Mono.Unix.Catalog.GetString("checkbutton4");
     this.checkbutton4.DrawIndicator = true;
     this.checkbutton4.UseUnderline = true;
     this.vbox3.Add(this.checkbutton4);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.checkbutton4]));
     w16.Position = 2;
     w16.Expand = false;
     w16.Fill = false;
     this.table1.Add(this.vbox3);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1[this.vbox3]));
     w17.TopAttach = ((uint)(5));
     w17.BottomAttach = ((uint)(6));
     w17.XOptions = ((global::Gtk.AttachOptions)(4));
     w17.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.vbox4 = new global::Gtk.VBox();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.radiobutton1 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString ("radiobutton1"));
     this.radiobutton1.CanFocus = true;
     this.radiobutton1.Name = "radiobutton1";
     this.radiobutton1.DrawIndicator = true;
     this.radiobutton1.UseUnderline = true;
     this.radiobutton1.Group = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vbox4.Add(this.radiobutton1);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.radiobutton1]));
     w18.Position = 0;
     w18.Expand = false;
     w18.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.radiobutton2 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString ("radiobutton2"));
     this.radiobutton2.CanFocus = true;
     this.radiobutton2.Name = "radiobutton2";
     this.radiobutton2.DrawIndicator = true;
     this.radiobutton2.UseUnderline = true;
     this.radiobutton2.Group = this.radiobutton1.Group;
     this.vbox4.Add(this.radiobutton2);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.radiobutton2]));
     w19.Position = 1;
     w19.Expand = false;
     w19.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.radiobutton3 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString ("radiobutton3"));
     this.radiobutton3.CanFocus = true;
     this.radiobutton3.Name = "radiobutton3";
     this.radiobutton3.DrawIndicator = true;
     this.radiobutton3.UseUnderline = true;
     this.radiobutton3.Group = this.radiobutton1.Group;
     this.vbox4.Add(this.radiobutton3);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.radiobutton3]));
     w20.Position = 2;
     w20.Expand = false;
     w20.Fill = false;
     this.table1.Add(this.vbox4);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1[this.vbox4]));
     w21.TopAttach = ((uint)(5));
     w21.BottomAttach = ((uint)(6));
     w21.LeftAttach = ((uint)(1));
     w21.RightAttach = ((uint)(2));
     w21.XOptions = ((global::Gtk.AttachOptions)(4));
     w21.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.table1]));
     w22.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.statusbar1 = new global::Gtk.Statusbar();
     this.statusbar1.Name = "statusbar1";
     this.statusbar1.Spacing = 6;
     this.vbox1.Add(this.statusbar1);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.statusbar1]));
     w23.Position = 2;
     w23.Expand = false;
     w23.Fill = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth = 483;
     this.DefaultHeight = 497;
     this.Show();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Moscrif.IDE.Settings.TestOptionsWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Moscrif.IDE.Option.TestOptionsWidget";
     // Container child Moscrif.IDE.Settings.TestOptionsWidget.Gtk.Container+ContainerChild
     this.table2 = new global::Gtk.Table (((uint)(7)), ((uint)(3)), false);
     this.table2.Name = "table2";
     this.table2.RowSpacing = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.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 ("Red");
     this.table2.Add (this.label5);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table2 [this.label5]));
     w1.XOptions = ((global::Gtk.AttachOptions)(4));
     w1.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 ("Green");
     this.table2.Add (this.label6);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table2 [this.label6]));
     w2.TopAttach = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.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 ("Blue");
     this.table2.Add (this.label7);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table2 [this.label7]));
     w3.TopAttach = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label8 = new global::Gtk.Label ();
     this.label8.Name = "label8";
     this.label8.Xalign = 1F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("W->Tag ");
     this.label8.Wrap = true;
     this.table2.Add (this.label8);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table2 [this.label8]));
     w4.TopAttach = ((uint)(3));
     w4.BottomAttach = ((uint)(4));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.sbBlue = new global::Gtk.SpinButton (0D, 255D, 1D);
     this.sbBlue.CanFocus = true;
     this.sbBlue.Name = "sbBlue";
     this.sbBlue.Adjustment.PageIncrement = 5D;
     this.sbBlue.ClimbRate = 1D;
     this.sbBlue.Numeric = true;
     this.table2.Add (this.sbBlue);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2 [this.sbBlue]));
     w5.TopAttach = ((uint)(2));
     w5.BottomAttach = ((uint)(3));
     w5.LeftAttach = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.sbGreen = new global::Gtk.SpinButton (0D, 255D, 1D);
     this.sbGreen.CanFocus = true;
     this.sbGreen.Name = "sbGreen";
     this.sbGreen.Adjustment.PageIncrement = 5D;
     this.sbGreen.ClimbRate = 1D;
     this.sbGreen.Numeric = true;
     this.table2.Add (this.sbGreen);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table2 [this.sbGreen]));
     w6.TopAttach = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.LeftAttach = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.sbRed = new global::Gtk.SpinButton (0D, 255D, 1D);
     this.sbRed.CanFocus = true;
     this.sbRed.Name = "sbRed";
     this.sbRed.Adjustment.PageIncrement = 5D;
     this.sbRed.ClimbRate = 1D;
     this.sbRed.Numeric = true;
     this.table2.Add (this.sbRed);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table2 [this.sbRed]));
     w7.LeftAttach = ((uint)(1));
     w7.RightAttach = ((uint)(2));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.spinbutton4 = new global::Gtk.SpinButton (0D, 100D, 1D);
     this.spinbutton4.CanFocus = true;
     this.spinbutton4.Name = "spinbutton4";
     this.spinbutton4.Adjustment.PageIncrement = 10D;
     this.spinbutton4.ClimbRate = 1D;
     this.spinbutton4.Numeric = true;
     this.table2.Add (this.spinbutton4);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table2 [this.spinbutton4]));
     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));
     this.Add (this.table2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Debugger.BreakpointPropertiesDialog
     this.Name           = "MonoDevelop.Debugger.BreakpointPropertiesDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Breakpoint Properties");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal          = true;
     // Internal child MonoDevelop.Debugger.BreakpointPropertiesDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vboxProperties             = new global::Gtk.VBox();
     this.vboxProperties.Name        = "vboxProperties";
     this.vboxProperties.Spacing     = 6;
     this.vboxProperties.BorderWidth = ((uint)(9));
     // Container child vboxProperties.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Location</b>");
     this.label1.UseMarkup = true;
     this.vboxProperties.Add(this.label1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vboxProperties [this.label1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vboxProperties.Gtk.Box+BoxChild
     this.alignLocation             = new global::Gtk.Alignment(0F, 0.5F, 1F, 1F);
     this.alignLocation.Name        = "alignLocation";
     this.alignLocation.LeftPadding = ((uint)(18));
     // Container child alignLocation.Gtk.Container+ContainerChild
     this.tableLocation               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.tableLocation.Name          = "tableLocation";
     this.tableLocation.RowSpacing    = ((uint)(6));
     this.tableLocation.ColumnSpacing = ((uint)(6));
     // Container child tableLocation.Gtk.Table+TableChild
     this.entryFileFunction               = new global::Gtk.Entry();
     this.entryFileFunction.CanFocus      = true;
     this.entryFileFunction.Name          = "entryFileFunction";
     this.entryFileFunction.IsEditable    = true;
     this.entryFileFunction.InvisibleChar = '●';
     this.tableLocation.Add(this.entryFileFunction);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.tableLocation [this.entryFileFunction]));
     w3.LeftAttach  = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableLocation.Gtk.Table+TableChild
     this.hboxLineColumn         = new global::Gtk.HBox();
     this.hboxLineColumn.Name    = "hboxLineColumn";
     this.hboxLineColumn.Spacing = 6;
     // Container child hboxLineColumn.Gtk.Box+BoxChild
     this.spinLine          = new global::Gtk.SpinButton(1, 100, 1);
     this.spinLine.CanFocus = true;
     this.spinLine.Name     = "spinLine";
     this.spinLine.Adjustment.PageIncrement = 10;
     this.spinLine.ClimbRate = 1;
     this.spinLine.Numeric   = true;
     this.spinLine.Value     = 1;
     this.hboxLineColumn.Add(this.spinLine);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hboxLineColumn [this.spinLine]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hboxLineColumn.Gtk.Box+BoxChild
     this.hboxColumn         = new global::Gtk.HBox();
     this.hboxColumn.Name    = "hboxColumn";
     this.hboxColumn.Spacing = 6;
     // Container child hboxColumn.Gtk.Box+BoxChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Column:");
     this.label9.Justify   = ((global::Gtk.Justification)(1));
     this.hboxColumn.Add(this.label9);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hboxColumn [this.label9]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hboxColumn.Gtk.Box+BoxChild
     this.spinColumn          = new global::Gtk.SpinButton(1, 100, 1);
     this.spinColumn.CanFocus = true;
     this.spinColumn.Name     = "spinColumn";
     this.spinColumn.Adjustment.PageIncrement = 10;
     this.spinColumn.ClimbRate = 1;
     this.spinColumn.Numeric   = true;
     this.hboxColumn.Add(this.spinColumn);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hboxColumn [this.spinColumn]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     this.hboxLineColumn.Add(this.hboxColumn);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hboxLineColumn [this.hboxColumn]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     this.tableLocation.Add(this.hboxLineColumn);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tableLocation [this.hboxLineColumn]));
     w8.TopAttach    = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.LeftAttach   = ((uint)(1));
     w8.RightAttach  = ((uint)(2));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableLocation.Gtk.Table+TableChild
     this.labelFileFunction           = new global::Gtk.Label();
     this.labelFileFunction.Name      = "labelFileFunction";
     this.labelFileFunction.Xalign    = 0F;
     this.labelFileFunction.LabelProp = global::Mono.Unix.Catalog.GetString("File:");
     this.tableLocation.Add(this.labelFileFunction);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tableLocation [this.labelFileFunction]));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableLocation.Gtk.Table+TableChild
     this.labelLine           = new global::Gtk.Label();
     this.labelLine.Name      = "labelLine";
     this.labelLine.LabelProp = global::Mono.Unix.Catalog.GetString("Line:");
     this.tableLocation.Add(this.labelLine);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.tableLocation [this.labelLine]));
     w10.TopAttach    = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.alignLocation.Add(this.tableLocation);
     this.vboxProperties.Add(this.alignLocation);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vboxProperties [this.alignLocation]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vboxProperties.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Condition</b>");
     this.label2.UseMarkup = true;
     this.vboxProperties.Add(this.label2);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vboxProperties [this.label2]));
     w13.Position = 2;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vboxProperties.Gtk.Box+BoxChild
     this.alignCondition             = new global::Gtk.Alignment(0F, 0.5F, 1F, 1F);
     this.alignCondition.Name        = "alignCondition";
     this.alignCondition.LeftPadding = ((uint)(18));
     // Container child alignCondition.Gtk.Container+ContainerChild
     this.vboxConditionOptions         = new global::Gtk.VBox();
     this.vboxConditionOptions.Name    = "vboxConditionOptions";
     this.vboxConditionOptions.Spacing = 6;
     // Container child vboxConditionOptions.Gtk.Box+BoxChild
     this.radioBreakAlways               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Always break"));
     this.radioBreakAlways.CanFocus      = true;
     this.radioBreakAlways.Name          = "radioBreakAlways";
     this.radioBreakAlways.DrawIndicator = true;
     this.radioBreakAlways.UseUnderline  = true;
     this.radioBreakAlways.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vboxConditionOptions.Add(this.radioBreakAlways);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vboxConditionOptions [this.radioBreakAlways]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vboxConditionOptions.Gtk.Box+BoxChild
     this.radioBreakWhenTrue               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Break when condition is true"));
     this.radioBreakWhenTrue.CanFocus      = true;
     this.radioBreakWhenTrue.Name          = "radioBreakWhenTrue";
     this.radioBreakWhenTrue.DrawIndicator = true;
     this.radioBreakWhenTrue.UseUnderline  = true;
     this.radioBreakWhenTrue.Group         = this.radioBreakAlways.Group;
     this.vboxConditionOptions.Add(this.radioBreakWhenTrue);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vboxConditionOptions [this.radioBreakWhenTrue]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vboxConditionOptions.Gtk.Box+BoxChild
     this.radioBreakWhenChanges               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Break when the expression changes"));
     this.radioBreakWhenChanges.CanFocus      = true;
     this.radioBreakWhenChanges.Name          = "radioBreakWhenChanges";
     this.radioBreakWhenChanges.DrawIndicator = true;
     this.radioBreakWhenChanges.UseUnderline  = true;
     this.radioBreakWhenChanges.Group         = this.radioBreakAlways.Group;
     this.vboxConditionOptions.Add(this.radioBreakWhenChanges);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vboxConditionOptions [this.radioBreakWhenChanges]));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vboxConditionOptions.Gtk.Box+BoxChild
     this.alignConditionExpression             = new global::Gtk.Alignment(0F, 0.5F, 1F, 1F);
     this.alignConditionExpression.Name        = "alignConditionExpression";
     this.alignConditionExpression.LeftPadding = ((uint)(18));
     // Container child alignConditionExpression.Gtk.Container+ContainerChild
     this.hboxConditionExpression         = new global::Gtk.HBox();
     this.hboxConditionExpression.Name    = "hboxConditionExpression";
     this.hboxConditionExpression.Spacing = 6;
     // Container child hboxConditionExpression.Gtk.Box+BoxChild
     this.labelConditionExpression           = new global::Gtk.Label();
     this.labelConditionExpression.Name      = "labelConditionExpression";
     this.labelConditionExpression.Xalign    = 0F;
     this.labelConditionExpression.LabelProp = global::Mono.Unix.Catalog.GetString("Condition expression:");
     this.hboxConditionExpression.Add(this.labelConditionExpression);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hboxConditionExpression [this.labelConditionExpression]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child hboxConditionExpression.Gtk.Box+BoxChild
     this.entryCondition               = new global::Gtk.Entry();
     this.entryCondition.CanFocus      = true;
     this.entryCondition.Name          = "entryCondition";
     this.entryCondition.IsEditable    = true;
     this.entryCondition.InvisibleChar = '●';
     this.hboxConditionExpression.Add(this.entryCondition);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hboxConditionExpression [this.entryCondition]));
     w18.Position = 1;
     this.alignConditionExpression.Add(this.hboxConditionExpression);
     this.vboxConditionOptions.Add(this.alignConditionExpression);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vboxConditionOptions [this.alignConditionExpression]));
     w20.Position = 3;
     w20.Expand   = false;
     w20.Fill     = false;
     this.alignCondition.Add(this.vboxConditionOptions);
     this.vboxProperties.Add(this.alignCondition);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vboxProperties [this.alignCondition]));
     w22.Position = 3;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vboxProperties.Gtk.Box+BoxChild
     this.labelHitCount           = new global::Gtk.Label();
     this.labelHitCount.Name      = "labelHitCount";
     this.labelHitCount.Xalign    = 0F;
     this.labelHitCount.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Hit Count</b>");
     this.labelHitCount.UseMarkup = true;
     this.vboxProperties.Add(this.labelHitCount);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vboxProperties [this.labelHitCount]));
     w23.Position = 4;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child vboxProperties.Gtk.Box+BoxChild
     this.alignHitCount             = new global::Gtk.Alignment(0F, 0.5F, 1F, 1F);
     this.alignHitCount.Name        = "alignHitCount";
     this.alignHitCount.LeftPadding = ((uint)(18));
     // Container child alignHitCount.Gtk.Container+ContainerChild
     this.vboxHitCount         = new global::Gtk.VBox();
     this.vboxHitCount.Name    = "vboxHitCount";
     this.vboxHitCount.Spacing = 6;
     // Container child vboxHitCount.Gtk.Box+BoxChild
     this.labelWhenHit           = new global::Gtk.Label();
     this.labelWhenHit.Name      = "labelWhenHit";
     this.labelWhenHit.Xalign    = 0F;
     this.labelWhenHit.LabelProp = global::Mono.Unix.Catalog.GetString("When the condition is hit:");
     this.vboxHitCount.Add(this.labelWhenHit);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vboxHitCount [this.labelWhenHit]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child vboxHitCount.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.comboHitCountMode = global::Gtk.ComboBox.NewText();
     this.comboHitCountMode.AppendText(global::Mono.Unix.Catalog.GetString("Always break"));
     this.comboHitCountMode.AppendText(global::Mono.Unix.Catalog.GetString("Break when the hit count is less than"));
     this.comboHitCountMode.AppendText(global::Mono.Unix.Catalog.GetString("Break when the hit count is less than or equal to"));
     this.comboHitCountMode.AppendText(global::Mono.Unix.Catalog.GetString("Break when the hit count is equal to"));
     this.comboHitCountMode.AppendText(global::Mono.Unix.Catalog.GetString("Break when the hit count is greater than"));
     this.comboHitCountMode.AppendText(global::Mono.Unix.Catalog.GetString("Break when the hit count is greater than or equal to"));
     this.comboHitCountMode.AppendText(global::Mono.Unix.Catalog.GetString("Break when the hit count is a multiple of"));
     this.comboHitCountMode.Name   = "comboHitCountMode";
     this.comboHitCountMode.Active = 0;
     this.hbox1.Add(this.comboHitCountMode);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboHitCountMode]));
     w25.Position = 0;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.spinHitCount          = new global::Gtk.SpinButton(0, 100000000, 1);
     this.spinHitCount.CanFocus = true;
     this.spinHitCount.Name     = "spinHitCount";
     this.spinHitCount.Adjustment.PageIncrement = 10;
     this.spinHitCount.ClimbRate = 1;
     this.spinHitCount.Numeric   = true;
     this.spinHitCount.Value     = 1;
     this.hbox1.Add(this.spinHitCount);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.spinHitCount]));
     w26.Position = 1;
     w26.Expand   = false;
     w26.Fill     = false;
     this.vboxHitCount.Add(this.hbox1);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vboxHitCount [this.hbox1]));
     w27.Position = 1;
     w27.Expand   = false;
     w27.Fill     = false;
     this.alignHitCount.Add(this.vboxHitCount);
     this.vboxProperties.Add(this.alignHitCount);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vboxProperties [this.alignHitCount]));
     w29.Position = 5;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child vboxProperties.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Action</b>");
     this.label3.UseMarkup = true;
     this.vboxProperties.Add(this.label3);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vboxProperties [this.label3]));
     w30.Position = 6;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child vboxProperties.Gtk.Box+BoxChild
     this.alignAction             = new global::Gtk.Alignment(0F, 0.5F, 1F, 1F);
     this.alignAction.Name        = "alignAction";
     this.alignAction.LeftPadding = ((uint)(18));
     // Container child alignAction.Gtk.Container+ContainerChild
     this.vboxAction         = new global::Gtk.VBox();
     this.vboxAction.Name    = "vboxAction";
     this.vboxAction.Spacing = 6;
     // Container child vboxAction.Gtk.Box+BoxChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.Xalign    = 0F;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("When the breakpoint is hit:");
     this.vboxAction.Add(this.label11);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vboxAction [this.label11]));
     w31.Position = 0;
     w31.Expand   = false;
     w31.Fill     = false;
     // Container child vboxAction.Gtk.Box+BoxChild
     this.radioActionBreak               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Break"));
     this.radioActionBreak.CanFocus      = true;
     this.radioActionBreak.Name          = "radioActionBreak";
     this.radioActionBreak.DrawIndicator = true;
     this.radioActionBreak.UseUnderline  = true;
     this.radioActionBreak.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vboxAction.Add(this.radioActionBreak);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vboxAction [this.radioActionBreak]));
     w32.Position = 1;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child vboxAction.Gtk.Box+BoxChild
     this.radioActionTrace               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Write expression to the output"));
     this.radioActionTrace.CanFocus      = true;
     this.radioActionTrace.Name          = "radioActionTrace";
     this.radioActionTrace.DrawIndicator = true;
     this.radioActionTrace.UseUnderline  = true;
     this.radioActionTrace.Group         = this.radioActionBreak.Group;
     this.vboxAction.Add(this.radioActionTrace);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vboxAction [this.radioActionTrace]));
     w33.Position = 2;
     w33.Expand   = false;
     w33.Fill     = false;
     // Container child vboxAction.Gtk.Box+BoxChild
     this.alignTraceExpression             = new global::Gtk.Alignment(0F, 0.5F, 1F, 1F);
     this.alignTraceExpression.Name        = "alignTraceExpression";
     this.alignTraceExpression.LeftPadding = ((uint)(18));
     // Container child alignTraceExpression.Gtk.Container+ContainerChild
     this.boxTraceExpression         = new global::Gtk.HBox();
     this.boxTraceExpression.Name    = "boxTraceExpression";
     this.boxTraceExpression.Spacing = 6;
     // Container child boxTraceExpression.Gtk.Box+BoxChild
     this.labelTraceExpression           = new global::Gtk.Label();
     this.labelTraceExpression.Name      = "labelTraceExpression";
     this.labelTraceExpression.LabelProp = global::Mono.Unix.Catalog.GetString("Expression:");
     this.boxTraceExpression.Add(this.labelTraceExpression);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.boxTraceExpression [this.labelTraceExpression]));
     w34.Position = 0;
     w34.Expand   = false;
     w34.Fill     = false;
     // Container child boxTraceExpression.Gtk.Box+BoxChild
     this.entryTraceExpression               = new global::Gtk.Entry();
     this.entryTraceExpression.CanFocus      = true;
     this.entryTraceExpression.Name          = "entryTraceExpression";
     this.entryTraceExpression.IsEditable    = true;
     this.entryTraceExpression.InvisibleChar = '●';
     this.boxTraceExpression.Add(this.entryTraceExpression);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.boxTraceExpression [this.entryTraceExpression]));
     w35.Position = 1;
     this.alignTraceExpression.Add(this.boxTraceExpression);
     this.vboxAction.Add(this.alignTraceExpression);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vboxAction [this.alignTraceExpression]));
     w37.Position = 3;
     w37.Expand   = false;
     w37.Fill     = false;
     this.alignAction.Add(this.vboxAction);
     this.vboxProperties.Add(this.alignAction);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vboxProperties [this.alignAction]));
     w39.Position = 7;
     w39.Expand   = false;
     w39.Fill     = false;
     w1.Add(this.vboxProperties);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(w1 [this.vboxProperties]));
     w40.Position = 0;
     w40.Expand   = false;
     w40.Fill     = false;
     // Internal child MonoDevelop.Debugger.BreakpointPropertiesDialog.ActionArea
     global::Gtk.HButtonBox w41 = this.ActionArea;
     w41.Name        = "dialog1_ActionArea";
     w41.Spacing     = 6;
     w41.BorderWidth = ((uint)(5));
     w41.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w42 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w41 [this.buttonCancel]));
     w42.Expand = false;
     w42.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-ok";
     w41.Add(this.buttonOk);
     global::Gtk.ButtonBox.ButtonBoxChild w43 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w41 [this.buttonOk]));
     w43.Position = 1;
     w43.Expand   = false;
     w43.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 512;
     this.DefaultHeight = 522;
     this.Hide();
     this.radioBreakAlways.Toggled      += new global::System.EventHandler(this.OnRadioBreakAlwaysToggled);
     this.radioBreakWhenTrue.Toggled    += new global::System.EventHandler(this.OnRadioBreakAlwaysToggled);
     this.radioBreakWhenChanges.Toggled += new global::System.EventHandler(this.OnRadioBreakAlwaysToggled);
     this.radioActionBreak.Toggled      += new global::System.EventHandler(this.OnRadioActionBreakToggled);
     this.radioActionTrace.Toggled      += new global::System.EventHandler(this.OnRadioActionBreakToggled);
     this.buttonOk.Clicked += new global::System.EventHandler(this.OnButtonOkClicked);
 }
Exemplo n.º 40
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("XOR Generator");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(9));
     // Container child vbox2.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("String to Confused");
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.txt_enc = new global::Gtk.Entry();
     global::Gtk.Tooltips w2 = new Gtk.Tooltips();
     w2.SetTip(this.txt_enc, "Input text need to XOR.", "Input text need to XOR.");
     this.txt_enc.CanFocus      = true;
     this.txt_enc.Name          = "txt_enc";
     this.txt_enc.IsEditable    = true;
     this.txt_enc.InvisibleChar = '●';
     this.hbox1.Add(this.txt_enc);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.txt_enc]));
     w3.Position = 1;
     this.vbox3.Add(this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox1]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Random ASCII");
     this.hbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label2]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.random_ascii = new global::Gtk.SpinButton(2D, 100D, 1D);
     w2.SetTip(this.random_ascii, "Range 1-100 only. To generate ASCII(DEC) in Random.", "Range 1-100 only. To generate ASCII(DEC) in Random.");
     this.random_ascii.CanFocus = true;
     this.random_ascii.Name     = "random_ascii";
     this.random_ascii.Adjustment.PageIncrement = 10D;
     this.random_ascii.ClimbRate = 1D;
     this.random_ascii.Numeric   = true;
     this.random_ascii.Value     = 2D;
     this.hbox2.Add(this.random_ascii);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.random_ascii]));
     w6.Position = 1;
     w6.Padding  = ((uint)(29));
     // Container child hbox2.Gtk.Box+BoxChild
     this.btn_ran = new global::Gtk.Button();
     this.btn_ran.WidthRequest = 100;
     this.btn_ran.CanFocus     = true;
     this.btn_ran.Name         = "btn_ran";
     this.btn_ran.UseUnderline = true;
     this.btn_ran.Label        = global::Mono.Unix.Catalog.GetString("Random");
     this.hbox2.Add(this.btn_ran);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.btn_ran]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vbox3.Add(this.hbox2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox2]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.treeview1          = new global::Gtk.TreeView();
     this.treeview1.CanFocus = true;
     this.treeview1.Name     = "treeview1";
     this.GtkScrolledWindow1.Add(this.treeview1);
     this.hbox4.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.GtkScrolledWindow1]));
     w10.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.del_lst_btn              = new global::Gtk.Button();
     this.del_lst_btn.CanFocus     = true;
     this.del_lst_btn.Name         = "del_lst_btn";
     this.del_lst_btn.UseUnderline = true;
     this.del_lst_btn.Label        = global::Mono.Unix.Catalog.GetString("Delete");
     this.vbox4.Add(this.del_lst_btn);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.del_lst_btn]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.clear_btn = new global::Gtk.Button();
     this.clear_btn.WidthRequest = 100;
     this.clear_btn.CanFocus     = true;
     this.clear_btn.Name         = "clear_btn";
     this.clear_btn.UseUnderline = true;
     this.clear_btn.Label        = global::Mono.Unix.Catalog.GetString("Clear All");
     this.vbox4.Add(this.clear_btn);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.clear_btn]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     this.hbox4.Add(this.vbox4);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.vbox4]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     this.vbox3.Add(this.hbox4);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox4]));
     w14.Position = 2;
     this.vbox2.Add(this.vbox3);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.vbox3]));
     w15.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("XOR Confuseded (ASCII DEC)");
     this.hbox3.Add(this.label3);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label3]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.txt_xor_string               = new global::Gtk.Entry();
     this.txt_xor_string.CanFocus      = true;
     this.txt_xor_string.Name          = "txt_xor_string";
     this.txt_xor_string.IsEditable    = true;
     this.txt_xor_string.InvisibleChar = '●';
     this.hbox3.Add(this.txt_xor_string);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.txt_xor_string]));
     w17.Position = 1;
     // Container child hbox3.Gtk.Box+BoxChild
     this.btn_gen = new global::Gtk.Button();
     this.btn_gen.WidthRequest = 100;
     this.btn_gen.CanFocus     = true;
     this.btn_gen.Name         = "btn_gen";
     this.btn_gen.UseUnderline = true;
     this.btn_gen.Label        = global::Mono.Unix.Catalog.GetString("Generate");
     this.hbox3.Add(this.btn_gen);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.btn_gen]));
     w18.Position = 2;
     w18.Expand   = false;
     w18.Fill     = false;
     this.vbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox3]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Code for decode:");
     this.vbox1.Add(this.label4);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label4]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.code_dec          = new global::Gtk.TextView();
     this.code_dec.CanFocus = true;
     this.code_dec.Name     = "code_dec";
     this.code_dec.Editable = false;
     this.GtkScrolledWindow.Add(this.code_dec);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow]));
     w22.Position = 1;
     this.vbox2.Add(this.vbox1);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.vbox1]));
     w23.PackType = ((global::Gtk.PackType)(1));
     w23.Position = 2;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 637;
     this.DefaultHeight = 467;
     this.Show();
     this.DeleteEvent            += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.random_ascii.Activated += new global::System.EventHandler(this.press_enter_to_input);
     this.btn_ran.Clicked        += new global::System.EventHandler(this.onClickRandom);
     this.del_lst_btn.Clicked    += new global::System.EventHandler(this.Delete_Select);
     this.clear_btn.Clicked      += new global::System.EventHandler(this.clear_all_list);
     this.btn_gen.Clicked        += new global::System.EventHandler(this.generate_xor);
 }
Exemplo n.º 41
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget SimGUI.Browser
     this.Name = "SimGUI.Browser";
     this.Title = global::Mono.Unix.Catalog.GetString("Browser");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child SimGUI.Browser.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.vbox2 = new global::Gtk.VBox();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table(((uint)(2)), ((uint)(3)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.entry2 = new global::Gtk.Entry();
     this.entry2.CanFocus = true;
     this.entry2.Name = "entry2";
     this.entry2.Text = global::Mono.Unix.Catalog.GetString("127.0.0.1");
     this.entry2.IsEditable = true;
     this.entry2.InvisibleChar = '●';
     this.table1.Add(this.entry2);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.entry2]));
     w1.TopAttach = ((uint)(1));
     w1.BottomAttach = ((uint)(2));
     w1.LeftAttach = ((uint)(1));
     w1.RightAttach = ((uint)(2));
     w1.XOptions = ((global::Gtk.AttachOptions)(4));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1 = new global::Gtk.Label();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Simulator server:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w2.TopAttach = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2 = new global::Gtk.Label();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Address");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     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.label3 = new global::Gtk.Label();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Port");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
     w4.LeftAttach = ((uint)(2));
     w4.RightAttach = ((uint)(3));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spinbutton1 = new global::Gtk.SpinButton(0, 10000, 1);
     this.spinbutton1.CanFocus = true;
     this.spinbutton1.Name = "spinbutton1";
     this.spinbutton1.Adjustment.PageIncrement = 10;
     this.spinbutton1.ClimbRate = 1;
     this.spinbutton1.Numeric = true;
     this.spinbutton1.Value = 1055;
     this.table1.Add(this.spinbutton1);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.spinbutton1]));
     w5.TopAttach = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.LeftAttach = ((uint)(2));
     w5.RightAttach = ((uint)(3));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table1]));
     w6.Position = 0;
     w6.Expand = false;
     w6.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Username:"******"entry3";
     this.entry3.Text = global::Mono.Unix.Catalog.GetString("Nikola");
     this.entry3.IsEditable = true;
     this.entry3.InvisibleChar = '●';
     this.hbox3.Add(this.entry3);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.entry3]));
     w8.Position = 1;
     this.vbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox3]));
     w9.Position = 1;
     w9.Expand = false;
     w9.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox5 = new global::Gtk.HBox();
     this.hbox5.Name = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.button1 = new global::Gtk.Button();
     this.button1.CanFocus = true;
     this.button1.Name = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label = global::Mono.Unix.Catalog.GetString("Connect to server");
     this.hbox5.Add(this.button1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.button1]));
     w10.Position = 0;
     w10.Expand = false;
     w10.Fill = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.button4 = new global::Gtk.Button();
     this.button4.CanFocus = true;
     this.button4.Name = "button4";
     this.button4.UseUnderline = true;
     this.button4.Label = global::Mono.Unix.Catalog.GetString("Disconnect");
     this.hbox5.Add(this.button4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.button4]));
     w11.Position = 1;
     w11.Expand = false;
     w11.Fill = false;
     this.vbox2.Add(this.hbox5);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox5]));
     w12.Position = 2;
     w12.Expand = false;
     w12.Fill = false;
     this.vbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.vbox2]));
     w13.Position = 0;
     w13.Expand = false;
     w13.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.nodeview1 = new global::Gtk.NodeView();
     this.nodeview1.CanFocus = true;
     this.nodeview1.Name = "nodeview1";
     this.GtkScrolledWindow.Add(this.nodeview1);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow]));
     w15.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.button3 = new global::Gtk.Button();
     this.button3.CanFocus = true;
     this.button3.Name = "button3";
     this.button3.UseUnderline = true;
     this.button3.Label = global::Mono.Unix.Catalog.GetString("Refresh list");
     this.hbox4.Add(this.button3);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.button3]));
     w16.Position = 0;
     w16.Expand = false;
     w16.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.button2 = new global::Gtk.Button();
     this.button2.CanFocus = true;
     this.button2.Name = "button2";
     this.button2.UseUnderline = true;
     this.button2.Label = global::Mono.Unix.Catalog.GetString("Start new simulator");
     this.hbox4.Add(this.button2);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.button2]));
     w17.Position = 1;
     w17.Expand = false;
     w17.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.button35 = new global::Gtk.Button();
     this.button35.CanFocus = true;
     this.button35.Name = "button35";
     this.button35.UseUnderline = true;
     this.button35.Label = global::Mono.Unix.Catalog.GetString("Connect to selected");
     this.hbox4.Add(this.button35);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.button35]));
     w18.Position = 2;
     w18.Expand = false;
     w18.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.button36 = new global::Gtk.Button();
     this.button36.CanFocus = true;
     this.button36.Name = "button36";
     this.button36.UseUnderline = true;
     this.button36.Label = global::Mono.Unix.Catalog.GetString("Stop selected");
     this.hbox4.Add(this.button36);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.button36]));
     w19.Position = 3;
     w19.Expand = false;
     w19.Fill = false;
     this.vbox1.Add(this.hbox4);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox4]));
     w20.Position = 3;
     w20.Expand = false;
     w20.Fill = false;
     this.Add(this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll();
     }
     this.DefaultWidth = 457;
     this.DefaultHeight = 323;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.button1.Clicked += new global::System.EventHandler(this.OnButton1Clicked);
     this.button4.Clicked += new global::System.EventHandler(this.OnButton4Clicked);
     this.button3.Clicked += new global::System.EventHandler(this.OnButton3Clicked);
     this.button2.Clicked += new global::System.EventHandler(this.OnButton2Clicked);
     this.button35.Clicked += new global::System.EventHandler(this.OnButton35Clicked);
     this.button36.Clicked += new global::System.EventHandler(this.OnButton36Clicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.VersionControl.UrlBasedRepositoryEditor
     global::Stetic.BinContainer.Attach(this);
     this.Events = ((global::Gdk.EventMask)(256));
     this.Name   = "MonoDevelop.VersionControl.UrlBasedRepositoryEditor";
     // Container child MonoDevelop.VersionControl.UrlBasedRepositoryEditor.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(8)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     this.table1.BorderWidth   = ((uint)(12));
     // Container child table1.Gtk.Table+TableChild
     this.hbox1      = new global::Gtk.HBox();
     this.hbox1.Name = "hbox1";
     // Container child hbox1.Gtk.Box+BoxChild
     this.comboProtocol      = global::Gtk.ComboBox.NewText();
     this.comboProtocol.Name = "comboProtocol";
     this.hbox1.Add(this.comboProtocol);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboProtocol]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     this.table1.Add(this.hbox1);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox1]));
     w2.TopAttach    = ((uint)(3));
     w2.BottomAttach = ((uint)(4));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox2      = new global::Gtk.HBox();
     this.hbox2.Name = "hbox2";
     // Container child hbox2.Gtk.Box+BoxChild
     this.repositoryPortSpin          = new global::Gtk.SpinButton(0, 99999, 1);
     this.repositoryPortSpin.CanFocus = true;
     this.repositoryPortSpin.Name     = "repositoryPortSpin";
     this.repositoryPortSpin.Adjustment.PageIncrement = 10;
     this.repositoryPortSpin.Adjustment.PageSize      = 10;
     this.repositoryPortSpin.ClimbRate = 1;
     this.repositoryPortSpin.Numeric   = true;
     this.repositoryPortSpin.Value     = 1;
     this.hbox2.Add(this.repositoryPortSpin);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.repositoryPortSpin]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     this.table1.Add(this.hbox2);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox2]));
     w4.TopAttach    = ((uint)(5));
     w4.BottomAttach = ((uint)(6));
     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.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.table1.Add(this.hseparator2);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.hseparator2]));
     w5.TopAttach    = ((uint)(2));
     w5.BottomAttach = ((uint)(3));
     w5.RightAttach  = ((uint)(2));
     w5.YPadding     = ((uint)(6));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.Xalign    = 0F;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Server:");
     this.table1.Add(this.label11);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label11]));
     w6.TopAttach    = ((uint)(4));
     w6.BottomAttach = ((uint)(5));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Url:");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Protocol:");
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w8.TopAttach    = ((uint)(3));
     w8.BottomAttach = ((uint)(4));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Port:");
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w9.TopAttach    = ((uint)(5));
     w9.BottomAttach = ((uint)(6));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Path:");
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
     w10.TopAttach    = ((uint)(6));
     w10.BottomAttach = ((uint)(7));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 0F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("User:"******"labelError";
     this.labelError.Xalign    = 0F;
     this.labelError.LabelProp = global::Mono.Unix.Catalog.GetString("<small><span color='red'>Invalid URL</span></small>");
     this.labelError.UseMarkup = true;
     this.table1.Add(this.labelError);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelError]));
     w12.TopAttach    = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     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.repositoryPathEntry               = new global::Gtk.Entry();
     this.repositoryPathEntry.CanFocus      = true;
     this.repositoryPathEntry.Name          = "repositoryPathEntry";
     this.repositoryPathEntry.IsEditable    = true;
     this.repositoryPathEntry.InvisibleChar = '●';
     this.table1.Add(this.repositoryPathEntry);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.repositoryPathEntry]));
     w13.TopAttach    = ((uint)(6));
     w13.BottomAttach = ((uint)(7));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(2));
     w13.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.repositoryServerEntry               = new global::Gtk.Entry();
     this.repositoryServerEntry.CanFocus      = true;
     this.repositoryServerEntry.Name          = "repositoryServerEntry";
     this.repositoryServerEntry.IsEditable    = true;
     this.repositoryServerEntry.InvisibleChar = '●';
     this.table1.Add(this.repositoryServerEntry);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.repositoryServerEntry]));
     w14.TopAttach    = ((uint)(4));
     w14.BottomAttach = ((uint)(5));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(2));
     w14.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.repositoryUrlEntry               = new global::Gtk.Entry();
     this.repositoryUrlEntry.CanFocus      = true;
     this.repositoryUrlEntry.Name          = "repositoryUrlEntry";
     this.repositoryUrlEntry.IsEditable    = true;
     this.repositoryUrlEntry.InvisibleChar = '●';
     this.table1.Add(this.repositoryUrlEntry);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.repositoryUrlEntry]));
     w15.LeftAttach  = ((uint)(1));
     w15.RightAttach = ((uint)(2));
     w15.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.repositoryUserEntry               = new global::Gtk.Entry();
     this.repositoryUserEntry.CanFocus      = true;
     this.repositoryUserEntry.Name          = "repositoryUserEntry";
     this.repositoryUserEntry.IsEditable    = true;
     this.repositoryUserEntry.InvisibleChar = '●';
     this.table1.Add(this.repositoryUserEntry);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.repositoryUserEntry]));
     w16.TopAttach    = ((uint)(7));
     w16.BottomAttach = ((uint)(8));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.YOptions     = ((global::Gtk.AttachOptions)(0));
     this.Add(this.table1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.labelError.Hide();
     this.Show();
     this.repositoryUserEntry.Changed     += new global::System.EventHandler(this.OnRepositoryUserEntryChanged);
     this.repositoryUrlEntry.Changed      += new global::System.EventHandler(this.OnRepositoryUrlEntryChanged);
     this.repositoryServerEntry.Changed   += new global::System.EventHandler(this.OnRepositoryServerEntryChanged);
     this.repositoryPathEntry.Changed     += new global::System.EventHandler(this.OnRepositoryPathEntryChanged);
     this.repositoryPortSpin.ValueChanged += new global::System.EventHandler(this.OnRepositoryPortSpinValueChanged);
     this.comboProtocol.Changed           += new global::System.EventHandler(this.OnComboProtocolChanged);
 }
Exemplo n.º 43
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.WidthRequest   = 640;
     this.HeightRequest  = 480;
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("ScreenJournal");
     this.Icon           = global::Stetic.IconLoader.LoadIcon(this, "gtk-media-record", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.DefaultWidth   = 640;
     this.DefaultHeight  = 480;
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1             = new global::Gtk.VBox();
     this.vbox1.Name        = "vbox1";
     this.vbox1.BorderWidth = ((uint)(2));
     // Container child vbox1.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 1;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vboxrun         = new global::Gtk.VBox();
     this.vboxrun.Name    = "vboxrun";
     this.vboxrun.Spacing = 6;
     // Container child vboxrun.Gtk.Box+BoxChild
     this.runbutton              = new global::Gtk.Button();
     this.runbutton.Name         = "runbutton";
     this.runbutton.UseUnderline = true;
     // Container child runbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w2 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w3 = new global::Gtk.HBox();
     w3.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w4 = new global::Gtk.Image();
     w4.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-media-stop", global::Gtk.IconSize.Button);
     w3.Add(w4);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w6 = new global::Gtk.Label();
     w6.LabelProp    = global::Mono.Unix.Catalog.GetString("Start recording");
     w6.UseUnderline = true;
     w3.Add(w6);
     w2.Add(w3);
     this.runbutton.Add(w2);
     this.vboxrun.Add(this.runbutton);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vboxrun [this.runbutton]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vboxrun.Gtk.Box+BoxChild
     this.runbuttonrunning              = new global::Gtk.Button();
     this.runbuttonrunning.Name         = "runbuttonrunning";
     this.runbuttonrunning.UseUnderline = true;
     // Container child runbuttonrunning.Gtk.Container+ContainerChild
     global::Gtk.Alignment w11 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w12 = new global::Gtk.HBox();
     w12.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w13 = new global::Gtk.Image();
     w13.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-media-record", global::Gtk.IconSize.Button);
     w12.Add(w13);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w15 = new global::Gtk.Label();
     w15.LabelProp    = global::Mono.Unix.Catalog.GetString("Stop recording");
     w15.UseUnderline = true;
     w12.Add(w15);
     w11.Add(w12);
     this.runbuttonrunning.Add(w11);
     this.vboxrun.Add(this.runbuttonrunning);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vboxrun [this.runbuttonrunning]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     this.notebook1.Add(this.vboxrun);
     // Notebook tab
     this.runtab            = new global::Gtk.Label();
     this.runtab.CanDefault = true;
     this.runtab.Name       = "runtab";
     this.runtab.LabelProp  = global::Mono.Unix.Catalog.GetString("Run");
     this.notebook1.SetTabLabel(this.vboxrun, this.runtab);
     this.runtab.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vboxsettings             = new global::Gtk.VBox();
     this.vboxsettings.Name        = "vboxsettings";
     this.vboxsettings.BorderWidth = ((uint)(2));
     // Container child vboxsettings.Gtk.Box+BoxChild
     this.hbox2             = new global::Gtk.HBox();
     this.hbox2.Name        = "hbox2";
     this.hbox2.BorderWidth = ((uint)(2));
     // Container child hbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.folderchooserbutton = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select A Folder"), ((global::Gtk.FileChooserAction)(2)));
     this.folderchooserbutton.WidthRequest = 1;
     this.folderchooserbutton.Name         = "folderchooserbutton";
     this.hbox1.Add(this.folderchooserbutton);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.folderchooserbutton]));
     w21.PackType = ((global::Gtk.PackType)(1));
     w21.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.directorybox               = new global::Gtk.Entry();
     this.directorybox.CanFocus      = true;
     this.directorybox.Name          = "directorybox";
     this.directorybox.IsEditable    = true;
     this.directorybox.InvisibleChar = '●';
     this.hbox1.Add(this.directorybox);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.directorybox]));
     w22.PackType = ((global::Gtk.PackType)(1));
     w22.Position = 1;
     this.hbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.hbox1]));
     w23.PackType = ((global::Gtk.PackType)(1));
     w23.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label3                = new global::Gtk.Label();
     this.label3.Name           = "label3";
     this.label3.LabelProp      = global::Mono.Unix.Catalog.GetString("Image save directory");
     this.label3.Justify        = ((global::Gtk.Justification)(1));
     this.label3.SingleLineMode = true;
     this.hbox2.Add(this.label3);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label3]));
     w24.PackType = ((global::Gtk.PackType)(1));
     w24.Position = 1;
     w24.Expand   = false;
     w24.Fill     = false;
     this.vboxsettings.Add(this.hbox2);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vboxsettings [this.hbox2]));
     w25.Position = 0;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child vboxsettings.Gtk.Box+BoxChild
     this.hbox3             = new global::Gtk.HBox();
     this.hbox3.Name        = "hbox3";
     this.hbox3.BorderWidth = ((uint)(2));
     // Container child hbox3.Gtk.Box+BoxChild
     this.label4                = new global::Gtk.Label();
     this.label4.Name           = "label4";
     this.label4.LabelProp      = global::Mono.Unix.Catalog.GetString("Interval (seconds)");
     this.label4.Justify        = ((global::Gtk.Justification)(1));
     this.label4.SingleLineMode = true;
     this.hbox3.Add(this.label4);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label4]));
     w26.Position = 0;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.intervalbox = new global::Gtk.SpinButton(1D, 86400D, 1D);
     this.intervalbox.WidthRequest             = 60;
     this.intervalbox.CanFocus                 = true;
     this.intervalbox.Name                     = "intervalbox";
     this.intervalbox.Adjustment.PageIncrement = 1D;
     this.intervalbox.Adjustment.PageSize      = 30D;
     this.intervalbox.ClimbRate                = 1D;
     this.intervalbox.Numeric                  = true;
     this.intervalbox.Value                    = 1D;
     this.hbox3.Add(this.intervalbox);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.intervalbox]));
     w27.PackType = ((global::Gtk.PackType)(1));
     w27.Position = 1;
     w27.Expand   = false;
     w27.Fill     = false;
     this.vboxsettings.Add(this.hbox3);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vboxsettings [this.hbox3]));
     w28.Position = 1;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child vboxsettings.Gtk.Box+BoxChild
     this.savesettingsbutton              = new global::Gtk.Button();
     this.savesettingsbutton.CanFocus     = true;
     this.savesettingsbutton.Name         = "savesettingsbutton";
     this.savesettingsbutton.UseUnderline = true;
     // Container child savesettingsbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w29 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w30 = new global::Gtk.HBox();
     w30.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w31 = new global::Gtk.Image();
     w31.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-apply", global::Gtk.IconSize.Menu);
     w30.Add(w31);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w33 = new global::Gtk.Label();
     w33.LabelProp    = global::Mono.Unix.Catalog.GetString("Save settings");
     w33.UseUnderline = true;
     w30.Add(w33);
     w29.Add(w30);
     this.savesettingsbutton.Add(w29);
     this.vboxsettings.Add(this.savesettingsbutton);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vboxsettings [this.savesettingsbutton]));
     w37.PackType = ((global::Gtk.PackType)(1));
     w37.Position = 2;
     w37.Expand   = false;
     w37.Fill     = false;
     this.notebook1.Add(this.vboxsettings);
     global::Gtk.Notebook.NotebookChild w38 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vboxsettings]));
     w38.Position = 1;
     // Notebook tab
     this.settingstab           = new global::Gtk.Label();
     this.settingstab.Name      = "settingstab";
     this.settingstab.LabelProp = global::Mono.Unix.Catalog.GetString("Settings");
     this.notebook1.SetTabLabel(this.vboxsettings, this.settingstab);
     this.settingstab.ShowAll();
     this.vbox1.Add(this.notebook1);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.notebook1]));
     w39.Position = 0;
     // Container child vbox1.Gtk.Box+BoxChild
     this.statusbar1         = new global::Gtk.Statusbar();
     this.statusbar1.Name    = "statusbar1";
     this.statusbar1.Spacing = 1;
     // Container child statusbar1.Gtk.Box+BoxChild
     this.statusbarlabel      = new global::Gtk.Label();
     this.statusbarlabel.Name = "statusbarlabel";
     this.statusbarlabel.Wrap = true;
     this.statusbar1.Add(this.statusbarlabel);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.statusbar1 [this.statusbarlabel]));
     w40.Position = 0;
     w40.Expand   = false;
     w40.Fill     = false;
     this.vbox1.Add(this.statusbar1);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.statusbar1]));
     w41.Position = 1;
     w41.Expand   = false;
     w41.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.runbuttonrunning.Hide();
     this.runtab.HasDefault = true;
     this.Show();
     this.runbutton.Clicked                    += new global::System.EventHandler(this.OnRunbuttonClicked);
     this.runbuttonrunning.Clicked             += new global::System.EventHandler(this.OnRunbuttonClicked);
     this.folderchooserbutton.SelectionChanged += new global::System.EventHandler(this.OnFolderchooserbuttonSelectionChanged);
     this.savesettingsbutton.Clicked           += new global::System.EventHandler(this.OnSavesettingsbuttonClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.AspNet.Gui.XspOptionsPanelWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.AspNet.Gui.XspOptionsPanelWidget";
     // Container child MonoDevelop.AspNet.Gui.XspOptionsPanelWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 12;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0f;
     this.label1.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("<b>General Options</b>");
     this.label1.UseMarkup = true;
     this.vbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2      = new global::Gtk.HBox();
     this.hbox2.Name = "hbox2";
     // Container child hbox2.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label();
     this.label4.WidthRequest = 18;
     this.label4.Name         = "label4";
     this.hbox2.Add(this.label4);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label4]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table2               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.ipAddress               = new global::Gtk.Entry();
     this.ipAddress.CanFocus      = true;
     this.ipAddress.Name          = "ipAddress";
     this.ipAddress.IsEditable    = true;
     this.ipAddress.InvisibleChar = '●';
     this.table2.Add(this.ipAddress);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table2[this.ipAddress]));
     w3.LeftAttach  = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.XOptions    = ((global::Gtk.AttachOptions)(4));
     w3.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0f;
     this.label7.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Port number:");
     this.table2.Add(this.label7);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table2[this.label7]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 0f;
     this.label8.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("IP address:");
     this.table2.Add(this.label8);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2[this.label8]));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.portNumber          = new global::Gtk.SpinButton(0, 32767, 1);
     this.portNumber.CanFocus = true;
     this.portNumber.Name     = "portNumber";
     this.portNumber.Adjustment.PageIncrement = 10;
     this.portNumber.ClimbRate = 1;
     this.portNumber.Numeric   = true;
     this.table2.Add(this.portNumber);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table2[this.portNumber]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table2]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.verboseCheck               = new global::Gtk.CheckButton();
     this.verboseCheck.CanFocus      = true;
     this.verboseCheck.Name          = "verboseCheck";
     this.verboseCheck.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Verbose console output");
     this.verboseCheck.DrawIndicator = true;
     this.verboseCheck.UseUnderline  = true;
     this.vbox2.Add(this.verboseCheck);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.verboseCheck]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     this.hbox2.Add(this.vbox2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vbox2]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0f;
     this.label2.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("<b>Security</b>");
     this.label2.UseMarkup = true;
     this.vbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label2]));
     w11.Position = 2;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3      = new global::Gtk.HBox();
     this.hbox3.Name = "hbox3";
     // Container child hbox3.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label();
     this.label5.WidthRequest = 18;
     this.label5.Name         = "label5";
     this.hbox3.Add(this.label5);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label5]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.table3               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.table3.Name          = "table3";
     this.table3.RowSpacing    = ((uint)(6));
     this.table3.ColumnSpacing = ((uint)(6));
     // Container child table3.Gtk.Table+TableChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.Xalign    = 0f;
     this.label10.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("SSL mode:");
     this.table3.Add(this.label10);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table3[this.label10]));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.Xalign    = 0f;
     this.label9.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("SSL protocol:");
     this.table3.Add(this.label9);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table3[this.label9]));
     w14.TopAttach    = ((uint)(1));
     w14.BottomAttach = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.sslMode      = global::Gtk.ComboBox.NewText();
     this.sslMode.Name = "sslMode";
     this.table3.Add(this.sslMode);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table3[this.sslMode]));
     w15.LeftAttach  = ((uint)(1));
     w15.RightAttach = ((uint)(2));
     w15.XOptions    = ((global::Gtk.AttachOptions)(4));
     w15.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.sslProtocol      = global::Gtk.ComboBox.NewText();
     this.sslProtocol.Name = "sslProtocol";
     this.table3.Add(this.sslProtocol);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table3[this.sslProtocol]));
     w16.TopAttach    = ((uint)(1));
     w16.BottomAttach = ((uint)(2));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox3.Add(this.table3);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.table3]));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox3]));
     w18.Position = 3;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0f;
     this.label3.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("<b>SSL Key</b>");
     this.label3.UseMarkup = true;
     this.vbox1.Add(this.label3);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label3]));
     w19.Position = 4;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox4      = new global::Gtk.HBox();
     this.hbox4.Name = "hbox4";
     // Container child hbox4.Gtk.Box+BoxChild
     this.label6 = new global::Gtk.Label();
     this.label6.WidthRequest = 18;
     this.label6.Name         = "label6";
     this.hbox4.Add(this.label6);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.label6]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.table4               = new global::Gtk.Table(((uint)(4)), ((uint)(2)), false);
     this.table4.Name          = "table4";
     this.table4.RowSpacing    = ((uint)(6));
     this.table4.ColumnSpacing = ((uint)(6));
     // Container child table4.Gtk.Table+TableChild
     this.certLocation      = new global::MonoDevelop.Components.FileEntry();
     this.certLocation.Name = "certLocation";
     this.table4.Add(this.certLocation);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table4[this.certLocation]));
     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 table4.Gtk.Table+TableChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.keyType      = global::Gtk.ComboBox.NewText();
     this.keyType.Name = "keyType";
     this.hbox5.Add(this.keyType);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.keyType]));
     w22.Position = 0;
     w22.Expand   = false;
     w22.Fill     = false;
     this.table4.Add(this.hbox5);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table4[this.hbox5]));
     w23.LeftAttach  = ((uint)(1));
     w23.RightAttach = ((uint)(2));
     w23.XOptions    = ((global::Gtk.AttachOptions)(4));
     w23.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.passwordOptions      = global::Gtk.ComboBox.NewText();
     this.passwordOptions.Name = "passwordOptions";
     this.hbox6.Add(this.passwordOptions);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.passwordOptions]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.passwordEntry               = new global::Gtk.Entry();
     this.passwordEntry.CanFocus      = true;
     this.passwordEntry.Name          = "passwordEntry";
     this.passwordEntry.IsEditable    = true;
     this.passwordEntry.InvisibleChar = '●';
     this.hbox6.Add(this.passwordEntry);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.passwordEntry]));
     w25.Position = 1;
     this.table4.Add(this.hbox6);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table4[this.hbox6]));
     w26.TopAttach    = ((uint)(3));
     w26.BottomAttach = ((uint)(4));
     w26.LeftAttach   = ((uint)(1));
     w26.RightAttach  = ((uint)(2));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.keyLocation      = new global::MonoDevelop.Components.FileEntry();
     this.keyLocation.Name = "keyLocation";
     this.table4.Add(this.keyLocation);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table4[this.keyLocation]));
     w27.TopAttach    = ((uint)(1));
     w27.BottomAttach = ((uint)(2));
     w27.LeftAttach   = ((uint)(1));
     w27.RightAttach  = ((uint)(2));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.Xalign    = 0f;
     this.label11.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Key type:");
     this.table4.Add(this.label11);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table4[this.label11]));
     w28.XOptions = ((global::Gtk.AttachOptions)(4));
     w28.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.Xalign    = 0f;
     this.label12.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Key location:");
     this.table4.Add(this.label12);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table4[this.label12]));
     w29.TopAttach    = ((uint)(1));
     w29.BottomAttach = ((uint)(2));
     w29.XOptions     = ((global::Gtk.AttachOptions)(4));
     w29.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.Xalign    = 0f;
     this.label13.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Certificate location:");
     this.table4.Add(this.label13);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table4[this.label13]));
     w30.TopAttach    = ((uint)(2));
     w30.BottomAttach = ((uint)(3));
     w30.XOptions     = ((global::Gtk.AttachOptions)(4));
     w30.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.Xalign    = 0f;
     this.label14.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Password:");
     this.table4.Add(this.label14);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table4[this.label14]));
     w31.TopAttach    = ((uint)(3));
     w31.BottomAttach = ((uint)(4));
     w31.XOptions     = ((global::Gtk.AttachOptions)(4));
     w31.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox4.Add(this.table4);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.table4]));
     w32.Position = 1;
     this.vbox1.Add(this.hbox4);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox4]));
     w33.Position = 5;
     w33.Expand   = false;
     w33.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.sslProtocol.Changed     += new global::System.EventHandler(this.updateSensitivity);
     this.sslMode.Changed         += new global::System.EventHandler(this.updateSensitivity);
     this.passwordOptions.Changed += new global::System.EventHandler(this.updateSensitivity);
     this.keyType.Changed         += new global::System.EventHandler(this.updateSensitivity);
 }
Exemplo n.º 45
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Wallet.ContractActivation
     global::Stetic.BinContainer.Attach(this);
     this.WidthRequest = 400;
     this.Name         = "Wallet.ContractActivation";
     // Container child Wallet.ContractActivation.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.txtContent          = new global::Gtk.TextView();
     this.txtContent.CanFocus = true;
     this.txtContent.Name     = "txtContent";
     this.txtContent.Editable = false;
     this.GtkScrolledWindow.Add(this.txtContent);
     this.vbox3.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.GtkScrolledWindow]));
     w2.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label3      = new global::Gtk.Label();
     this.label3.Name = "label3";
     this.hbox1.Add(this.label3);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label3]));
     w3.Position = 0;
     w3.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Blocks:");
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label1]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.spinBlocks          = new global::Gtk.SpinButton(0D, 100D, 1D);
     this.spinBlocks.CanFocus = true;
     this.spinBlocks.Name     = "spinBlocks";
     this.spinBlocks.Adjustment.PageIncrement = 10D;
     this.spinBlocks.ClimbRate = 1D;
     this.spinBlocks.Numeric   = true;
     this.spinBlocks.Value     = 1D;
     this.hbox1.Add(this.spinBlocks);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.spinBlocks]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.labelKalapas      = new global::Gtk.Label();
     this.labelKalapas.Name = "labelKalapas";
     this.hbox1.Add(this.labelKalapas);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.labelKalapas]));
     w6.Position = 3;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label5      = new global::Gtk.Label();
     this.label5.Name = "label5";
     this.hbox1.Add(this.label5);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label5]));
     w7.Position = 4;
     w7.Fill     = false;
     this.vbox3.Add(this.hbox1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox1]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hboxAsset1             = new global::Gtk.HBox();
     this.hboxAsset1.Name        = "hboxAsset1";
     this.hboxAsset1.BorderWidth = ((uint)(10));
     // Container child hboxAsset1.Gtk.Box+BoxChild
     this.labelSelectSecureToken           = new global::Gtk.Label();
     this.labelSelectSecureToken.Name      = "labelSelectSecureToken";
     this.labelSelectSecureToken.LabelProp = global::Mono.Unix.Catalog.GetString("Select secure token:");
     this.hboxAsset1.Add(this.labelSelectSecureToken);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hboxAsset1[this.labelSelectSecureToken]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     w9.Padding  = ((uint)(10));
     // Container child hboxAsset1.Gtk.Box+BoxChild
     this.comboboxSecureToken      = global::Gtk.ComboBox.NewText();
     this.comboboxSecureToken.Name = "comboboxSecureToken";
     this.hboxAsset1.Add(this.comboboxSecureToken);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hboxAsset1[this.comboboxSecureToken]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     w10.Padding  = ((uint)(10));
     this.vbox3.Add(this.hboxAsset1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hboxAsset1]));
     w11.Position = 2;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox2             = new global::Gtk.HBox();
     this.hbox2.Name        = "hbox2";
     this.hbox2.Homogeneous = true;
     this.hbox2.Spacing     = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.buttonActivate              = new global::Gtk.Button();
     this.buttonActivate.CanFocus     = true;
     this.buttonActivate.Name         = "buttonActivate";
     this.buttonActivate.UseUnderline = true;
     this.buttonActivate.Label        = global::Mono.Unix.Catalog.GetString("Activate");
     this.hbox2.Add(this.buttonActivate);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.buttonActivate]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     this.vbox3.Add(this.hbox2);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox2]));
     w13.Position = 3;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hboxStatus             = new global::Gtk.HBox();
     this.hboxStatus.Name        = "hboxStatus";
     this.hboxStatus.Homogeneous = true;
     this.hboxStatus.Spacing     = 6;
     // Container child hboxStatus.Gtk.Box+BoxChild
     this.labelStatus      = new global::Gtk.Label();
     this.labelStatus.Name = "labelStatus";
     this.hboxStatus.Add(this.labelStatus);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hboxStatus[this.labelStatus]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     this.vbox3.Add(this.hboxStatus);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hboxStatus]));
     w15.Position = 4;
     w15.Expand   = false;
     w15.Fill     = false;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.hboxStatus.Hide();
     this.Hide();
 }
Exemplo n.º 46
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.fixed1 = new global::Gtk.Fixed ();
     this.fixed1.Name = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.nombre = new global::Gtk.Entry ();
     this.nombre.CanFocus = true;
     this.nombre.Name = "nombre";
     this.nombre.IsEditable = true;
     this.nombre.InvisibleChar = '●';
     this.fixed1.Add (this.nombre);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.nombre]));
     w1.X = 112;
     w1.Y = 40;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.codigo = new global::Gtk.Entry ();
     this.codigo.CanFocus = true;
     this.codigo.Name = "codigo";
     this.codigo.IsEditable = true;
     this.codigo.InvisibleChar = '●';
     this.fixed1.Add (this.codigo);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.codigo]));
     w2.X = 112;
     w2.Y = 85;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.grupo = global::Gtk.ComboBox.NewText ();
     this.grupo.AppendText (global::Mono.Unix.Catalog.GetString ("A"));
     this.grupo.AppendText (global::Mono.Unix.Catalog.GetString ("B"));
     this.grupo.AppendText (global::Mono.Unix.Catalog.GetString ("C"));
     this.grupo.AppendText (global::Mono.Unix.Catalog.GetString ("D"));
     this.grupo.AppendText (global::Mono.Unix.Catalog.GetString ("E"));
     this.grupo.AppendText ("");
     this.grupo.Name = "grupo";
     this.fixed1.Add (this.grupo);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.grupo]));
     w3.X = 474;
     w3.Y = 52;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.Nombre = new global::Gtk.Label ();
     this.Nombre.Name = "Nombre";
     this.Nombre.LabelProp = global::Mono.Unix.Catalog.GetString ("Nombre");
     this.fixed1.Add (this.Nombre);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.Nombre]));
     w4.X = 52;
     w4.Y = 44;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Codigo");
     this.fixed1.Add (this.label2);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label2]));
     w5.X = 55;
     w5.Y = 88;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Grupo");
     this.fixed1.Add (this.label3);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label3]));
     w6.X = 420;
     w6.Y = 57;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("1.-");
     this.fixed1.Add (this.label4);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label4]));
     w7.X = 49;
     w7.Y = 154;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.Xalign = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("¿Cual numero se obtiene de multiplicar 2 a la 5 potencia?");
     this.fixed1.Add (this.label5);
     global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label5]));
     w8.X = 78;
     w8.Y = 154;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.opca = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("32"));
     this.opca.CanFocus = true;
     this.opca.Name = "opca";
     this.opca.DrawIndicator = true;
     this.opca.UseUnderline = true;
     this.opca.Group = new global::GLib.SList (global::System.IntPtr.Zero);
     this.fixed1.Add (this.opca);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.opca]));
     w9.X = 75;
     w9.Y = 194;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label7 = new global::Gtk.Label ();
     this.label7.Name = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("b)");
     this.fixed1.Add (this.label7);
     global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label7]));
     w10.X = 131;
     w10.Y = 197;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.radiobutton2 = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("5"));
     this.radiobutton2.CanFocus = true;
     this.radiobutton2.Name = "radiobutton2";
     this.radiobutton2.DrawIndicator = true;
     this.radiobutton2.UseUnderline = true;
     this.radiobutton2.Group = this.opca.Group;
     this.fixed1.Add (this.radiobutton2);
     global::Gtk.Fixed.FixedChild w11 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.radiobutton2]));
     w11.X = 153;
     w11.Y = 195;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("c)");
     this.fixed1.Add (this.label1);
     global::Gtk.Fixed.FixedChild w12 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label1]));
     w12.X = 206;
     w12.Y = 196;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.radiobutton3 = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("45"));
     this.radiobutton3.CanFocus = true;
     this.radiobutton3.Name = "radiobutton3";
     this.radiobutton3.DrawIndicator = true;
     this.radiobutton3.UseUnderline = true;
     this.radiobutton3.Group = this.opca.Group;
     this.fixed1.Add (this.radiobutton3);
     global::Gtk.Fixed.FixedChild w13 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.radiobutton3]));
     w13.X = 229;
     w13.Y = 196;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label8 = new global::Gtk.Label ();
     this.label8.Name = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("d)");
     this.fixed1.Add (this.label8);
     global::Gtk.Fixed.FixedChild w14 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label8]));
     w14.X = 287;
     w14.Y = 197;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.radiobutton4 = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("56"));
     this.radiobutton4.CanFocus = true;
     this.radiobutton4.Name = "radiobutton4";
     this.radiobutton4.DrawIndicator = true;
     this.radiobutton4.UseUnderline = true;
     this.radiobutton4.Group = this.opca.Group;
     this.fixed1.Add (this.radiobutton4);
     global::Gtk.Fixed.FixedChild w15 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.radiobutton4]));
     w15.X = 312;
     w15.Y = 195;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("a)");
     this.fixed1.Add (this.label6);
     global::Gtk.Fixed.FixedChild w16 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label6]));
     w16.X = 52;
     w16.Y = 195;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label9 = new global::Gtk.Label ();
     this.label9.Name = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("2.-");
     this.fixed1.Add (this.label9);
     global::Gtk.Fixed.FixedChild w17 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label9]));
     w17.X = 48;
     w17.Y = 245;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label10 = new global::Gtk.Label ();
     this.label10.Name = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("¿ Cuanto es 2 + 2 ? ");
     this.fixed1.Add (this.label10);
     global::Gtk.Fixed.FixedChild w18 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label10]));
     w18.X = 80;
     w18.Y = 245;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.spm = new global::Gtk.SpinButton (0D, 100D, 1D);
     this.spm.CanFocus = true;
     this.spm.Name = "spm";
     this.spm.Adjustment.PageIncrement = 10D;
     this.spm.ClimbRate = 1D;
     this.spm.Numeric = true;
     this.fixed1.Add (this.spm);
     global::Gtk.Fixed.FixedChild w19 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.spm]));
     w19.X = 77;
     w19.Y = 269;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label11 = new global::Gtk.Label ();
     this.label11.Name = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("3.-");
     this.fixed1.Add (this.label11);
     global::Gtk.Fixed.FixedChild w20 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label11]));
     w20.X = 44;
     w20.Y = 320;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label12 = new global::Gtk.Label ();
     this.label12.Name = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("¿ De los siguientes paises cuales son de America ?");
     this.fixed1.Add (this.label12);
     global::Gtk.Fixed.FixedChild w21 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label12]));
     w21.X = 75;
     w21.Y = 320;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label13 = new global::Gtk.Label ();
     this.label13.Name = "label13";
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("a)");
     this.fixed1.Add (this.label13);
     global::Gtk.Fixed.FixedChild w22 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label13]));
     w22.X = 68;
     w22.Y = 352;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.opa = new global::Gtk.CheckButton ();
     this.opa.CanFocus = true;
     this.opa.Name = "opa";
     this.opa.Label = global::Mono.Unix.Catalog.GetString ("Mexico");
     this.opa.DrawIndicator = true;
     this.opa.UseUnderline = true;
     this.fixed1.Add (this.opa);
     global::Gtk.Fixed.FixedChild w23 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.opa]));
     w23.X = 89;
     w23.Y = 352;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label14 = new global::Gtk.Label ();
     this.label14.Name = "label14";
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString ("b)");
     this.fixed1.Add (this.label14);
     global::Gtk.Fixed.FixedChild w24 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label14]));
     w24.X = 163;
     w24.Y = 354;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.checkbutton2 = new global::Gtk.CheckButton ();
     this.checkbutton2.CanFocus = true;
     this.checkbutton2.Name = "checkbutton2";
     this.checkbutton2.Label = global::Mono.Unix.Catalog.GetString ("España");
     this.checkbutton2.DrawIndicator = true;
     this.checkbutton2.UseUnderline = true;
     this.fixed1.Add (this.checkbutton2);
     global::Gtk.Fixed.FixedChild w25 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.checkbutton2]));
     w25.X = 186;
     w25.Y = 355;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label15 = new global::Gtk.Label ();
     this.label15.Name = "label15";
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString ("c)");
     this.fixed1.Add (this.label15);
     global::Gtk.Fixed.FixedChild w26 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label15]));
     w26.X = 262;
     w26.Y = 356;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.checkbutton3 = new global::Gtk.CheckButton ();
     this.checkbutton3.CanFocus = true;
     this.checkbutton3.Name = "checkbutton3";
     this.checkbutton3.Label = global::Mono.Unix.Catalog.GetString ("Japon");
     this.checkbutton3.DrawIndicator = true;
     this.checkbutton3.UseUnderline = true;
     this.fixed1.Add (this.checkbutton3);
     global::Gtk.Fixed.FixedChild w27 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.checkbutton3]));
     w27.X = 284;
     w27.Y = 355;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label16 = new global::Gtk.Label ();
     this.label16.Name = "label16";
     this.label16.LabelProp = global::Mono.Unix.Catalog.GetString ("d)");
     this.fixed1.Add (this.label16);
     global::Gtk.Fixed.FixedChild w28 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label16]));
     w28.X = 355;
     w28.Y = 356;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.opd = new global::Gtk.CheckButton ();
     this.opd.CanFocus = true;
     this.opd.Name = "opd";
     this.opd.Label = global::Mono.Unix.Catalog.GetString ("Peru");
     this.opd.DrawIndicator = true;
     this.opd.UseUnderline = true;
     this.fixed1.Add (this.opd);
     global::Gtk.Fixed.FixedChild w29 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.opd]));
     w29.X = 374;
     w29.Y = 355;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label17 = new global::Gtk.Label ();
     this.label17.Name = "label17";
     this.label17.LabelProp = global::Mono.Unix.Catalog.GetString ("4.-");
     this.fixed1.Add (this.label17);
     global::Gtk.Fixed.FixedChild w30 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label17]));
     w30.X = 46;
     w30.Y = 414;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label18 = new global::Gtk.Label ();
     this.label18.Name = "label18";
     this.label18.LabelProp = global::Mono.Unix.Catalog.GetString ("Indique la fecha de la independencia");
     this.fixed1.Add (this.label18);
     global::Gtk.Fixed.FixedChild w31 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label18]));
     w31.X = 84;
     w31.Y = 414;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.calendario = new global::Gtk.Calendar ();
     this.calendario.CanFocus = true;
     this.calendario.Name = "calendario";
     this.calendario.DisplayOptions = ((global::Gtk.CalendarDisplayOptions)(35));
     this.fixed1.Add (this.calendario);
     global::Gtk.Fixed.FixedChild w32 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.calendario]));
     w32.X = 94;
     w32.Y = 447;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.Terminar = new global::Gtk.Button ();
     this.Terminar.CanFocus = true;
     this.Terminar.Name = "Terminar";
     this.Terminar.UseUnderline = true;
     this.Terminar.Label = global::Mono.Unix.Catalog.GetString ("Terminar");
     this.fixed1.Add (this.Terminar);
     global::Gtk.Fixed.FixedChild w33 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.Terminar]));
     w33.X = 473;
     w33.Y = 648;
     this.Add (this.fixed1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 756;
     this.DefaultHeight = 780;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.Terminar.Clicked += new global::System.EventHandler (this.OnButton1Clicked);
 }
Exemplo n.º 47
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget CArticulo.ArticuloWindow
     this.Name           = "CArticulo.ArticuloWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("ArticuloWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child CArticulo.ArticuloWindow.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.Nombre           = new global::Gtk.Label();
     this.Nombre.Name      = "Nombre";
     this.Nombre.LabelProp = global::Mono.Unix.Catalog.GetString("Nombre");
     this.hbox3.Add(this.Nombre);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.Nombre]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.entry3               = new global::Gtk.Entry();
     this.entry3.CanFocus      = true;
     this.entry3.Name          = "entry3";
     this.entry3.IsEditable    = true;
     this.entry3.InvisibleChar = '•';
     this.hbox3.Add(this.entry3);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.entry3]));
     w2.Position = 1;
     this.vbox4.Add(this.hbox3);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox3]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Precio");
     this.hbox4.Add(this.label4);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.label4]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.spinbutton1          = new global::Gtk.SpinButton(0D, 100D, 1D);
     this.spinbutton1.CanFocus = true;
     this.spinbutton1.Name     = "spinbutton1";
     this.spinbutton1.Adjustment.PageIncrement = 10D;
     this.spinbutton1.ClimbRate = 1D;
     this.spinbutton1.Numeric   = true;
     this.hbox4.Add(this.spinbutton1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.spinbutton1]));
     w5.Position = 1;
     this.vbox4.Add(this.hbox4);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox4]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Categoria");
     this.hbox5.Add(this.label5);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.label5]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.combobox1      = global::Gtk.ComboBox.NewText();
     this.combobox1.Name = "combobox1";
     this.hbox5.Add(this.combobox1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.combobox1]));
     w8.Position = 1;
     this.vbox4.Add(this.hbox5);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox5]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     this.vbox2.Add(this.vbox4);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.vbox4]));
     w10.Position = 0;
     w10.Expand   = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.button4              = new global::Gtk.Button();
     this.button4.CanFocus     = true;
     this.button4.Name         = "button4";
     this.button4.UseUnderline = true;
     this.button4.Label        = global::Mono.Unix.Catalog.GetString("Guardar");
     this.hbox6.Add(this.button4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.button4]));
     w11.Position = 2;
     w11.Expand   = false;
     w11.Fill     = false;
     this.vbox2.Add(this.hbox6);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox6]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 405;
     this.DefaultHeight = 300;
     this.Show();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Component.CategoryProperties
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.Component.CategoryProperties";
     // Container child LongoMatch.Gui.Component.CategoryProperties.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.frame4 = new global::Gtk.Frame ();
     this.frame4.Name = "frame4";
     this.frame4.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child frame4.Gtk.Container+ContainerChild
     this.GtkAlignment1 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment1.Name = "GtkAlignment1";
     this.GtkAlignment1.LeftPadding = ((uint)(12));
     // Container child GtkAlignment1.Gtk.Container+ContainerChild
     this.table2 = new global::Gtk.Table (((uint)(3)), ((uint)(4)), false);
     this.table2.Name = "table2";
     this.table2.RowSpacing = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.colorbutton1 = new global::Gtk.ColorButton ();
     this.colorbutton1.CanFocus = true;
     this.colorbutton1.Events = ((global::Gdk.EventMask)(784));
     this.colorbutton1.Name = "colorbutton1";
     this.table2.Add (this.colorbutton1);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table2 [this.colorbutton1]));
     w1.LeftAttach = ((uint)(3));
     w1.RightAttach = ((uint)(4));
     w1.XOptions = ((global::Gtk.AttachOptions)(4));
     w1.YOptions = ((global::Gtk.AttachOptions)(0));
     // 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.hotKeyLabel = new global::Gtk.Label ();
     this.hotKeyLabel.Name = "hotKeyLabel";
     this.hotKeyLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("none");
     this.hbox5.Add (this.hotKeyLabel);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.hotKeyLabel]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.changebuton = new global::Gtk.Button ();
     this.changebuton.Sensitive = false;
     this.changebuton.CanFocus = true;
     this.changebuton.Name = "changebuton";
     this.changebuton.UseUnderline = true;
     this.changebuton.Label = global::Mono.Unix.Catalog.GetString ("Change");
     this.hbox5.Add (this.changebuton);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.changebuton]));
     w3.Position = 1;
     w3.Expand = false;
     w3.Fill = false;
     this.table2.Add (this.hbox5);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table2 [this.hbox5]));
     w4.TopAttach = ((uint)(2));
     w4.BottomAttach = ((uint)(3));
     w4.LeftAttach = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(0));
     // Container child table2.Gtk.Table+TableChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.Xalign = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Name:</b>");
     this.label1.UseMarkup = true;
     this.table2.Add (this.label1);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2 [this.label1]));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.Xalign = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Color:</b>    ");
     this.label4.UseMarkup = true;
     this.table2.Add (this.label4);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table2 [this.label4]));
     w6.LeftAttach = ((uint)(2));
     w6.RightAttach = ((uint)(3));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.Xalign = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>HotKey:</b>");
     this.label6.UseMarkup = true;
     this.table2.Add (this.label6);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table2 [this.label6]));
     w7.TopAttach = ((uint)(2));
     w7.BottomAttach = ((uint)(3));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label7 = new global::Gtk.Label ();
     this.label7.Name = "label7";
     this.label7.Xalign = 0F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Lead time:</b>");
     this.label7.UseMarkup = true;
     this.table2.Add (this.label7);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table2 [this.label7]));
     w8.TopAttach = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label8 = new global::Gtk.Label ();
     this.label8.Name = "label8";
     this.label8.Xalign = 0F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Lag time:</b>");
     this.label8.UseMarkup = true;
     this.table2.Add (this.label8);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table2 [this.label8]));
     w9.TopAttach = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.LeftAttach = ((uint)(2));
     w9.RightAttach = ((uint)(3));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label9 = new global::Gtk.Label ();
     this.label9.Name = "label9";
     this.label9.Xalign = 0F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Sort Method</b>");
     this.label9.UseMarkup = true;
     this.table2.Add (this.label9);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table2 [this.label9]));
     w10.TopAttach = ((uint)(2));
     w10.BottomAttach = ((uint)(3));
     w10.LeftAttach = ((uint)(2));
     w10.RightAttach = ((uint)(3));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.lagtimebutton = new global::Gtk.SpinButton (0, 100, 1);
     this.lagtimebutton.CanFocus = true;
     this.lagtimebutton.Name = "lagtimebutton";
     this.lagtimebutton.Adjustment.PageIncrement = 1;
     this.lagtimebutton.ClimbRate = 1;
     this.lagtimebutton.Numeric = true;
     this.table2.Add (this.lagtimebutton);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table2 [this.lagtimebutton]));
     w11.TopAttach = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.LeftAttach = ((uint)(3));
     w11.RightAttach = ((uint)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.leadtimebutton = new global::Gtk.SpinButton (0, 100, 1);
     this.leadtimebutton.CanFocus = true;
     this.leadtimebutton.Name = "leadtimebutton";
     this.leadtimebutton.Adjustment.PageIncrement = 1;
     this.leadtimebutton.ClimbRate = 1;
     this.leadtimebutton.Numeric = true;
     this.table2.Add (this.leadtimebutton);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2 [this.leadtimebutton]));
     w12.TopAttach = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.LeftAttach = ((uint)(1));
     w12.RightAttach = ((uint)(2));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.nameentry = new global::Gtk.Entry ();
     this.nameentry.CanFocus = true;
     this.nameentry.Name = "nameentry";
     this.nameentry.IsEditable = true;
     this.nameentry.InvisibleChar = '●';
     this.table2.Add (this.nameentry);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table2 [this.nameentry]));
     w13.LeftAttach = ((uint)(1));
     w13.RightAttach = ((uint)(2));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.sortmethodcombobox = global::Gtk.ComboBox.NewText ();
     this.sortmethodcombobox.AppendText (global::Mono.Unix.Catalog.GetString ("Sort by name"));
     this.sortmethodcombobox.AppendText (global::Mono.Unix.Catalog.GetString ("Sort by start time"));
     this.sortmethodcombobox.AppendText (global::Mono.Unix.Catalog.GetString ("Sort by stop time"));
     this.sortmethodcombobox.AppendText (global::Mono.Unix.Catalog.GetString ("Sort by duration"));
     this.sortmethodcombobox.Name = "sortmethodcombobox";
     this.sortmethodcombobox.Active = 3;
     this.table2.Add (this.sortmethodcombobox);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table2 [this.sortmethodcombobox]));
     w14.TopAttach = ((uint)(2));
     w14.BottomAttach = ((uint)(3));
     w14.LeftAttach = ((uint)(3));
     w14.RightAttach = ((uint)(4));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(0));
     this.GtkAlignment1.Add (this.table2);
     this.frame4.Add (this.GtkAlignment1);
     this.GtkLabel1 = new global::Gtk.Label ();
     this.GtkLabel1.Name = "GtkLabel1";
     this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Properties</b>");
     this.GtkLabel1.UseMarkup = true;
     this.frame4.LabelWidget = this.GtkLabel1;
     this.vbox2.Add (this.frame4);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame4]));
     w17.Position = 0;
     w17.Expand = false;
     w17.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.frame3 = new global::Gtk.Frame ();
     this.frame3.Name = "frame3";
     this.frame3.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child frame3.Gtk.Container+ContainerChild
     this.GtkAlignment3 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment3.Name = "GtkAlignment3";
     this.GtkAlignment3.LeftPadding = ((uint)(12));
     // Container child GtkAlignment3.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // 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.subcategoriestreeview1 = new global::LongoMatch.Gui.SubCategoriesTreeView ();
     this.subcategoriestreeview1.CanFocus = true;
     this.subcategoriestreeview1.Name = "subcategoriestreeview1";
     this.GtkScrolledWindow.Add (this.subcategoriestreeview1);
     this.vbox1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
     w19.Position = 0;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.frame1 = new global::Gtk.Frame ();
     this.frame1.Name = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment4 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment4.Name = "GtkAlignment4";
     this.GtkAlignment4.LeftPadding = ((uint)(12));
     // Container child GtkAlignment4.Gtk.Container+ContainerChild
     this.subcatnameentry = new global::Gtk.Entry ();
     this.subcatnameentry.CanFocus = true;
     this.subcatnameentry.Name = "subcatnameentry";
     this.subcatnameentry.IsEditable = true;
     this.subcatnameentry.InvisibleChar = '•';
     this.GtkAlignment4.Add (this.subcatnameentry);
     this.frame1.Add (this.GtkAlignment4);
     this.GtkLabel3 = new global::Gtk.Label ();
     this.GtkLabel3.Name = "GtkLabel3";
     this.GtkLabel3.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Subcategory name</b>");
     this.GtkLabel3.UseMarkup = true;
     this.frame1.LabelWidget = this.GtkLabel3;
     this.hbox3.Add (this.frame1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.frame1]));
     w22.Position = 0;
     w22.Expand = false;
     w22.Fill = false;
     // Container child hbox3.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.GtkAlignment5 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment5.Name = "GtkAlignment5";
     this.GtkAlignment5.LeftPadding = ((uint)(12));
     // Container child GtkAlignment5.Gtk.Container+ContainerChild
     this.subcatcombobox = new global::Gtk.ComboBox ();
     this.subcatcombobox.Name = "subcatcombobox";
     this.GtkAlignment5.Add (this.subcatcombobox);
     this.frame2.Add (this.GtkAlignment5);
     this.GtkLabel4 = new global::Gtk.Label ();
     this.GtkLabel4.Name = "GtkLabel4";
     this.GtkLabel4.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Subcategory type</b>");
     this.GtkLabel4.UseMarkup = true;
     this.frame2.LabelWidget = this.GtkLabel4;
     this.hbox3.Add (this.frame2);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.frame2]));
     w25.Position = 1;
     // Container child hbox3.Gtk.Box+BoxChild
     this.addbutton = new global::Gtk.Button ();
     this.addbutton.TooltipMarkup = "Add this subcategory";
     this.addbutton.Sensitive = false;
     this.addbutton.CanFocus = true;
     this.addbutton.Name = "addbutton";
     this.addbutton.UseUnderline = true;
     // Container child addbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w26 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w27 = new global::Gtk.HBox ();
     w27.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w28 = new global::Gtk.Image ();
     w28.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-add", global::Gtk.IconSize.Menu);
     w27.Add (w28);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w30 = new global::Gtk.Label ();
     w30.LabelProp = global::Mono.Unix.Catalog.GetString ("_Add subcategory");
     w30.UseUnderline = true;
     w27.Add (w30);
     w26.Add (w27);
     this.addbutton.Add (w26);
     this.hbox3.Add (this.addbutton);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.addbutton]));
     w34.Position = 2;
     w34.Expand = false;
     w34.Fill = false;
     this.vbox1.Add (this.hbox3);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox3]));
     w35.Position = 1;
     w35.Expand = false;
     w35.Fill = false;
     this.GtkAlignment3.Add (this.vbox1);
     this.frame3.Add (this.GtkAlignment3);
     this.GtkLabel5 = new global::Gtk.Label ();
     this.GtkLabel5.Name = "GtkLabel5";
     this.GtkLabel5.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Subcategories</b>");
     this.GtkLabel5.UseMarkup = true;
     this.frame3.LabelWidget = this.GtkLabel5;
     this.vbox2.Add (this.frame3);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame3]));
     w38.Position = 1;
     this.Add (this.vbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Show ();
     this.sortmethodcombobox.Changed += new global::System.EventHandler (this.OnSortmethodcomboboxChanged);
     this.nameentry.Changed += new global::System.EventHandler (this.OnNameentryChanged);
     this.changebuton.Clicked += new global::System.EventHandler (this.OnChangebutonClicked);
     this.colorbutton1.ColorSet += new global::System.EventHandler (this.OnColorbutton1ColorSet);
     this.subcatcombobox.Changed += new global::System.EventHandler (this.OnSubcatcomboboxChanged);
     this.addbutton.Clicked += new global::System.EventHandler (this.OnAddbuttonClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Vodovoz.EquipmentGenerator
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach (this);
     this.UIManager = new global::Gtk.UIManager ();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup ("Default");
     this.UIManager.InsertActionGroup (w2, 0);
     this.Name = "Vodovoz.EquipmentGenerator";
     // Container child Vodovoz.EquipmentGenerator.Gtk.Container+ContainerChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.datavbox1 = new global::Gtk.DataBindings.DataVBox ();
     this.datavbox1.Name = "datavbox1";
     this.datavbox1.Spacing = 6;
     this.datavbox1.InheritedDataSource = false;
     this.datavbox1.InheritedBoundaryDataSource = false;
     this.datavbox1.InheritedDataSource = false;
     this.datavbox1.InheritedBoundaryDataSource = false;
     // Container child datavbox1.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.Xalign = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Регистрация оборудования</b>");
     this.label1.UseMarkup = true;
     this.datavbox1.Add (this.label1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.datavbox1 [this.label1]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child datavbox1.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator ();
     this.hseparator1.Name = "hseparator1";
     this.datavbox1.Add (this.hseparator1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.datavbox1 [this.hseparator1]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     // Container child datavbox1.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table (((uint)(4)), ((uint)(2)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.Xalign = 1F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Модель:");
     this.table1.Add (this.label2);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w5.TopAttach = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.Xalign = 1F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Количество:");
     this.table1.Add (this.label3);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w6.TopAttach = ((uint)(2));
     w6.BottomAttach = ((uint)(3));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.Xalign = 1F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Номенклатура:");
     this.table1.Add (this.label4);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.Xalign = 1F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Окончание гарантии:");
     this.table1.Add (this.label5);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w8.TopAttach = ((uint)(3));
     w8.BottomAttach = ((uint)(4));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelModel = new global::Gtk.Label ();
     this.labelModel.Name = "labelModel";
     this.labelModel.LabelProp = global::Mono.Unix.Catalog.GetString ("--//--");
     this.table1.Add (this.labelModel);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelModel]));
     w9.TopAttach = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.LeftAttach = ((uint)(1));
     w9.RightAttach = ((uint)(2));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.referenceNomenclature = new global::Gtk.DataBindings.DataEntryReference ();
     this.referenceNomenclature.Events = ((global::Gdk.EventMask)(256));
     this.referenceNomenclature.Name = "referenceNomenclature";
     this.referenceNomenclature.DisplayFields = new string[] {
         "Name"
     };
     this.referenceNomenclature.InheritedDataSource = false;
     this.referenceNomenclature.InheritedBoundaryDataSource = false;
     this.referenceNomenclature.CursorPointsEveryType = false;
     this.table1.Add (this.referenceNomenclature);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.referenceNomenclature]));
     w10.LeftAttach = ((uint)(1));
     w10.RightAttach = ((uint)(2));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spinAmount = new global::Gtk.SpinButton (0, 100, 1);
     this.spinAmount.CanFocus = true;
     this.spinAmount.Name = "spinAmount";
     this.spinAmount.Adjustment.PageIncrement = 10;
     this.spinAmount.ClimbRate = 1;
     this.spinAmount.Numeric = true;
     this.table1.Add (this.spinAmount);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.spinAmount]));
     w11.TopAttach = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.LeftAttach = ((uint)(1));
     w11.RightAttach = ((uint)(2));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ydatepickerWarrantyEnd = new global::Gamma.Widgets.yDatePicker ();
     this.ydatepickerWarrantyEnd.Events = ((global::Gdk.EventMask)(256));
     this.ydatepickerWarrantyEnd.Name = "ydatepickerWarrantyEnd";
     this.ydatepickerWarrantyEnd.WithTime = false;
     this.ydatepickerWarrantyEnd.Date = new global::System.DateTime (0);
     this.ydatepickerWarrantyEnd.IsEditable = true;
     this.ydatepickerWarrantyEnd.AutoSeparation = false;
     this.table1.Add (this.ydatepickerWarrantyEnd);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.ydatepickerWarrantyEnd]));
     w12.TopAttach = ((uint)(3));
     w12.BottomAttach = ((uint)(4));
     w12.LeftAttach = ((uint)(1));
     w12.RightAttach = ((uint)(2));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     this.datavbox1.Add (this.table1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.datavbox1 [this.table1]));
     w13.Position = 2;
     w13.Expand = false;
     w13.Fill = false;
     // Container child datavbox1.Gtk.Box+BoxChild
     this.buttonCreate = new global::Gtk.Button ();
     this.buttonCreate.Sensitive = false;
     this.buttonCreate.CanFocus = true;
     this.buttonCreate.Name = "buttonCreate";
     this.buttonCreate.UseUnderline = true;
     this.buttonCreate.Label = global::Mono.Unix.Catalog.GetString ("Зарегистрировать оборудование");
     global::Gtk.Image w14 = new global::Gtk.Image ();
     w14.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-save", global::Gtk.IconSize.Menu);
     this.buttonCreate.Image = w14;
     this.datavbox1.Add (this.buttonCreate);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.datavbox1 [this.buttonCreate]));
     w15.Position = 3;
     w15.Expand = false;
     w15.Fill = false;
     // Container child datavbox1.Gtk.Box+BoxChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.Xalign = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Формирование наклеек</b>");
     this.label6.UseMarkup = true;
     this.datavbox1.Add (this.label6);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.datavbox1 [this.label6]));
     w16.Position = 4;
     w16.Expand = false;
     w16.Fill = false;
     // Container child datavbox1.Gtk.Box+BoxChild
     this.printTwo = new global::Gtk.CheckButton ();
     this.printTwo.CanFocus = true;
     this.printTwo.Name = "printTwo";
     this.printTwo.Label = global::Mono.Unix.Catalog.GetString ("Печатать по 2 наклейки");
     this.printTwo.Active = true;
     this.printTwo.DrawIndicator = true;
     this.printTwo.UseUnderline = true;
     this.datavbox1.Add (this.printTwo);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.datavbox1 [this.printTwo]));
     w17.Position = 5;
     w17.Expand = false;
     w17.Fill = false;
     // Container child datavbox1.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.buttonAddAndClose = new global::Gtk.Button ();
     this.buttonAddAndClose.Sensitive = false;
     this.buttonAddAndClose.CanFocus = true;
     this.buttonAddAndClose.Name = "buttonAddAndClose";
     this.buttonAddAndClose.UseUnderline = true;
     this.buttonAddAndClose.Label = global::Mono.Unix.Catalog.GetString ("Добавить в накладную и закрыть");
     global::Gtk.Image w18 = new global::Gtk.Image ();
     w18.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-ok", global::Gtk.IconSize.Menu);
     this.buttonAddAndClose.Image = w18;
     this.hbox4.Add (this.buttonAddAndClose);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.buttonAddAndClose]));
     w19.Position = 0;
     this.datavbox1.Add (this.hbox4);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.datavbox1 [this.hbox4]));
     w20.Position = 6;
     w20.Expand = false;
     w20.Fill = false;
     this.hbox2.Add (this.datavbox1);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.datavbox1]));
     w21.Position = 0;
     w21.Expand = false;
     w21.Fill = false;
     w21.Padding = ((uint)(5));
     // Container child hbox2.Gtk.Box+BoxChild
     this.vseparator1 = new global::Gtk.VSeparator ();
     this.vseparator1.Name = "vseparator1";
     this.hbox2.Add (this.vseparator1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vseparator1]));
     w22.Position = 1;
     w22.Expand = false;
     w22.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.reportviewer2 = new global::fyiReporting.RdlGtkViewer.ReportViewer ();
     this.reportviewer2.WidthRequest = 0;
     this.reportviewer2.HeightRequest = 0;
     this.reportviewer2.Events = ((global::Gdk.EventMask)(256));
     this.reportviewer2.Name = "reportviewer2";
     this.reportviewer2.ShowErrors = false;
     this.reportviewer2.ShowParameters = false;
     this.hbox2.Add (this.reportviewer2);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.reportviewer2]));
     w23.Position = 2;
     w23.Padding = ((uint)(5));
     this.Add (this.hbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     w1.SetUiManager (UIManager);
     this.Hide ();
     this.spinAmount.ValueChanged += new global::System.EventHandler (this.OnSpinAmountValueChanged);
     this.referenceNomenclature.Changed += new global::System.EventHandler (this.OnReferenceNomenclatureChanged);
     this.buttonCreate.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
     this.printTwo.Toggled += new global::System.EventHandler (this.OnPrintTwoToggled);
     this.buttonAddAndClose.Clicked += new global::System.EventHandler (this.OnButtonAddAndCloseClicked);
 }
Exemplo n.º 50
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.hbox1             = new global::Gtk.HBox();
     this.hbox1.Name        = "hbox1";
     this.hbox1.Homogeneous = true;
     this.hbox1.Spacing     = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("label1");
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("label2");
     this.hbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.spinbutton2          = new global::Gtk.SpinButton(0, 9999999999, 1);
     this.spinbutton2.CanFocus = true;
     this.spinbutton2.Name     = "spinbutton2";
     this.spinbutton2.Adjustment.PageIncrement = 10;
     this.spinbutton2.ClimbRate = 1;
     this.spinbutton2.Numeric   = true;
     this.hbox1.Add(this.spinbutton2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.spinbutton2]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("label3");
     this.hbox1.Add(this.label3);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label3]));
     w4.Position = 3;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.button1              = new global::Gtk.Button();
     this.button1.CanFocus     = true;
     this.button1.Name         = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label        = global::Mono.Unix.Catalog.GetString("ok");
     this.hbox1.Add(this.button1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.button1]));
     w5.Position = 4;
     w5.Padding  = ((uint)(10));
     this.Add(this.hbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 574;
     this.DefaultHeight = 108;
     this.Show();
     this.DeleteEvent     += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.button1.Clicked += new global::System.EventHandler(this.OnButton1Clicked);
 }
Exemplo n.º 51
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget FontTool.FontStyleWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.FileAction            = new global::Gtk.Action("FileAction", global::Mono.Unix.Catalog.GetString("File"), null, null);
     this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString("File");
     w1.Add(this.FileAction, null);
     this.SaveAction            = new global::Gtk.Action("SaveAction", global::Mono.Unix.Catalog.GetString("Save"), null, null);
     this.SaveAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Save");
     w1.Add(this.SaveAction, null);
     this.CloseAction            = new global::Gtk.Action("CloseAction", global::Mono.Unix.Catalog.GetString("Close"), null, null);
     this.CloseAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Close");
     w1.Add(this.CloseAction, null);
     this.SettingsAction            = new global::Gtk.Action("SettingsAction", global::Mono.Unix.Catalog.GetString("Settings"), null, null);
     this.SettingsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Settings");
     w1.Add(this.SettingsAction, null);
     this.FontAction            = new global::Gtk.Action("FontAction", global::Mono.Unix.Catalog.GetString("Font"), null, null);
     this.FontAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Font");
     w1.Add(this.FontAction, null);
     this.WindowStyleAction            = new global::Gtk.Action("WindowStyleAction", global::Mono.Unix.Catalog.GetString("Window style"), null, null);
     this.WindowStyleAction.Sensitive  = false;
     this.WindowStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Window style");
     this.WindowStyleAction.Visible    = false;
     w1.Add(this.WindowStyleAction, null);
     this.HelpAction            = new global::Gtk.Action("HelpAction", global::Mono.Unix.Catalog.GetString("Help"), null, null);
     this.HelpAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Help");
     w1.Add(this.HelpAction, null);
     this.AboutAction            = new global::Gtk.Action("AboutAction", global::Mono.Unix.Catalog.GetString("About"), null, null);
     this.AboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString("About");
     w1.Add(this.AboutAction, null);
     this.CustomStyleAction            = new global::Gtk.RadioAction("CustomStyleAction", global::Mono.Unix.Catalog.GetString("DGLE2"), null, null, 0);
     this.CustomStyleAction.Group      = new global::GLib.SList(global::System.IntPtr.Zero);
     this.CustomStyleAction.Sensitive  = false;
     this.CustomStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("DGLE2");
     this.CustomStyleAction.Visible    = false;
     w1.Add(this.CustomStyleAction, null);
     this.PlatformStyleAction            = new global::Gtk.RadioAction("PlatformStyleAction", global::Mono.Unix.Catalog.GetString("Platform"), null, null, 0);
     this.PlatformStyleAction.Group      = this.CustomStyleAction.Group;
     this.PlatformStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Platform");
     w1.Add(this.PlatformStyleAction, null);
     this.DecoratedCustomStyleAction            = new global::Gtk.RadioAction("DecoratedCustomStyleAction", global::Mono.Unix.Catalog.GetString("Decorated DGLE2"), null, null, 0);
     this.DecoratedCustomStyleAction.Group      = this.CustomStyleAction.Group;
     this.DecoratedCustomStyleAction.Sensitive  = false;
     this.DecoratedCustomStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Decorated DGLE2");
     this.DecoratedCustomStyleAction.Visible    = false;
     w1.Add(this.DecoratedCustomStyleAction, null);
     this.OnlyEnglishAction            = new global::Gtk.ToggleAction("OnlyEnglishAction", global::Mono.Unix.Catalog.GetString("Only English"), null, null);
     this.OnlyEnglishAction.Active     = true;
     this.OnlyEnglishAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Only English");
     w1.Add(this.OnlyEnglishAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.WidthRequest   = 536;
     this.HeightRequest  = 536;
     this.CanDefault     = true;
     this.Name           = "FontTool.FontStyleWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("FontTool");
     this.TypeHint       = ((global::Gdk.WindowTypeHint)(1));
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.Resizable      = false;
     this.Decorated      = false;
     // Container child FontTool.FontStyleWindow.Gtk.Container+ContainerChild
     this.vbox1      = new global::Gtk.VBox();
     this.vbox1.Name = "vbox1";
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString(@"<ui><menubar name='menubar1'><menu name='FileAction' action='FileAction'><menuitem name='SaveAction' action='SaveAction'/><menuitem name='CloseAction' action='CloseAction'/></menu><menu name='SettingsAction' action='SettingsAction'><menuitem name='OnlyEnglishAction' action='OnlyEnglishAction'/></menu><menu name='HelpAction' action='HelpAction'><menuitem name='AboutAction' action='AboutAction'/></menu></menubar></ui>");
     this.menubar1      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vbox1.Add(this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.menubar1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.notebookFont             = new global::Gtk.Notebook();
     this.notebookFont.CanFocus    = true;
     this.notebookFont.Name        = "notebookFont";
     this.notebookFont.CurrentPage = 0;
     this.notebookFont.ShowTabs    = false;
     // Container child notebookFont.Gtk.Notebook+NotebookChild
     this.vboxFontSettings             = new global::Gtk.VBox();
     this.vboxFontSettings.Name        = "vboxFontSettings";
     this.vboxFontSettings.Spacing     = 6;
     this.vboxFontSettings.BorderWidth = ((uint)(6));
     // Container child vboxFontSettings.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.treeFont          = new global::Gtk.TreeView();
     this.treeFont.CanFocus = true;
     this.treeFont.Name     = "treeFont";
     this.GtkScrolledWindow.Add(this.treeFont);
     this.vboxFontSettings.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vboxFontSettings [this.GtkScrolledWindow]));
     w4.Position = 0;
     // Container child vboxFontSettings.Gtk.Box+BoxChild
     this.vboxSamplePreview         = new global::Gtk.VBox();
     this.vboxSamplePreview.Name    = "vboxSamplePreview";
     this.vboxSamplePreview.Spacing = 6;
     // Container child vboxSamplePreview.Gtk.Box+BoxChild
     this.lPreview           = new global::Gtk.Label();
     this.lPreview.Name      = "lPreview";
     this.lPreview.Xalign    = 0F;
     this.lPreview.LabelProp = global::Mono.Unix.Catalog.GetString("Preview");
     this.vboxSamplePreview.Add(this.lPreview);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vboxSamplePreview [this.lPreview]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vboxSamplePreview.Gtk.Box+BoxChild
     this.preview = new global::Gtk.DrawingArea();
     this.preview.HeightRequest = 90;
     this.preview.Name          = "preview";
     this.vboxSamplePreview.Add(this.preview);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vboxSamplePreview [this.preview]));
     w6.Position = 1;
     // Container child vboxSamplePreview.Gtk.Box+BoxChild
     this.ePreviewSample               = new global::Gtk.Entry();
     this.ePreviewSample.CanFocus      = true;
     this.ePreviewSample.Name          = "ePreviewSample";
     this.ePreviewSample.Text          = global::Mono.Unix.Catalog.GetString("DGLE2 is here!");
     this.ePreviewSample.IsEditable    = true;
     this.ePreviewSample.InvisibleChar = '●';
     this.vboxSamplePreview.Add(this.ePreviewSample);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vboxSamplePreview [this.ePreviewSample]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vboxFontSettings.Add(this.vboxSamplePreview);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vboxFontSettings [this.vboxSamplePreview]));
     w8.Position = 1;
     w8.Expand   = false;
     // Container child vboxFontSettings.Gtk.Box+BoxChild
     this.hboxSettings         = new global::Gtk.HBox();
     this.hboxSettings.Name    = "hboxSettings";
     this.hboxSettings.Spacing = 6;
     // Container child hboxSettings.Gtk.Box+BoxChild
     this.tableSettings               = new global::Gtk.Table(((uint)(2)), ((uint)(4)), true);
     this.tableSettings.Name          = "tableSettings";
     this.tableSettings.RowSpacing    = ((uint)(12));
     this.tableSettings.ColumnSpacing = ((uint)(12));
     // Container child tableSettings.Gtk.Table+TableChild
     this.cbBold               = new global::Gtk.CheckButton();
     this.cbBold.CanFocus      = true;
     this.cbBold.Name          = "cbBold";
     this.cbBold.Label         = global::Mono.Unix.Catalog.GetString("Bold");
     this.cbBold.DrawIndicator = true;
     this.cbBold.UseUnderline  = true;
     this.tableSettings.Add(this.cbBold);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tableSettings [this.cbBold]));
     w9.LeftAttach  = ((uint)(3));
     w9.RightAttach = ((uint)(4));
     w9.XOptions    = ((global::Gtk.AttachOptions)(4));
     w9.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.Gtk.Table+TableChild
     this.cbItalic               = new global::Gtk.CheckButton();
     this.cbItalic.CanFocus      = true;
     this.cbItalic.Name          = "cbItalic";
     this.cbItalic.Label         = global::Mono.Unix.Catalog.GetString("Italic");
     this.cbItalic.DrawIndicator = true;
     this.cbItalic.UseUnderline  = true;
     this.tableSettings.Add(this.cbItalic);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.tableSettings [this.cbItalic]));
     w10.LeftAttach  = ((uint)(2));
     w10.RightAttach = ((uint)(3));
     w10.XOptions    = ((global::Gtk.AttachOptions)(4));
     w10.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.Gtk.Table+TableChild
     this.cbStrikeout               = new global::Gtk.CheckButton();
     this.cbStrikeout.CanFocus      = true;
     this.cbStrikeout.Name          = "cbStrikeout";
     this.cbStrikeout.Label         = global::Mono.Unix.Catalog.GetString("Strikeout");
     this.cbStrikeout.DrawIndicator = true;
     this.cbStrikeout.UseUnderline  = true;
     this.tableSettings.Add(this.cbStrikeout);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.tableSettings [this.cbStrikeout]));
     w11.TopAttach    = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.LeftAttach   = ((uint)(3));
     w11.RightAttach  = ((uint)(4));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.Gtk.Table+TableChild
     this.cbUnderline               = new global::Gtk.CheckButton();
     this.cbUnderline.CanFocus      = true;
     this.cbUnderline.Name          = "cbUnderline";
     this.cbUnderline.Label         = global::Mono.Unix.Catalog.GetString("Underline");
     this.cbUnderline.DrawIndicator = true;
     this.cbUnderline.UseUnderline  = true;
     this.tableSettings.Add(this.cbUnderline);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.tableSettings [this.cbUnderline]));
     w12.TopAttach    = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.LeftAttach   = ((uint)(2));
     w12.RightAttach  = ((uint)(3));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.Gtk.Table+TableChild
     this.lSize           = new global::Gtk.Label();
     this.lSize.Name      = "lSize";
     this.lSize.Xalign    = 0F;
     this.lSize.LabelProp = global::Mono.Unix.Catalog.GetString("Size");
     this.tableSettings.Add(this.lSize);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.tableSettings [this.lSize]));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.Gtk.Table+TableChild
     this.lStretch           = new global::Gtk.Label();
     this.lStretch.Name      = "lStretch";
     this.lStretch.Xalign    = 0F;
     this.lStretch.LabelProp = global::Mono.Unix.Catalog.GetString("Stretch");
     this.tableSettings.Add(this.lStretch);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.tableSettings [this.lStretch]));
     w14.TopAttach    = ((uint)(1));
     w14.BottomAttach = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.Gtk.Table+TableChild
     this.sbSize = new global::Gtk.SpinButton(4D, 72D, 1D);
     this.sbSize.WidthRequest             = 80;
     this.sbSize.CanFocus                 = true;
     this.sbSize.Name                     = "sbSize";
     this.sbSize.Adjustment.PageIncrement = 10D;
     this.sbSize.ClimbRate                = 1D;
     this.sbSize.Numeric                  = true;
     this.sbSize.Value                    = 12D;
     this.tableSettings.Add(this.sbSize);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.tableSettings [this.sbSize]));
     w15.LeftAttach  = ((uint)(1));
     w15.RightAttach = ((uint)(2));
     w15.XOptions    = ((global::Gtk.AttachOptions)(4));
     w15.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.Gtk.Table+TableChild
     this.sbStretch = new global::Gtk.SpinButton(0D, 72D, 1D);
     this.sbStretch.WidthRequest             = 80;
     this.sbStretch.CanFocus                 = true;
     this.sbStretch.Name                     = "sbStretch";
     this.sbStretch.Adjustment.PageIncrement = 10D;
     this.sbStretch.ClimbRate                = 1D;
     this.sbStretch.Numeric                  = true;
     this.tableSettings.Add(this.sbStretch);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.tableSettings [this.sbStretch]));
     w16.TopAttach    = ((uint)(1));
     w16.BottomAttach = ((uint)(2));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hboxSettings.Add(this.tableSettings);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hboxSettings [this.tableSettings]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child hboxSettings.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.btnNextPreview              = new global::Gtk.Button();
     this.btnNextPreview.CanFocus     = true;
     this.btnNextPreview.Name         = "btnNextPreview";
     this.btnNextPreview.UseUnderline = true;
     // Container child btnNextPreview.Gtk.Container+ContainerChild
     global::Gtk.Alignment w18 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w19 = new global::Gtk.HBox();
     w19.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w20 = new global::Gtk.Image();
     w20.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-forward", global::Gtk.IconSize.Menu);
     w19.Add(w20);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w22 = new global::Gtk.Label();
     w22.LabelProp    = global::Mono.Unix.Catalog.GetString("Preview");
     w22.UseUnderline = true;
     w19.Add(w22);
     w18.Add(w19);
     this.btnNextPreview.Add(w18);
     this.vbox2.Add(this.btnNextPreview);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.btnNextPreview]));
     w26.PackType = ((global::Gtk.PackType)(1));
     w26.Position = 0;
     w26.Expand   = false;
     w26.Fill     = false;
     this.hboxSettings.Add(this.vbox2);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hboxSettings [this.vbox2]));
     w27.PackType = ((global::Gtk.PackType)(1));
     w27.Position = 1;
     w27.Expand   = false;
     w27.Fill     = false;
     this.vboxFontSettings.Add(this.hboxSettings);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vboxFontSettings [this.hboxSettings]));
     w28.Position = 2;
     w28.Expand   = false;
     w28.Fill     = false;
     w28.Padding  = ((uint)(6));
     this.notebookFont.Add(this.vboxFontSettings);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Settings");
     this.notebookFont.SetTabLabel(this.vboxFontSettings, this.label1);
     this.label1.ShowAll();
     // Container child notebookFont.Gtk.Notebook+NotebookChild
     this.vboxBuildPreview             = new global::Gtk.VBox();
     this.vboxBuildPreview.Name        = "vboxBuildPreview";
     this.vboxBuildPreview.Spacing     = 6;
     this.vboxBuildPreview.BorderWidth = ((uint)(6));
     // Container child vboxBuildPreview.Gtk.Box+BoxChild
     this.scrolledwindowPreview            = new global::Gtk.ScrolledWindow();
     this.scrolledwindowPreview.CanFocus   = true;
     this.scrolledwindowPreview.Name       = "scrolledwindowPreview";
     this.scrolledwindowPreview.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindowPreview.Gtk.Container+ContainerChild
     global::Gtk.Viewport w30 = new global::Gtk.Viewport();
     w30.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.fontPreviewImage      = new global::FontTool.FontPreviewWidget();
     this.fontPreviewImage.Name = "fontPreviewImage";
     w30.Add(this.fontPreviewImage);
     this.scrolledwindowPreview.Add(w30);
     this.vboxBuildPreview.Add(this.scrolledwindowPreview);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vboxBuildPreview [this.scrolledwindowPreview]));
     w33.Position = 0;
     // Container child vboxBuildPreview.Gtk.Box+BoxChild
     this.hboxPreview         = new global::Gtk.HBox();
     this.hboxPreview.Name    = "hboxPreview";
     this.hboxPreview.Spacing = 6;
     // Container child hboxPreview.Gtk.Box+BoxChild
     this.lImageSize           = new global::Gtk.Label();
     this.lImageSize.Name      = "lImageSize";
     this.lImageSize.LabelProp = global::Mono.Unix.Catalog.GetString("Image 0 X 0");
     this.hboxPreview.Add(this.lImageSize);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hboxPreview [this.lImageSize]));
     w34.Position = 0;
     w34.Expand   = false;
     w34.Fill     = false;
     // Container child hboxPreview.Gtk.Box+BoxChild
     this.lFileSize           = new global::Gtk.Label();
     this.lFileSize.Name      = "lFileSize";
     this.lFileSize.LabelProp = global::Mono.Unix.Catalog.GetString("0 KB");
     this.hboxPreview.Add(this.lFileSize);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hboxPreview [this.lFileSize]));
     w35.Position = 1;
     w35.Expand   = false;
     w35.Fill     = false;
     // Container child hboxPreview.Gtk.Box+BoxChild
     this.btnPrevSettings              = new global::Gtk.Button();
     this.btnPrevSettings.CanFocus     = true;
     this.btnPrevSettings.Name         = "btnPrevSettings";
     this.btnPrevSettings.UseUnderline = true;
     // Container child btnPrevSettings.Gtk.Container+ContainerChild
     global::Gtk.Alignment w36 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w37 = new global::Gtk.HBox();
     w37.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w38 = new global::Gtk.Image();
     w38.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-back", global::Gtk.IconSize.Menu);
     w37.Add(w38);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w40 = new global::Gtk.Label();
     w40.LabelProp    = global::Mono.Unix.Catalog.GetString("Settings");
     w40.UseUnderline = true;
     w37.Add(w40);
     w36.Add(w37);
     this.btnPrevSettings.Add(w36);
     this.hboxPreview.Add(this.btnPrevSettings);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hboxPreview [this.btnPrevSettings]));
     w44.PackType = ((global::Gtk.PackType)(1));
     w44.Position = 2;
     w44.Expand   = false;
     w44.Fill     = false;
     this.vboxBuildPreview.Add(this.hboxPreview);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.vboxBuildPreview [this.hboxPreview]));
     w45.Position = 1;
     w45.Expand   = false;
     w45.Fill     = false;
     w45.Padding  = ((uint)(6));
     this.notebookFont.Add(this.vboxBuildPreview);
     global::Gtk.Notebook.NotebookChild w46 = ((global::Gtk.Notebook.NotebookChild)(this.notebookFont [this.vboxBuildPreview]));
     w46.Position = 1;
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Preview");
     this.notebookFont.SetTabLabel(this.vboxBuildPreview, this.label2);
     this.label2.ShowAll();
     this.vbox1.Add(this.notebookFont);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.notebookFont]));
     w47.Position = 1;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 536;
     this.DefaultHeight = 536;
     this.HasDefault    = true;
     this.Show();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.CSharp.Project.CodeGenerationPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.CSharp.Project.CodeGenerationPanelWidget";
			// Container child MonoDevelop.CSharp.Project.CodeGenerationPanelWidget.Gtk.Container+ContainerChild
			this.vbox62 = new global::Gtk.VBox ();
			this.vbox62.Name = "vbox62";
			this.vbox62.Spacing = 12;
			this.vbox62.BorderWidth = ((uint)(6));
			// Container child vbox62.Gtk.Box+BoxChild
			this.label82 = new global::Gtk.Label ();
			this.label82.Name = "label82";
			this.label82.Xalign = 0F;
			this.label82.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>General Options</b>");
			this.label82.UseMarkup = true;
			this.vbox62.Add (this.label82);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.label82]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox62.Gtk.Box+BoxChild
			this.hbox56 = new global::Gtk.HBox ();
			this.hbox56.Name = "hbox56";
			// Container child hbox56.Gtk.Box+BoxChild
			this.label81 = new global::Gtk.Label ();
			this.label81.WidthRequest = 18;
			this.label81.Name = "label81";
			this.hbox56.Add (this.label81);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox56 [this.label81]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child hbox56.Gtk.Box+BoxChild
			this.vbox65 = new global::Gtk.VBox ();
			this.vbox65.Name = "vbox65";
			this.vbox65.Spacing = 6;
			// Container child vbox65.Gtk.Box+BoxChild
			this.table1 = new global::Gtk.Table (((uint)(6)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.enableOptimizationCheckButton = new global::Gtk.CheckButton ();
			this.enableOptimizationCheckButton.CanFocus = true;
			this.enableOptimizationCheckButton.Name = "enableOptimizationCheckButton";
			this.enableOptimizationCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Enable _optimizations");
			this.enableOptimizationCheckButton.DrawIndicator = true;
			this.enableOptimizationCheckButton.UseUnderline = true;
			this.table1.Add (this.enableOptimizationCheckButton);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.enableOptimizationCheckButton]));
			w3.TopAttach = ((uint)(1));
			w3.BottomAttach = ((uint)(2));
			w3.RightAttach = ((uint)(2));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.generateOverflowChecksCheckButton = new global::Gtk.CheckButton ();
			this.generateOverflowChecksCheckButton.CanFocus = true;
			this.generateOverflowChecksCheckButton.Name = "generateOverflowChecksCheckButton";
			this.generateOverflowChecksCheckButton.Label = global::Mono.Unix.Catalog.GetString ("_Generate overflow checks");
			this.generateOverflowChecksCheckButton.DrawIndicator = true;
			this.generateOverflowChecksCheckButton.UseUnderline = true;
			this.table1.Add (this.generateOverflowChecksCheckButton);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.generateOverflowChecksCheckButton]));
			w4.RightAttach = ((uint)(2));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.comboPlatforms = global::Gtk.ComboBox.NewText ();
			this.comboPlatforms.AppendText (global::Mono.Unix.Catalog.GetString ("Any CPU"));
			this.comboPlatforms.AppendText (global::Mono.Unix.Catalog.GetString ("x86"));
			this.comboPlatforms.AppendText (global::Mono.Unix.Catalog.GetString ("x64"));
			this.comboPlatforms.AppendText (global::Mono.Unix.Catalog.GetString ("Itanium"));
			this.comboPlatforms.Name = "comboPlatforms";
			this.comboPlatforms.Active = 0;
			this.hbox1.Add (this.comboPlatforms);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboPlatforms]));
			w5.Position = 0;
			w5.Expand = false;
			w5.Fill = false;
			this.table1.Add (this.hbox1);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox1]));
			w6.TopAttach = ((uint)(5));
			w6.BottomAttach = ((uint)(6));
			w6.LeftAttach = ((uint)(1));
			w6.RightAttach = ((uint)(2));
			w6.XOptions = ((global::Gtk.AttachOptions)(4));
			w6.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.comboDebug = global::Gtk.ComboBox.NewText ();
			this.comboDebug.AppendText (global::Mono.Unix.Catalog.GetString ("Full"));
			this.comboDebug.AppendText (global::Mono.Unix.Catalog.GetString ("Symbols only"));
			this.comboDebug.AppendText (global::Mono.Unix.Catalog.GetString ("None"));
			this.comboDebug.Name = "comboDebug";
			this.comboDebug.Active = 0;
			this.hbox2.Add (this.comboDebug);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboDebug]));
			w7.Position = 0;
			w7.Expand = false;
			w7.Fill = false;
			this.table1.Add (this.hbox2);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox2]));
			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.generateXmlOutputCheckButton = new global::Gtk.CheckButton ();
			this.generateXmlOutputCheckButton.CanFocus = true;
			this.generateXmlOutputCheckButton.Name = "generateXmlOutputCheckButton";
			this.generateXmlOutputCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Generate _xml documentation:");
			this.generateXmlOutputCheckButton.DrawIndicator = true;
			this.generateXmlOutputCheckButton.UseUnderline = true;
			this.hbox4.Add (this.generateXmlOutputCheckButton);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.generateXmlOutputCheckButton]));
			w9.Position = 0;
			w9.Expand = false;
			w9.Fill = false;
			// Container child hbox4.Gtk.Box+BoxChild
			this.xmlDocsEntry = new global::MonoDevelop.Components.FileEntry ();
			this.xmlDocsEntry.Name = "xmlDocsEntry";
			this.xmlDocsEntry.DisplayAsRelativePath = false;
			this.hbox4.Add (this.xmlDocsEntry);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.xmlDocsEntry]));
			w10.Position = 1;
			this.table1.Add (this.hbox4);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox4]));
			w11.TopAttach = ((uint)(2));
			w11.BottomAttach = ((uint)(3));
			w11.RightAttach = ((uint)(2));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Platform target:");
			this.table1.Add (this.label1);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
			w12.TopAttach = ((uint)(5));
			w12.BottomAttach = ((uint)(6));
			w12.XOptions = ((global::Gtk.AttachOptions)(4));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.Xalign = 0F;
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Debug information:");
			this.table1.Add (this.label2);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
			w13.TopAttach = ((uint)(3));
			w13.BottomAttach = ((uint)(4));
			w13.XOptions = ((global::Gtk.AttachOptions)(4));
			w13.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label87 = new global::Gtk.Label ();
			this.label87.Name = "label87";
			this.label87.Xalign = 0F;
			this.label87.LabelProp = global::Mono.Unix.Catalog.GetString ("Define S_ymbols:");
			this.label87.UseUnderline = true;
			this.table1.Add (this.label87);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.label87]));
			w14.TopAttach = ((uint)(4));
			w14.BottomAttach = ((uint)(5));
			w14.XOptions = ((global::Gtk.AttachOptions)(4));
			w14.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.symbolsEntry = new global::Gtk.Entry ();
			this.symbolsEntry.CanFocus = true;
			this.symbolsEntry.Name = "symbolsEntry";
			this.symbolsEntry.IsEditable = true;
			this.symbolsEntry.InvisibleChar = '●';
			this.table1.Add (this.symbolsEntry);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.symbolsEntry]));
			w15.TopAttach = ((uint)(4));
			w15.BottomAttach = ((uint)(5));
			w15.LeftAttach = ((uint)(1));
			w15.RightAttach = ((uint)(2));
			w15.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox65.Add (this.table1);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox65 [this.table1]));
			w16.Position = 0;
			w16.Expand = false;
			w16.Fill = false;
			this.hbox56.Add (this.vbox65);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox56 [this.vbox65]));
			w17.Position = 1;
			this.vbox62.Add (this.hbox56);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.hbox56]));
			w18.Position = 1;
			w18.Expand = false;
			w18.Fill = false;
			// Container child vbox62.Gtk.Box+BoxChild
			this.label93 = new global::Gtk.Label ();
			this.label93.Name = "label93";
			this.label93.Xalign = 0F;
			this.label93.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Warnings</b>");
			this.label93.UseMarkup = true;
			this.label93.UseUnderline = true;
			this.vbox62.Add (this.label93);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.label93]));
			w19.Position = 2;
			w19.Expand = false;
			w19.Fill = false;
			// Container child vbox62.Gtk.Box+BoxChild
			this.hbox48 = new global::Gtk.HBox ();
			this.hbox48.Name = "hbox48";
			// Container child hbox48.Gtk.Box+BoxChild
			this.label73 = new global::Gtk.Label ();
			this.label73.WidthRequest = 18;
			this.label73.Name = "label73";
			this.hbox48.Add (this.label73);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox48 [this.label73]));
			w20.Position = 0;
			w20.Expand = false;
			w20.Fill = false;
			// Container child hbox48.Gtk.Box+BoxChild
			this.vbox67 = new global::Gtk.VBox ();
			this.vbox67.Name = "vbox67";
			this.vbox67.Spacing = 6;
			// Container child vbox67.Gtk.Box+BoxChild
			this.hbox60 = new global::Gtk.HBox ();
			this.hbox60.Name = "hbox60";
			this.hbox60.Spacing = 6;
			// Container child hbox60.Gtk.Box+BoxChild
			this.label85 = new global::Gtk.Label ();
			this.label85.Name = "label85";
			this.label85.LabelProp = global::Mono.Unix.Catalog.GetString ("_Warning Level:");
			this.label85.UseUnderline = true;
			this.hbox60.Add (this.label85);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox60 [this.label85]));
			w21.Position = 0;
			w21.Expand = false;
			w21.Fill = false;
			// Container child hbox60.Gtk.Box+BoxChild
			this.warningLevelSpinButton = new global::Gtk.SpinButton (0D, 4D, 1D);
			this.warningLevelSpinButton.CanFocus = true;
			this.warningLevelSpinButton.Name = "warningLevelSpinButton";
			this.warningLevelSpinButton.Adjustment.PageIncrement = 1D;
			this.warningLevelSpinButton.ClimbRate = 1D;
			this.warningLevelSpinButton.Numeric = true;
			this.warningLevelSpinButton.Value = 2D;
			this.hbox60.Add (this.warningLevelSpinButton);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox60 [this.warningLevelSpinButton]));
			w22.Position = 1;
			w22.Expand = false;
			w22.Fill = false;
			this.vbox67.Add (this.hbox60);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.hbox60]));
			w23.Position = 0;
			w23.Expand = false;
			w23.Fill = false;
			// Container child vbox67.Gtk.Box+BoxChild
			this.hbox3 = new global::Gtk.HBox ();
			this.hbox3.Name = "hbox3";
			this.hbox3.Spacing = 6;
			// Container child hbox3.Gtk.Box+BoxChild
			this.label86 = new global::Gtk.Label ();
			this.label86.Name = "label86";
			this.label86.LabelProp = global::Mono.Unix.Catalog.GetString ("_Ignore warnings:");
			this.label86.UseUnderline = true;
			this.hbox3.Add (this.label86);
			global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label86]));
			w24.Position = 0;
			w24.Expand = false;
			w24.Fill = false;
			// Container child hbox3.Gtk.Box+BoxChild
			this.ignoreWarningsEntry = new global::Gtk.Entry ();
			this.ignoreWarningsEntry.CanFocus = true;
			this.ignoreWarningsEntry.Name = "ignoreWarningsEntry";
			this.ignoreWarningsEntry.IsEditable = true;
			this.ignoreWarningsEntry.InvisibleChar = '●';
			this.hbox3.Add (this.ignoreWarningsEntry);
			global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.ignoreWarningsEntry]));
			w25.Position = 1;
			this.vbox67.Add (this.hbox3);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.hbox3]));
			w26.Position = 1;
			w26.Expand = false;
			w26.Fill = false;
			// Container child vbox67.Gtk.Box+BoxChild
			this.warningsAsErrorsCheckButton = new global::Gtk.CheckButton ();
			this.warningsAsErrorsCheckButton.CanFocus = true;
			this.warningsAsErrorsCheckButton.Name = "warningsAsErrorsCheckButton";
			this.warningsAsErrorsCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Treat warnings as _errors");
			this.warningsAsErrorsCheckButton.DrawIndicator = true;
			this.warningsAsErrorsCheckButton.UseUnderline = true;
			this.vbox67.Add (this.warningsAsErrorsCheckButton);
			global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.warningsAsErrorsCheckButton]));
			w27.Position = 2;
			w27.Expand = false;
			w27.Fill = false;
			this.hbox48.Add (this.vbox67);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox48 [this.vbox67]));
			w28.Position = 1;
			this.vbox62.Add (this.hbox48);
			global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.hbox48]));
			w29.Position = 3;
			w29.Expand = false;
			w29.Fill = false;
			// Container child vbox62.Gtk.Box+BoxChild
			this.label94 = new global::Gtk.Label ();
			this.label94.Name = "label94";
			this.label94.Xalign = 0F;
			this.label94.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Additional Options</b>");
			this.label94.UseMarkup = true;
			this.label94.UseUnderline = true;
			this.vbox62.Add (this.label94);
			global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.label94]));
			w30.Position = 4;
			w30.Expand = false;
			w30.Fill = false;
			// Container child vbox62.Gtk.Box+BoxChild
			this.hbox5 = new global::Gtk.HBox ();
			this.hbox5.Name = "hbox5";
			this.hbox5.Spacing = 6;
			// Container child hbox5.Gtk.Box+BoxChild
			this.label74 = new global::Gtk.Label ();
			this.label74.WidthRequest = 18;
			this.label74.Name = "label74";
			this.hbox5.Add (this.label74);
			global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label74]));
			w31.Position = 0;
			w31.Expand = false;
			w31.Fill = false;
			// Container child hbox5.Gtk.Box+BoxChild
			this.hbox6 = new global::Gtk.HBox ();
			this.hbox6.Name = "hbox6";
			this.hbox6.Spacing = 6;
			// Container child hbox6.Gtk.Box+BoxChild
			this.label88 = new global::Gtk.Label ();
			this.label88.Name = "label88";
			this.label88.LabelProp = global::Mono.Unix.Catalog.GetString ("_Additional arguments:");
			this.label88.UseUnderline = true;
			this.hbox6.Add (this.label88);
			global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.label88]));
			w32.Position = 0;
			w32.Expand = false;
			w32.Fill = false;
			// Container child hbox6.Gtk.Box+BoxChild
			this.additionalArgsEntry = new global::Gtk.Entry ();
			this.additionalArgsEntry.CanFocus = true;
			this.additionalArgsEntry.Name = "additionalArgsEntry";
			this.additionalArgsEntry.IsEditable = true;
			this.additionalArgsEntry.InvisibleChar = '●';
			this.hbox6.Add (this.additionalArgsEntry);
			global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.additionalArgsEntry]));
			w33.Position = 1;
			this.hbox5.Add (this.hbox6);
			global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.hbox6]));
			w34.Position = 1;
			this.vbox62.Add (this.hbox5);
			global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.hbox5]));
			w35.Position = 5;
			w35.Expand = false;
			w35.Fill = false;
			this.Add (this.vbox62);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.label87.MnemonicWidget = this.symbolsEntry;
			this.label85.MnemonicWidget = this.warningLevelSpinButton;
			this.label86.MnemonicWidget = this.warningLevelSpinButton;
			this.label88.MnemonicWidget = this.warningLevelSpinButton;
			this.Show ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget CommBug.NumericalModelingDialog
     this.Name = "CommBug.NumericalModelingDialog";
     this.Title = global::Mono.Unix.Catalog.GetString ("曲线拟合分析");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child CommBug.NumericalModelingDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "NumericalModelingDialog_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child NumericalModelingDialog_VBox.Gtk.Box+BoxChild
     this.tableMain = new global::Gtk.Table (((uint)(1)), ((uint)(2)), false);
     this.tableMain.Name = "tableMain";
     this.tableMain.RowSpacing = ((uint)(6));
     this.tableMain.ColumnSpacing = ((uint)(6));
     // Container child tableMain.Gtk.Table+TableChild
     this.imageMain = new global::Gtk.Image ();
     this.imageMain.Name = "imageMain";
     this.tableMain.Add (this.imageMain);
     // Container child tableMain.Gtk.Table+TableChild
     this.tableFunction = new global::Gtk.Table (((uint)(5)), ((uint)(1)), false);
     this.tableFunction.Name = "tableFunction";
     this.tableFunction.RowSpacing = ((uint)(6));
     this.tableFunction.ColumnSpacing = ((uint)(6));
     // Container child tableFunction.Gtk.Table+TableChild
     this.buttonExponential = new global::Gtk.Button ();
     this.buttonExponential.CanFocus = true;
     this.buttonExponential.Name = "buttonExponential";
     this.buttonExponential.UseUnderline = true;
     this.buttonExponential.Label = global::Mono.Unix.Catalog.GetString ("指数分析");
     this.tableFunction.Add (this.buttonExponential);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.tableFunction [this.buttonExponential]));
     w3.TopAttach = ((uint)(4));
     w3.BottomAttach = ((uint)(5));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableFunction.Gtk.Table+TableChild
     this.buttonGetData = new global::Gtk.Button ();
     this.buttonGetData.CanFocus = true;
     this.buttonGetData.Name = "buttonGetData";
     this.buttonGetData.UseUnderline = true;
     this.buttonGetData.Label = global::Mono.Unix.Catalog.GetString ("取样");
     this.tableFunction.Add (this.buttonGetData);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.tableFunction [this.buttonGetData]));
     w4.TopAttach = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableFunction.Gtk.Table+TableChild
     this.buttonHyperbolic = new global::Gtk.Button ();
     this.buttonHyperbolic.CanFocus = true;
     this.buttonHyperbolic.Name = "buttonHyperbolic";
     this.buttonHyperbolic.UseUnderline = true;
     this.buttonHyperbolic.Label = global::Mono.Unix.Catalog.GetString ("双曲线分析");
     this.tableFunction.Add (this.buttonHyperbolic);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.tableFunction [this.buttonHyperbolic]));
     w5.TopAttach = ((uint)(3));
     w5.BottomAttach = ((uint)(4));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableFunction.Gtk.Table+TableChild
     this.buttonLinear = new global::Gtk.Button ();
     this.buttonLinear.CanFocus = true;
     this.buttonLinear.Name = "buttonLinear";
     this.buttonLinear.UseUnderline = true;
     this.buttonLinear.Label = global::Mono.Unix.Catalog.GetString ("线性分析");
     this.tableFunction.Add (this.buttonLinear);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.tableFunction [this.buttonLinear]));
     w6.TopAttach = ((uint)(2));
     w6.BottomAttach = ((uint)(3));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableFunction.Gtk.Table+TableChild
     this.tableRange = new global::Gtk.Table (((uint)(1)), ((uint)(4)), false);
     this.tableRange.Name = "tableRange";
     this.tableRange.RowSpacing = ((uint)(6));
     this.tableRange.ColumnSpacing = ((uint)(6));
     // Container child tableRange.Gtk.Table+TableChild
     this.labelEndArea = new global::Gtk.Label ();
     this.labelEndArea.Name = "labelEndArea";
     this.labelEndArea.LabelProp = global::Mono.Unix.Catalog.GetString ("终止域");
     this.tableRange.Add (this.labelEndArea);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.tableRange [this.labelEndArea]));
     w7.LeftAttach = ((uint)(2));
     w7.RightAttach = ((uint)(3));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableRange.Gtk.Table+TableChild
     this.labelStartArea = new global::Gtk.Label ();
     this.labelStartArea.Name = "labelStartArea";
     this.labelStartArea.LabelProp = global::Mono.Unix.Catalog.GetString ("起始域");
     this.tableRange.Add (this.labelStartArea);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tableRange [this.labelStartArea]));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableRange.Gtk.Table+TableChild
     this.spinbuttonEnd = new global::Gtk.SpinButton (0, 1000, 1);
     this.spinbuttonEnd.CanFocus = true;
     this.spinbuttonEnd.Name = "spinbuttonEnd";
     this.spinbuttonEnd.Adjustment.PageIncrement = 10;
     this.spinbuttonEnd.ClimbRate = 1;
     this.spinbuttonEnd.Numeric = true;
     this.spinbuttonEnd.Value = 100;
     this.tableRange.Add (this.spinbuttonEnd);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tableRange [this.spinbuttonEnd]));
     w9.LeftAttach = ((uint)(3));
     w9.RightAttach = ((uint)(4));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableRange.Gtk.Table+TableChild
     this.spinbuttonStart = new global::Gtk.SpinButton (0, 1000, 1);
     this.spinbuttonStart.CanFocus = true;
     this.spinbuttonStart.Name = "spinbuttonStart";
     this.spinbuttonStart.Adjustment.PageIncrement = 10;
     this.spinbuttonStart.ClimbRate = 1;
     this.spinbuttonStart.Numeric = true;
     this.tableRange.Add (this.spinbuttonStart);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.tableRange [this.spinbuttonStart]));
     w10.LeftAttach = ((uint)(1));
     w10.RightAttach = ((uint)(2));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     this.tableFunction.Add (this.tableRange);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.tableFunction [this.tableRange]));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     this.tableMain.Add (this.tableFunction);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.tableMain [this.tableFunction]));
     w12.LeftAttach = ((uint)(1));
     w12.RightAttach = ((uint)(2));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     w1.Add (this.tableMain);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(w1 [this.tableMain]));
     w13.Position = 0;
     // Internal child CommBug.NumericalModelingDialog.ActionArea
     global::Gtk.HButtonBox w14 = this.ActionArea;
     w14.Name = "NumericalModelingDialog_ActionArea";
     w14.Spacing = 10;
     w14.BorderWidth = ((uint)(5));
     w14.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child NumericalModelingDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk = new global::Gtk.Button ();
     this.buttonOk.CanDefault = true;
     this.buttonOk.CanFocus = true;
     this.buttonOk.Name = "buttonOk";
     this.buttonOk.UseStock = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label = "gtk-ok";
     this.AddActionWidget (this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w15 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w14 [this.buttonOk]));
     w15.Expand = false;
     w15.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 640;
     this.DefaultHeight = 416;
     this.Show ();
     this.buttonLinear.Clicked += new global::System.EventHandler (this.OnButtonLinearClicked);
     this.buttonHyperbolic.Clicked += new global::System.EventHandler (this.OnButtonHyperbolicClicked);
     this.buttonGetData.Clicked += new global::System.EventHandler (this.OnButtonGetDataClicked);
     this.buttonExponential.Clicked += new global::System.EventHandler (this.OnButtonExponentialClicked);
     this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.PlayScript.Project.CodeGenerationPanelWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.PlayScript.Project.CodeGenerationPanelWidget";
     // Container child MonoDevelop.PlayScript.Project.CodeGenerationPanelWidget.Gtk.Container+ContainerChild
     this.vbox62             = new global::Gtk.VBox();
     this.vbox62.Name        = "vbox62";
     this.vbox62.Spacing     = 12;
     this.vbox62.BorderWidth = ((uint)(6));
     // Container child vbox62.Gtk.Box+BoxChild
     this.label82           = new global::Gtk.Label();
     this.label82.Name      = "label82";
     this.label82.Xalign    = 0F;
     this.label82.LabelProp = global::Mono.Unix.Catalog.GetString("<b>General Options</b>");
     this.label82.UseMarkup = true;
     this.vbox62.Add(this.label82);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.label82]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox62.Gtk.Box+BoxChild
     this.hbox56      = new global::Gtk.HBox();
     this.hbox56.Name = "hbox56";
     // Container child hbox56.Gtk.Box+BoxChild
     this.label81 = new global::Gtk.Label();
     this.label81.WidthRequest = 18;
     this.label81.Name         = "label81";
     this.hbox56.Add(this.label81);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox56 [this.label81]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox56.Gtk.Box+BoxChild
     this.vbox65         = new global::Gtk.VBox();
     this.vbox65.Name    = "vbox65";
     this.vbox65.Spacing = 6;
     // Container child vbox65.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(6)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.enableOptimizationCheckButton               = new global::Gtk.CheckButton();
     this.enableOptimizationCheckButton.CanFocus      = true;
     this.enableOptimizationCheckButton.Name          = "enableOptimizationCheckButton";
     this.enableOptimizationCheckButton.Label         = global::Mono.Unix.Catalog.GetString("Enable _optimizations");
     this.enableOptimizationCheckButton.DrawIndicator = true;
     this.enableOptimizationCheckButton.UseUnderline  = true;
     this.table1.Add(this.enableOptimizationCheckButton);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.enableOptimizationCheckButton]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.RightAttach  = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.generateOverflowChecksCheckButton               = new global::Gtk.CheckButton();
     this.generateOverflowChecksCheckButton.CanFocus      = true;
     this.generateOverflowChecksCheckButton.Name          = "generateOverflowChecksCheckButton";
     this.generateOverflowChecksCheckButton.Label         = global::Mono.Unix.Catalog.GetString("_Generate overflow checks");
     this.generateOverflowChecksCheckButton.DrawIndicator = true;
     this.generateOverflowChecksCheckButton.UseUnderline  = true;
     this.table1.Add(this.generateOverflowChecksCheckButton);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.generateOverflowChecksCheckButton]));
     w4.RightAttach = ((uint)(2));
     w4.XOptions    = ((global::Gtk.AttachOptions)(4));
     w4.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.generateXmlOutputCheckButton               = new global::Gtk.CheckButton();
     this.generateXmlOutputCheckButton.CanFocus      = true;
     this.generateXmlOutputCheckButton.Name          = "generateXmlOutputCheckButton";
     this.generateXmlOutputCheckButton.Label         = global::Mono.Unix.Catalog.GetString("Generate _xml documentation");
     this.generateXmlOutputCheckButton.Active        = true;
     this.generateXmlOutputCheckButton.DrawIndicator = true;
     this.generateXmlOutputCheckButton.UseUnderline  = true;
     this.table1.Add(this.generateXmlOutputCheckButton);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.generateXmlOutputCheckButton]));
     w5.TopAttach    = ((uint)(2));
     w5.BottomAttach = ((uint)(3));
     w5.RightAttach  = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.comboPlatforms = global::Gtk.ComboBox.NewText();
     this.comboPlatforms.AppendText(global::Mono.Unix.Catalog.GetString("Any CPU"));
     this.comboPlatforms.AppendText(global::Mono.Unix.Catalog.GetString("x86"));
     this.comboPlatforms.AppendText(global::Mono.Unix.Catalog.GetString("x64"));
     this.comboPlatforms.AppendText(global::Mono.Unix.Catalog.GetString("Itanium"));
     this.comboPlatforms.Name   = "comboPlatforms";
     this.comboPlatforms.Active = 0;
     this.hbox1.Add(this.comboPlatforms);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboPlatforms]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     this.table1.Add(this.hbox1);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox1]));
     w7.TopAttach    = ((uint)(5));
     w7.BottomAttach = ((uint)(6));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(2));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.comboDebug = global::Gtk.ComboBox.NewText();
     this.comboDebug.AppendText(global::Mono.Unix.Catalog.GetString("Full"));
     this.comboDebug.AppendText(global::Mono.Unix.Catalog.GetString("Symbols only"));
     this.comboDebug.AppendText(global::Mono.Unix.Catalog.GetString("None"));
     this.comboDebug.Name   = "comboDebug";
     this.comboDebug.Active = 0;
     this.hbox2.Add(this.comboDebug);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboDebug]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     this.table1.Add(this.hbox2);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox2]));
     w9.TopAttach    = ((uint)(3));
     w9.BottomAttach = ((uint)(4));
     w9.LeftAttach   = ((uint)(1));
     w9.RightAttach  = ((uint)(2));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Platform target:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w10.TopAttach    = ((uint)(5));
     w10.BottomAttach = ((uint)(6));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Debug information:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w11.TopAttach    = ((uint)(3));
     w11.BottomAttach = ((uint)(4));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label87              = new global::Gtk.Label();
     this.label87.Name         = "label87";
     this.label87.Xalign       = 0F;
     this.label87.LabelProp    = global::Mono.Unix.Catalog.GetString("Define S_ymbols:");
     this.label87.UseUnderline = true;
     this.table1.Add(this.label87);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label87]));
     w12.TopAttach    = ((uint)(4));
     w12.BottomAttach = ((uint)(5));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.symbolsEntry               = new global::Gtk.Entry();
     this.symbolsEntry.CanFocus      = true;
     this.symbolsEntry.Name          = "symbolsEntry";
     this.symbolsEntry.IsEditable    = true;
     this.symbolsEntry.InvisibleChar = '●';
     this.table1.Add(this.symbolsEntry);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.symbolsEntry]));
     w13.TopAttach    = ((uint)(4));
     w13.BottomAttach = ((uint)(5));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(2));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox65.Add(this.table1);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox65 [this.table1]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     this.hbox56.Add(this.vbox65);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox56 [this.vbox65]));
     w15.Position = 1;
     this.vbox62.Add(this.hbox56);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.hbox56]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox62.Gtk.Box+BoxChild
     this.label93              = new global::Gtk.Label();
     this.label93.Name         = "label93";
     this.label93.Xalign       = 0F;
     this.label93.LabelProp    = global::Mono.Unix.Catalog.GetString("<b>Warnings</b>");
     this.label93.UseMarkup    = true;
     this.label93.UseUnderline = true;
     this.vbox62.Add(this.label93);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.label93]));
     w17.Position = 2;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox62.Gtk.Box+BoxChild
     this.hbox48      = new global::Gtk.HBox();
     this.hbox48.Name = "hbox48";
     // Container child hbox48.Gtk.Box+BoxChild
     this.label73 = new global::Gtk.Label();
     this.label73.WidthRequest = 18;
     this.label73.Name         = "label73";
     this.hbox48.Add(this.label73);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox48 [this.label73]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child hbox48.Gtk.Box+BoxChild
     this.vbox67         = new global::Gtk.VBox();
     this.vbox67.Name    = "vbox67";
     this.vbox67.Spacing = 6;
     // Container child vbox67.Gtk.Box+BoxChild
     this.hbox60         = new global::Gtk.HBox();
     this.hbox60.Name    = "hbox60";
     this.hbox60.Spacing = 6;
     // Container child hbox60.Gtk.Box+BoxChild
     this.label85              = new global::Gtk.Label();
     this.label85.Name         = "label85";
     this.label85.LabelProp    = global::Mono.Unix.Catalog.GetString("_Warning Level:");
     this.label85.UseUnderline = true;
     this.hbox60.Add(this.label85);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox60 [this.label85]));
     w19.Position = 0;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child hbox60.Gtk.Box+BoxChild
     this.warningLevelSpinButton          = new global::Gtk.SpinButton(0, 4, 1);
     this.warningLevelSpinButton.CanFocus = true;
     this.warningLevelSpinButton.Name     = "warningLevelSpinButton";
     this.warningLevelSpinButton.Adjustment.PageIncrement = 1;
     this.warningLevelSpinButton.ClimbRate = 1;
     this.warningLevelSpinButton.Numeric   = true;
     this.warningLevelSpinButton.Value     = 2;
     this.hbox60.Add(this.warningLevelSpinButton);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox60 [this.warningLevelSpinButton]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     this.vbox67.Add(this.hbox60);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.hbox60]));
     w21.Position = 0;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child vbox67.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label86              = new global::Gtk.Label();
     this.label86.Name         = "label86";
     this.label86.LabelProp    = global::Mono.Unix.Catalog.GetString("_Ignore warnings:");
     this.label86.UseUnderline = true;
     this.hbox3.Add(this.label86);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label86]));
     w22.Position = 0;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.ignoreWarningsEntry               = new global::Gtk.Entry();
     this.ignoreWarningsEntry.CanFocus      = true;
     this.ignoreWarningsEntry.Name          = "ignoreWarningsEntry";
     this.ignoreWarningsEntry.IsEditable    = true;
     this.ignoreWarningsEntry.InvisibleChar = '●';
     this.hbox3.Add(this.ignoreWarningsEntry);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.ignoreWarningsEntry]));
     w23.Position = 1;
     this.vbox67.Add(this.hbox3);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.hbox3]));
     w24.Position = 1;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child vbox67.Gtk.Box+BoxChild
     this.warningsAsErrorsCheckButton               = new global::Gtk.CheckButton();
     this.warningsAsErrorsCheckButton.CanFocus      = true;
     this.warningsAsErrorsCheckButton.Name          = "warningsAsErrorsCheckButton";
     this.warningsAsErrorsCheckButton.Label         = global::Mono.Unix.Catalog.GetString("Treat warnings as _errors");
     this.warningsAsErrorsCheckButton.DrawIndicator = true;
     this.warningsAsErrorsCheckButton.UseUnderline  = true;
     this.vbox67.Add(this.warningsAsErrorsCheckButton);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.warningsAsErrorsCheckButton]));
     w25.Position = 2;
     w25.Expand   = false;
     w25.Fill     = false;
     this.hbox48.Add(this.vbox67);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox48 [this.vbox67]));
     w26.Position = 1;
     this.vbox62.Add(this.hbox48);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.hbox48]));
     w27.Position = 3;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child vbox62.Gtk.Box+BoxChild
     this.label94              = new global::Gtk.Label();
     this.label94.Name         = "label94";
     this.label94.Xalign       = 0F;
     this.label94.LabelProp    = global::Mono.Unix.Catalog.GetString("<b>Additional Options</b>");
     this.label94.UseMarkup    = true;
     this.label94.UseUnderline = true;
     this.vbox62.Add(this.label94);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.label94]));
     w28.Position = 4;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child vbox62.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.label74 = new global::Gtk.Label();
     this.label74.WidthRequest = 18;
     this.label74.Name         = "label74";
     this.hbox5.Add(this.label74);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label74]));
     w29.Position = 0;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.label88              = new global::Gtk.Label();
     this.label88.Name         = "label88";
     this.label88.LabelProp    = global::Mono.Unix.Catalog.GetString("_Additional arguments:");
     this.label88.UseUnderline = true;
     this.hbox6.Add(this.label88);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.label88]));
     w30.Position = 0;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.additionalArgsEntry               = new global::Gtk.Entry();
     this.additionalArgsEntry.CanFocus      = true;
     this.additionalArgsEntry.Name          = "additionalArgsEntry";
     this.additionalArgsEntry.IsEditable    = true;
     this.additionalArgsEntry.InvisibleChar = '●';
     this.hbox6.Add(this.additionalArgsEntry);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.additionalArgsEntry]));
     w31.Position = 1;
     this.hbox5.Add(this.hbox6);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.hbox6]));
     w32.Position = 1;
     this.vbox62.Add(this.hbox5);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.hbox5]));
     w33.Position = 5;
     w33.Expand   = false;
     w33.Fill     = false;
     this.Add(this.vbox62);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label87.MnemonicWidget = this.symbolsEntry;
     this.label85.MnemonicWidget = this.warningLevelSpinButton;
     this.label86.MnemonicWidget = this.warningLevelSpinButton;
     this.label88.MnemonicWidget = this.warningLevelSpinButton;
     this.Show();
 }
Exemplo n.º 55
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Bounce.LauncherWindow
     this.Name = "Bounce.LauncherWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Bounce - Nová hra");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child Bounce.LauncherWindow.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table (((uint)(6)), ((uint)(2)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.ballCount = new global::Gtk.SpinButton (0, 100, 1);
     this.ballCount.CanFocus = true;
     this.ballCount.Name = "ballCount";
     this.ballCount.Adjustment.PageIncrement = 10;
     this.ballCount.ClimbRate = 1;
     this.ballCount.Numeric = true;
     this.ballCount.Value = 2;
     this.table1.Add (this.ballCount);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.ballCount]));
     w1.TopAttach = ((uint)(2));
     w1.BottomAttach = ((uint)(3));
     w1.LeftAttach = ((uint)(1));
     w1.RightAttach = ((uint)(2));
     w1.XOptions = ((global::Gtk.AttachOptions)(4));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ballCountLabel = new global::Gtk.Label ();
     this.ballCountLabel.Name = "ballCountLabel";
     this.ballCountLabel.Xalign = 1F;
     this.ballCountLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Počet koulí");
     this.table1.Add (this.ballCountLabel);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.ballCountLabel]));
     w2.TopAttach = ((uint)(2));
     w2.BottomAttach = ((uint)(3));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.height = new global::Gtk.SpinButton (0, 100, 1);
     this.height.CanFocus = true;
     this.height.Name = "height";
     this.height.Adjustment.PageIncrement = 10;
     this.height.ClimbRate = 1;
     this.height.Numeric = true;
     this.height.Value = 20;
     this.table1.Add (this.height);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.height]));
     w3.TopAttach = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.LeftAttach = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.heightLabel = new global::Gtk.Label ();
     this.heightLabel.Name = "heightLabel";
     this.heightLabel.Xalign = 1F;
     this.heightLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Výška hrací plochy");
     this.table1.Add (this.heightLabel);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.heightLabel]));
     w4.TopAttach = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.lives = new global::Gtk.SpinButton (0, 100, 1);
     this.lives.CanFocus = true;
     this.lives.Name = "lives";
     this.lives.Adjustment.PageIncrement = 10;
     this.lives.ClimbRate = 1;
     this.lives.Numeric = true;
     this.lives.Value = 5;
     this.table1.Add (this.lives);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.lives]));
     w5.TopAttach = ((uint)(4));
     w5.BottomAttach = ((uint)(5));
     w5.LeftAttach = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.livesLabel = new global::Gtk.Label ();
     this.livesLabel.Name = "livesLabel";
     this.livesLabel.Xalign = 1F;
     this.livesLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Počet životů");
     this.table1.Add (this.livesLabel);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.livesLabel]));
     w6.TopAttach = ((uint)(4));
     w6.BottomAttach = ((uint)(5));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.monsterCount = new global::Gtk.SpinButton (0, 100, 1);
     this.monsterCount.CanFocus = true;
     this.monsterCount.Name = "monsterCount";
     this.monsterCount.Adjustment.PageIncrement = 10;
     this.monsterCount.ClimbRate = 1;
     this.monsterCount.Numeric = true;
     this.monsterCount.Value = 1;
     this.table1.Add (this.monsterCount);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.monsterCount]));
     w7.TopAttach = ((uint)(3));
     w7.BottomAttach = ((uint)(4));
     w7.LeftAttach = ((uint)(1));
     w7.RightAttach = ((uint)(2));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.monsterCountLabel = new global::Gtk.Label ();
     this.monsterCountLabel.Name = "monsterCountLabel";
     this.monsterCountLabel.Xalign = 1F;
     this.monsterCountLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Počet příšer");
     this.table1.Add (this.monsterCountLabel);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.monsterCountLabel]));
     w8.TopAttach = ((uint)(3));
     w8.BottomAttach = ((uint)(4));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.timePerBall = new global::Gtk.SpinButton (0, 100, 1);
     this.timePerBall.CanFocus = true;
     this.timePerBall.Name = "timePerBall";
     this.timePerBall.Adjustment.PageIncrement = 10;
     this.timePerBall.ClimbRate = 1;
     this.timePerBall.Numeric = true;
     this.timePerBall.Value = 30;
     this.table1.Add (this.timePerBall);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.timePerBall]));
     w9.TopAttach = ((uint)(5));
     w9.BottomAttach = ((uint)(6));
     w9.LeftAttach = ((uint)(1));
     w9.RightAttach = ((uint)(2));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.timePerBallLabel = new global::Gtk.Label ();
     this.timePerBallLabel.Name = "timePerBallLabel";
     this.timePerBallLabel.Xalign = 1F;
     this.timePerBallLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Čas na jednu kouli");
     this.table1.Add (this.timePerBallLabel);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.timePerBallLabel]));
     w10.TopAttach = ((uint)(5));
     w10.BottomAttach = ((uint)(6));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.width = new global::Gtk.SpinButton (0, 100, 1);
     this.width.CanFocus = true;
     this.width.Name = "width";
     this.width.Adjustment.PageIncrement = 10;
     this.width.ClimbRate = 1;
     this.width.Numeric = true;
     this.width.Value = 30;
     this.table1.Add (this.width);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.width]));
     w11.LeftAttach = ((uint)(1));
     w11.RightAttach = ((uint)(2));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.widthLabel = new global::Gtk.Label ();
     this.widthLabel.Name = "widthLabel";
     this.widthLabel.Xalign = 1F;
     this.widthLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Šířka hrací plochy");
     this.table1.Add (this.widthLabel);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.widthLabel]));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add (this.table1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1]));
     w13.Position = 0;
     w13.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.playButton = new global::Gtk.Button ();
     this.playButton.CanFocus = true;
     this.playButton.Name = "playButton";
     this.playButton.UseUnderline = true;
     this.playButton.Label = global::Mono.Unix.Catalog.GetString ("Hrát");
     this.vbox2.Add (this.playButton);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.playButton]));
     w14.Position = 1;
     w14.Expand = false;
     w14.Fill = false;
     this.Add (this.vbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.width.Activated += new global::System.EventHandler (this.OnPlayButtonClicked);
     this.timePerBall.Activated += new global::System.EventHandler (this.OnPlayButtonClicked);
     this.monsterCount.Activated += new global::System.EventHandler (this.OnPlayButtonClicked);
     this.lives.Activated += new global::System.EventHandler (this.OnPlayButtonClicked);
     this.height.Activated += new global::System.EventHandler (this.OnPlayButtonClicked);
     this.ballCount.Activated += new global::System.EventHandler (this.OnPlayButtonClicked);
     this.playButton.Clicked += new global::System.EventHandler (this.OnPlayButtonClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Dialog.SnapshotsDialog
     this.Name            = "LongoMatch.Gui.Dialog.SnapshotsDialog";
     this.Icon            = global::Stetic.IconLoader.LoadIcon(this, "longomatch", global::Gtk.IconSize.Dialog);
     this.WindowPosition  = ((global::Gtk.WindowPosition)(4));
     this.Gravity         = ((global::Gdk.Gravity)(5));
     this.SkipPagerHint   = true;
     this.SkipTaskbarHint = true;
     // Internal child LongoMatch.Gui.Dialog.SnapshotsDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.entry1               = new global::Gtk.Entry();
     this.entry1.CanFocus      = true;
     this.entry1.Name          = "entry1";
     this.entry1.IsEditable    = true;
     this.entry1.InvisibleChar = '●';
     this.table1.Add(this.entry1);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.entry1]));
     w2.TopAttach    = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Play:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Interval (frames/s):");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w4.TopAttach    = ((uint)(2));
     w4.BottomAttach = ((uint)(3));
     // Container child table1.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Series Name:");
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     // Container child table1.Gtk.Table+TableChild
     this.playLabel      = new global::Gtk.Label();
     this.playLabel.Name = "playLabel";
     this.table1.Add(this.playLabel);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.playLabel]));
     w6.LeftAttach  = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spinbutton1          = new global::Gtk.SpinButton(1, 25, 1);
     this.spinbutton1.CanFocus = true;
     this.spinbutton1.Name     = "spinbutton1";
     this.spinbutton1.Adjustment.PageIncrement = 10;
     this.spinbutton1.ClimbRate = 1;
     this.spinbutton1.Numeric   = true;
     this.spinbutton1.Value     = 1;
     this.table1.Add(this.spinbutton1);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.spinbutton1]));
     w7.TopAttach    = ((uint)(2));
     w7.BottomAttach = ((uint)(3));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(2));
     w7.XOptions     = ((global::Gtk.AttachOptions)(1));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     w1.Add(this.table1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(w1 [this.table1]));
     w8.Position = 0;
     // Internal child LongoMatch.Gui.Dialog.SnapshotsDialog.ActionArea
     global::Gtk.HButtonBox w9 = this.ActionArea;
     w9.Name        = "dialog1_ActionArea";
     w9.Spacing     = 6;
     w9.BorderWidth = ((uint)(5));
     w9.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.button22              = new global::Gtk.Button();
     this.button22.CanFocus     = true;
     this.button22.Name         = "button22";
     this.button22.UseUnderline = true;
     // Container child button22.Gtk.Container+ContainerChild
     global::Gtk.Alignment w10 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w11 = new global::Gtk.HBox();
     w11.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w12 = new global::Gtk.Image();
     w12.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-media-record", global::Gtk.IconSize.Button);
     w11.Add(w12);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w14 = new global::Gtk.Label();
     w14.LabelProp    = global::Mono.Unix.Catalog.GetString("Export to PNG images");
     w14.UseUnderline = true;
     w11.Add(w14);
     w10.Add(w11);
     this.button22.Add(w10);
     this.AddActionWidget(this.button22, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9 [this.button22]));
     w18.Expand = false;
     w18.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 323;
     this.DefaultHeight = 160;
     this.Show();
 }
Exemplo n.º 57
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget PArticulo.ArticuloView
     this.UIManager = new global::Gtk.UIManager ();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
     this.saveAction = new global::Gtk.Action ("saveAction", null, null, "gtk-save");
     w1.Add (this.saveAction, null);
     this.refreshAction = new global::Gtk.Action ("refreshAction", null, null, "gtk-refresh");
     w1.Add (this.refreshAction, null);
     this.newAction = new global::Gtk.Action ("newAction", null, null, "gtk-new");
     w1.Add (this.newAction, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "PArticulo.ArticuloView";
     this.Title = global::Mono.Unix.Catalog.GetString ("ArticuloView");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child PArticulo.ArticuloView.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><toolbar name='toolbar1'><toolitem name='refreshAction' action='refreshAction'/><toolitem name='newAction' action='newAction'/></toolbar></ui>");
     this.toolbar1 = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar1")));
     this.toolbar1.Name = "toolbar1";
     this.toolbar1.ShowArrow = false;
     this.vbox1.Add (this.toolbar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.toolbar1]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(3)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.comboBoxCategoria = global::Gtk.ComboBox.NewText ();
     this.comboBoxCategoria.Name = "comboBoxCategoria";
     this.table1.Add (this.comboBoxCategoria);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboBoxCategoria]));
     w3.TopAttach = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.LeftAttach = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryNombre = new global::Gtk.Entry ();
     this.entryNombre.CanFocus = true;
     this.entryNombre.Name = "entryNombre";
     this.entryNombre.IsEditable = true;
     this.entryNombre.InvisibleChar = '•';
     this.table1.Add (this.entryNombre);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryNombre]));
     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.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.Xalign = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Nombre");
     this.table1.Add (this.label1);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.Xalign = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Categoría");
     this.table1.Add (this.label2);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w6.TopAttach = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.Xalign = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Precio");
     this.table1.Add (this.label3);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w7.TopAttach = ((uint)(2));
     w7.BottomAttach = ((uint)(3));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spinButtonPrecio = new global::Gtk.SpinButton (0, 1000000, 1);
     this.spinButtonPrecio.CanFocus = true;
     this.spinButtonPrecio.Name = "spinButtonPrecio";
     this.spinButtonPrecio.Adjustment.PageIncrement = 10;
     this.spinButtonPrecio.ClimbRate = 1;
     this.spinButtonPrecio.Digits = ((uint)(2));
     this.spinButtonPrecio.Numeric = true;
     this.table1.Add (this.spinButtonPrecio);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.spinButtonPrecio]));
     w8.TopAttach = ((uint)(2));
     w8.BottomAttach = ((uint)(3));
     w8.LeftAttach = ((uint)(1));
     w8.RightAttach = ((uint)(2));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add (this.table1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
     w9.Position = 1;
     w9.Expand = false;
     w9.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 887;
     this.DefaultHeight = 300;
     this.Show ();
     this.refreshAction.Activated += new global::System.EventHandler (this.OnRefreshActionActivated);
     this.newAction.Activated += new global::System.EventHandler (this.OnNewActionActivated);
 }
Exemplo n.º 58
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget GMail.GMailLabelConfig
     global::Stetic.BinContainer.Attach(this);
     this.Name = "GMail.GMailLabelConfig";
     // Container child GMail.GMailLabelConfig.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label_entry              = new global::Docky.Widgets.SearchEntry();
     this.label_entry.Name         = "label_entry";
     this.label_entry.EmptyMessage = "Label Name";
     this.label_entry.Query        = "";
     this.label_entry.Ready        = true;
     this.label_entry.HasFocus     = false;
     this.hbox1.Add(this.label_entry);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label_entry]));
     w1.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.add_label              = new global::Gtk.Button();
     this.add_label.CanFocus     = true;
     this.add_label.Name         = "add_label";
     this.add_label.UseUnderline = true;
     // Container child add_label.Gtk.Container+ContainerChild
     global::Gtk.Alignment w2 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w3 = new global::Gtk.HBox();
     w3.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w4 = new global::Gtk.Image();
     w4.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     w3.Add(w4);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w6 = new global::Gtk.Label();
     w6.LabelProp    = global::Mono.Unix.Catalog.GetString("_Add Label");
     w6.UseUnderline = true;
     w3.Add(w6);
     w2.Add(w3);
     this.add_label.Add(w2);
     this.hbox1.Add(this.add_label);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.add_label]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.scrolledwindow1                  = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus         = true;
     this.scrolledwindow1.Name             = "scrolledwindow1";
     this.scrolledwindow1.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.scrolledwindow1.ShadowType       = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w12 = new global::Gtk.Viewport();
     w12.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.label_list          = new global::Docky.Widgets.ListOnlyTileView();
     this.label_list.Name     = "label_list";
     this.label_list.IconSize = 0;
     w12.Add(this.label_list);
     this.scrolledwindow1.Add(w12);
     this.vbox1.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.scrolledwindow1]));
     w15.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label1              = new global::Gtk.Label();
     this.label1.Name         = "label1";
     this.label1.LabelProp    = global::Mono.Unix.Catalog.GetString("Check e_very:");
     this.label1.UseUnderline = true;
     this.hbox2.Add(this.label1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label1]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("minutes");
     this.hbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label2]));
     w17.PackType = ((global::Gtk.PackType)(1));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.check_interval          = new global::Gtk.SpinButton(2, 1440, 1);
     this.check_interval.CanFocus = true;
     this.check_interval.Name     = "check_interval";
     this.check_interval.Adjustment.PageIncrement = 10;
     this.check_interval.ClimbRate = 1;
     this.check_interval.Numeric   = true;
     this.check_interval.Value     = 15;
     this.hbox2.Add(this.check_interval);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.check_interval]));
     w18.PackType = ((global::Gtk.PackType)(1));
     w18.Position = 2;
     w18.Expand   = false;
     w18.Fill     = false;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
     w19.Position = 2;
     w19.Expand   = false;
     w19.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label1.MnemonicWidget = this.check_interval;
     this.Hide();
     this.add_label.Clicked           += new global::System.EventHandler(this.AddLabelClicked);
     this.check_interval.ValueChanged += new global::System.EventHandler(this.OnIntervalValueChanged);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Chrono.ClockPropertiesWindow
     this.Name           = "Chrono.ClockPropertiesWindow";
     this.Title          = "Stopwatches";
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.BorderWidth    = ((uint)(6));
     this.Resizable      = false;
     this.AllowGrow      = false;
     // Container child Chrono.ClockPropertiesWindow.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 10;
     // Container child hbox1.Gtk.Box+BoxChild
     this.watchNameContainer         = new global::Gtk.HBox();
     this.watchNameContainer.Name    = "watchNameContainer";
     this.watchNameContainer.Spacing = 20;
     // Container child watchNameContainer.Gtk.Box+BoxChild
     this.watchNameLabel           = new global::Gtk.Label();
     this.watchNameLabel.Name      = "watchNameLabel";
     this.watchNameLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Name");
     this.watchNameContainer.Add(this.watchNameLabel);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.watchNameContainer [this.watchNameLabel]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child watchNameContainer.Gtk.Box+BoxChild
     this.watchNameCombo = new global::Gtk.ComboBoxEntry();
     this.watchNameCombo.WidthRequest = 160;
     this.watchNameCombo.Name         = "watchNameCombo";
     this.watchNameContainer.Add(this.watchNameCombo);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.watchNameContainer [this.watchNameCombo]));
     w2.Position = 1;
     this.hbox1.Add(this.watchNameContainer);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.watchNameContainer]));
     w3.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.watchNameButton = new global::Gtk.Button();
     this.watchNameButton.WidthRequest = 80;
     this.watchNameButton.CanDefault   = true;
     this.watchNameButton.CanFocus     = true;
     this.watchNameButton.Name         = "watchNameButton";
     this.watchNameButton.UseUnderline = true;
     this.watchNameButton.Label        = global::Mono.Unix.Catalog.GetString("Create");
     this.hbox1.Add(this.watchNameButton);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.watchNameButton]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.detailBook             = new global::Gtk.Notebook();
     this.detailBook.CanFocus    = true;
     this.detailBook.Name        = "detailBook";
     this.detailBook.CurrentPage = 1;
     this.detailBook.BorderWidth = ((uint)(1));
     // Container child detailBook.Gtk.Notebook+NotebookChild
     this.alignment3               = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment3.Name          = "alignment3";
     this.alignment3.LeftPadding   = ((uint)(24));
     this.alignment3.TopPadding    = ((uint)(16));
     this.alignment3.RightPadding  = ((uint)(24));
     this.alignment3.BottomPadding = ((uint)(16));
     // Container child alignment3.Gtk.Container+ContainerChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.logTheFollowingLabel           = new global::Gtk.Label();
     this.logTheFollowingLabel.Name      = "logTheFollowingLabel";
     this.logTheFollowingLabel.Xalign    = 0F;
     this.logTheFollowingLabel.LabelProp = "Log the following events";
     this.vbox6.Add(this.logTheFollowingLabel);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.logTheFollowingLabel]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.alignment2             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment2.Name        = "alignment2";
     this.alignment2.LeftPadding = ((uint)(20));
     this.alignment2.TopPadding  = ((uint)(5));
     // Container child alignment2.Gtk.Container+ContainerChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.logStartsCheck               = new global::Gtk.CheckButton();
     this.logStartsCheck.CanFocus      = true;
     this.logStartsCheck.Name          = "logStartsCheck";
     this.logStartsCheck.Label         = "When the Start button is clicked";
     this.logStartsCheck.DrawIndicator = true;
     this.logStartsCheck.UseUnderline  = true;
     this.vbox5.Add(this.logStartsCheck);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.logStartsCheck]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.logStopsCheck               = new global::Gtk.CheckButton();
     this.logStopsCheck.CanFocus      = true;
     this.logStopsCheck.Name          = "logStopsCheck";
     this.logStopsCheck.Label         = "When the Stop button is clicked";
     this.logStopsCheck.DrawIndicator = true;
     this.logStopsCheck.UseUnderline  = true;
     this.vbox5.Add(this.logStopsCheck);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.logStopsCheck]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     this.alignment2.Add(this.vbox5);
     this.vbox6.Add(this.alignment2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.alignment2]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbuttonbox3             = new global::Gtk.HButtonBox();
     this.hbuttonbox3.Name        = "hbuttonbox3";
     this.hbuttonbox3.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(3));
     // Container child hbuttonbox3.Gtk.ButtonBox+ButtonBoxChild
     this.deleteBtn              = new global::Gtk.Button();
     this.deleteBtn.CanFocus     = true;
     this.deleteBtn.Name         = "deleteBtn";
     this.deleteBtn.UseStock     = true;
     this.deleteBtn.UseUnderline = true;
     this.deleteBtn.Label        = "gtk-delete";
     this.hbuttonbox3.Add(this.deleteBtn);
     global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox3 [this.deleteBtn]));
     w11.Expand = false;
     w11.Fill   = false;
     this.vbox6.Add(this.hbuttonbox3);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbuttonbox3]));
     w12.PackType = ((global::Gtk.PackType)(1));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hseparator4      = new global::Gtk.HSeparator();
     this.hseparator4.Name = "hseparator4";
     this.vbox6.Add(this.hseparator4);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hseparator4]));
     w13.PackType = ((global::Gtk.PackType)(1));
     w13.Position = 3;
     w13.Expand   = false;
     w13.Fill     = false;
     this.alignment3.Add(this.vbox6);
     this.detailBook.Add(this.alignment3);
     // Notebook tab
     this.generalTabLabel           = new global::Gtk.Label();
     this.generalTabLabel.Name      = "generalTabLabel";
     this.generalTabLabel.LabelProp = global::Mono.Unix.Catalog.GetString("General");
     this.detailBook.SetTabLabel(this.alignment3, this.generalTabLabel);
     this.generalTabLabel.ShowAll();
     // Container child detailBook.Gtk.Notebook+NotebookChild
     this.alignment5               = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment5.Name          = "alignment5";
     this.alignment5.LeftPadding   = ((uint)(24));
     this.alignment5.TopPadding    = ((uint)(16));
     this.alignment5.RightPadding  = ((uint)(24));
     this.alignment5.BottomPadding = ((uint)(16));
     // Container child alignment5.Gtk.Container+ContainerChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.countingDirectionLabel           = new global::Gtk.Label();
     this.countingDirectionLabel.Name      = "countingDirectionLabel";
     this.countingDirectionLabel.Xalign    = 0F;
     this.countingDirectionLabel.LabelProp = "Choose the counting direction";
     this.vbox4.Add(this.countingDirectionLabel);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.countingDirectionLabel]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.alignment6             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment6.Name        = "alignment6";
     this.alignment6.LeftPadding = ((uint)(20));
     this.alignment6.TopPadding  = ((uint)(5));
     // Container child alignment6.Gtk.Container+ContainerChild
     this.vbox8         = new global::Gtk.VBox();
     this.vbox8.Name    = "vbox8";
     this.vbox8.Spacing = 6;
     // Container child vbox8.Gtk.Box+BoxChild
     this.countForwardOption               = new global::Gtk.RadioButton("Count Forward");
     this.countForwardOption.CanFocus      = true;
     this.countForwardOption.Name          = "countForwardOption";
     this.countForwardOption.Active        = true;
     this.countForwardOption.DrawIndicator = true;
     this.countForwardOption.UseUnderline  = true;
     this.countForwardOption.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vbox8.Add(this.countForwardOption);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.countForwardOption]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.countBackwardOption               = new global::Gtk.RadioButton("Count Backward");
     this.countBackwardOption.CanFocus      = true;
     this.countBackwardOption.Name          = "countBackwardOption";
     this.countBackwardOption.DrawIndicator = true;
     this.countBackwardOption.UseUnderline  = true;
     this.countBackwardOption.Group         = this.countForwardOption.Group;
     this.vbox8.Add(this.countBackwardOption);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.countBackwardOption]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     this.alignment6.Add(this.vbox8);
     this.vbox4.Add(this.alignment6);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.alignment6]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox4.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator2]));
     w21.Position = 2;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.watchSpeedContainer         = new global::Gtk.HBox();
     this.watchSpeedContainer.Name    = "watchSpeedContainer";
     this.watchSpeedContainer.Spacing = 20;
     // Container child watchSpeedContainer.Gtk.Box+BoxChild
     this.watchSpeedLabel           = new global::Gtk.Label();
     this.watchSpeedLabel.Name      = "watchSpeedLabel";
     this.watchSpeedLabel.LabelProp = "Counting Speed";
     this.watchSpeedContainer.Add(this.watchSpeedLabel);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.watchSpeedContainer [this.watchSpeedLabel]));
     w22.Position = 0;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child watchSpeedContainer.Gtk.Box+BoxChild
     this.watchSpeedEntry          = new global::Gtk.SpinButton(0, 60, 1);
     this.watchSpeedEntry.CanFocus = true;
     this.watchSpeedEntry.Name     = "watchSpeedEntry";
     this.watchSpeedEntry.Adjustment.PageIncrement = 6;
     this.watchSpeedEntry.ClimbRate = 1;
     this.watchSpeedEntry.Digits    = ((uint)(3));
     this.watchSpeedEntry.Numeric   = true;
     this.watchSpeedEntry.Value     = 1;
     this.watchSpeedContainer.Add(this.watchSpeedEntry);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.watchSpeedContainer [this.watchSpeedEntry]));
     w23.Position = 1;
     this.vbox4.Add(this.watchSpeedContainer);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.watchSpeedContainer]));
     w24.Position = 3;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.applySpeedBtn = new global::Gtk.Button();
     this.applySpeedBtn.WidthRequest = 40;
     this.applySpeedBtn.CanFocus     = true;
     this.applySpeedBtn.Name         = "applySpeedBtn";
     this.applySpeedBtn.UseUnderline = true;
     this.applySpeedBtn.Label        = "Apply Settings";
     this.vbox4.Add(this.applySpeedBtn);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.applySpeedBtn]));
     w25.PackType = ((global::Gtk.PackType)(1));
     w25.Position = 4;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hseparator3      = new global::Gtk.HSeparator();
     this.hseparator3.Name = "hseparator3";
     this.vbox4.Add(this.hseparator3);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator3]));
     w26.PackType = ((global::Gtk.PackType)(1));
     w26.Position = 5;
     w26.Expand   = false;
     w26.Fill     = false;
     this.alignment5.Add(this.vbox4);
     this.detailBook.Add(this.alignment5);
     global::Gtk.Notebook.NotebookChild w28 = ((global::Gtk.Notebook.NotebookChild)(this.detailBook [this.alignment5]));
     w28.Position = 1;
     // Notebook tab
     this.countingTabLabel           = new global::Gtk.Label();
     this.countingTabLabel.Name      = "countingTabLabel";
     this.countingTabLabel.LabelProp = "Counting";
     this.detailBook.SetTabLabel(this.alignment5, this.countingTabLabel);
     this.countingTabLabel.ShowAll();
     // Container child detailBook.Gtk.Notebook+NotebookChild
     this.alignment1               = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name          = "alignment1";
     this.alignment1.LeftPadding   = ((uint)(24));
     this.alignment1.TopPadding    = ((uint)(16));
     this.alignment1.RightPadding  = ((uint)(24));
     this.alignment1.BottomPadding = ((uint)(16));
     // Container child alignment1.Gtk.Container+ContainerChild
     this.vbox7         = new global::Gtk.VBox();
     this.vbox7.Name    = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.configureLayoutLabel           = new global::Gtk.Label();
     this.configureLayoutLabel.Name      = "configureLayoutLabel";
     this.configureLayoutLabel.Xalign    = 0F;
     this.configureLayoutLabel.LabelProp = "Configure the window layout";
     this.vbox7.Add(this.configureLayoutLabel);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.configureLayoutLabel]));
     w29.Position = 0;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.alignment4             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment4.Name        = "alignment4";
     this.alignment4.LeftPadding = ((uint)(20));
     this.alignment4.TopPadding  = ((uint)(5));
     // Container child alignment4.Gtk.Container+ContainerChild
     this.vbox9         = new global::Gtk.VBox();
     this.vbox9.Name    = "vbox9";
     this.vbox9.Spacing = 6;
     // Container child vbox9.Gtk.Box+BoxChild
     this.dockedCheck               = new global::Gtk.CheckButton();
     this.dockedCheck.CanFocus      = true;
     this.dockedCheck.Name          = "dockedCheck";
     this.dockedCheck.Label         = "Dock in Log Window";
     this.dockedCheck.DrawIndicator = true;
     this.dockedCheck.UseUnderline  = true;
     this.vbox9.Add(this.dockedCheck);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.dockedCheck]));
     w30.Position = 0;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.compactCheck               = new global::Gtk.CheckButton();
     this.compactCheck.CanFocus      = true;
     this.compactCheck.Name          = "compactCheck";
     this.compactCheck.Label         = global::Mono.Unix.Catalog.GetString("Compact Mode");
     this.compactCheck.DrawIndicator = true;
     this.compactCheck.UseUnderline  = true;
     this.vbox9.Add(this.compactCheck);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.compactCheck]));
     w31.Position = 1;
     w31.Expand   = false;
     w31.Fill     = false;
     this.alignment4.Add(this.vbox9);
     this.vbox7.Add(this.alignment4);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.alignment4]));
     w33.Position = 1;
     w33.Expand   = false;
     w33.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.windowVisibleBtn              = new global::Gtk.ToggleButton();
     this.windowVisibleBtn.CanFocus     = true;
     this.windowVisibleBtn.Name         = "windowVisibleBtn";
     this.windowVisibleBtn.UseUnderline = true;
     this.windowVisibleBtn.Label        = "Visible";
     this.hbox3.Add(this.windowVisibleBtn);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.windowVisibleBtn]));
     w34.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.keepAboveCheck               = new global::Gtk.CheckButton();
     this.keepAboveCheck.CanFocus      = true;
     this.keepAboveCheck.Name          = "keepAboveCheck";
     this.keepAboveCheck.Label         = "Keep Above";
     this.keepAboveCheck.DrawIndicator = true;
     this.keepAboveCheck.UseUnderline  = true;
     this.hbox3.Add(this.keepAboveCheck);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.keepAboveCheck]));
     w35.PackType = ((global::Gtk.PackType)(1));
     w35.Position = 1;
     w35.Expand   = false;
     this.vbox7.Add(this.hbox3);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox3]));
     w36.PackType = ((global::Gtk.PackType)(1));
     w36.Position = 2;
     w36.Expand   = false;
     w36.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hseparator5      = new global::Gtk.HSeparator();
     this.hseparator5.Name = "hseparator5";
     this.vbox7.Add(this.hseparator5);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hseparator5]));
     w37.PackType = ((global::Gtk.PackType)(1));
     w37.Position = 3;
     w37.Expand   = false;
     w37.Fill     = false;
     this.alignment1.Add(this.vbox7);
     this.detailBook.Add(this.alignment1);
     global::Gtk.Notebook.NotebookChild w39 = ((global::Gtk.Notebook.NotebookChild)(this.detailBook [this.alignment1]));
     w39.Position = 2;
     // Notebook tab
     this.windowTabLabel           = new global::Gtk.Label();
     this.windowTabLabel.Name      = "windowTabLabel";
     this.windowTabLabel.LabelProp = "Window";
     this.detailBook.SetTabLabel(this.alignment1, this.windowTabLabel);
     this.windowTabLabel.ShowAll();
     this.vbox2.Add(this.detailBook);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.detailBook]));
     w40.Position = 1;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbuttonbox2             = new global::Gtk.HButtonBox();
     this.hbuttonbox2.Name        = "hbuttonbox2";
     this.hbuttonbox2.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.closeBtn              = new global::Gtk.Button();
     this.closeBtn.CanFocus     = true;
     this.closeBtn.Name         = "closeBtn";
     this.closeBtn.UseStock     = true;
     this.closeBtn.UseUnderline = true;
     this.closeBtn.Label        = "gtk-close";
     this.hbuttonbox2.Add(this.closeBtn);
     global::Gtk.ButtonBox.ButtonBoxChild w41 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.closeBtn]));
     w41.Expand = false;
     w41.Fill   = false;
     this.vbox2.Add(this.hbuttonbox2);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbuttonbox2]));
     w42.PackType = ((global::Gtk.PackType)(1));
     w42.Position = 2;
     w42.Expand   = false;
     w42.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 328;
     this.DefaultHeight = 379;
     this.watchNameButton.HasDefault = true;
     this.Hide();
     this.DeleteEvent              += new global::Gtk.DeleteEventHandler(this.windowDelete_event);
     this.watchNameCombo.Changed   += new global::System.EventHandler(this.clockNameChanged_event);
     this.watchNameButton.Clicked  += new global::System.EventHandler(this.clockNameBtn_event);
     this.logStartsCheck.Toggled   += new global::System.EventHandler(this.logStarts_event);
     this.logStopsCheck.Toggled    += new global::System.EventHandler(this.logStops_event);
     this.deleteBtn.Clicked        += new global::System.EventHandler(this.deleteClock_event);
     this.applySpeedBtn.Clicked    += new global::System.EventHandler(this.setSpeed_event);
     this.dockedCheck.Toggled      += new global::System.EventHandler(this.docked_event);
     this.compactCheck.Toggled     += new global::System.EventHandler(this.compact_event);
     this.windowVisibleBtn.Toggled += new global::System.EventHandler(this.visible_event);
     this.keepAboveCheck.Toggled   += new global::System.EventHandler(this.keepVisible_event);
     this.closeBtn.Clicked         += new global::System.EventHandler(this.closeWindow_event);
 }
Exemplo n.º 60
0
	protected virtual void Build ()
	{
		global::Stetic.Gui.Initialize (this);
		// Widget DeSERtMain
		this.UIManager = new global::Gtk.UIManager ();
		global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
		this.MenuAction = new global::Gtk.Action ("MenuAction", global::Mono.Unix.Catalog.GetString ("Menu"), null, null);
		this.MenuAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Menu");
		w1.Add (this.MenuAction, null);
		this.SettingsAction = new global::Gtk.Action ("SettingsAction", global::Mono.Unix.Catalog.GetString ("Settings"), null, null);
		this.SettingsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Settings");
		w1.Add (this.SettingsAction, null);
		this.AboutAction = new global::Gtk.Action ("AboutAction", global::Mono.Unix.Catalog.GetString ("About"), null, null);
		this.AboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("About");
		w1.Add (this.AboutAction, null);
		this.HelpAction = new global::Gtk.Action ("HelpAction", global::Mono.Unix.Catalog.GetString ("Help"), null, null);
		this.HelpAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Help");
		w1.Add (this.HelpAction, null);
		this.newAction = new global::Gtk.Action ("newAction", global::Mono.Unix.Catalog.GetString ("New Project"), null, "gtk-new");
		this.newAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("New Project");
		w1.Add (this.newAction, null);
		this.saveAction = new global::Gtk.Action ("saveAction", global::Mono.Unix.Catalog.GetString ("Save Project"), null, "gtk-save");
		this.saveAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save Project");
		w1.Add (this.saveAction, null);
		this.saveAsAction = new global::Gtk.Action ("saveAsAction", global::Mono.Unix.Catalog.GetString ("Save Project To"), null, "gtk-save-as");
		this.saveAsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save Project To");
		w1.Add (this.saveAsAction, null);
		this.openAction = new global::Gtk.Action ("openAction", global::Mono.Unix.Catalog.GetString ("Open Project"), null, "gtk-open");
		this.openAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Open Project");
		w1.Add (this.openAction, null);
		this.quitAction = new global::Gtk.Action ("quitAction", global::Mono.Unix.Catalog.GetString ("Quit"), null, "gtk-quit");
		this.quitAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Quit");
		w1.Add (this.quitAction, null);
		this.helpAction = new global::Gtk.Action ("helpAction", global::Mono.Unix.Catalog.GetString ("Help"), null, "gtk-help");
		this.helpAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Help");
		w1.Add (this.helpAction, null);
		this.aboutAction = new global::Gtk.Action ("aboutAction", global::Mono.Unix.Catalog.GetString ("_About"), null, "gtk-about");
		this.aboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_About");
		w1.Add (this.aboutAction, null);
		this.preferencesAction = new global::Gtk.Action ("preferencesAction", global::Mono.Unix.Catalog.GetString ("Settings"), null, "gtk-preferences");
		this.preferencesAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Settings");
		w1.Add (this.preferencesAction, null);
		this.ExtrasAction = new global::Gtk.Action ("ExtrasAction", global::Mono.Unix.Catalog.GetString ("Extras"), null, null);
		this.ExtrasAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Extras");
		w1.Add (this.ExtrasAction, null);
		this.CreateFilterAction = new global::Gtk.Action ("CreateFilterAction", global::Mono.Unix.Catalog.GetString ("Create Filter"), null, null);
		this.CreateFilterAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Add Filter");
		w1.Add (this.CreateFilterAction, null);
		this.UIManager.InsertActionGroup (w1, 0);
		this.AddAccelGroup (this.UIManager.AccelGroup);
		this.WidthRequest = 910;
		this.HeightRequest = 520;
		this.Name = "DeSERtMain";
		this.Title = global::Mono.Unix.Catalog.GetString ("DeSERt");
		this.Icon = global::Gdk.Pixbuf.LoadFromResource ("DeSERt.DeSERt-Icon.ico");
		this.WindowPosition = ((global::Gtk.WindowPosition)(4));
		this.Resizable = false;
		this.AllowGrow = false;
		this.DefaultWidth = 900;
		this.DefaultHeight = 500;
		// Container child DeSERtMain.Gtk.Container+ContainerChild
		this.BG = new global::Gtk.Fixed ();
		this.BG.Name = "BG";
		this.BG.HasWindow = false;
		// Container child BG.Gtk.Fixed+FixedChild
		this.UIManager.AddUiFromString (@"<ui><menubar name='Menu'><menu name='MenuAction' action='MenuAction'><menuitem name='newAction' action='newAction'/><separator/><menuitem name='saveAction' action='saveAction'/><menuitem name='saveAsAction' action='saveAsAction'/><separator/><menuitem name='openAction' action='openAction'/><separator/><menuitem name='preferencesAction' action='preferencesAction'/><separator/><menuitem name='quitAction' action='quitAction'/></menu><menu name='ExtrasAction' action='ExtrasAction'><menuitem name='CreateFilterAction' action='CreateFilterAction'/></menu><menu name='HelpAction' action='HelpAction'><menuitem name='helpAction' action='helpAction'/><menuitem name='aboutAction' action='aboutAction'/></menu></menubar></ui>");
		this.Menu = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/Menu")));
		this.Menu.WidthRequest = 920;
		this.Menu.Name = "Menu";
		this.BG.Add (this.Menu);
		// Container child BG.Gtk.Fixed+FixedChild
		this.MainNotebook = new global::Gtk.Notebook ();
		this.MainNotebook.WidthRequest = 900;
		this.MainNotebook.HeightRequest = 450;
		this.MainNotebook.CanFocus = true;
		this.MainNotebook.Name = "MainNotebook";
		this.MainNotebook.CurrentPage = 1;
		// Container child MainNotebook.Gtk.Notebook+NotebookChild
		this.BGLoading = new global::Gtk.Fixed ();
		this.BGLoading.Name = "BGLoading";
		this.BGLoading.HasWindow = false;
		// Container child BGLoading.Gtk.Fixed+FixedChild
		this.ValueTableScroll = new global::Gtk.ScrolledWindow ();
		this.ValueTableScroll.WidthRequest = 650;
		this.ValueTableScroll.HeightRequest = 400;
		this.ValueTableScroll.Name = "ValueTableScroll";
		this.ValueTableScroll.ShadowType = ((global::Gtk.ShadowType)(1));
		// Container child ValueTableScroll.Gtk.Container+ContainerChild
		this.ValueTable = new global::Gtk.TreeView ();
		this.ValueTable.CanFocus = true;
		this.ValueTable.Name = "ValueTable";
		this.ValueTable.EnableSearch = false;
		this.ValueTableScroll.Add (this.ValueTable);
		this.BGLoading.Add (this.ValueTableScroll);
		global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.BGLoading [this.ValueTableScroll]));
		w4.X = 235;
		w4.Y = 10;
		// Container child BGLoading.Gtk.Fixed+FixedChild
		this.ImageOpenButton = new global::Gtk.Button ();
		this.ImageOpenButton.WidthRequest = 150;
		this.ImageOpenButton.HeightRequest = 35;
		this.ImageOpenButton.CanFocus = true;
		this.ImageOpenButton.Name = "ImageOpenButton";
		this.ImageOpenButton.UseUnderline = true;
		// Container child ImageOpenButton.Gtk.Container+ContainerChild
		global::Gtk.Alignment w5 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
		// Container child GtkAlignment.Gtk.Container+ContainerChild
		global::Gtk.HBox w6 = new global::Gtk.HBox ();
		w6.Spacing = 2;
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Image w7 = new global::Gtk.Image ();
		w7.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-open", global::Gtk.IconSize.Menu);
		w6.Add (w7);
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Label w9 = new global::Gtk.Label ();
		w9.LabelProp = global::Mono.Unix.Catalog.GetString ("Add Image(s)");
		w9.UseUnderline = true;
		w6.Add (w9);
		w5.Add (w6);
		this.ImageOpenButton.Add (w5);
		this.BGLoading.Add (this.ImageOpenButton);
		global::Gtk.Fixed.FixedChild w13 = ((global::Gtk.Fixed.FixedChild)(this.BGLoading [this.ImageOpenButton]));
		w13.X = 40;
		w13.Y = 30;
		// Container child BGLoading.Gtk.Fixed+FixedChild
		this.ProcOpenButton = new global::Gtk.Button ();
		this.ProcOpenButton.WidthRequest = 150;
		this.ProcOpenButton.HeightRequest = 35;
		this.ProcOpenButton.CanFocus = true;
		this.ProcOpenButton.Name = "ProcOpenButton";
		this.ProcOpenButton.UseUnderline = true;
		// Container child ProcOpenButton.Gtk.Container+ContainerChild
		global::Gtk.Alignment w14 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
		// Container child GtkAlignment.Gtk.Container+ContainerChild
		global::Gtk.HBox w15 = new global::Gtk.HBox ();
		w15.Spacing = 2;
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Image w16 = new global::Gtk.Image ();
		w16.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-open", global::Gtk.IconSize.Menu);
		w15.Add (w16);
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Label w18 = new global::Gtk.Label ();
		w18.LabelProp = global::Mono.Unix.Catalog.GetString ("Open PP3");
		w18.UseUnderline = true;
		w15.Add (w18);
		w14.Add (w15);
		this.ProcOpenButton.Add (w14);
		this.BGLoading.Add (this.ProcOpenButton);
		global::Gtk.Fixed.FixedChild w22 = ((global::Gtk.Fixed.FixedChild)(this.BGLoading [this.ProcOpenButton]));
		w22.X = 40;
		w22.Y = 80;
		// Container child BGLoading.Gtk.Fixed+FixedChild
		this.CalculateButton = new global::Gtk.Button ();
		this.CalculateButton.WidthRequest = 180;
		this.CalculateButton.HeightRequest = 30;
		this.CalculateButton.CanFocus = true;
		this.CalculateButton.Name = "CalculateButton";
		this.CalculateButton.UseUnderline = true;
		// Container child CalculateButton.Gtk.Container+ContainerChild
		global::Gtk.Alignment w23 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
		// Container child GtkAlignment.Gtk.Container+ContainerChild
		global::Gtk.HBox w24 = new global::Gtk.HBox ();
		w24.Spacing = 2;
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Image w25 = new global::Gtk.Image ();
		w25.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-execute", global::Gtk.IconSize.Menu);
		w24.Add (w25);
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Label w27 = new global::Gtk.Label ();
		w27.LabelProp = global::Mono.Unix.Catalog.GetString ("Calculate Brightness");
		w27.UseUnderline = true;
		w24.Add (w27);
		w23.Add (w24);
		this.CalculateButton.Add (w23);
		this.BGLoading.Add (this.CalculateButton);
		global::Gtk.Fixed.FixedChild w31 = ((global::Gtk.Fixed.FixedChild)(this.BGLoading [this.CalculateButton]));
		w31.X = 25;
		w31.Y = 325;
		// Container child BGLoading.Gtk.Fixed+FixedChild
		this.PreviewImg = new global::Gtk.Image ();
		this.PreviewImg.WidthRequest = 160;
		this.PreviewImg.HeightRequest = 120;
		this.PreviewImg.Name = "PreviewImg";
		this.BGLoading.Add (this.PreviewImg);
		global::Gtk.Fixed.FixedChild w32 = ((global::Gtk.Fixed.FixedChild)(this.BGLoading [this.PreviewImg]));
		w32.X = 35;
		w32.Y = 175;
		this.MainNotebook.Add (this.BGLoading);
		// Notebook tab
		this.label2 = new global::Gtk.Label ();
		this.label2.Name = "label2";
		this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Loading");
		this.MainNotebook.SetTabLabel (this.BGLoading, this.label2);
		this.label2.ShowAll ();
		// Container child MainNotebook.Gtk.Notebook+NotebookChild
		this.EditingBG = new global::Gtk.Fixed ();
		this.EditingBG.Name = "EditingBG";
		this.EditingBG.HasWindow = false;
		// Container child EditingBG.Gtk.Fixed+FixedChild
		this.XValBox = new global::Gtk.Entry ();
		this.XValBox.WidthRequest = 60;
		this.XValBox.CanFocus = true;
		this.XValBox.Name = "XValBox";
		this.XValBox.Text = global::Mono.Unix.Catalog.GetString ("0");
		this.XValBox.IsEditable = true;
		this.XValBox.InvisibleChar = '?';
		this.EditingBG.Add (this.XValBox);
		global::Gtk.Fixed.FixedChild w34 = ((global::Gtk.Fixed.FixedChild)(this.EditingBG [this.XValBox]));
		w34.X = 110;
		w34.Y = 350;
		// Container child EditingBG.Gtk.Fixed+FixedChild
		this.YValBox = new global::Gtk.Entry ();
		this.YValBox.WidthRequest = 60;
		this.YValBox.CanFocus = true;
		this.YValBox.Name = "YValBox";
		this.YValBox.Text = global::Mono.Unix.Catalog.GetString ("0");
		this.YValBox.IsEditable = true;
		this.YValBox.InvisibleChar = '?';
		this.EditingBG.Add (this.YValBox);
		global::Gtk.Fixed.FixedChild w35 = ((global::Gtk.Fixed.FixedChild)(this.EditingBG [this.YValBox]));
		w35.X = 110;
		w35.Y = 380;
		// Container child EditingBG.Gtk.Fixed+FixedChild
		this.Ylabel = new global::Gtk.Label ();
		this.Ylabel.Name = "Ylabel";
		this.Ylabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Y:");
		this.EditingBG.Add (this.Ylabel);
		global::Gtk.Fixed.FixedChild w36 = ((global::Gtk.Fixed.FixedChild)(this.EditingBG [this.Ylabel]));
		w36.X = 90;
		w36.Y = 385;
		// Container child EditingBG.Gtk.Fixed+FixedChild
		this.Xlabel = new global::Gtk.Label ();
		this.Xlabel.Name = "Xlabel";
		this.Xlabel.LabelProp = global::Mono.Unix.Catalog.GetString ("X:");
		this.EditingBG.Add (this.Xlabel);
		global::Gtk.Fixed.FixedChild w37 = ((global::Gtk.Fixed.FixedChild)(this.EditingBG [this.Xlabel]));
		w37.X = 90;
		w37.Y = 355;
		// Container child EditingBG.Gtk.Fixed+FixedChild
		this.GraphEvents = new global::Gtk.EventBox ();
		this.GraphEvents.WidthRequest = 700;
		this.GraphEvents.HeightRequest = 400;
		this.GraphEvents.Name = "GraphEvents";
		// Container child GraphEvents.Gtk.Container+ContainerChild
		this.GraphArea = new global::Gtk.Image ();
		this.GraphArea.Name = "GraphArea";
		this.GraphEvents.Add (this.GraphArea);
		this.EditingBG.Add (this.GraphEvents);
		global::Gtk.Fixed.FixedChild w39 = ((global::Gtk.Fixed.FixedChild)(this.EditingBG [this.GraphEvents]));
		w39.X = 185;
		w39.Y = 10;
		// Container child EditingBG.Gtk.Fixed+FixedChild
		this.CurveSelectBox = global::Gtk.ComboBox.NewText ();
		this.CurveSelectBox.WidthRequest = 150;
		this.CurveSelectBox.Name = "CurveSelectBox";
		this.EditingBG.Add (this.CurveSelectBox);
		global::Gtk.Fixed.FixedChild w40 = ((global::Gtk.Fixed.FixedChild)(this.EditingBG [this.CurveSelectBox]));
		w40.X = 15;
		w40.Y = 20;
		// Container child EditingBG.Gtk.Fixed+FixedChild
		this.BrScale = new global::Gtk.HScale (null);
		this.BrScale.WidthRequest = 160;
		this.BrScale.CanFocus = true;
		this.BrScale.Name = "BrScale";
		this.BrScale.Adjustment.Lower = -300D;
		this.BrScale.Adjustment.Upper = 400D;
		this.BrScale.Adjustment.PageIncrement = 5D;
		this.BrScale.Adjustment.StepIncrement = 1D;
		this.BrScale.Adjustment.Value = 100D;
		this.BrScale.DrawValue = false;
		this.BrScale.Digits = 2;
		this.BrScale.ValuePos = ((global::Gtk.PositionType)(2));
		this.EditingBG.Add (this.BrScale);
		global::Gtk.Fixed.FixedChild w41 = ((global::Gtk.Fixed.FixedChild)(this.EditingBG [this.BrScale]));
		w41.X = 10;
		w41.Y = 85;
		// Container child EditingBG.Gtk.Fixed+FixedChild
		this.EndToStartButton = new global::Gtk.Button ();
		this.EndToStartButton.WidthRequest = 75;
		this.EndToStartButton.HeightRequest = 20;
		this.EndToStartButton.CanFocus = true;
		this.EndToStartButton.Name = "EndToStartButton";
		this.EndToStartButton.UseUnderline = true;
		this.EndToStartButton.Label = global::Mono.Unix.Catalog.GetString ("End = Start");
		this.EditingBG.Add (this.EndToStartButton);
		global::Gtk.Fixed.FixedChild w42 = ((global::Gtk.Fixed.FixedChild)(this.EditingBG [this.EndToStartButton]));
		w42.X = 10;
		w42.Y = 140;
		// Container child EditingBG.Gtk.Fixed+FixedChild
		this.StartToEndButton = new global::Gtk.Button ();
		this.StartToEndButton.WidthRequest = 75;
		this.StartToEndButton.HeightRequest = 20;
		this.StartToEndButton.CanFocus = true;
		this.StartToEndButton.Name = "StartToEndButton";
		this.StartToEndButton.UseUnderline = true;
		this.StartToEndButton.Label = global::Mono.Unix.Catalog.GetString ("Start = End");
		this.EditingBG.Add (this.StartToEndButton);
		global::Gtk.Fixed.FixedChild w43 = ((global::Gtk.Fixed.FixedChild)(this.EditingBG [this.StartToEndButton]));
		w43.X = 95;
		w43.Y = 140;
		// Container child EditingBG.Gtk.Fixed+FixedChild
		this.ResetCurveButton = new global::Gtk.Button ();
		this.ResetCurveButton.WidthRequest = 75;
		this.ResetCurveButton.HeightRequest = 20;
		this.ResetCurveButton.CanFocus = true;
		this.ResetCurveButton.Name = "ResetCurveButton";
		this.ResetCurveButton.UseUnderline = true;
		this.ResetCurveButton.Label = global::Mono.Unix.Catalog.GetString ("Reset Curve");
		this.EditingBG.Add (this.ResetCurveButton);
		global::Gtk.Fixed.FixedChild w44 = ((global::Gtk.Fixed.FixedChild)(this.EditingBG [this.ResetCurveButton]));
		w44.X = 10;
		w44.Y = 170;
		// Container child EditingBG.Gtk.Fixed+FixedChild
		this.label3 = new global::Gtk.Label ();
		this.label3.Name = "label3";
		this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Brightness Scale:");
		this.EditingBG.Add (this.label3);
		global::Gtk.Fixed.FixedChild w45 = ((global::Gtk.Fixed.FixedChild)(this.EditingBG [this.label3]));
		w45.X = 5;
		w45.Y = 65;
		// Container child EditingBG.Gtk.Fixed+FixedChild
		this.BrScaleEntry = new global::Gtk.Entry ();
		this.BrScaleEntry.WidthRequest = 60;
		this.BrScaleEntry.CanFocus = true;
		this.BrScaleEntry.Name = "BrScaleEntry";
		this.BrScaleEntry.Text = global::Mono.Unix.Catalog.GetString ("100,00");
		this.BrScaleEntry.IsEditable = true;
		this.BrScaleEntry.InvisibleChar = '?';
		this.EditingBG.Add (this.BrScaleEntry);
		global::Gtk.Fixed.FixedChild w46 = ((global::Gtk.Fixed.FixedChild)(this.EditingBG [this.BrScaleEntry]));
		w46.X = 105;
		w46.Y = 55;
		// Container child EditingBG.Gtk.Fixed+FixedChild
		this.label4 = new global::Gtk.Label ();
		this.label4.Name = "label4";
		this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Startindex:");
		this.EditingBG.Add (this.label4);
		global::Gtk.Fixed.FixedChild w47 = ((global::Gtk.Fixed.FixedChild)(this.EditingBG [this.label4]));
		w47.X = 55;
		w47.Y = 255;
		// Container child EditingBG.Gtk.Fixed+FixedChild
		this.PreviewRenderButton = new global::Gtk.Button ();
		this.PreviewRenderButton.WidthRequest = 160;
		this.PreviewRenderButton.CanFocus = true;
		this.PreviewRenderButton.Name = "PreviewRenderButton";
		this.PreviewRenderButton.UseUnderline = true;
		// Container child PreviewRenderButton.Gtk.Container+ContainerChild
		global::Gtk.Alignment w48 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
		// Container child GtkAlignment.Gtk.Container+ContainerChild
		global::Gtk.HBox w49 = new global::Gtk.HBox ();
		w49.Spacing = 2;
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Image w50 = new global::Gtk.Image ();
		w50.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-refresh", global::Gtk.IconSize.Menu);
		w49.Add (w50);
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Label w52 = new global::Gtk.Label ();
		w52.LabelProp = global::Mono.Unix.Catalog.GetString ("Brightness Preview");
		w52.UseUnderline = true;
		w49.Add (w52);
		w48.Add (w49);
		this.PreviewRenderButton.Add (w48);
		this.EditingBG.Add (this.PreviewRenderButton);
		global::Gtk.Fixed.FixedChild w56 = ((global::Gtk.Fixed.FixedChild)(this.EditingBG [this.PreviewRenderButton]));
		w56.X = 10;
		w56.Y = 220;
		// Container child EditingBG.Gtk.Fixed+FixedChild
		this.PrevCountSpin = new global::Gtk.SpinButton (2D, 100D, 1D);
		this.PrevCountSpin.CanFocus = true;
		this.PrevCountSpin.Name = "PrevCountSpin";
		this.PrevCountSpin.Adjustment.PageIncrement = 10D;
		this.PrevCountSpin.ClimbRate = 1D;
		this.PrevCountSpin.Numeric = true;
		this.PrevCountSpin.Value = 2D;
		this.EditingBG.Add (this.PrevCountSpin);
		global::Gtk.Fixed.FixedChild w57 = ((global::Gtk.Fixed.FixedChild)(this.EditingBG [this.PrevCountSpin]));
		w57.X = 120;
		w57.Y = 285;
		// Container child EditingBG.Gtk.Fixed+FixedChild
		this.label5 = new global::Gtk.Label ();
		this.label5.Name = "label5";
		this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Count:");
		this.EditingBG.Add (this.label5);
		global::Gtk.Fixed.FixedChild w58 = ((global::Gtk.Fixed.FixedChild)(this.EditingBG [this.label5]));
		w58.X = 74;
		w58.Y = 290;
		// Container child EditingBG.Gtk.Fixed+FixedChild
		this.PrevIndexSpin = new global::Gtk.SpinButton (1D, 100D, 1D);
		this.PrevIndexSpin.CanFocus = true;
		this.PrevIndexSpin.Name = "PrevIndexSpin";
		this.PrevIndexSpin.Adjustment.PageIncrement = 10D;
		this.PrevIndexSpin.ClimbRate = 1D;
		this.PrevIndexSpin.Numeric = true;
		this.PrevIndexSpin.Value = 1D;
		this.EditingBG.Add (this.PrevIndexSpin);
		global::Gtk.Fixed.FixedChild w59 = ((global::Gtk.Fixed.FixedChild)(this.EditingBG [this.PrevIndexSpin]));
		w59.X = 120;
		w59.Y = 250;
		this.MainNotebook.Add (this.EditingBG);
		global::Gtk.Notebook.NotebookChild w60 = ((global::Gtk.Notebook.NotebookChild)(this.MainNotebook [this.EditingBG]));
		w60.Position = 1;
		// Notebook tab
		this.label1 = new global::Gtk.Label ();
		this.label1.Name = "label1";
		this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Editing");
		this.MainNotebook.SetTabLabel (this.EditingBG, this.label1);
		this.label1.ShowAll ();
		this.BG.Add (this.MainNotebook);
		global::Gtk.Fixed.FixedChild w61 = ((global::Gtk.Fixed.FixedChild)(this.BG [this.MainNotebook]));
		w61.Y = 25;
		// Container child BG.Gtk.Fixed+FixedChild
		this.SaveButton = new global::Gtk.Button ();
		this.SaveButton.WidthRequest = 100;
		this.SaveButton.HeightRequest = 30;
		this.SaveButton.CanFocus = true;
		this.SaveButton.Name = "SaveButton";
		this.SaveButton.UseUnderline = true;
		// Container child SaveButton.Gtk.Container+ContainerChild
		global::Gtk.Alignment w62 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
		// Container child GtkAlignment.Gtk.Container+ContainerChild
		global::Gtk.HBox w63 = new global::Gtk.HBox ();
		w63.Spacing = 2;
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Image w64 = new global::Gtk.Image ();
		w64.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-apply", global::Gtk.IconSize.Menu);
		w63.Add (w64);
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Label w66 = new global::Gtk.Label ();
		w66.LabelProp = global::Mono.Unix.Catalog.GetString ("Save Images");
		w66.UseUnderline = true;
		w63.Add (w66);
		w62.Add (w63);
		this.SaveButton.Add (w62);
		this.BG.Add (this.SaveButton);
		global::Gtk.Fixed.FixedChild w70 = ((global::Gtk.Fixed.FixedChild)(this.BG [this.SaveButton]));
		w70.X = 795;
		w70.Y = 480;
		// Container child BG.Gtk.Fixed+FixedChild
		this.ProgressBar = new global::Gtk.ProgressBar ();
		this.ProgressBar.Name = "ProgressBar";
		this.BG.Add (this.ProgressBar);
		global::Gtk.Fixed.FixedChild w71 = ((global::Gtk.Fixed.FixedChild)(this.BG [this.ProgressBar]));
		w71.X = 10;
		w71.Y = 485;
		// Container child BG.Gtk.Fixed+FixedChild
		this.TimeLabel = new global::Gtk.Label ();
		this.TimeLabel.Name = "TimeLabel";
		this.TimeLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("0h 0m 0s left");
		this.BG.Add (this.TimeLabel);
		global::Gtk.Fixed.FixedChild w72 = ((global::Gtk.Fixed.FixedChild)(this.BG [this.TimeLabel]));
		w72.X = 179;
		w72.Y = 490;
		// Container child BG.Gtk.Fixed+FixedChild
		this.InfoLabel = new global::Gtk.Label ();
		this.InfoLabel.Name = "InfoLabel";
		this.InfoLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Ready to do work!");
		this.BG.Add (this.InfoLabel);
		global::Gtk.Fixed.FixedChild w73 = ((global::Gtk.Fixed.FixedChild)(this.BG [this.InfoLabel]));
		w73.X = 298;
		w73.Y = 490;
		// Container child BG.Gtk.Fixed+FixedChild
		this.CancelButton = new global::Gtk.Button ();
		this.CancelButton.WidthRequest = 100;
		this.CancelButton.HeightRequest = 30;
		this.CancelButton.CanFocus = true;
		this.CancelButton.Name = "CancelButton";
		this.CancelButton.UseUnderline = true;
		// Container child CancelButton.Gtk.Container+ContainerChild
		global::Gtk.Alignment w74 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
		// Container child GtkAlignment.Gtk.Container+ContainerChild
		global::Gtk.HBox w75 = new global::Gtk.HBox ();
		w75.Spacing = 2;
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Image w76 = new global::Gtk.Image ();
		w76.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-cancel", global::Gtk.IconSize.Menu);
		w75.Add (w76);
		// Container child GtkHBox.Gtk.Container+ContainerChild
		global::Gtk.Label w78 = new global::Gtk.Label ();
		w78.LabelProp = global::Mono.Unix.Catalog.GetString ("Cancel");
		w78.UseUnderline = true;
		w75.Add (w78);
		w74.Add (w75);
		this.CancelButton.Add (w74);
		this.BG.Add (this.CancelButton);
		global::Gtk.Fixed.FixedChild w82 = ((global::Gtk.Fixed.FixedChild)(this.BG [this.CancelButton]));
		w82.X = 685;
		w82.Y = 480;
		// Container child BG.Gtk.Fixed+FixedChild
		this.FinishedDoBox = global::Gtk.ComboBox.NewText ();
		this.FinishedDoBox.AppendText (global::Mono.Unix.Catalog.GetString ("Do Nothing"));
		this.FinishedDoBox.AppendText (global::Mono.Unix.Catalog.GetString ("Close DeSERt"));
		this.FinishedDoBox.AppendText (global::Mono.Unix.Catalog.GetString ("Suspend"));
		this.FinishedDoBox.AppendText (global::Mono.Unix.Catalog.GetString ("Shut Down"));
		this.FinishedDoBox.WidthRequest = 120;
		this.FinishedDoBox.HeightRequest = 25;
		this.FinishedDoBox.Name = "FinishedDoBox";
		this.FinishedDoBox.Active = 0;
		this.BG.Add (this.FinishedDoBox);
		global::Gtk.Fixed.FixedChild w83 = ((global::Gtk.Fixed.FixedChild)(this.BG [this.FinishedDoBox]));
		w83.X = 545;
		w83.Y = 485;
		this.Add (this.BG);
		if ((this.Child != null)) {
			this.Child.ShowAll ();
		}
		this.Show ();
		this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
		this.ExposeEvent += new global::Gtk.ExposeEventHandler (this.OnExposeEvent);
		this.newAction.Activated += new global::System.EventHandler (this.OnNewActionActivated);
		this.saveAction.Activated += new global::System.EventHandler (this.OnSaveActionActivated);
		this.saveAsAction.Activated += new global::System.EventHandler (this.OnSaveAsActionActivated);
		this.openAction.Activated += new global::System.EventHandler (this.OnOpenActionActivated);
		this.quitAction.Activated += new global::System.EventHandler (this.OnQuitActionActivated);
		this.helpAction.Activated += new global::System.EventHandler (this.OnHelpActionActivated);
		this.aboutAction.Activated += new global::System.EventHandler (this.OnAboutActionActivated);
		this.preferencesAction.Activated += new global::System.EventHandler (this.OnPreferencesActionActivated);
		this.CreateFilterAction.Activated += new global::System.EventHandler (this.OnCreateFilterActionActivated);
		this.ValueTable.CursorChanged += new global::System.EventHandler (this.OnValueTableCursorChanged);
		this.ImageOpenButton.Clicked += new global::System.EventHandler (this.OnImageOpenButtonClicked);
		this.ProcOpenButton.Clicked += new global::System.EventHandler (this.OnProcOpenButtonClicked);
		this.CalculateButton.Clicked += new global::System.EventHandler (this.OnCalculateButtonClicked);
		this.XValBox.TextInserted += new global::Gtk.TextInsertedHandler (this.OnXValBoxTextInserted);
		this.YValBox.TextInserted += new global::Gtk.TextInsertedHandler (this.OnYValBoxTextInserted);
		this.GraphEvents.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.OnGraphEventsButtonPressEvent);
		this.GraphEvents.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler (this.OnGraphEventsButtonReleaseEvent);
		this.CurveSelectBox.Changed += new global::System.EventHandler (this.OnCurveSelectBoxChanged);
		this.BrScale.ValueChanged += new global::System.EventHandler (this.OnBrScaleValueChanged);
		this.EndToStartButton.Clicked += new global::System.EventHandler (this.OnEndToStartButtonClicked);
		this.StartToEndButton.Clicked += new global::System.EventHandler (this.OnStartToEndButtonClicked);
		this.ResetCurveButton.Clicked += new global::System.EventHandler (this.OnResetCurveButtonClicked);
		this.BrScaleEntry.KeyPressEvent += new global::Gtk.KeyPressEventHandler (this.OnBrScaleEntryKeyPressEvent);
		this.PreviewRenderButton.Clicked += new global::System.EventHandler (this.OnPreviewRenderButtonClicked);
		this.PrevIndexSpin.Changed += new global::System.EventHandler (this.OnPrevIndexSpinChanged);
		this.SaveButton.Clicked += new global::System.EventHandler (this.OnSaveButtonClicked);
		this.CancelButton.Clicked += new global::System.EventHandler (this.OnCancelButtonClicked);
	}