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