/!\ Warning: this commit doesn't compile /!
[circ.git] / Circ.Frontend.GtkSharp / gtk-gui / Circ.Frontend.GtkSharp.SettingsManager.cs
blob0d2db815fd5d26fd5142090fc83b6268a51a0814
1 // ------------------------------------------------------------------------------
2 // <autogenerated>
3 // This code was generated by a tool.
4 // Mono Runtime Version: 2.0.50727.42
5 //
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
8 // </autogenerated>
9 // ------------------------------------------------------------------------------
11 namespace Circ.Frontend.GtkSharp {
14 public partial class SettingsManager {
16 private Gtk.Notebook notebook1;
18 private Gtk.Button button6;
20 private Gtk.Button button7;
22 protected virtual void Build() {
23 Stetic.Gui.Initialize();
24 // Widget Circ.Frontend.GtkSharp.SettingsManager
25 this.Name = "Circ.Frontend.GtkSharp.SettingsManager";
26 this.Title = Mono.Unix.Catalog.GetString("Settings Manager");
27 this.WindowPosition = ((Gtk.WindowPosition)(4));
28 this.HasSeparator = false;
29 // Internal child Circ.Frontend.GtkSharp.SettingsManager.VBox
30 Gtk.VBox w1 = this.VBox;
31 w1.Name = "dialog1_VBox";
32 w1.BorderWidth = ((uint)(2));
33 // Container child dialog1_VBox.Gtk.Box+BoxChild
34 this.notebook1 = new Gtk.Notebook();
35 this.notebook1.Name = "notebook1";
36 this.notebook1.CurrentPage = 0;
37 w1.Add(this.notebook1);
38 Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(w1[this.notebook1]));
39 w2.Position = 0;
40 // Internal child Circ.Frontend.GtkSharp.SettingsManager.ActionArea
41 Gtk.HButtonBox w3 = this.ActionArea;
42 w3.Name = "dialog1_ActionArea";
43 w3.Spacing = 6;
44 w3.BorderWidth = ((uint)(5));
45 w3.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
46 // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
47 this.button6 = new Gtk.Button();
48 this.button6.CanDefault = true;
49 this.button6.Name = "button6";
50 this.button6.UseStock = true;
51 this.button6.UseUnderline = true;
52 this.button6.Label = "gtk-cancel";
53 this.AddActionWidget(this.button6, -6);
54 Gtk.ButtonBox.ButtonBoxChild w4 = ((Gtk.ButtonBox.ButtonBoxChild)(w3[this.button6]));
55 w4.Expand = false;
56 w4.Fill = false;
57 // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
58 this.button7 = new Gtk.Button();
59 this.button7.CanDefault = true;
60 this.button7.Name = "button7";
61 this.button7.UseStock = true;
62 this.button7.UseUnderline = true;
63 this.button7.Label = "gtk-ok";
64 this.AddActionWidget(this.button7, -5);
65 Gtk.ButtonBox.ButtonBoxChild w5 = ((Gtk.ButtonBox.ButtonBoxChild)(w3[this.button7]));
66 w5.Position = 1;
67 w5.Expand = false;
68 w5.Fill = false;
69 if ((this.Child != null)) {
70 this.Child.ShowAll();
72 this.DefaultWidth = 592;
73 this.DefaultHeight = 273;
74 this.Show();