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