~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric-updates

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2009-02-18 08:40:51 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090218084051-gh8m6ukvokbwj7cf
Tags: 1.9.2+dfsg-1ubuntu1
* Merge from Debian Experimental (LP: #330519), remaining Ubuntu changes:
  + debian/control:
    - Update for Gnome# 2.24
    - Add libmono-cairo1.0-cil to build-deps to fool pkg-config check

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// ------------------------------------------------------------------------------
 
2
//  <autogenerated>
 
3
//      This code was generated by a tool.
 
4
//      
 
5
// 
 
6
//      Changes to this file may cause incorrect behavior and will be lost if 
 
7
//      the code is regenerated.
 
8
//  </autogenerated>
 
9
// ------------------------------------------------------------------------------
 
10
 
 
11
namespace MonoDevelop.Ide.Gui.OptionPanels {
 
12
    
 
13
    
 
14
    public partial class IDEStyleOptionsPanelWidget {
 
15
        
 
16
        private Gtk.VBox vbox13;
 
17
        
 
18
        private Gtk.HBox hbox1;
 
19
        
 
20
        private Gtk.Label label1;
 
21
        
 
22
        private Gtk.ComboBox toolbarCombobox;
 
23
        
 
24
        private Gtk.CheckButton documentSwitcherButton;
 
25
        
 
26
        private Gtk.Frame frame1;
 
27
        
 
28
        private Gtk.Alignment GtkAlignment;
 
29
        
 
30
        private Gtk.VBox vbox1;
 
31
        
 
32
        private Gtk.CheckButton extensionButton;
 
33
        
 
34
        private Gtk.CheckButton hiddenButton;
 
35
        
 
36
        private Gtk.Label GtkLabel7;
 
37
        
 
38
        private Gtk.Frame frame2;
 
39
        
 
40
        private Gtk.Alignment GtkAlignment1;
 
41
        
 
42
        private Gtk.HBox hbox2;
 
43
        
 
44
        private Gtk.CheckButton fontCheckbox;
 
45
        
 
46
        private Gtk.FontButton fontButton;
 
47
        
 
48
        private Gtk.Label GtkLabel6;
 
49
        
 
50
        protected virtual void Build() {
 
51
            Stetic.Gui.Initialize(this);
 
52
            // Widget MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget
 
53
            Stetic.BinContainer.Attach(this);
 
54
            this.Name = "MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget";
 
55
            // Container child MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.Gtk.Container+ContainerChild
 
56
            this.vbox13 = new Gtk.VBox();
 
57
            this.vbox13.Name = "vbox13";
 
58
            this.vbox13.Spacing = 6;
 
59
            // Container child vbox13.Gtk.Box+BoxChild
 
60
            this.hbox1 = new Gtk.HBox();
 
61
            this.hbox1.Name = "hbox1";
 
62
            this.hbox1.Spacing = 6;
 
63
            // Container child hbox1.Gtk.Box+BoxChild
 
64
            this.label1 = new Gtk.Label();
 
65
            this.label1.Name = "label1";
 
66
            this.label1.LabelProp = Mono.Unix.Catalog.GetString("_Toolbar icon size:");
 
67
            this.label1.UseUnderline = true;
 
68
            this.hbox1.Add(this.label1);
 
69
            Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.hbox1[this.label1]));
 
70
            w1.Position = 0;
 
71
            w1.Expand = false;
 
72
            w1.Fill = false;
 
73
            // Container child hbox1.Gtk.Box+BoxChild
 
74
            this.toolbarCombobox = Gtk.ComboBox.NewText();
 
75
            this.toolbarCombobox.AppendText(Mono.Unix.Catalog.GetString("Smallest"));
 
76
            this.toolbarCombobox.AppendText(Mono.Unix.Catalog.GetString("Small"));
 
77
            this.toolbarCombobox.AppendText(Mono.Unix.Catalog.GetString("Large"));
 
78
            this.toolbarCombobox.Name = "toolbarCombobox";
 
79
            this.toolbarCombobox.Active = 1;
 
80
            this.hbox1.Add(this.toolbarCombobox);
 
81
            Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox1[this.toolbarCombobox]));
 
82
            w2.Position = 1;
 
83
            w2.Expand = false;
 
84
            w2.Fill = false;
 
85
            this.vbox13.Add(this.hbox1);
 
86
            Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox13[this.hbox1]));
 
87
            w3.Position = 0;
 
88
            w3.Expand = false;
 
89
            w3.Fill = false;
 
90
            // Container child vbox13.Gtk.Box+BoxChild
 
91
            this.documentSwitcherButton = new Gtk.CheckButton();
 
92
            this.documentSwitcherButton.CanFocus = true;
 
93
            this.documentSwitcherButton.Name = "documentSwitcherButton";
 
94
            this.documentSwitcherButton.Label = Mono.Unix.Catalog.GetString("_Enable document switch dialog");
 
95
            this.documentSwitcherButton.DrawIndicator = true;
 
96
            this.documentSwitcherButton.UseUnderline = true;
 
97
            this.vbox13.Add(this.documentSwitcherButton);
 
98
            Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox13[this.documentSwitcherButton]));
 
99
            w4.Position = 1;
 
100
            w4.Expand = false;
 
101
            w4.Fill = false;
 
102
            // Container child vbox13.Gtk.Box+BoxChild
 
103
            this.frame1 = new Gtk.Frame();
 
104
            this.frame1.Name = "frame1";
 
105
            this.frame1.ShadowType = ((Gtk.ShadowType)(0));
 
106
            // Container child frame1.Gtk.Container+ContainerChild
 
107
            this.GtkAlignment = new Gtk.Alignment(0F, 0F, 1F, 1F);
 
108
            this.GtkAlignment.Name = "GtkAlignment";
 
109
            this.GtkAlignment.LeftPadding = ((uint)(12));
 
110
            // Container child GtkAlignment.Gtk.Container+ContainerChild
 
111
            this.vbox1 = new Gtk.VBox();
 
112
            this.vbox1.Name = "vbox1";
 
113
            this.vbox1.Spacing = 6;
 
114
            // Container child vbox1.Gtk.Box+BoxChild
 
115
            this.extensionButton = new Gtk.CheckButton();
 
116
            this.extensionButton.Name = "extensionButton";
 
117
            this.extensionButton.Label = Mono.Unix.Catalog.GetString("_Show extensions");
 
118
            this.extensionButton.DrawIndicator = true;
 
119
            this.extensionButton.UseUnderline = true;
 
120
            this.vbox1.Add(this.extensionButton);
 
121
            Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vbox1[this.extensionButton]));
 
122
            w5.Position = 0;
 
123
            w5.Expand = false;
 
124
            w5.Fill = false;
 
125
            // Container child vbox1.Gtk.Box+BoxChild
 
126
            this.hiddenButton = new Gtk.CheckButton();
 
127
            this.hiddenButton.Name = "hiddenButton";
 
128
            this.hiddenButton.Label = Mono.Unix.Catalog.GetString("S_how hidden files and directories");
 
129
            this.hiddenButton.DrawIndicator = true;
 
130
            this.hiddenButton.UseUnderline = true;
 
131
            this.vbox1.Add(this.hiddenButton);
 
132
            Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.vbox1[this.hiddenButton]));
 
133
            w6.Position = 1;
 
134
            w6.Expand = false;
 
135
            w6.Fill = false;
 
136
            this.GtkAlignment.Add(this.vbox1);
 
137
            this.frame1.Add(this.GtkAlignment);
 
138
            this.GtkLabel7 = new Gtk.Label();
 
139
            this.GtkLabel7.Name = "GtkLabel7";
 
140
            this.GtkLabel7.LabelProp = Mono.Unix.Catalog.GetString("<b>Project Browser</b>");
 
141
            this.GtkLabel7.UseMarkup = true;
 
142
            this.frame1.LabelWidget = this.GtkLabel7;
 
143
            this.vbox13.Add(this.frame1);
 
144
            Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.vbox13[this.frame1]));
 
145
            w9.Position = 2;
 
146
            w9.Expand = false;
 
147
            w9.Fill = false;
 
148
            // Container child vbox13.Gtk.Box+BoxChild
 
149
            this.frame2 = new Gtk.Frame();
 
150
            this.frame2.Name = "frame2";
 
151
            this.frame2.ShadowType = ((Gtk.ShadowType)(0));
 
152
            // Container child frame2.Gtk.Container+ContainerChild
 
153
            this.GtkAlignment1 = new Gtk.Alignment(0F, 0F, 1F, 1F);
 
154
            this.GtkAlignment1.Name = "GtkAlignment1";
 
155
            this.GtkAlignment1.LeftPadding = ((uint)(12));
 
156
            // Container child GtkAlignment1.Gtk.Container+ContainerChild
 
157
            this.hbox2 = new Gtk.HBox();
 
158
            this.hbox2.Name = "hbox2";
 
159
            this.hbox2.Spacing = 6;
 
160
            // Container child hbox2.Gtk.Box+BoxChild
 
161
            this.fontCheckbox = new Gtk.CheckButton();
 
162
            this.fontCheckbox.Name = "fontCheckbox";
 
163
            this.fontCheckbox.Label = Mono.Unix.Catalog.GetString("_Use a different font for pads:");
 
164
            this.fontCheckbox.Active = true;
 
165
            this.fontCheckbox.DrawIndicator = true;
 
166
            this.fontCheckbox.UseUnderline = true;
 
167
            this.hbox2.Add(this.fontCheckbox);
 
168
            Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.hbox2[this.fontCheckbox]));
 
169
            w10.Position = 0;
 
170
            w10.Expand = false;
 
171
            // Container child hbox2.Gtk.Box+BoxChild
 
172
            this.fontButton = new Gtk.FontButton();
 
173
            this.fontButton.Name = "fontButton";
 
174
            this.hbox2.Add(this.fontButton);
 
175
            Gtk.Box.BoxChild w11 = ((Gtk.Box.BoxChild)(this.hbox2[this.fontButton]));
 
176
            w11.Position = 1;
 
177
            w11.Expand = false;
 
178
            w11.Fill = false;
 
179
            this.GtkAlignment1.Add(this.hbox2);
 
180
            this.frame2.Add(this.GtkAlignment1);
 
181
            this.GtkLabel6 = new Gtk.Label();
 
182
            this.GtkLabel6.Name = "GtkLabel6";
 
183
            this.GtkLabel6.LabelProp = Mono.Unix.Catalog.GetString("<b>Pad options</b>");
 
184
            this.GtkLabel6.UseMarkup = true;
 
185
            this.frame2.LabelWidget = this.GtkLabel6;
 
186
            this.vbox13.Add(this.frame2);
 
187
            Gtk.Box.BoxChild w14 = ((Gtk.Box.BoxChild)(this.vbox13[this.frame2]));
 
188
            w14.Position = 3;
 
189
            w14.Expand = false;
 
190
            w14.Fill = false;
 
191
            this.Add(this.vbox13);
 
192
            if ((this.Child != null)) {
 
193
                this.Child.ShowAll();
 
194
            }
 
195
            this.label1.MnemonicWidget = this.toolbarCombobox;
 
196
            this.Show();
 
197
        }
 
198
    }
 
199
}