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