~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.GitOptionsPanelWidget.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 GitOptionsPanelWidget
 
6
        {
 
7
                private global::Gtk.VBox vbox2;
 
8
                private global::Gtk.CheckButton checkStashBranch;
 
9
                private global::Gtk.Label label1;
 
10
                private global::Gtk.Alignment alignment1;
 
11
                private global::Gtk.VBox vbox3;
 
12
                private global::Gtk.CheckButton checkRebase;
 
13
                private global::Gtk.CheckButton checkStashUpdate;
 
14
                
 
15
                protected virtual void Build ()
 
16
                {
 
17
                        global::Stetic.Gui.Initialize (this);
 
18
                        // Widget MonoDevelop.VersionControl.Git.GitOptionsPanelWidget
 
19
                        global::Stetic.BinContainer.Attach (this);
 
20
                        this.Name = "MonoDevelop.VersionControl.Git.GitOptionsPanelWidget";
 
21
                        // Container child MonoDevelop.VersionControl.Git.GitOptionsPanelWidget.Gtk.Container+ContainerChild
 
22
                        this.vbox2 = new global::Gtk.VBox ();
 
23
                        this.vbox2.Name = "vbox2";
 
24
                        this.vbox2.Spacing = 6;
 
25
                        // Container child vbox2.Gtk.Box+BoxChild
 
26
                        this.checkStashBranch = new global::Gtk.CheckButton ();
 
27
                        this.checkStashBranch.CanFocus = true;
 
28
                        this.checkStashBranch.Name = "checkStashBranch";
 
29
                        this.checkStashBranch.Label = global::Mono.Unix.Catalog.GetString ("Automatically stash/unstash changes when switching branches");
 
30
                        this.checkStashBranch.DrawIndicator = true;
 
31
                        this.checkStashBranch.UseUnderline = true;
 
32
                        this.vbox2.Add (this.checkStashBranch);
 
33
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkStashBranch]));
 
34
                        w1.Position = 0;
 
35
                        w1.Expand = false;
 
36
                        w1.Fill = false;
 
37
                        // Container child vbox2.Gtk.Box+BoxChild
 
38
                        this.label1 = new global::Gtk.Label ();
 
39
                        this.label1.Name = "label1";
 
40
                        this.label1.Xalign = 0F;
 
41
                        this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Behavior of the Update command:");
 
42
                        this.vbox2.Add (this.label1);
 
43
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
 
44
                        w2.Position = 1;
 
45
                        w2.Expand = false;
 
46
                        w2.Fill = false;
 
47
                        // Container child vbox2.Gtk.Box+BoxChild
 
48
                        this.alignment1 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
 
49
                        this.alignment1.Name = "alignment1";
 
50
                        this.alignment1.LeftPadding = ((uint)(12));
 
51
                        // Container child alignment1.Gtk.Container+ContainerChild
 
52
                        this.vbox3 = new global::Gtk.VBox ();
 
53
                        this.vbox3.Name = "vbox3";
 
54
                        this.vbox3.Spacing = 6;
 
55
                        // Container child vbox3.Gtk.Box+BoxChild
 
56
                        this.checkRebase = new global::Gtk.CheckButton ();
 
57
                        this.checkRebase.CanFocus = true;
 
58
                        this.checkRebase.Name = "checkRebase";
 
59
                        this.checkRebase.Label = global::Mono.Unix.Catalog.GetString ("Use the Rebase option for merging");
 
60
                        this.checkRebase.DrawIndicator = true;
 
61
                        this.checkRebase.UseUnderline = true;
 
62
                        this.vbox3.Add (this.checkRebase);
 
63
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkRebase]));
 
64
                        w3.Position = 0;
 
65
                        w3.Expand = false;
 
66
                        w3.Fill = false;
 
67
                        // Container child vbox3.Gtk.Box+BoxChild
 
68
                        this.checkStashUpdate = new global::Gtk.CheckButton ();
 
69
                        this.checkStashUpdate.CanFocus = true;
 
70
                        this.checkStashUpdate.Name = "checkStashUpdate";
 
71
                        this.checkStashUpdate.Label = global::Mono.Unix.Catalog.GetString ("Automatically stash/unstash local changes");
 
72
                        this.checkStashUpdate.DrawIndicator = true;
 
73
                        this.checkStashUpdate.UseUnderline = true;
 
74
                        this.vbox3.Add (this.checkStashUpdate);
 
75
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkStashUpdate]));
 
76
                        w4.Position = 1;
 
77
                        w4.Expand = false;
 
78
                        w4.Fill = false;
 
79
                        this.alignment1.Add (this.vbox3);
 
80
                        this.vbox2.Add (this.alignment1);
 
81
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment1]));
 
82
                        w6.Position = 2;
 
83
                        w6.Expand = false;
 
84
                        w6.Fill = false;
 
85
                        this.Add (this.vbox2);
 
86
                        if ((this.Child != null)) {
 
87
                                this.Child.ShowAll ();
 
88
                        }
 
89
                        this.Hide ();
 
90
                }
 
91
        }
 
92
}