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

« back to all changes in this revision

Viewing changes to src/addins/VersionControl/MonoDevelop.VersionControl.Git/gtk-gui/MonoDevelop.VersionControl.Git.GitConfigurationDialog.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-06-27 17:03:13 UTC
  • mto: (1.8.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20110627170313-6cvz3s19x6e9hqe9
ImportĀ upstreamĀ versionĀ 2.5.92+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
// This file has been generated by the GUI designer. Do not modify.
 
3
namespace MonoDevelop.VersionControl.Git
 
4
{
 
5
        public partial class GitConfigurationDialog
 
6
        {
 
7
                private global::Gtk.Notebook notebook1;
 
8
                private global::Gtk.VBox vbox2;
 
9
                private global::Gtk.HBox hbox1;
 
10
                private global::Gtk.ScrolledWindow GtkScrolledWindow;
 
11
                private global::Gtk.TreeView listBranches;
 
12
                private global::Gtk.VBox vbox3;
 
13
                private global::Gtk.Button buttonAddBranch;
 
14
                private global::Gtk.Button buttonEditBranch;
 
15
                private global::Gtk.Button buttonRemoveBranch;
 
16
                private global::Gtk.Button buttonSetDefaultBranch;
 
17
                private global::Gtk.Label label1;
 
18
                private global::Gtk.VBox vbox4;
 
19
                private global::Gtk.HBox hbox2;
 
20
                private global::Gtk.ScrolledWindow GtkScrolledWindow1;
 
21
                private global::Gtk.TreeView treeRemotes;
 
22
                private global::Gtk.VBox vbox5;
 
23
                private global::Gtk.Button buttonAddRemote;
 
24
                private global::Gtk.Button buttonEditRemote;
 
25
                private global::Gtk.Button buttonRemoveRemote;
 
26
                private global::Gtk.HSeparator hseparator2;
 
27
                private global::Gtk.Button buttonTrackRemote;
 
28
                private global::Gtk.Label label2;
 
29
                private global::Gtk.Button buttonOk;
 
30
                
 
31
                protected virtual void Build ()
 
32
                {
 
33
                        global::Stetic.Gui.Initialize (this);
 
34
                        // Widget MonoDevelop.VersionControl.Git.GitConfigurationDialog
 
35
                        this.Name = "MonoDevelop.VersionControl.Git.GitConfigurationDialog";
 
36
                        this.Title = global::Mono.Unix.Catalog.GetString ("Git Repository Configuration");
 
37
                        this.WindowPosition = ((global::Gtk.WindowPosition)(4));
 
38
                        // Internal child MonoDevelop.VersionControl.Git.GitConfigurationDialog.VBox
 
39
                        global::Gtk.VBox w1 = this.VBox;
 
40
                        w1.Name = "dialog1_VBox";
 
41
                        w1.BorderWidth = ((uint)(2));
 
42
                        // Container child dialog1_VBox.Gtk.Box+BoxChild
 
43
                        this.notebook1 = new global::Gtk.Notebook ();
 
44
                        this.notebook1.CanFocus = true;
 
45
                        this.notebook1.Name = "notebook1";
 
46
                        this.notebook1.CurrentPage = 0;
 
47
                        this.notebook1.BorderWidth = ((uint)(9));
 
48
                        // Container child notebook1.Gtk.Notebook+NotebookChild
 
49
                        this.vbox2 = new global::Gtk.VBox ();
 
50
                        this.vbox2.Name = "vbox2";
 
51
                        this.vbox2.Spacing = 6;
 
52
                        this.vbox2.BorderWidth = ((uint)(9));
 
53
                        // Container child vbox2.Gtk.Box+BoxChild
 
54
                        this.hbox1 = new global::Gtk.HBox ();
 
55
                        this.hbox1.Name = "hbox1";
 
56
                        this.hbox1.Spacing = 6;
 
57
                        // Container child hbox1.Gtk.Box+BoxChild
 
58
                        this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
 
59
                        this.GtkScrolledWindow.Name = "GtkScrolledWindow";
 
60
                        this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
 
61
                        // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
 
62
                        this.listBranches = new global::Gtk.TreeView ();
 
63
                        this.listBranches.CanFocus = true;
 
64
                        this.listBranches.Name = "listBranches";
 
65
                        this.GtkScrolledWindow.Add (this.listBranches);
 
66
                        this.hbox1.Add (this.GtkScrolledWindow);
 
67
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow]));
 
68
                        w3.Position = 0;
 
69
                        // Container child hbox1.Gtk.Box+BoxChild
 
70
                        this.vbox3 = new global::Gtk.VBox ();
 
71
                        this.vbox3.Name = "vbox3";
 
72
                        this.vbox3.Spacing = 6;
 
73
                        // Container child vbox3.Gtk.Box+BoxChild
 
74
                        this.buttonAddBranch = new global::Gtk.Button ();
 
75
                        this.buttonAddBranch.CanFocus = true;
 
76
                        this.buttonAddBranch.Name = "buttonAddBranch";
 
77
                        this.buttonAddBranch.UseStock = true;
 
78
                        this.buttonAddBranch.UseUnderline = true;
 
79
                        this.buttonAddBranch.Label = "gtk-new";
 
80
                        this.vbox3.Add (this.buttonAddBranch);
 
81
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonAddBranch]));
 
82
                        w4.Position = 0;
 
83
                        w4.Expand = false;
 
84
                        w4.Fill = false;
 
85
                        // Container child vbox3.Gtk.Box+BoxChild
 
86
                        this.buttonEditBranch = new global::Gtk.Button ();
 
87
                        this.buttonEditBranch.CanFocus = true;
 
88
                        this.buttonEditBranch.Name = "buttonEditBranch";
 
89
                        this.buttonEditBranch.UseStock = true;
 
90
                        this.buttonEditBranch.UseUnderline = true;
 
91
                        this.buttonEditBranch.Label = "gtk-edit";
 
92
                        this.vbox3.Add (this.buttonEditBranch);
 
93
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonEditBranch]));
 
94
                        w5.Position = 1;
 
95
                        w5.Expand = false;
 
96
                        w5.Fill = false;
 
97
                        // Container child vbox3.Gtk.Box+BoxChild
 
98
                        this.buttonRemoveBranch = new global::Gtk.Button ();
 
99
                        this.buttonRemoveBranch.CanFocus = true;
 
100
                        this.buttonRemoveBranch.Name = "buttonRemoveBranch";
 
101
                        this.buttonRemoveBranch.UseStock = true;
 
102
                        this.buttonRemoveBranch.UseUnderline = true;
 
103
                        this.buttonRemoveBranch.Label = "gtk-delete";
 
104
                        this.vbox3.Add (this.buttonRemoveBranch);
 
105
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonRemoveBranch]));
 
106
                        w6.Position = 2;
 
107
                        w6.Expand = false;
 
108
                        w6.Fill = false;
 
109
                        // Container child vbox3.Gtk.Box+BoxChild
 
110
                        this.buttonSetDefaultBranch = new global::Gtk.Button ();
 
111
                        this.buttonSetDefaultBranch.CanFocus = true;
 
112
                        this.buttonSetDefaultBranch.Name = "buttonSetDefaultBranch";
 
113
                        this.buttonSetDefaultBranch.UseUnderline = true;
 
114
                        this.buttonSetDefaultBranch.Label = global::Mono.Unix.Catalog.GetString ("Switch to Branch");
 
115
                        this.vbox3.Add (this.buttonSetDefaultBranch);
 
116
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonSetDefaultBranch]));
 
117
                        w7.Position = 3;
 
118
                        w7.Expand = false;
 
119
                        w7.Fill = false;
 
120
                        this.hbox1.Add (this.vbox3);
 
121
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
 
122
                        w8.Position = 1;
 
123
                        w8.Expand = false;
 
124
                        w8.Fill = false;
 
125
                        this.vbox2.Add (this.hbox1);
 
126
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
 
127
                        w9.Position = 0;
 
128
                        this.notebook1.Add (this.vbox2);
 
129
                        // Notebook tab
 
130
                        this.label1 = new global::Gtk.Label ();
 
131
                        this.label1.Name = "label1";
 
132
                        this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Branches");
 
133
                        this.notebook1.SetTabLabel (this.vbox2, this.label1);
 
134
                        this.label1.ShowAll ();
 
135
                        // Container child notebook1.Gtk.Notebook+NotebookChild
 
136
                        this.vbox4 = new global::Gtk.VBox ();
 
137
                        this.vbox4.Name = "vbox4";
 
138
                        this.vbox4.Spacing = 6;
 
139
                        this.vbox4.BorderWidth = ((uint)(9));
 
140
                        // Container child vbox4.Gtk.Box+BoxChild
 
141
                        this.hbox2 = new global::Gtk.HBox ();
 
142
                        this.hbox2.Name = "hbox2";
 
143
                        this.hbox2.Spacing = 6;
 
144
                        // Container child hbox2.Gtk.Box+BoxChild
 
145
                        this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
 
146
                        this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
 
147
                        this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
 
148
                        // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
 
149
                        this.treeRemotes = new global::Gtk.TreeView ();
 
150
                        this.treeRemotes.CanFocus = true;
 
151
                        this.treeRemotes.Name = "treeRemotes";
 
152
                        this.GtkScrolledWindow1.Add (this.treeRemotes);
 
153
                        this.hbox2.Add (this.GtkScrolledWindow1);
 
154
                        global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow1]));
 
155
                        w12.Position = 0;
 
156
                        // Container child hbox2.Gtk.Box+BoxChild
 
157
                        this.vbox5 = new global::Gtk.VBox ();
 
158
                        this.vbox5.Name = "vbox5";
 
159
                        this.vbox5.Spacing = 6;
 
160
                        // Container child vbox5.Gtk.Box+BoxChild
 
161
                        this.buttonAddRemote = new global::Gtk.Button ();
 
162
                        this.buttonAddRemote.CanFocus = true;
 
163
                        this.buttonAddRemote.Name = "buttonAddRemote";
 
164
                        this.buttonAddRemote.UseStock = true;
 
165
                        this.buttonAddRemote.UseUnderline = true;
 
166
                        this.buttonAddRemote.Label = "gtk-add";
 
167
                        this.vbox5.Add (this.buttonAddRemote);
 
168
                        global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.buttonAddRemote]));
 
169
                        w13.Position = 0;
 
170
                        w13.Expand = false;
 
171
                        w13.Fill = false;
 
172
                        // Container child vbox5.Gtk.Box+BoxChild
 
173
                        this.buttonEditRemote = new global::Gtk.Button ();
 
174
                        this.buttonEditRemote.CanFocus = true;
 
175
                        this.buttonEditRemote.Name = "buttonEditRemote";
 
176
                        this.buttonEditRemote.UseStock = true;
 
177
                        this.buttonEditRemote.UseUnderline = true;
 
178
                        this.buttonEditRemote.Label = "gtk-edit";
 
179
                        this.vbox5.Add (this.buttonEditRemote);
 
180
                        global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.buttonEditRemote]));
 
181
                        w14.Position = 1;
 
182
                        w14.Expand = false;
 
183
                        w14.Fill = false;
 
184
                        // Container child vbox5.Gtk.Box+BoxChild
 
185
                        this.buttonRemoveRemote = new global::Gtk.Button ();
 
186
                        this.buttonRemoveRemote.CanFocus = true;
 
187
                        this.buttonRemoveRemote.Name = "buttonRemoveRemote";
 
188
                        this.buttonRemoveRemote.UseStock = true;
 
189
                        this.buttonRemoveRemote.UseUnderline = true;
 
190
                        this.buttonRemoveRemote.Label = "gtk-remove";
 
191
                        this.vbox5.Add (this.buttonRemoveRemote);
 
192
                        global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.buttonRemoveRemote]));
 
193
                        w15.Position = 2;
 
194
                        w15.Expand = false;
 
195
                        w15.Fill = false;
 
196
                        // Container child vbox5.Gtk.Box+BoxChild
 
197
                        this.hseparator2 = new global::Gtk.HSeparator ();
 
198
                        this.hseparator2.Name = "hseparator2";
 
199
                        this.vbox5.Add (this.hseparator2);
 
200
                        global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hseparator2]));
 
201
                        w16.Position = 3;
 
202
                        w16.Expand = false;
 
203
                        w16.Fill = false;
 
204
                        // Container child vbox5.Gtk.Box+BoxChild
 
205
                        this.buttonTrackRemote = new global::Gtk.Button ();
 
206
                        this.buttonTrackRemote.CanFocus = true;
 
207
                        this.buttonTrackRemote.Name = "buttonTrackRemote";
 
208
                        this.buttonTrackRemote.UseUnderline = true;
 
209
                        this.buttonTrackRemote.Label = global::Mono.Unix.Catalog.GetString ("Track in Local Branch");
 
210
                        this.vbox5.Add (this.buttonTrackRemote);
 
211
                        global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.buttonTrackRemote]));
 
212
                        w17.Position = 4;
 
213
                        w17.Expand = false;
 
214
                        w17.Fill = false;
 
215
                        this.hbox2.Add (this.vbox5);
 
216
                        global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox5]));
 
217
                        w18.Position = 1;
 
218
                        w18.Expand = false;
 
219
                        w18.Fill = false;
 
220
                        this.vbox4.Add (this.hbox2);
 
221
                        global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2]));
 
222
                        w19.Position = 0;
 
223
                        this.notebook1.Add (this.vbox4);
 
224
                        global::Gtk.Notebook.NotebookChild w20 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox4]));
 
225
                        w20.Position = 1;
 
226
                        // Notebook tab
 
227
                        this.label2 = new global::Gtk.Label ();
 
228
                        this.label2.Name = "label2";
 
229
                        this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Remote Sources");
 
230
                        this.notebook1.SetTabLabel (this.vbox4, this.label2);
 
231
                        this.label2.ShowAll ();
 
232
                        w1.Add (this.notebook1);
 
233
                        global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(w1 [this.notebook1]));
 
234
                        w21.Position = 0;
 
235
                        // Internal child MonoDevelop.VersionControl.Git.GitConfigurationDialog.ActionArea
 
236
                        global::Gtk.HButtonBox w22 = this.ActionArea;
 
237
                        w22.Name = "dialog1_ActionArea";
 
238
                        w22.Spacing = 10;
 
239
                        w22.BorderWidth = ((uint)(5));
 
240
                        w22.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
 
241
                        // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
 
242
                        this.buttonOk = new global::Gtk.Button ();
 
243
                        this.buttonOk.CanDefault = true;
 
244
                        this.buttonOk.CanFocus = true;
 
245
                        this.buttonOk.Name = "buttonOk";
 
246
                        this.buttonOk.UseStock = true;
 
247
                        this.buttonOk.UseUnderline = true;
 
248
                        this.buttonOk.Label = "gtk-close";
 
249
                        this.AddActionWidget (this.buttonOk, -7);
 
250
                        global::Gtk.ButtonBox.ButtonBoxChild w23 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w22 [this.buttonOk]));
 
251
                        w23.Expand = false;
 
252
                        w23.Fill = false;
 
253
                        if ((this.Child != null)) {
 
254
                                this.Child.ShowAll ();
 
255
                        }
 
256
                        this.DefaultWidth = 602;
 
257
                        this.DefaultHeight = 410;
 
258
                        this.Hide ();
 
259
                        this.buttonAddBranch.Clicked += new global::System.EventHandler (this.OnButtonAddBranchClicked);
 
260
                        this.buttonEditBranch.Clicked += new global::System.EventHandler (this.OnButtonEditBranchClicked);
 
261
                        this.buttonRemoveBranch.Clicked += new global::System.EventHandler (this.OnButtonRemoveBranchClicked);
 
262
                        this.buttonSetDefaultBranch.Clicked += new global::System.EventHandler (this.OnButtonSetDefaultBranchClicked);
 
263
                        this.buttonAddRemote.Clicked += new global::System.EventHandler (this.OnButtonAddRemoteClicked);
 
264
                        this.buttonEditRemote.Clicked += new global::System.EventHandler (this.OnButtonEditRemoteClicked);
 
265
                        this.buttonRemoveRemote.Clicked += new global::System.EventHandler (this.OnButtonRemoveRemoteClicked);
 
266
                        this.buttonTrackRemote.Clicked += new global::System.EventHandler (this.OnButtonTrackRemoteClicked);
 
267
                }
 
268
        }
 
269
}