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