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