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