~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.NewStashDialog.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 NewStashDialog
 
6
        {
 
7
                private global::Gtk.HBox hbox3;
 
8
                private global::Gtk.Label label3;
 
9
                private global::Gtk.Entry entryComment;
 
10
                private global::Gtk.Button buttonCancel;
 
11
                private global::Gtk.Button buttonOk;
 
12
                
 
13
                protected virtual void Build ()
 
14
                {
 
15
                        global::Stetic.Gui.Initialize (this);
 
16
                        // Widget MonoDevelop.VersionControl.Git.NewStashDialog
 
17
                        this.Name = "MonoDevelop.VersionControl.Git.NewStashDialog";
 
18
                        this.Title = global::Mono.Unix.Catalog.GetString ("Stash");
 
19
                        this.WindowPosition = ((global::Gtk.WindowPosition)(4));
 
20
                        // Internal child MonoDevelop.VersionControl.Git.NewStashDialog.VBox
 
21
                        global::Gtk.VBox w1 = this.VBox;
 
22
                        w1.Name = "dialog1_VBox";
 
23
                        w1.BorderWidth = ((uint)(2));
 
24
                        // Container child dialog1_VBox.Gtk.Box+BoxChild
 
25
                        this.hbox3 = new global::Gtk.HBox ();
 
26
                        this.hbox3.Name = "hbox3";
 
27
                        this.hbox3.Spacing = 6;
 
28
                        this.hbox3.BorderWidth = ((uint)(9));
 
29
                        // Container child hbox3.Gtk.Box+BoxChild
 
30
                        this.label3 = new global::Gtk.Label ();
 
31
                        this.label3.Name = "label3";
 
32
                        this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Comment:");
 
33
                        this.hbox3.Add (this.label3);
 
34
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label3]));
 
35
                        w2.Position = 0;
 
36
                        w2.Expand = false;
 
37
                        w2.Fill = false;
 
38
                        // Container child hbox3.Gtk.Box+BoxChild
 
39
                        this.entryComment = new global::Gtk.Entry ();
 
40
                        this.entryComment.CanFocus = true;
 
41
                        this.entryComment.Name = "entryComment";
 
42
                        this.entryComment.IsEditable = true;
 
43
                        this.entryComment.InvisibleChar = '●';
 
44
                        this.hbox3.Add (this.entryComment);
 
45
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.entryComment]));
 
46
                        w3.Position = 1;
 
47
                        w1.Add (this.hbox3);
 
48
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox3]));
 
49
                        w4.Position = 0;
 
50
                        w4.Expand = false;
 
51
                        w4.Fill = false;
 
52
                        // Internal child MonoDevelop.VersionControl.Git.NewStashDialog.ActionArea
 
53
                        global::Gtk.HButtonBox w5 = this.ActionArea;
 
54
                        w5.Name = "dialog1_ActionArea";
 
55
                        w5.Spacing = 10;
 
56
                        w5.BorderWidth = ((uint)(5));
 
57
                        w5.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
 
58
                        // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
 
59
                        this.buttonCancel = new global::Gtk.Button ();
 
60
                        this.buttonCancel.CanDefault = true;
 
61
                        this.buttonCancel.CanFocus = true;
 
62
                        this.buttonCancel.Name = "buttonCancel";
 
63
                        this.buttonCancel.UseStock = true;
 
64
                        this.buttonCancel.UseUnderline = true;
 
65
                        this.buttonCancel.Label = "gtk-cancel";
 
66
                        this.AddActionWidget (this.buttonCancel, -6);
 
67
                        global::Gtk.ButtonBox.ButtonBoxChild w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w5 [this.buttonCancel]));
 
68
                        w6.Expand = false;
 
69
                        w6.Fill = false;
 
70
                        // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
 
71
                        this.buttonOk = new global::Gtk.Button ();
 
72
                        this.buttonOk.CanDefault = true;
 
73
                        this.buttonOk.CanFocus = true;
 
74
                        this.buttonOk.Name = "buttonOk";
 
75
                        this.buttonOk.UseStock = true;
 
76
                        this.buttonOk.UseUnderline = true;
 
77
                        this.buttonOk.Label = "gtk-ok";
 
78
                        this.AddActionWidget (this.buttonOk, -5);
 
79
                        global::Gtk.ButtonBox.ButtonBoxChild w7 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w5 [this.buttonOk]));
 
80
                        w7.Position = 1;
 
81
                        w7.Expand = false;
 
82
                        w7.Fill = false;
 
83
                        if ((this.Child != null)) {
 
84
                                this.Child.ShowAll ();
 
85
                        }
 
86
                        this.DefaultWidth = 412;
 
87
                        this.DefaultHeight = 114;
 
88
                        this.Show ();
 
89
                }
 
90
        }
 
91
}