~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.MergeDialog.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 MergeDialog
 
6
        {
 
7
                private global::Gtk.VBox vbox2;
 
8
                private global::Gtk.Label labelHeader;
 
9
                private global::Gtk.ScrolledWindow GtkScrolledWindow;
 
10
                private global::Gtk.TreeView tree;
 
11
                private global::Gtk.Label labelOper;
 
12
                private global::Gtk.CheckButton checkStage;
 
13
                private global::Gtk.Button buttonCancel;
 
14
                private global::Gtk.Button buttonOk;
 
15
                
 
16
                protected virtual void Build ()
 
17
                {
 
18
                        global::Stetic.Gui.Initialize (this);
 
19
                        // Widget MonoDevelop.VersionControl.Git.MergeDialog
 
20
                        this.Name = "MonoDevelop.VersionControl.Git.MergeDialog";
 
21
                        this.WindowPosition = ((global::Gtk.WindowPosition)(4));
 
22
                        // Internal child MonoDevelop.VersionControl.Git.MergeDialog.VBox
 
23
                        global::Gtk.VBox w1 = this.VBox;
 
24
                        w1.Name = "dialog1_VBox";
 
25
                        w1.BorderWidth = ((uint)(2));
 
26
                        // Container child dialog1_VBox.Gtk.Box+BoxChild
 
27
                        this.vbox2 = new global::Gtk.VBox ();
 
28
                        this.vbox2.Name = "vbox2";
 
29
                        this.vbox2.Spacing = 6;
 
30
                        this.vbox2.BorderWidth = ((uint)(9));
 
31
                        // Container child vbox2.Gtk.Box+BoxChild
 
32
                        this.labelHeader = new global::Gtk.Label ();
 
33
                        this.labelHeader.Name = "labelHeader";
 
34
                        this.labelHeader.Xalign = 0F;
 
35
                        this.labelHeader.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the branch to be merged with the current branch:");
 
36
                        this.vbox2.Add (this.labelHeader);
 
37
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelHeader]));
 
38
                        w2.Position = 0;
 
39
                        w2.Expand = false;
 
40
                        w2.Fill = false;
 
41
                        // Container child vbox2.Gtk.Box+BoxChild
 
42
                        this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
 
43
                        this.GtkScrolledWindow.Name = "GtkScrolledWindow";
 
44
                        this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
 
45
                        // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
 
46
                        this.tree = new global::Gtk.TreeView ();
 
47
                        this.tree.CanFocus = true;
 
48
                        this.tree.Name = "tree";
 
49
                        this.tree.HeadersVisible = false;
 
50
                        this.GtkScrolledWindow.Add (this.tree);
 
51
                        this.vbox2.Add (this.GtkScrolledWindow);
 
52
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
 
53
                        w4.Position = 1;
 
54
                        // Container child vbox2.Gtk.Box+BoxChild
 
55
                        this.labelOper = new global::Gtk.Label ();
 
56
                        this.labelOper.WidthRequest = 443;
 
57
                        this.labelOper.Name = "labelOper";
 
58
                        this.labelOper.Xalign = 0F;
 
59
                        this.labelOper.LabelProp = "The remote branch <b>origin/blablabla</b> will be merged into the branch <b>master</b>.";
 
60
                        this.labelOper.UseMarkup = true;
 
61
                        this.labelOper.Wrap = true;
 
62
                        this.vbox2.Add (this.labelOper);
 
63
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelOper]));
 
64
                        w5.Position = 2;
 
65
                        w5.Expand = false;
 
66
                        w5.Fill = false;
 
67
                        // Container child vbox2.Gtk.Box+BoxChild
 
68
                        this.checkStage = new global::Gtk.CheckButton ();
 
69
                        this.checkStage.CanFocus = true;
 
70
                        this.checkStage.Name = "checkStage";
 
71
                        this.checkStage.Label = global::Mono.Unix.Catalog.GetString ("Stash/unstash local changes before/after the merge");
 
72
                        this.checkStage.DrawIndicator = true;
 
73
                        this.checkStage.UseUnderline = true;
 
74
                        this.vbox2.Add (this.checkStage);
 
75
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkStage]));
 
76
                        w6.Position = 3;
 
77
                        w6.Expand = false;
 
78
                        w6.Fill = false;
 
79
                        w1.Add (this.vbox2);
 
80
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
 
81
                        w7.Position = 0;
 
82
                        // Internal child MonoDevelop.VersionControl.Git.MergeDialog.ActionArea
 
83
                        global::Gtk.HButtonBox w8 = this.ActionArea;
 
84
                        w8.Name = "dialog1_ActionArea";
 
85
                        w8.Spacing = 10;
 
86
                        w8.BorderWidth = ((uint)(5));
 
87
                        w8.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
 
88
                        // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
 
89
                        this.buttonCancel = new global::Gtk.Button ();
 
90
                        this.buttonCancel.CanDefault = true;
 
91
                        this.buttonCancel.CanFocus = true;
 
92
                        this.buttonCancel.Name = "buttonCancel";
 
93
                        this.buttonCancel.UseStock = true;
 
94
                        this.buttonCancel.UseUnderline = true;
 
95
                        this.buttonCancel.Label = "gtk-cancel";
 
96
                        this.AddActionWidget (this.buttonCancel, -6);
 
97
                        global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w8 [this.buttonCancel]));
 
98
                        w9.Expand = false;
 
99
                        w9.Fill = false;
 
100
                        // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
 
101
                        this.buttonOk = new global::Gtk.Button ();
 
102
                        this.buttonOk.CanDefault = true;
 
103
                        this.buttonOk.CanFocus = true;
 
104
                        this.buttonOk.Name = "buttonOk";
 
105
                        this.buttonOk.UseUnderline = true;
 
106
                        this.buttonOk.Label = global::Mono.Unix.Catalog.GetString ("Merge");
 
107
                        this.AddActionWidget (this.buttonOk, -5);
 
108
                        global::Gtk.ButtonBox.ButtonBoxChild w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w8 [this.buttonOk]));
 
109
                        w10.Position = 1;
 
110
                        w10.Expand = false;
 
111
                        w10.Fill = false;
 
112
                        if ((this.Child != null)) {
 
113
                                this.Child.ShowAll ();
 
114
                        }
 
115
                        this.DefaultWidth = 469;
 
116
                        this.DefaultHeight = 487;
 
117
                        this.Hide ();
 
118
                }
 
119
        }
 
120
}