~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.ClientCertificatePasswordDialog.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 ClientCertificatePasswordDialog {
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 Gtk.Entry entryPwd;
28
 
        
29
 
        private Gtk.CheckButton checkSave;
30
 
        
31
 
        private Gtk.Button button23;
32
 
        
33
 
        private Gtk.Button button28;
34
 
        
35
 
        protected virtual void Build() {
36
 
            Stetic.Gui.Initialize(this);
37
 
            // Widget MonoDevelop.VersionControl.Subversion.Gui.ClientCertificatePasswordDialog
38
 
            this.Events = ((Gdk.EventMask)(256));
39
 
            this.Name = "MonoDevelop.VersionControl.Subversion.Gui.ClientCertificatePasswordDialog";
40
 
            this.Title = Mono.Unix.Catalog.GetString("Password for client certificate");
41
 
            // Internal child MonoDevelop.VersionControl.Subversion.Gui.ClientCertificatePasswordDialog.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 the passphrase required to access to the 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("Password:");
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.entryPwd = new Gtk.Entry();
98
 
            this.entryPwd.CanFocus = true;
99
 
            this.entryPwd.Name = "entryPwd";
100
 
            this.entryPwd.IsEditable = true;
101
 
            this.entryPwd.Visibility = false;
102
 
            this.entryPwd.InvisibleChar = '●';
103
 
            this.hbox1.Add(this.entryPwd);
104
 
            Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.hbox1[this.entryPwd]));
105
 
            w6.Position = 1;
106
 
            this.vbox2.Add(this.hbox1);
107
 
            Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
108
 
            w7.Position = 3;
109
 
            w7.Expand = false;
110
 
            w7.Fill = false;
111
 
            // Container child vbox2.Gtk.Box+BoxChild
112
 
            this.checkSave = new Gtk.CheckButton();
113
 
            this.checkSave.CanFocus = true;
114
 
            this.checkSave.Name = "checkSave";
115
 
            this.checkSave.Label = Mono.Unix.Catalog.GetString("Remember password");
116
 
            this.checkSave.DrawIndicator = true;
117
 
            this.checkSave.UseUnderline = true;
118
 
            this.vbox2.Add(this.checkSave);
119
 
            Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.vbox2[this.checkSave]));
120
 
            w8.Position = 4;
121
 
            w8.Expand = false;
122
 
            w8.Fill = false;
123
 
            w1.Add(this.vbox2);
124
 
            Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(w1[this.vbox2]));
125
 
            w9.Position = 0;
126
 
            w9.Expand = false;
127
 
            w9.Fill = false;
128
 
            // Internal child MonoDevelop.VersionControl.Subversion.Gui.ClientCertificatePasswordDialog.ActionArea
129
 
            Gtk.HButtonBox w10 = this.ActionArea;
130
 
            w10.Events = ((Gdk.EventMask)(256));
131
 
            w10.Name = "MonoDevelop.VersionControl.Subversion.ClientCertificatePasswordDialog_ActionArea";
132
 
            w10.Spacing = 10;
133
 
            w10.BorderWidth = ((uint)(5));
134
 
            w10.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
135
 
            // Container child MonoDevelop.VersionControl.Subversion.ClientCertificatePasswordDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
136
 
            this.button23 = new Gtk.Button();
137
 
            this.button23.CanDefault = true;
138
 
            this.button23.CanFocus = true;
139
 
            this.button23.Name = "button23";
140
 
            this.button23.UseStock = true;
141
 
            this.button23.UseUnderline = true;
142
 
            this.button23.Label = "gtk-cancel";
143
 
            this.AddActionWidget(this.button23, -6);
144
 
            Gtk.ButtonBox.ButtonBoxChild w11 = ((Gtk.ButtonBox.ButtonBoxChild)(w10[this.button23]));
145
 
            w11.Expand = false;
146
 
            w11.Fill = false;
147
 
            // Container child MonoDevelop.VersionControl.Subversion.ClientCertificatePasswordDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
148
 
            this.button28 = new Gtk.Button();
149
 
            this.button28.CanDefault = true;
150
 
            this.button28.CanFocus = true;
151
 
            this.button28.Name = "button28";
152
 
            this.button28.UseStock = true;
153
 
            this.button28.UseUnderline = true;
154
 
            this.button28.Label = "gtk-ok";
155
 
            this.AddActionWidget(this.button28, -5);
156
 
            Gtk.ButtonBox.ButtonBoxChild w12 = ((Gtk.ButtonBox.ButtonBoxChild)(w10[this.button28]));
157
 
            w12.Position = 1;
158
 
            w12.Expand = false;
159
 
            w12.Fill = false;
160
 
            if ((this.Child != null)) {
161
 
                this.Child.ShowAll();
162
 
            }
163
 
            this.DefaultWidth = 414;
164
 
            this.DefaultHeight = 217;
165
 
            this.Show();
166
 
        }
167
 
    }
 
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 ClientCertificatePasswordDialog
 
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::Gtk.Entry entryPwd;
 
20
 
 
21
                private global::Gtk.CheckButton checkSave;
 
22
 
 
23
                private global::Gtk.Button button23;
 
24
 
 
25
                private global::Gtk.Button button28;
 
26
 
 
27
                protected virtual void Build ()
 
28
                {
 
29
                        global::Stetic.Gui.Initialize (this);
 
30
                        // Widget MonoDevelop.VersionControl.Subversion.Gui.ClientCertificatePasswordDialog
 
31
                        this.Events = ((global::Gdk.EventMask)(256));
 
32
                        this.Name = "MonoDevelop.VersionControl.Subversion.Gui.ClientCertificatePasswordDialog";
 
33
                        this.Title = global::Mono.Unix.Catalog.GetString ("Password for client certificate");
 
34
                        // Internal child MonoDevelop.VersionControl.Subversion.Gui.ClientCertificatePasswordDialog.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 the passphrase required to access to the 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 ("Password:");
 
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.entryPwd = new global::Gtk.Entry ();
 
91
                        this.entryPwd.CanFocus = true;
 
92
                        this.entryPwd.Name = "entryPwd";
 
93
                        this.entryPwd.IsEditable = true;
 
94
                        this.entryPwd.Visibility = false;
 
95
                        this.entryPwd.InvisibleChar = '●';
 
96
                        this.hbox1.Add (this.entryPwd);
 
97
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.entryPwd]));
 
98
                        w6.Position = 1;
 
99
                        this.vbox2.Add (this.hbox1);
 
100
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
 
101
                        w7.Position = 3;
 
102
                        w7.Expand = false;
 
103
                        w7.Fill = false;
 
104
                        // Container child vbox2.Gtk.Box+BoxChild
 
105
                        this.checkSave = new global::Gtk.CheckButton ();
 
106
                        this.checkSave.CanFocus = true;
 
107
                        this.checkSave.Name = "checkSave";
 
108
                        this.checkSave.Label = global::Mono.Unix.Catalog.GetString ("Remember password");
 
109
                        this.checkSave.DrawIndicator = true;
 
110
                        this.checkSave.UseUnderline = true;
 
111
                        this.vbox2.Add (this.checkSave);
 
112
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.checkSave]));
 
113
                        w8.Position = 4;
 
114
                        w8.Expand = false;
 
115
                        w8.Fill = false;
 
116
                        w1.Add (this.vbox2);
 
117
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
 
118
                        w9.Position = 0;
 
119
                        w9.Expand = false;
 
120
                        w9.Fill = false;
 
121
                        // Internal child MonoDevelop.VersionControl.Subversion.Gui.ClientCertificatePasswordDialog.ActionArea
 
122
                        global::Gtk.HButtonBox w10 = this.ActionArea;
 
123
                        w10.Events = ((global::Gdk.EventMask)(256));
 
124
                        w10.Name = "MonoDevelop.VersionControl.Subversion.ClientCertificatePasswordDialog_ActionArea";
 
125
                        w10.Spacing = 10;
 
126
                        w10.BorderWidth = ((uint)(5));
 
127
                        w10.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
 
128
                        // Container child MonoDevelop.VersionControl.Subversion.ClientCertificatePasswordDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
 
129
                        this.button23 = new global::Gtk.Button ();
 
130
                        this.button23.CanDefault = true;
 
131
                        this.button23.CanFocus = true;
 
132
                        this.button23.Name = "button23";
 
133
                        this.button23.UseStock = true;
 
134
                        this.button23.UseUnderline = true;
 
135
                        this.button23.Label = "gtk-cancel";
 
136
                        this.AddActionWidget (this.button23, -6);
 
137
                        global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10[this.button23]));
 
138
                        w11.Expand = false;
 
139
                        w11.Fill = false;
 
140
                        // Container child MonoDevelop.VersionControl.Subversion.ClientCertificatePasswordDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
 
141
                        this.button28 = new global::Gtk.Button ();
 
142
                        this.button28.CanDefault = true;
 
143
                        this.button28.CanFocus = true;
 
144
                        this.button28.Name = "button28";
 
145
                        this.button28.UseStock = true;
 
146
                        this.button28.UseUnderline = true;
 
147
                        this.button28.Label = "gtk-ok";
 
148
                        this.AddActionWidget (this.button28, -5);
 
149
                        global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10[this.button28]));
 
150
                        w12.Position = 1;
 
151
                        w12.Expand = false;
 
152
                        w12.Fill = false;
 
153
                        if ((this.Child != null)) {
 
154
                                this.Child.ShowAll ();
 
155
                        }
 
156
                        this.DefaultWidth = 414;
 
157
                        this.DefaultHeight = 217;
 
158
                        this.Show ();
 
159
                }
 
160
        }
168
161
}