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