~ubuntu-branches/ubuntu/saucy/monodevelop/saucy-proposed

« back to all changes in this revision

Viewing changes to src/addins/VersionControl/MonoDevelop.VersionControl.Subversion/gtk-gui/MonoDevelop.VersionControl.Subversion.Gui.ClientCertificateDialog.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-09-10 16:54:48 UTC
  • mfrom: (19.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100910165448-0rybfk25zd4o9431
Tags: 2.4+dfsg-2
* debian/patches/inject_Mono.Debugger.Soft_source.patch,
  debian/patches/use_system_Mono.Debugger.Soft.patch,
  debian/control:
  + Build against system Soft Debugger, since we now have a new
    enough Mono to match MonoDevelop's required API

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// ------------------------------------------------------------------------------
2
 
//  <autogenerated>
3
 
//      This code was generated by a tool.
4
 
//      
5
 
// 
6
 
//      Changes to this file may cause incorrect behavior and will be lost if 
7
 
//      the code is regenerated.
8
 
//  </autogenerated>
9
 
// ------------------------------------------------------------------------------
10
 
 
11
 
namespace MonoDevelop.VersionControl.Subversion.Gui {
12
 
    
13
 
    public partial class ClientCertificateDialog {
14
 
        
15
 
        private Gtk.VBox vbox2;
16
 
        
17
 
        private Gtk.Label label1;
18
 
        
19
 
        private Gtk.Label labelRealm;
20
 
        
21
 
        private Gtk.Label label2;
22
 
        
23
 
        private Gtk.HBox hbox1;
24
 
        
25
 
        private Gtk.Label label3;
26
 
        
27
 
        private MonoDevelop.Components.FileEntry fileentry;
28
 
        
29
 
        private Gtk.CheckButton checkSave;
30
 
        
31
 
        private Gtk.Button button34;
32
 
        
33
 
        private Gtk.Button button24;
34
 
        
35
 
        protected virtual void Build() {
36
 
            Stetic.Gui.Initialize(this);
37
 
            // Widget MonoDevelop.VersionControl.Subversion.Gui.ClientCertificateDialog
38
 
            this.Events = ((Gdk.EventMask)(256));
39
 
            this.Name = "MonoDevelop.VersionControl.Subversion.Gui.ClientCertificateDialog";
40
 
            this.Title = Mono.Unix.Catalog.GetString("Client Certificate Required");
41
 
            // Internal child MonoDevelop.VersionControl.Subversion.Gui.ClientCertificateDialog.VBox
42
 
            Gtk.VBox w1 = this.VBox;
43
 
            w1.Events = ((Gdk.EventMask)(256));
44
 
            w1.Name = "dialog_VBox";
45
 
            w1.BorderWidth = ((uint)(2));
46
 
            // Container child dialog_VBox.Gtk.Box+BoxChild
47
 
            this.vbox2 = new Gtk.VBox();
48
 
            this.vbox2.Name = "vbox2";
49
 
            this.vbox2.Spacing = 6;
50
 
            this.vbox2.BorderWidth = ((uint)(6));
51
 
            // Container child vbox2.Gtk.Box+BoxChild
52
 
            this.label1 = new Gtk.Label();
53
 
            this.label1.Name = "label1";
54
 
            this.label1.Xalign = 0F;
55
 
            this.label1.LabelProp = Mono.Unix.Catalog.GetString("<b>A client certificate is needed to connect to the repository</b>");
56
 
            this.label1.UseMarkup = true;
57
 
            this.vbox2.Add(this.label1);
58
 
            Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.vbox2[this.label1]));
59
 
            w2.Position = 0;
60
 
            w2.Expand = false;
61
 
            w2.Fill = false;
62
 
            // Container child vbox2.Gtk.Box+BoxChild
63
 
            this.labelRealm = new Gtk.Label();
64
 
            this.labelRealm.Name = "labelRealm";
65
 
            this.labelRealm.Xalign = 0F;
66
 
            this.labelRealm.LabelProp = "Realm";
67
 
            this.vbox2.Add(this.labelRealm);
68
 
            Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox2[this.labelRealm]));
69
 
            w3.Position = 1;
70
 
            w3.Expand = false;
71
 
            w3.Fill = false;
72
 
            // Container child vbox2.Gtk.Box+BoxChild
73
 
            this.label2 = new Gtk.Label();
74
 
            this.label2.Name = "label2";
75
 
            this.label2.Xalign = 0F;
76
 
            this.label2.LabelProp = Mono.Unix.Catalog.GetString("Please provide a path to the required certificate:");
77
 
            this.vbox2.Add(this.label2);
78
 
            Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox2[this.label2]));
79
 
            w4.Position = 2;
80
 
            w4.Expand = false;
81
 
            w4.Fill = false;
82
 
            w4.Padding = ((uint)(6));
83
 
            // Container child vbox2.Gtk.Box+BoxChild
84
 
            this.hbox1 = new Gtk.HBox();
85
 
            this.hbox1.Name = "hbox1";
86
 
            this.hbox1.Spacing = 6;
87
 
            // Container child hbox1.Gtk.Box+BoxChild
88
 
            this.label3 = new Gtk.Label();
89
 
            this.label3.Name = "label3";
90
 
            this.label3.LabelProp = Mono.Unix.Catalog.GetString("File:");
91
 
            this.hbox1.Add(this.label3);
92
 
            Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.hbox1[this.label3]));
93
 
            w5.Position = 0;
94
 
            w5.Expand = false;
95
 
            w5.Fill = false;
96
 
            // Container child hbox1.Gtk.Box+BoxChild
97
 
            this.fileentry = new MonoDevelop.Components.FileEntry();
98
 
            this.fileentry.Name = "fileentry";
99
 
            this.hbox1.Add(this.fileentry);
100
 
            Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.hbox1[this.fileentry]));
101
 
            w6.Position = 1;
102
 
            this.vbox2.Add(this.hbox1);
103
 
            Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
104
 
            w7.Position = 3;
105
 
            w7.Expand = false;
106
 
            w7.Fill = false;
107
 
            // Container child vbox2.Gtk.Box+BoxChild
108
 
            this.checkSave = new Gtk.CheckButton();
109
 
            this.checkSave.CanFocus = true;
110
 
            this.checkSave.Name = "checkSave";
111
 
            this.checkSave.Label = Mono.Unix.Catalog.GetString("Remember certificate location");
112
 
            this.checkSave.DrawIndicator = true;
113
 
            this.checkSave.UseUnderline = true;
114
 
            this.vbox2.Add(this.checkSave);
115
 
            Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.vbox2[this.checkSave]));
116
 
            w8.Position = 4;
117
 
            w8.Expand = false;
118
 
            w8.Fill = false;
119
 
            w1.Add(this.vbox2);
120
 
            Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(w1[this.vbox2]));
121
 
            w9.Position = 0;
122
 
            w9.Expand = false;
123
 
            w9.Fill = false;
124
 
            // Internal child MonoDevelop.VersionControl.Subversion.Gui.ClientCertificateDialog.ActionArea
125
 
            Gtk.HButtonBox w10 = this.ActionArea;
126
 
            w10.Events = ((Gdk.EventMask)(256));
127
 
            w10.Name = "MonoDevelop.VersionControl.Subversion.ClientCertificateDialog_ActionArea";
128
 
            w10.Spacing = 10;
129
 
            w10.BorderWidth = ((uint)(5));
130
 
            w10.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
131
 
            // Container child MonoDevelop.VersionControl.Subversion.ClientCertificateDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
132
 
            this.button34 = new Gtk.Button();
133
 
            this.button34.CanDefault = true;
134
 
            this.button34.CanFocus = true;
135
 
            this.button34.Name = "button34";
136
 
            this.button34.UseStock = true;
137
 
            this.button34.UseUnderline = true;
138
 
            this.button34.Label = "gtk-cancel";
139
 
            this.AddActionWidget(this.button34, -6);
140
 
            Gtk.ButtonBox.ButtonBoxChild w11 = ((Gtk.ButtonBox.ButtonBoxChild)(w10[this.button34]));
141
 
            w11.Expand = false;
142
 
            w11.Fill = false;
143
 
            // Container child MonoDevelop.VersionControl.Subversion.ClientCertificateDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
144
 
            this.button24 = new Gtk.Button();
145
 
            this.button24.CanDefault = true;
146
 
            this.button24.CanFocus = true;
147
 
            this.button24.Name = "button24";
148
 
            this.button24.UseStock = true;
149
 
            this.button24.UseUnderline = true;
150
 
            this.button24.Label = "gtk-ok";
151
 
            this.AddActionWidget(this.button24, -5);
152
 
            Gtk.ButtonBox.ButtonBoxChild w12 = ((Gtk.ButtonBox.ButtonBoxChild)(w10[this.button24]));
153
 
            w12.Position = 1;
154
 
            w12.Expand = false;
155
 
            w12.Fill = false;
156
 
            if ((this.Child != null)) {
157
 
                this.Child.ShowAll();
158
 
            }
159
 
            this.DefaultWidth = 492;
160
 
            this.DefaultHeight = 213;
161
 
            this.Show();
162
 
        }
163
 
    }
 
1
 
 
2
// This file has been generated by the GUI designer. Do not modify.
 
3
namespace MonoDevelop.VersionControl.Subversion.Gui
 
4
{
 
5
        public partial class ClientCertificateDialog
 
6
        {
 
7
                private global::Gtk.VBox vbox2;
 
8
 
 
9
                private global::Gtk.Label label1;
 
10
 
 
11
                private global::Gtk.Label labelRealm;
 
12
 
 
13
                private global::Gtk.Label label2;
 
14
 
 
15
                private global::Gtk.HBox hbox1;
 
16
 
 
17
                private global::Gtk.Label label3;
 
18
 
 
19
                private global::MonoDevelop.Components.FileEntry fileentry;
 
20
 
 
21
                private global::Gtk.CheckButton checkSave;
 
22
 
 
23
                private global::Gtk.Button button34;
 
24
 
 
25
                private global::Gtk.Button button24;
 
26
 
 
27
                protected virtual void Build ()
 
28
                {
 
29
                        global::Stetic.Gui.Initialize (this);
 
30
                        // Widget MonoDevelop.VersionControl.Subversion.Gui.ClientCertificateDialog
 
31
                        this.Events = ((global::Gdk.EventMask)(256));
 
32
                        this.Name = "MonoDevelop.VersionControl.Subversion.Gui.ClientCertificateDialog";
 
33
                        this.Title = global::Mono.Unix.Catalog.GetString ("Client Certificate Required");
 
34
                        // Internal child MonoDevelop.VersionControl.Subversion.Gui.ClientCertificateDialog.VBox
 
35
                        global::Gtk.VBox w1 = this.VBox;
 
36
                        w1.Events = ((global::Gdk.EventMask)(256));
 
37
                        w1.Name = "dialog_VBox";
 
38
                        w1.BorderWidth = ((uint)(2));
 
39
                        // Container child dialog_VBox.Gtk.Box+BoxChild
 
40
                        this.vbox2 = new global::Gtk.VBox ();
 
41
                        this.vbox2.Name = "vbox2";
 
42
                        this.vbox2.Spacing = 6;
 
43
                        this.vbox2.BorderWidth = ((uint)(6));
 
44
                        // Container child vbox2.Gtk.Box+BoxChild
 
45
                        this.label1 = new global::Gtk.Label ();
 
46
                        this.label1.Name = "label1";
 
47
                        this.label1.Xalign = 0f;
 
48
                        this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>A client certificate is needed to connect to the repository</b>");
 
49
                        this.label1.UseMarkup = true;
 
50
                        this.vbox2.Add (this.label1);
 
51
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label1]));
 
52
                        w2.Position = 0;
 
53
                        w2.Expand = false;
 
54
                        w2.Fill = false;
 
55
                        // Container child vbox2.Gtk.Box+BoxChild
 
56
                        this.labelRealm = new global::Gtk.Label ();
 
57
                        this.labelRealm.Name = "labelRealm";
 
58
                        this.labelRealm.Xalign = 0f;
 
59
                        this.labelRealm.LabelProp = "Realm";
 
60
                        this.vbox2.Add (this.labelRealm);
 
61
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.labelRealm]));
 
62
                        w3.Position = 1;
 
63
                        w3.Expand = false;
 
64
                        w3.Fill = false;
 
65
                        // Container child vbox2.Gtk.Box+BoxChild
 
66
                        this.label2 = new global::Gtk.Label ();
 
67
                        this.label2.Name = "label2";
 
68
                        this.label2.Xalign = 0f;
 
69
                        this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Please provide a path to the required certificate:");
 
70
                        this.vbox2.Add (this.label2);
 
71
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label2]));
 
72
                        w4.Position = 2;
 
73
                        w4.Expand = false;
 
74
                        w4.Fill = false;
 
75
                        w4.Padding = ((uint)(6));
 
76
                        // Container child vbox2.Gtk.Box+BoxChild
 
77
                        this.hbox1 = new global::Gtk.HBox ();
 
78
                        this.hbox1.Name = "hbox1";
 
79
                        this.hbox1.Spacing = 6;
 
80
                        // Container child hbox1.Gtk.Box+BoxChild
 
81
                        this.label3 = new global::Gtk.Label ();
 
82
                        this.label3.Name = "label3";
 
83
                        this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("File:");
 
84
                        this.hbox1.Add (this.label3);
 
85
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label3]));
 
86
                        w5.Position = 0;
 
87
                        w5.Expand = false;
 
88
                        w5.Fill = false;
 
89
                        // Container child hbox1.Gtk.Box+BoxChild
 
90
                        this.fileentry = new global::MonoDevelop.Components.FileEntry ();
 
91
                        this.fileentry.Name = "fileentry";
 
92
                        this.hbox1.Add (this.fileentry);
 
93
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.fileentry]));
 
94
                        w6.Position = 1;
 
95
                        this.vbox2.Add (this.hbox1);
 
96
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
 
97
                        w7.Position = 3;
 
98
                        w7.Expand = false;
 
99
                        w7.Fill = false;
 
100
                        // Container child vbox2.Gtk.Box+BoxChild
 
101
                        this.checkSave = new global::Gtk.CheckButton ();
 
102
                        this.checkSave.CanFocus = true;
 
103
                        this.checkSave.Name = "checkSave";
 
104
                        this.checkSave.Label = global::Mono.Unix.Catalog.GetString ("Remember certificate location");
 
105
                        this.checkSave.DrawIndicator = true;
 
106
                        this.checkSave.UseUnderline = true;
 
107
                        this.vbox2.Add (this.checkSave);
 
108
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.checkSave]));
 
109
                        w8.Position = 4;
 
110
                        w8.Expand = false;
 
111
                        w8.Fill = false;
 
112
                        w1.Add (this.vbox2);
 
113
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
 
114
                        w9.Position = 0;
 
115
                        w9.Expand = false;
 
116
                        w9.Fill = false;
 
117
                        // Internal child MonoDevelop.VersionControl.Subversion.Gui.ClientCertificateDialog.ActionArea
 
118
                        global::Gtk.HButtonBox w10 = this.ActionArea;
 
119
                        w10.Events = ((global::Gdk.EventMask)(256));
 
120
                        w10.Name = "MonoDevelop.VersionControl.Subversion.ClientCertificateDialog_ActionArea";
 
121
                        w10.Spacing = 10;
 
122
                        w10.BorderWidth = ((uint)(5));
 
123
                        w10.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
 
124
                        // Container child MonoDevelop.VersionControl.Subversion.ClientCertificateDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
 
125
                        this.button34 = new global::Gtk.Button ();
 
126
                        this.button34.CanDefault = true;
 
127
                        this.button34.CanFocus = true;
 
128
                        this.button34.Name = "button34";
 
129
                        this.button34.UseStock = true;
 
130
                        this.button34.UseUnderline = true;
 
131
                        this.button34.Label = "gtk-cancel";
 
132
                        this.AddActionWidget (this.button34, -6);
 
133
                        global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10[this.button34]));
 
134
                        w11.Expand = false;
 
135
                        w11.Fill = false;
 
136
                        // Container child MonoDevelop.VersionControl.Subversion.ClientCertificateDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
 
137
                        this.button24 = new global::Gtk.Button ();
 
138
                        this.button24.CanDefault = true;
 
139
                        this.button24.CanFocus = true;
 
140
                        this.button24.Name = "button24";
 
141
                        this.button24.UseStock = true;
 
142
                        this.button24.UseUnderline = true;
 
143
                        this.button24.Label = "gtk-ok";
 
144
                        this.AddActionWidget (this.button24, -5);
 
145
                        global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10[this.button24]));
 
146
                        w12.Position = 1;
 
147
                        w12.Expand = false;
 
148
                        w12.Fill = false;
 
149
                        if ((this.Child != null)) {
 
150
                                this.Child.ShowAll ();
 
151
                        }
 
152
                        this.DefaultWidth = 492;
 
153
                        this.DefaultHeight = 213;
 
154
                        this.Show ();
 
155
                }
 
156
        }
164
157
}