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