~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.StashManagerDialog.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 StashManagerDialog
 
6
        {
 
7
                private global::Gtk.HBox hbox2;
 
8
                private global::Gtk.ScrolledWindow GtkScrolledWindow;
 
9
                private global::Gtk.TreeView list;
 
10
                private global::Gtk.VBox vboxButtons;
 
11
                private global::Gtk.Button buttonApplyRemove;
 
12
                private global::Gtk.Button buttonApply;
 
13
                private global::Gtk.Button buttonBranch;
 
14
                private global::Gtk.HSeparator hseparator1;
 
15
                private global::Gtk.Button buttonDelete;
 
16
                private global::Gtk.Button buttonOk;
 
17
                
 
18
                protected virtual void Build ()
 
19
                {
 
20
                        global::Stetic.Gui.Initialize (this);
 
21
                        // Widget MonoDevelop.VersionControl.Git.StashManagerDialog
 
22
                        this.Name = "MonoDevelop.VersionControl.Git.StashManagerDialog";
 
23
                        this.Title = global::Mono.Unix.Catalog.GetString ("Stash Manager");
 
24
                        this.WindowPosition = ((global::Gtk.WindowPosition)(4));
 
25
                        // Internal child MonoDevelop.VersionControl.Git.StashManagerDialog.VBox
 
26
                        global::Gtk.VBox w1 = this.VBox;
 
27
                        w1.Name = "dialog1_VBox";
 
28
                        w1.BorderWidth = ((uint)(2));
 
29
                        // Container child dialog1_VBox.Gtk.Box+BoxChild
 
30
                        this.hbox2 = new global::Gtk.HBox ();
 
31
                        this.hbox2.Name = "hbox2";
 
32
                        this.hbox2.Spacing = 6;
 
33
                        this.hbox2.BorderWidth = ((uint)(9));
 
34
                        // Container child hbox2.Gtk.Box+BoxChild
 
35
                        this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
 
36
                        this.GtkScrolledWindow.Name = "GtkScrolledWindow";
 
37
                        this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
 
38
                        // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
 
39
                        this.list = new global::Gtk.TreeView ();
 
40
                        this.list.CanFocus = true;
 
41
                        this.list.Name = "list";
 
42
                        this.GtkScrolledWindow.Add (this.list);
 
43
                        this.hbox2.Add (this.GtkScrolledWindow);
 
44
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow]));
 
45
                        w3.Position = 0;
 
46
                        // Container child hbox2.Gtk.Box+BoxChild
 
47
                        this.vboxButtons = new global::Gtk.VBox ();
 
48
                        this.vboxButtons.Name = "vboxButtons";
 
49
                        this.vboxButtons.Spacing = 6;
 
50
                        // Container child vboxButtons.Gtk.Box+BoxChild
 
51
                        this.buttonApplyRemove = new global::Gtk.Button ();
 
52
                        this.buttonApplyRemove.CanFocus = true;
 
53
                        this.buttonApplyRemove.Name = "buttonApplyRemove";
 
54
                        this.buttonApplyRemove.UseUnderline = true;
 
55
                        this.buttonApplyRemove.Label = global::Mono.Unix.Catalog.GetString ("Apply and Remove");
 
56
                        this.vboxButtons.Add (this.buttonApplyRemove);
 
57
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vboxButtons [this.buttonApplyRemove]));
 
58
                        w4.Position = 0;
 
59
                        w4.Expand = false;
 
60
                        w4.Fill = false;
 
61
                        // Container child vboxButtons.Gtk.Box+BoxChild
 
62
                        this.buttonApply = new global::Gtk.Button ();
 
63
                        this.buttonApply.CanFocus = true;
 
64
                        this.buttonApply.Name = "buttonApply";
 
65
                        this.buttonApply.UseUnderline = true;
 
66
                        this.buttonApply.Label = global::Mono.Unix.Catalog.GetString ("Apply");
 
67
                        this.vboxButtons.Add (this.buttonApply);
 
68
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vboxButtons [this.buttonApply]));
 
69
                        w5.Position = 1;
 
70
                        w5.Expand = false;
 
71
                        w5.Fill = false;
 
72
                        // Container child vboxButtons.Gtk.Box+BoxChild
 
73
                        this.buttonBranch = new global::Gtk.Button ();
 
74
                        this.buttonBranch.CanFocus = true;
 
75
                        this.buttonBranch.Name = "buttonBranch";
 
76
                        this.buttonBranch.UseUnderline = true;
 
77
                        this.buttonBranch.Label = global::Mono.Unix.Catalog.GetString ("Convert to Branch");
 
78
                        this.vboxButtons.Add (this.buttonBranch);
 
79
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vboxButtons [this.buttonBranch]));
 
80
                        w6.Position = 2;
 
81
                        w6.Expand = false;
 
82
                        w6.Fill = false;
 
83
                        // Container child vboxButtons.Gtk.Box+BoxChild
 
84
                        this.hseparator1 = new global::Gtk.HSeparator ();
 
85
                        this.hseparator1.Name = "hseparator1";
 
86
                        this.vboxButtons.Add (this.hseparator1);
 
87
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vboxButtons [this.hseparator1]));
 
88
                        w7.Position = 3;
 
89
                        w7.Expand = false;
 
90
                        w7.Fill = false;
 
91
                        // Container child vboxButtons.Gtk.Box+BoxChild
 
92
                        this.buttonDelete = new global::Gtk.Button ();
 
93
                        this.buttonDelete.CanFocus = true;
 
94
                        this.buttonDelete.Name = "buttonDelete";
 
95
                        this.buttonDelete.UseStock = true;
 
96
                        this.buttonDelete.UseUnderline = true;
 
97
                        this.buttonDelete.Label = "gtk-remove";
 
98
                        this.vboxButtons.Add (this.buttonDelete);
 
99
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vboxButtons [this.buttonDelete]));
 
100
                        w8.Position = 4;
 
101
                        w8.Expand = false;
 
102
                        w8.Fill = false;
 
103
                        this.hbox2.Add (this.vboxButtons);
 
104
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vboxButtons]));
 
105
                        w9.Position = 1;
 
106
                        w9.Expand = false;
 
107
                        w9.Fill = false;
 
108
                        w1.Add (this.hbox2);
 
109
                        global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox2]));
 
110
                        w10.Position = 0;
 
111
                        // Internal child MonoDevelop.VersionControl.Git.StashManagerDialog.ActionArea
 
112
                        global::Gtk.HButtonBox w11 = this.ActionArea;
 
113
                        w11.Name = "dialog1_ActionArea";
 
114
                        w11.Spacing = 10;
 
115
                        w11.BorderWidth = ((uint)(5));
 
116
                        w11.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
 
117
                        // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
 
118
                        this.buttonOk = new global::Gtk.Button ();
 
119
                        this.buttonOk.CanDefault = true;
 
120
                        this.buttonOk.CanFocus = true;
 
121
                        this.buttonOk.Name = "buttonOk";
 
122
                        this.buttonOk.UseStock = true;
 
123
                        this.buttonOk.UseUnderline = true;
 
124
                        this.buttonOk.Label = "gtk-close";
 
125
                        this.AddActionWidget (this.buttonOk, -7);
 
126
                        global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.buttonOk]));
 
127
                        w12.Expand = false;
 
128
                        w12.Fill = false;
 
129
                        if ((this.Child != null)) {
 
130
                                this.Child.ShowAll ();
 
131
                        }
 
132
                        this.DefaultWidth = 575;
 
133
                        this.DefaultHeight = 367;
 
134
                        this.Show ();
 
135
                        this.buttonApplyRemove.Clicked += new global::System.EventHandler (this.OnButtonApplyRemoveClicked);
 
136
                        this.buttonApply.Clicked += new global::System.EventHandler (this.OnButtonApplyClicked);
 
137
                        this.buttonDelete.Clicked += new global::System.EventHandler (this.OnButtonDeleteClicked);
 
138
                }
 
139
        }
 
140
}