]> granicus.if.org Git - icinga2/blob - agent/windows-setup-agent/SetupWizard.Designer.cs
Windows Wizard: Missing ticket should tell the user about the master signing
[icinga2] / agent / windows-setup-agent / SetupWizard.Designer.cs
1 namespace Icinga
2 {
3         partial class SetupWizard
4         {
5                 /// <summary>
6                 /// Required designer variable.
7                 /// </summary>
8                 private System.ComponentModel.IContainer components = null;
9
10                 /// <summary>
11                 /// Clean up any resources being used.
12                 /// </summary>
13                 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14                 protected override void Dispose(bool disposing)
15                 {
16                         if (disposing && (components != null))
17                         {
18                                 components.Dispose();
19                         }
20                         base.Dispose(disposing);
21                 }
22
23                 #region Windows Form Designer generated code
24
25                 /// <summary>
26                 /// Required method for Designer support - do not modify
27                 /// the contents of this method with the code editor.
28                 /// </summary>
29                 private void InitializeComponent()
30                 {
31                         System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetupWizard));
32                         this.btnBack = new System.Windows.Forms.Button();
33                         this.btnNext = new System.Windows.Forms.Button();
34                         this.btnCancel = new System.Windows.Forms.Button();
35                         this.tabFinish = new System.Windows.Forms.TabPage();
36                         this.lblSetupCompleted = new System.Windows.Forms.Label();
37                         this.tabConfigure = new System.Windows.Forms.TabPage();
38                         this.lblConfigStatus = new System.Windows.Forms.Label();
39                         this.prgConfig = new System.Windows.Forms.ProgressBar();
40                         this.tabParameters = new System.Windows.Forms.TabPage();
41                         this.groupBox3 = new System.Windows.Forms.GroupBox();
42                         this.txtUser = new System.Windows.Forms.TextBox();
43                         this.chkRunServiceAsThisUser = new System.Windows.Forms.CheckBox();
44                         this.chkInstallNSCP = new System.Windows.Forms.CheckBox();
45                         this.chkAcceptConfig = new System.Windows.Forms.CheckBox();
46                         this.chkAcceptCommands = new System.Windows.Forms.CheckBox();
47                         this.txtTicket = new System.Windows.Forms.TextBox();
48                         this.lblTicket = new System.Windows.Forms.Label();
49                         this.txtInstanceName = new System.Windows.Forms.TextBox();
50                         this.lblInstanceName = new System.Windows.Forms.Label();
51                         this.groupBox2 = new System.Windows.Forms.GroupBox();
52                         this.rdoNoListener = new System.Windows.Forms.RadioButton();
53                         this.txtListenerPort = new System.Windows.Forms.TextBox();
54                         this.lblListenerPort = new System.Windows.Forms.Label();
55                         this.rdoListener = new System.Windows.Forms.RadioButton();
56                         this.groupBox1 = new System.Windows.Forms.GroupBox();
57                         this.btnEditEndpoint = new System.Windows.Forms.Button();
58                         this.btnRemoveEndpoint = new System.Windows.Forms.Button();
59                         this.btnAddEndpoint = new System.Windows.Forms.Button();
60                         this.lvwEndpoints = new System.Windows.Forms.ListView();
61                         this.colInstanceName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
62                         this.colHost = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
63                         this.colPort = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
64                         this.tbcPages = new System.Windows.Forms.TabControl();
65                         this.tabRetrieveCertificate = new System.Windows.Forms.TabPage();
66                         this.lblRetrieveCertificate = new System.Windows.Forms.Label();
67                         this.prgRetrieveCertificate = new System.Windows.Forms.ProgressBar();
68                         this.tabVerifyCertificate = new System.Windows.Forms.TabPage();
69                         this.grpX509Fields = new System.Windows.Forms.GroupBox();
70                         this.txtX509Field = new System.Windows.Forms.TextBox();
71                         this.lvwX509Fields = new System.Windows.Forms.ListView();
72                         this.colField = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
73                         this.colValue = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
74                         this.txtX509Subject = new System.Windows.Forms.TextBox();
75                         this.txtX509Issuer = new System.Windows.Forms.TextBox();
76                         this.lblX509Subject = new System.Windows.Forms.Label();
77                         this.lblX509Issuer = new System.Windows.Forms.Label();
78                         this.lblX509Prompt = new System.Windows.Forms.Label();
79                         this.tabError = new System.Windows.Forms.TabPage();
80                         this.txtError = new System.Windows.Forms.TextBox();
81                         this.lblError = new System.Windows.Forms.Label();
82                         this.picBanner = new System.Windows.Forms.PictureBox();
83                         this.tabFinish.SuspendLayout();
84                         this.tabConfigure.SuspendLayout();
85                         this.tabParameters.SuspendLayout();
86                         this.groupBox3.SuspendLayout();
87                         this.groupBox2.SuspendLayout();
88                         this.groupBox1.SuspendLayout();
89                         this.tbcPages.SuspendLayout();
90                         this.tabRetrieveCertificate.SuspendLayout();
91                         this.tabVerifyCertificate.SuspendLayout();
92                         this.grpX509Fields.SuspendLayout();
93                         this.tabError.SuspendLayout();
94                         ((System.ComponentModel.ISupportInitialize)(this.picBanner)).BeginInit();
95                         this.SuspendLayout();
96                         // 
97                         // btnBack
98                         // 
99                         this.btnBack.Enabled = false;
100                         this.btnBack.Location = new System.Drawing.Point(367, 592);
101                         this.btnBack.Name = "btnBack";
102                         this.btnBack.Size = new System.Drawing.Size(75, 23);
103                         this.btnBack.TabIndex = 1;
104                         this.btnBack.Text = "< &Back";
105                         this.btnBack.UseVisualStyleBackColor = true;
106                         this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
107                         // 
108                         // btnNext
109                         // 
110                         this.btnNext.Location = new System.Drawing.Point(448, 592);
111                         this.btnNext.Name = "btnNext";
112                         this.btnNext.Size = new System.Drawing.Size(75, 23);
113                         this.btnNext.TabIndex = 2;
114                         this.btnNext.Text = "&Next >";
115                         this.btnNext.UseVisualStyleBackColor = true;
116                         this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
117                         // 
118                         // btnCancel
119                         // 
120                         this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
121                         this.btnCancel.Location = new System.Drawing.Point(538, 592);
122                         this.btnCancel.Name = "btnCancel";
123                         this.btnCancel.Size = new System.Drawing.Size(75, 23);
124                         this.btnCancel.TabIndex = 3;
125                         this.btnCancel.Text = "Cancel";
126                         this.btnCancel.UseVisualStyleBackColor = true;
127                         this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
128                         // 
129                         // tabFinish
130                         // 
131                         this.tabFinish.Controls.Add(this.lblSetupCompleted);
132                         this.tabFinish.Location = new System.Drawing.Point(4, 5);
133                         this.tabFinish.Name = "tabFinish";
134                         this.tabFinish.Padding = new System.Windows.Forms.Padding(3);
135                         this.tabFinish.Size = new System.Drawing.Size(617, 500);
136                         this.tabFinish.TabIndex = 5;
137                         this.tabFinish.Text = "Finish";
138                         this.tabFinish.UseVisualStyleBackColor = true;
139                         // 
140                         // lblSetupCompleted
141                         // 
142                         this.lblSetupCompleted.AutoSize = true;
143                         this.lblSetupCompleted.Location = new System.Drawing.Point(34, 35);
144                         this.lblSetupCompleted.Name = "lblSetupCompleted";
145                         this.lblSetupCompleted.Size = new System.Drawing.Size(214, 13);
146                         this.lblSetupCompleted.TabIndex = 0;
147                         this.lblSetupCompleted.Text = "The Icinga 2 Windows client was set up successfully.";
148                         // 
149                         // tabConfigure
150                         // 
151                         this.tabConfigure.Controls.Add(this.lblConfigStatus);
152                         this.tabConfigure.Controls.Add(this.prgConfig);
153                         this.tabConfigure.Location = new System.Drawing.Point(4, 5);
154                         this.tabConfigure.Name = "tabConfigure";
155                         this.tabConfigure.Padding = new System.Windows.Forms.Padding(3);
156                         this.tabConfigure.Size = new System.Drawing.Size(617, 500);
157                         this.tabConfigure.TabIndex = 4;
158                         this.tabConfigure.Text = "Configure Icinga 2";
159                         this.tabConfigure.UseVisualStyleBackColor = true;
160                         // 
161                         // lblConfigStatus
162                         // 
163                         this.lblConfigStatus.AutoSize = true;
164                         this.lblConfigStatus.Location = new System.Drawing.Point(184, 204);
165                         this.lblConfigStatus.Name = "lblConfigStatus";
166                         this.lblConfigStatus.Size = new System.Drawing.Size(141, 13);
167                         this.lblConfigStatus.TabIndex = 1;
168                         this.lblConfigStatus.Text = "Updating the configuration...";
169                         // 
170                         // prgConfig
171                         // 
172                         this.prgConfig.Location = new System.Drawing.Point(184, 223);
173                         this.prgConfig.Name = "prgConfig";
174                         this.prgConfig.Size = new System.Drawing.Size(289, 23);
175                         this.prgConfig.TabIndex = 0;
176                         // 
177                         // tabParameters
178                         // 
179                         this.tabParameters.Controls.Add(this.groupBox3);
180                         this.tabParameters.Controls.Add(this.txtTicket);
181                         this.tabParameters.Controls.Add(this.lblTicket);
182                         this.tabParameters.Controls.Add(this.txtInstanceName);
183                         this.tabParameters.Controls.Add(this.lblInstanceName);
184                         this.tabParameters.Controls.Add(this.groupBox2);
185                         this.tabParameters.Controls.Add(this.groupBox1);
186                         this.tabParameters.Location = new System.Drawing.Point(4, 5);
187                         this.tabParameters.Name = "tabParameters";
188                         this.tabParameters.Padding = new System.Windows.Forms.Padding(3);
189                         this.tabParameters.Size = new System.Drawing.Size(617, 500);
190                         this.tabParameters.TabIndex = 3;
191                         this.tabParameters.Text = "Agent Parameters";
192                         this.tabParameters.UseVisualStyleBackColor = true;
193                         // 
194                         // groupBox3
195                         // 
196                         this.groupBox3.Controls.Add(this.txtUser);
197                         this.groupBox3.Controls.Add(this.chkRunServiceAsThisUser);
198                         this.groupBox3.Controls.Add(this.chkInstallNSCP);
199                         this.groupBox3.Controls.Add(this.chkAcceptConfig);
200                         this.groupBox3.Controls.Add(this.chkAcceptCommands);
201                         this.groupBox3.Location = new System.Drawing.Point(308, 291);
202                         this.groupBox3.Name = "groupBox3";
203                         this.groupBox3.Size = new System.Drawing.Size(301, 188);
204                         this.groupBox3.TabIndex = 5;
205                         this.groupBox3.TabStop = false;
206                         this.groupBox3.Text = "Advanced Options";
207                         // 
208                         // txtUser
209                         // 
210                         this.txtUser.Enabled = false;
211                         this.txtUser.Location = new System.Drawing.Point(28, 88);
212                         this.txtUser.Name = "txtUser";
213                         this.txtUser.Size = new System.Drawing.Size(267, 20);
214                         this.txtUser.TabIndex = 8;
215                         this.txtUser.Text = "NT AUTHORITY\\NetworkService";
216                         // 
217                         // chkRunServiceAsThisUser
218                         // 
219                         this.chkRunServiceAsThisUser.AutoSize = true;
220                         this.chkRunServiceAsThisUser.Location = new System.Drawing.Point(9, 65);
221                         this.chkRunServiceAsThisUser.Name = "chkRunServiceAsThisUser";
222                         this.chkRunServiceAsThisUser.Size = new System.Drawing.Size(183, 17);
223                         this.chkRunServiceAsThisUser.TabIndex = 7;
224                         this.chkRunServiceAsThisUser.Text = "Run Icinga 2 service as this user:";
225                         this.chkRunServiceAsThisUser.UseVisualStyleBackColor = true;
226                         this.chkRunServiceAsThisUser.CheckedChanged += new System.EventHandler(this.chkRunServiceAsThisUser_CheckedChanged);
227                         // 
228                         // chkInstallNSCP
229                         // 
230                         this.chkInstallNSCP.AutoSize = true;
231                         this.chkInstallNSCP.Location = new System.Drawing.Point(9, 114);
232                         this.chkInstallNSCP.Name = "chkInstallNSCP";
233                         this.chkInstallNSCP.Size = new System.Drawing.Size(190, 17);
234                         this.chkInstallNSCP.TabIndex = 6;
235                         this.chkInstallNSCP.Text = "Install/Update bundled NSClient++";
236                         this.chkInstallNSCP.UseVisualStyleBackColor = true;
237                         // 
238                         // chkAcceptConfig
239                         // 
240                         this.chkAcceptConfig.AutoSize = true;
241                         this.chkAcceptConfig.Location = new System.Drawing.Point(9, 42);
242                         this.chkAcceptConfig.Name = "chkAcceptConfig";
243                         this.chkAcceptConfig.Size = new System.Drawing.Size(230, 17);
244                         this.chkAcceptConfig.TabIndex = 1;
245                         this.chkAcceptConfig.Text = "Accept config updates from master/satellite";
246                         this.chkAcceptConfig.UseVisualStyleBackColor = true;
247                         // 
248                         // chkAcceptCommands
249                         // 
250                         this.chkAcceptCommands.AutoSize = true;
251                         this.chkAcceptCommands.Location = new System.Drawing.Point(9, 19);
252                         this.chkAcceptCommands.Name = "chkAcceptCommands";
253                         this.chkAcceptCommands.Size = new System.Drawing.Size(211, 17);
254                         this.chkAcceptCommands.TabIndex = 0;
255                         this.chkAcceptCommands.Text = "Accept commands from master/satellite";
256                         this.chkAcceptCommands.UseVisualStyleBackColor = true;
257                         // 
258                         // txtTicket
259                         // 
260                         this.txtTicket.Location = new System.Drawing.Point(144, 45);
261                         this.txtTicket.Name = "txtTicket";
262                         this.txtTicket.Size = new System.Drawing.Size(459, 20);
263                         this.txtTicket.TabIndex = 1;
264                         // 
265                         // lblTicket
266                         // 
267                         this.lblTicket.AutoSize = true;
268                         this.lblTicket.Location = new System.Drawing.Point(9, 48);
269                         this.lblTicket.Name = "lblTicket";
270                         this.lblTicket.Size = new System.Drawing.Size(117, 13);
271                         this.lblTicket.TabIndex = 4;
272                         this.lblTicket.Text = "Setup Ticket (optional):";
273                         // 
274                         // txtInstanceName
275                         // 
276                         this.txtInstanceName.Location = new System.Drawing.Point(144, 16);
277                         this.txtInstanceName.Name = "txtInstanceName";
278                         this.txtInstanceName.Size = new System.Drawing.Size(459, 20);
279                         this.txtInstanceName.TabIndex = 0;
280                         // 
281                         // lblInstanceName
282                         // 
283                         this.lblInstanceName.AutoSize = true;
284                         this.lblInstanceName.Location = new System.Drawing.Point(9, 20);
285                         this.lblInstanceName.Name = "lblInstanceName";
286                         this.lblInstanceName.Size = new System.Drawing.Size(121, 13);
287                         this.lblInstanceName.TabIndex = 3;
288                         this.lblInstanceName.Text = "Instance Name (FQDN):";
289                         // 
290                         // groupBox2
291                         // 
292                         this.groupBox2.Controls.Add(this.rdoNoListener);
293                         this.groupBox2.Controls.Add(this.txtListenerPort);
294                         this.groupBox2.Controls.Add(this.lblListenerPort);
295                         this.groupBox2.Controls.Add(this.rdoListener);
296                         this.groupBox2.Location = new System.Drawing.Point(12, 291);
297                         this.groupBox2.Name = "groupBox2";
298                         this.groupBox2.Size = new System.Drawing.Size(294, 188);
299                         this.groupBox2.TabIndex = 2;
300                         this.groupBox2.TabStop = false;
301                         this.groupBox2.Text = "TCP Listener";
302                         // 
303                         // rdoNoListener
304                         // 
305                         this.rdoNoListener.AutoSize = true;
306                         this.rdoNoListener.Checked = true;
307                         this.rdoNoListener.Location = new System.Drawing.Point(11, 82);
308                         this.rdoNoListener.Name = "rdoNoListener";
309                         this.rdoNoListener.Size = new System.Drawing.Size(163, 17);
310                         this.rdoNoListener.TabIndex = 9;
311                         this.rdoNoListener.TabStop = true;
312                         this.rdoNoListener.Text = "Do not listen for connections.";
313                         this.rdoNoListener.UseVisualStyleBackColor = true;
314                         this.rdoNoListener.CheckedChanged += new System.EventHandler(this.RadioListener_CheckedChanged);
315                         // 
316                         // txtListenerPort
317                         // 
318                         this.txtListenerPort.Enabled = false;
319                         this.txtListenerPort.Location = new System.Drawing.Point(132, 51);
320                         this.txtListenerPort.Name = "txtListenerPort";
321                         this.txtListenerPort.Size = new System.Drawing.Size(84, 20);
322                         this.txtListenerPort.TabIndex = 8;
323                         this.txtListenerPort.Text = "5665";
324                         // 
325                         // lblListenerPort
326                         // 
327                         this.lblListenerPort.AutoSize = true;
328                         this.lblListenerPort.Location = new System.Drawing.Point(43, 55);
329                         this.lblListenerPort.Name = "lblListenerPort";
330                         this.lblListenerPort.Size = new System.Drawing.Size(29, 13);
331                         this.lblListenerPort.TabIndex = 1;
332                         this.lblListenerPort.Text = "Port:";
333                         // 
334                         // rdoListener
335                         // 
336                         this.rdoListener.AutoSize = true;
337                         this.rdoListener.Location = new System.Drawing.Point(11, 24);
338                         this.rdoListener.Name = "rdoListener";
339                         this.rdoListener.Size = new System.Drawing.Size(247, 17);
340                         this.rdoListener.TabIndex = 7;
341                         this.rdoListener.Text = "Listen for connections from the master/satellite:";
342                         this.rdoListener.UseVisualStyleBackColor = true;
343                         this.rdoListener.CheckedChanged += new System.EventHandler(this.RadioListener_CheckedChanged);
344                         // 
345                         // groupBox1
346                         // 
347                         this.groupBox1.Controls.Add(this.btnEditEndpoint);
348                         this.groupBox1.Controls.Add(this.btnRemoveEndpoint);
349                         this.groupBox1.Controls.Add(this.btnAddEndpoint);
350                         this.groupBox1.Controls.Add(this.lvwEndpoints);
351                         this.groupBox1.Location = new System.Drawing.Point(8, 77);
352                         this.groupBox1.Name = "groupBox1";
353                         this.groupBox1.Size = new System.Drawing.Size(601, 208);
354                         this.groupBox1.TabIndex = 1;
355                         this.groupBox1.TabStop = false;
356                         this.groupBox1.Text = "Master/Satellite Instance(s)";
357                         // 
358                         // btnEditEndpoint
359                         // 
360                         this.btnEditEndpoint.Enabled = false;
361                         this.btnEditEndpoint.Location = new System.Drawing.Point(520, 48);
362                         this.btnEditEndpoint.Name = "btnEditEndpoint";
363                         this.btnEditEndpoint.Size = new System.Drawing.Size(75, 23);
364                         this.btnEditEndpoint.TabIndex = 7;
365                         this.btnEditEndpoint.Text = "Edit";
366                         this.btnEditEndpoint.UseVisualStyleBackColor = true;
367                         this.btnEditEndpoint.Click += new System.EventHandler(this.btnEditEndpoint_Click);
368                         // 
369                         // btnRemoveEndpoint
370                         // 
371                         this.btnRemoveEndpoint.Enabled = false;
372                         this.btnRemoveEndpoint.Location = new System.Drawing.Point(520, 77);
373                         this.btnRemoveEndpoint.Name = "btnRemoveEndpoint";
374                         this.btnRemoveEndpoint.Size = new System.Drawing.Size(75, 23);
375                         this.btnRemoveEndpoint.TabIndex = 6;
376                         this.btnRemoveEndpoint.Text = "Remove";
377                         this.btnRemoveEndpoint.UseVisualStyleBackColor = true;
378                         this.btnRemoveEndpoint.Click += new System.EventHandler(this.btnRemoveEndpoint_Click);
379                         // 
380                         // btnAddEndpoint
381                         // 
382                         this.btnAddEndpoint.Location = new System.Drawing.Point(520, 19);
383                         this.btnAddEndpoint.Name = "btnAddEndpoint";
384                         this.btnAddEndpoint.Size = new System.Drawing.Size(75, 23);
385                         this.btnAddEndpoint.TabIndex = 5;
386                         this.btnAddEndpoint.Text = "Add";
387                         this.btnAddEndpoint.UseVisualStyleBackColor = true;
388                         this.btnAddEndpoint.Click += new System.EventHandler(this.btnAddEndpoint_Click);
389                         // 
390                         // lvwEndpoints
391                         // 
392                         this.lvwEndpoints.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
393                         this.colInstanceName,
394                         this.colHost,
395                         this.colPort});
396                         this.lvwEndpoints.FullRowSelect = true;
397                         this.lvwEndpoints.Location = new System.Drawing.Point(11, 19);
398                         this.lvwEndpoints.Name = "lvwEndpoints";
399                         this.lvwEndpoints.Size = new System.Drawing.Size(500, 176);
400                         this.lvwEndpoints.TabIndex = 4;
401                         this.lvwEndpoints.UseCompatibleStateImageBehavior = false;
402                         this.lvwEndpoints.View = System.Windows.Forms.View.Details;
403                         this.lvwEndpoints.SelectedIndexChanged += new System.EventHandler(this.lvwEndpoints_SelectedIndexChanged);
404                         // 
405                         // colInstanceName
406                         // 
407                         this.colInstanceName.Text = "Instance Name";
408                         this.colInstanceName.Width = 200;
409                         // 
410                         // colHost
411                         // 
412                         this.colHost.Text = "Host";
413                         this.colHost.Width = 200;
414                         // 
415                         // colPort
416                         // 
417                         this.colPort.Text = "Port";
418                         this.colPort.Width = 80;
419                         // 
420                         // tbcPages
421                         // 
422                         this.tbcPages.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
423                         this.tbcPages.Controls.Add(this.tabParameters);
424                         this.tbcPages.Controls.Add(this.tabRetrieveCertificate);
425                         this.tbcPages.Controls.Add(this.tabVerifyCertificate);
426                         this.tbcPages.Controls.Add(this.tabConfigure);
427                         this.tbcPages.Controls.Add(this.tabFinish);
428                         this.tbcPages.Controls.Add(this.tabError);
429                         this.tbcPages.ItemSize = new System.Drawing.Size(0, 1);
430                         this.tbcPages.Location = new System.Drawing.Point(0, 80);
431                         this.tbcPages.Margin = new System.Windows.Forms.Padding(0);
432                         this.tbcPages.Name = "tbcPages";
433                         this.tbcPages.SelectedIndex = 0;
434                         this.tbcPages.Size = new System.Drawing.Size(625, 509);
435                         this.tbcPages.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
436                         this.tbcPages.TabIndex = 0;
437                         this.tbcPages.SelectedIndexChanged += new System.EventHandler(this.tbcPages_SelectedIndexChanged);
438                         // 
439                         // tabRetrieveCertificate
440                         // 
441                         this.tabRetrieveCertificate.Controls.Add(this.lblRetrieveCertificate);
442                         this.tabRetrieveCertificate.Controls.Add(this.prgRetrieveCertificate);
443                         this.tabRetrieveCertificate.Location = new System.Drawing.Point(4, 5);
444                         this.tabRetrieveCertificate.Name = "tabRetrieveCertificate";
445                         this.tabRetrieveCertificate.Padding = new System.Windows.Forms.Padding(3);
446                         this.tabRetrieveCertificate.Size = new System.Drawing.Size(617, 500);
447                         this.tabRetrieveCertificate.TabIndex = 7;
448                         this.tabRetrieveCertificate.Text = "Checking Certificate";
449                         this.tabRetrieveCertificate.UseVisualStyleBackColor = true;
450                         // 
451                         // lblRetrieveCertificate
452                         // 
453                         this.lblRetrieveCertificate.AutoSize = true;
454                         this.lblRetrieveCertificate.Location = new System.Drawing.Point(164, 229);
455                         this.lblRetrieveCertificate.Name = "lblRetrieveCertificate";
456                         this.lblRetrieveCertificate.Size = new System.Drawing.Size(110, 13);
457                         this.lblRetrieveCertificate.TabIndex = 3;
458                         this.lblRetrieveCertificate.Text = "Checking certificate...";
459                         // 
460                         // prgRetrieveCertificate
461                         // 
462                         this.prgRetrieveCertificate.Location = new System.Drawing.Point(164, 248);
463                         this.prgRetrieveCertificate.Name = "prgRetrieveCertificate";
464                         this.prgRetrieveCertificate.Size = new System.Drawing.Size(289, 23);
465                         this.prgRetrieveCertificate.TabIndex = 2;
466                         // 
467                         // tabVerifyCertificate
468                         // 
469                         this.tabVerifyCertificate.Controls.Add(this.grpX509Fields);
470                         this.tabVerifyCertificate.Controls.Add(this.txtX509Subject);
471                         this.tabVerifyCertificate.Controls.Add(this.txtX509Issuer);
472                         this.tabVerifyCertificate.Controls.Add(this.lblX509Subject);
473                         this.tabVerifyCertificate.Controls.Add(this.lblX509Issuer);
474                         this.tabVerifyCertificate.Controls.Add(this.lblX509Prompt);
475                         this.tabVerifyCertificate.Location = new System.Drawing.Point(4, 5);
476                         this.tabVerifyCertificate.Name = "tabVerifyCertificate";
477                         this.tabVerifyCertificate.Padding = new System.Windows.Forms.Padding(3);
478                         this.tabVerifyCertificate.Size = new System.Drawing.Size(617, 500);
479                         this.tabVerifyCertificate.TabIndex = 6;
480                         this.tabVerifyCertificate.Text = "Verify Certificate";
481                         this.tabVerifyCertificate.UseVisualStyleBackColor = true;
482                         // 
483                         // grpX509Fields
484                         // 
485                         this.grpX509Fields.Controls.Add(this.txtX509Field);
486                         this.grpX509Fields.Controls.Add(this.lvwX509Fields);
487                         this.grpX509Fields.Location = new System.Drawing.Point(11, 115);
488                         this.grpX509Fields.Name = "grpX509Fields";
489                         this.grpX509Fields.Size = new System.Drawing.Size(598, 369);
490                         this.grpX509Fields.TabIndex = 8;
491                         this.grpX509Fields.TabStop = false;
492                         this.grpX509Fields.Text = "X509 Fields";
493                         // 
494                         // txtX509Field
495                         // 
496                         this.txtX509Field.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
497                         this.txtX509Field.Location = new System.Drawing.Point(6, 197);
498                         this.txtX509Field.Multiline = true;
499                         this.txtX509Field.Name = "txtX509Field";
500                         this.txtX509Field.ReadOnly = true;
501                         this.txtX509Field.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
502                         this.txtX509Field.Size = new System.Drawing.Size(586, 166);
503                         this.txtX509Field.TabIndex = 9;
504                         // 
505                         // lvwX509Fields
506                         // 
507                         this.lvwX509Fields.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
508                         this.colField,
509                         this.colValue});
510                         this.lvwX509Fields.Location = new System.Drawing.Point(6, 19);
511                         this.lvwX509Fields.Name = "lvwX509Fields";
512                         this.lvwX509Fields.Size = new System.Drawing.Size(586, 172);
513                         this.lvwX509Fields.TabIndex = 8;
514                         this.lvwX509Fields.UseCompatibleStateImageBehavior = false;
515                         this.lvwX509Fields.View = System.Windows.Forms.View.Details;
516                         this.lvwX509Fields.SelectedIndexChanged += new System.EventHandler(this.lvwX509Fields_SelectedIndexChanged);
517                         // 
518                         // colField
519                         // 
520                         this.colField.Text = "Field";
521                         this.colField.Width = 200;
522                         // 
523                         // colValue
524                         // 
525                         this.colValue.Text = "Value";
526                         this.colValue.Width = 350;
527                         // 
528                         // txtX509Subject
529                         // 
530                         this.txtX509Subject.Location = new System.Drawing.Point(71, 73);
531                         this.txtX509Subject.Name = "txtX509Subject";
532                         this.txtX509Subject.ReadOnly = true;
533                         this.txtX509Subject.Size = new System.Drawing.Size(532, 20);
534                         this.txtX509Subject.TabIndex = 4;
535                         // 
536                         // txtX509Issuer
537                         // 
538                         this.txtX509Issuer.Location = new System.Drawing.Point(71, 47);
539                         this.txtX509Issuer.Name = "txtX509Issuer";
540                         this.txtX509Issuer.ReadOnly = true;
541                         this.txtX509Issuer.Size = new System.Drawing.Size(532, 20);
542                         this.txtX509Issuer.TabIndex = 3;
543                         // 
544                         // lblX509Subject
545                         // 
546                         this.lblX509Subject.AutoSize = true;
547                         this.lblX509Subject.Location = new System.Drawing.Point(8, 77);
548                         this.lblX509Subject.Name = "lblX509Subject";
549                         this.lblX509Subject.Size = new System.Drawing.Size(46, 13);
550                         this.lblX509Subject.TabIndex = 2;
551                         this.lblX509Subject.Text = "Subject:";
552                         // 
553                         // lblX509Issuer
554                         // 
555                         this.lblX509Issuer.AutoSize = true;
556                         this.lblX509Issuer.Location = new System.Drawing.Point(8, 50);
557                         this.lblX509Issuer.Name = "lblX509Issuer";
558                         this.lblX509Issuer.Size = new System.Drawing.Size(38, 13);
559                         this.lblX509Issuer.TabIndex = 1;
560                         this.lblX509Issuer.Text = "Issuer:";
561                         // 
562                         // lblX509Prompt
563                         // 
564                         this.lblX509Prompt.AutoSize = true;
565                         this.lblX509Prompt.Location = new System.Drawing.Point(8, 15);
566                         this.lblX509Prompt.Name = "lblX509Prompt";
567                         this.lblX509Prompt.Size = new System.Drawing.Size(201, 13);
568                         this.lblX509Prompt.TabIndex = 0;
569                         this.lblX509Prompt.Text = "Please verify the master\'s SSL certificate:";
570                         // 
571                         // tabError
572                         // 
573                         this.tabError.Controls.Add(this.txtError);
574                         this.tabError.Controls.Add(this.lblError);
575                         this.tabError.Location = new System.Drawing.Point(4, 5);
576                         this.tabError.Name = "tabError";
577                         this.tabError.Padding = new System.Windows.Forms.Padding(3);
578                         this.tabError.Size = new System.Drawing.Size(617, 500);
579                         this.tabError.TabIndex = 8;
580                         this.tabError.Text = "Error";
581                         this.tabError.UseVisualStyleBackColor = true;
582                         // 
583                         // txtError
584                         // 
585                         this.txtError.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
586                         this.txtError.Location = new System.Drawing.Point(11, 38);
587                         this.txtError.Multiline = true;
588                         this.txtError.Name = "txtError";
589                         this.txtError.ReadOnly = true;
590                         this.txtError.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
591                         this.txtError.Size = new System.Drawing.Size(598, 397);
592                         this.txtError.TabIndex = 1;
593                         // 
594                         // lblError
595                         // 
596                         this.lblError.AutoSize = true;
597                         this.lblError.Location = new System.Drawing.Point(8, 12);
598                         this.lblError.Name = "lblError";
599                         this.lblError.Size = new System.Drawing.Size(209, 13);
600                         this.lblError.TabIndex = 0;
601                         this.lblError.Text = "An error occurred while setting up Icinga 2:";
602                         // 
603                         // picBanner
604                         // 
605                         this.picBanner.Image = global::Icinga.Properties.Resources.icinga_banner;
606                         this.picBanner.Location = new System.Drawing.Point(0, 0);
607                         this.picBanner.Name = "picBanner";
608                         this.picBanner.Size = new System.Drawing.Size(625, 77);
609                         this.picBanner.TabIndex = 1;
610                         this.picBanner.TabStop = false;
611                         // 
612                         // SetupWizard
613                         // 
614                         this.AcceptButton = this.btnNext;
615                         this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
616                         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
617                         this.CancelButton = this.btnCancel;
618                         this.ClientSize = new System.Drawing.Size(625, 624);
619                         this.Controls.Add(this.btnCancel);
620                         this.Controls.Add(this.btnNext);
621                         this.Controls.Add(this.btnBack);
622                         this.Controls.Add(this.picBanner);
623                         this.Controls.Add(this.tbcPages);
624                         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
625                         this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
626                         this.MaximizeBox = false;
627                         this.Name = "SetupWizard";
628                         this.Text = "Icinga 2 Setup Wizard";
629                         this.tabFinish.ResumeLayout(false);
630                         this.tabFinish.PerformLayout();
631                         this.tabConfigure.ResumeLayout(false);
632                         this.tabConfigure.PerformLayout();
633                         this.tabParameters.ResumeLayout(false);
634                         this.tabParameters.PerformLayout();
635                         this.groupBox3.ResumeLayout(false);
636                         this.groupBox3.PerformLayout();
637                         this.groupBox2.ResumeLayout(false);
638                         this.groupBox2.PerformLayout();
639                         this.groupBox1.ResumeLayout(false);
640                         this.tbcPages.ResumeLayout(false);
641                         this.tabRetrieveCertificate.ResumeLayout(false);
642                         this.tabRetrieveCertificate.PerformLayout();
643                         this.tabVerifyCertificate.ResumeLayout(false);
644                         this.tabVerifyCertificate.PerformLayout();
645                         this.grpX509Fields.ResumeLayout(false);
646                         this.grpX509Fields.PerformLayout();
647                         this.tabError.ResumeLayout(false);
648                         this.tabError.PerformLayout();
649                         ((System.ComponentModel.ISupportInitialize)(this.picBanner)).EndInit();
650                         this.ResumeLayout(false);
651
652                 }
653
654                 #endregion
655
656                 private System.Windows.Forms.PictureBox picBanner;
657                 private System.Windows.Forms.Button btnBack;
658                 private System.Windows.Forms.Button btnNext;
659                 private System.Windows.Forms.Button btnCancel;
660                 private System.Windows.Forms.TabPage tabFinish;
661                 private System.Windows.Forms.Label lblSetupCompleted;
662                 private System.Windows.Forms.TabPage tabConfigure;
663                 private System.Windows.Forms.Label lblConfigStatus;
664                 private System.Windows.Forms.ProgressBar prgConfig;
665                 private System.Windows.Forms.TabPage tabParameters;
666                 private System.Windows.Forms.TextBox txtInstanceName;
667                 private System.Windows.Forms.Label lblInstanceName;
668                 private System.Windows.Forms.GroupBox groupBox2;
669                 private System.Windows.Forms.RadioButton rdoNoListener;
670                 private System.Windows.Forms.TextBox txtListenerPort;
671                 private System.Windows.Forms.Label lblListenerPort;
672                 private System.Windows.Forms.RadioButton rdoListener;
673                 private System.Windows.Forms.GroupBox groupBox1;
674                 private System.Windows.Forms.Button btnRemoveEndpoint;
675                 private System.Windows.Forms.Button btnAddEndpoint;
676                 private System.Windows.Forms.ListView lvwEndpoints;
677                 private System.Windows.Forms.ColumnHeader colHost;
678                 private System.Windows.Forms.ColumnHeader colPort;
679                 private System.Windows.Forms.TabControl tbcPages;
680                 private System.Windows.Forms.TabPage tabVerifyCertificate;
681                 private System.Windows.Forms.Label lblX509Prompt;
682                 private System.Windows.Forms.TextBox txtX509Subject;
683                 private System.Windows.Forms.TextBox txtX509Issuer;
684                 private System.Windows.Forms.Label lblX509Subject;
685                 private System.Windows.Forms.Label lblX509Issuer;
686                 private System.Windows.Forms.GroupBox grpX509Fields;
687                 private System.Windows.Forms.ListView lvwX509Fields;
688                 private System.Windows.Forms.ColumnHeader colField;
689                 private System.Windows.Forms.ColumnHeader colValue;
690                 private System.Windows.Forms.TextBox txtX509Field;
691                 private System.Windows.Forms.TabPage tabRetrieveCertificate;
692                 private System.Windows.Forms.Label lblRetrieveCertificate;
693                 private System.Windows.Forms.ProgressBar prgRetrieveCertificate;
694                 private System.Windows.Forms.TabPage tabError;
695                 private System.Windows.Forms.TextBox txtError;
696                 private System.Windows.Forms.Label lblError;
697                 private System.Windows.Forms.TextBox txtTicket;
698                 private System.Windows.Forms.Label lblTicket;
699                 private System.Windows.Forms.ColumnHeader colInstanceName;
700                 private System.Windows.Forms.GroupBox groupBox3;
701                 private System.Windows.Forms.CheckBox chkAcceptConfig;
702                 private System.Windows.Forms.CheckBox chkAcceptCommands;
703                 private System.Windows.Forms.CheckBox chkInstallNSCP;
704                 private System.Windows.Forms.TextBox txtUser;
705                 private System.Windows.Forms.CheckBox chkRunServiceAsThisUser;
706                 private System.Windows.Forms.Button btnEditEndpoint;
707         }
708 }
709