~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/mono-addins/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinInstallerDialog.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+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 Mono.Addins.Gui
 
4
{
 
5
        internal partial class AddinInstallerDialog
 
6
        {
 
7
                private global::Gtk.VBox vbox2;
 
8
                private global::Gtk.Label label1;
 
9
                private global::Gtk.Label label2;
 
10
                private global::Gtk.ScrolledWindow scrolledwindow1;
 
11
                private global::Gtk.Label addinList;
 
12
                private global::Gtk.ProgressBar progressBar;
 
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 Mono.Addins.Gui.AddinInstallerDialog
 
20
                        this.Name = "Mono.Addins.Gui.AddinInstallerDialog";
 
21
                        this.Title = global::Mono.Unix.Catalog.GetString ("Add-in Manager");
 
22
                        this.WindowPosition = ((global::Gtk.WindowPosition)(4));
 
23
                        this.BorderWidth = ((uint)(6));
 
24
                        // Internal child Mono.Addins.Gui.AddinInstallerDialog.VBox
 
25
                        global::Gtk.VBox w1 = this.VBox;
 
26
                        w1.Name = "dialog1_VBox";
 
27
                        w1.Spacing = 6;
 
28
                        w1.BorderWidth = ((uint)(2));
 
29
                        // Container child dialog1_VBox.Gtk.Box+BoxChild
 
30
                        this.vbox2 = new global::Gtk.VBox ();
 
31
                        this.vbox2.Name = "vbox2";
 
32
                        this.vbox2.Spacing = 6;
 
33
                        this.vbox2.BorderWidth = ((uint)(6));
 
34
                        // Container child vbox2.Gtk.Box+BoxChild
 
35
                        this.label1 = new global::Gtk.Label ();
 
36
                        this.label1.Name = "label1";
 
37
                        this.label1.Xalign = 0F;
 
38
                        this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Additional extensions are required to perform this operation.");
 
39
                        this.vbox2.Add (this.label1);
 
40
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
 
41
                        w2.Position = 0;
 
42
                        w2.Expand = false;
 
43
                        w2.Fill = false;
 
44
                        // Container child vbox2.Gtk.Box+BoxChild
 
45
                        this.label2 = new global::Gtk.Label ();
 
46
                        this.label2.Name = "label2";
 
47
                        this.label2.Xalign = 0F;
 
48
                        this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("The following add-ins will be installed:");
 
49
                        this.vbox2.Add (this.label2);
 
50
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label2]));
 
51
                        w3.Position = 1;
 
52
                        w3.Expand = false;
 
53
                        w3.Fill = false;
 
54
                        // Container child vbox2.Gtk.Box+BoxChild
 
55
                        this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
 
56
                        this.scrolledwindow1.CanFocus = true;
 
57
                        this.scrolledwindow1.Name = "scrolledwindow1";
 
58
                        this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
 
59
                        // Container child scrolledwindow1.Gtk.Container+ContainerChild
 
60
                        global::Gtk.Viewport w4 = new global::Gtk.Viewport ();
 
61
                        w4.ShadowType = ((global::Gtk.ShadowType)(0));
 
62
                        // Container child GtkViewport.Gtk.Container+ContainerChild
 
63
                        this.addinList = new global::Gtk.Label ();
 
64
                        this.addinList.Name = "addinList";
 
65
                        this.addinList.Xpad = 6;
 
66
                        this.addinList.Ypad = 6;
 
67
                        this.addinList.Xalign = 0F;
 
68
                        this.addinList.Yalign = 0F;
 
69
                        this.addinList.LabelProp = "label3";
 
70
                        w4.Add (this.addinList);
 
71
                        this.scrolledwindow1.Add (w4);
 
72
                        this.vbox2.Add (this.scrolledwindow1);
 
73
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.scrolledwindow1]));
 
74
                        w7.Position = 2;
 
75
                        // Container child vbox2.Gtk.Box+BoxChild
 
76
                        this.progressBar = new global::Gtk.ProgressBar ();
 
77
                        this.progressBar.Name = "progressBar";
 
78
                        this.progressBar.Text = "";
 
79
                        this.vbox2.Add (this.progressBar);
 
80
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.progressBar]));
 
81
                        w8.Position = 3;
 
82
                        w8.Expand = false;
 
83
                        w8.Fill = false;
 
84
                        w1.Add (this.vbox2);
 
85
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
 
86
                        w9.Position = 0;
 
87
                        // Internal child Mono.Addins.Gui.AddinInstallerDialog.ActionArea
 
88
                        global::Gtk.HButtonBox w10 = this.ActionArea;
 
89
                        w10.Name = "dialog1_ActionArea";
 
90
                        w10.Spacing = 10;
 
91
                        w10.BorderWidth = ((uint)(6));
 
92
                        w10.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
 
93
                        // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
 
94
                        this.buttonCancel = new global::Gtk.Button ();
 
95
                        this.buttonCancel.CanDefault = true;
 
96
                        this.buttonCancel.CanFocus = true;
 
97
                        this.buttonCancel.Name = "buttonCancel";
 
98
                        this.buttonCancel.UseStock = true;
 
99
                        this.buttonCancel.UseUnderline = true;
 
100
                        this.buttonCancel.Label = "gtk-cancel";
 
101
                        this.AddActionWidget (this.buttonCancel, -6);
 
102
                        global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.buttonCancel]));
 
103
                        w11.Expand = false;
 
104
                        w11.Fill = false;
 
105
                        // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
 
106
                        this.buttonOk = new global::Gtk.Button ();
 
107
                        this.buttonOk.CanDefault = true;
 
108
                        this.buttonOk.CanFocus = true;
 
109
                        this.buttonOk.Name = "buttonOk";
 
110
                        this.buttonOk.UseStock = true;
 
111
                        this.buttonOk.UseUnderline = true;
 
112
                        this.buttonOk.Label = "gtk-ok";
 
113
                        w10.Add (this.buttonOk);
 
114
                        global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.buttonOk]));
 
115
                        w12.Position = 1;
 
116
                        w12.Expand = false;
 
117
                        w12.Fill = false;
 
118
                        if ((this.Child != null)) {
 
119
                                this.Child.ShowAll ();
 
120
                        }
 
121
                        this.DefaultWidth = 593;
 
122
                        this.DefaultHeight = 433;
 
123
                        this.progressBar.Hide ();
 
124
                        this.Show ();
 
125
                        this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
 
126
                }
 
127
        }
 
128
}