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