cemu-DS4Windows/DS4Tool/Hotkeys.Designer.cs
jays2kings 107d71ef04 Auto Profiles are live(beta) - Automatically load profiles when starting up certain programs or games.
DS4Tool.exe merged with it's dll's, now named DS4Windows.exe
Settings tab - Hide DS4, Run at start up, Change update rate or disable it all together, turn off notifications and more there
 there
When battery is low and starts flashing, it will not continue to flash when charging
Possible fix for memory leak
Small UI changes such as not being able to edit the text in combo boxes
Spelling fixes
Updater: Now doesn't need admin rights to run, DS4Windows will try to start the updater with admin permissions if DS4Windows is located in an admin folder like program files, also renamed DS4Updater.exe. The old updater will automatically be deleted
2014-06-06 16:38:52 -04:00

557 lines
28 KiB
C#

namespace ScpServer
{
partial class Hotkeys
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.button1 = new System.Windows.Forms.Button();
this.linkElectro = new System.Windows.Forms.LinkLabel();
this.linkJays2Kings = new System.Windows.Forms.LinkLabel();
this.label2 = new System.Windows.Forms.Label();
this.lbAbout = new System.Windows.Forms.Label();
this.linkInhexSTER = new System.Windows.Forms.LinkLabel();
this.linkJhebbel = new System.Windows.Forms.LinkLabel();
this.label23 = new System.Windows.Forms.Label();
this.label26 = new System.Windows.Forms.Label();
this.label27 = new System.Windows.Forms.Label();
this.label25 = new System.Windows.Forms.Label();
this.label29 = new System.Windows.Forms.Label();
this.label28 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.label24 = new System.Windows.Forms.Label();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.label30 = new System.Windows.Forms.Label();
this.label31 = new System.Windows.Forms.Label();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button1.Location = new System.Drawing.Point(215, 386);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 8;
this.button1.Text = "Done";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// linkElectro
//
this.linkElectro.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.linkElectro.AutoSize = true;
this.linkElectro.Location = new System.Drawing.Point(272, 361);
this.linkElectro.Name = "linkElectro";
this.linkElectro.Size = new System.Drawing.Size(149, 13);
this.linkElectro.TabIndex = 18;
this.linkElectro.TabStop = true;
this.linkElectro.Text = "electrobrains (Branched off of)";
this.linkElectro.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// linkJays2Kings
//
this.linkJays2Kings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.linkJays2Kings.AutoSize = true;
this.linkJays2Kings.Location = new System.Drawing.Point(17, 361);
this.linkJays2Kings.Name = "linkJays2Kings";
this.linkJays2Kings.Size = new System.Drawing.Size(60, 13);
this.linkJays2Kings.TabIndex = 18;
this.linkJays2Kings.TabStop = true;
this.linkJays2Kings.Text = "Jays2Kings";
this.linkJays2Kings.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(203, 339);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(109, 13);
this.label2.TabIndex = 13;
this.label2.Text = "Credits/Source Code:";
//
// lbAbout
//
this.lbAbout.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbAbout.Location = new System.Drawing.Point(3, 9);
this.lbAbout.Name = "lbAbout";
this.lbAbout.Size = new System.Drawing.Size(515, 19);
this.lbAbout.TabIndex = 0;
this.lbAbout.Text = "DS4Windows - Jays2Kings Build (Version ";
this.lbAbout.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// linkInhexSTER
//
this.linkInhexSTER.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.linkInhexSTER.AutoSize = true;
this.linkInhexSTER.Location = new System.Drawing.Point(95, 361);
this.linkInhexSTER.Name = "linkInhexSTER";
this.linkInhexSTER.Size = new System.Drawing.Size(159, 13);
this.linkInhexSTER.TabIndex = 18;
this.linkInhexSTER.TabStop = true;
this.linkInhexSTER.Text = "InhexSTER (Starter of DS4Tool)";
this.linkInhexSTER.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkInhexSTER_LinkClicked);
//
// linkJhebbel
//
this.linkJhebbel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.linkJhebbel.AutoSize = true;
this.linkJhebbel.Location = new System.Drawing.Point(429, 361);
this.linkJhebbel.Name = "linkJhebbel";
this.linkJhebbel.Size = new System.Drawing.Size(87, 13);
this.linkJhebbel.TabIndex = 18;
this.linkJhebbel.TabStop = true;
this.linkJhebbel.Text = "jhebbel (DSDCS)";
this.linkJhebbel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkJhebbel_LinkClicked);
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(458, 9);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(58, 13);
this.label23.TabIndex = 3;
this.label23.Text = "*If enabled";
//
// label26
//
this.label26.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label26.AutoSize = true;
this.label26.Location = new System.Drawing.Point(3, 282);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(60, 13);
this.label26.TabIndex = 14;
this.label26.Text = "Scan Code";
//
// label27
//
this.label27.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label27.AutoSize = true;
this.label27.Location = new System.Drawing.Point(193, 282);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(296, 13);
this.label27.TabIndex = 14;
this.label27.Text = "The key will remain in a \"held down\" state until pressed again";
//
// label25
//
this.label25.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label25.AutoSize = true;
this.label25.Location = new System.Drawing.Point(3, 263);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(37, 13);
this.label25.TabIndex = 14;
this.label25.Text = "Macro";
//
// label29
//
this.label29.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label29.AutoSize = true;
this.label29.Location = new System.Drawing.Point(193, 244);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(313, 13);
this.label29.TabIndex = 14;
this.label29.Text = "Keys are interperted differently. May be needed for certain games";
//
// label28
//
this.label28.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label28.AutoSize = true;
this.label28.Location = new System.Drawing.Point(193, 263);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(160, 13);
this.label28.TabIndex = 14;
this.label28.Text = "Assign multiple keys to one input";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(193, 108);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(201, 13);
this.label14.TabIndex = 16;
this.label14.Text = "Disconnect Controller (Only on Bluetooth)";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(193, 146);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(313, 13);
this.label8.TabIndex = 7;
this.label8.Text = "Right click (Best used when right side is used as a mouse button)";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(193, 89);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(70, 13);
this.label16.TabIndex = 14;
this.label16.Text = "Upper Touch";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(3, 108);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(103, 13);
this.label15.TabIndex = 15;
this.label15.Text = "PS Button + Options";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(3, 146);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(121, 13);
this.label4.TabIndex = 3;
this.label4.Text = "Pad click on lower right*";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(193, 184);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(83, 13);
this.label7.TabIndex = 6;
this.label7.Text = "Left mouse drag";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(3, 89);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(141, 13);
this.label21.TabIndex = 14;
this.label21.Text = "Click upper part of touchpad";
//
// label13
//
this.label13.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(3, 225);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(184, 13);
this.label13.TabIndex = 14;
this.label13.Text = "When mapping keyboard and mouse:";
this.label13.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(3, 184);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(125, 13);
this.label3.TabIndex = 2;
this.label3.Text = "Tap then hold touchpad*";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(193, 70);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(56, 13);
this.label12.TabIndex = 14;
this.label12.Text = "Multitouch";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(193, 165);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(83, 13);
this.label9.TabIndex = 10;
this.label9.Text = "Scroll Up/Down";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(3, 70);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(146, 13);
this.label19.TabIndex = 14;
this.label19.Text = "Click touchpad with 2 fingers ";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(3, 165);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(175, 13);
this.label10.TabIndex = 9;
this.label10.Text = "Two fingers up/down on touchpad*";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(193, 51);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(66, 13);
this.label11.TabIndex = 14;
this.label11.Text = "Right Touch";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(3, 51);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(135, 13);
this.label18.TabIndex = 14;
this.label18.Text = "Click right side of touchpad";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(193, 32);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(59, 13);
this.label6.TabIndex = 14;
this.label6.Text = "Left Touch";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(193, 127);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(231, 13);
this.label5.TabIndex = 4;
this.label5.Text = "Turn off touchpad movment (clicking still works)";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(3, 32);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(129, 13);
this.label17.TabIndex = 14;
this.label17.Text = "Click left side of touchpad";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 127);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(108, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Click Touchpad + PS";
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(193, 203);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(108, 13);
this.label22.TabIndex = 14;
this.label22.Text = "Cycle through profiles";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(3, 203);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(172, 13);
this.label20.TabIndex = 14;
this.label20.Text = "2 finger touchpad swipe left or right";
//
// label24
//
this.label24.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(3, 244);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(40, 13);
this.label24.TabIndex = 14;
this.label24.Text = "Toggle";
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.Controls.Add(this.label24, 0, 12);
this.tableLayoutPanel1.Controls.Add(this.label20, 0, 10);
this.tableLayoutPanel1.Controls.Add(this.label22, 1, 10);
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 6);
this.tableLayoutPanel1.Controls.Add(this.label17, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.label5, 1, 6);
this.tableLayoutPanel1.Controls.Add(this.label6, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.label18, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.label11, 1, 2);
this.tableLayoutPanel1.Controls.Add(this.label10, 0, 8);
this.tableLayoutPanel1.Controls.Add(this.label19, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.label9, 1, 8);
this.tableLayoutPanel1.Controls.Add(this.label12, 1, 3);
this.tableLayoutPanel1.Controls.Add(this.label3, 0, 9);
this.tableLayoutPanel1.Controls.Add(this.label13, 0, 11);
this.tableLayoutPanel1.Controls.Add(this.label21, 0, 4);
this.tableLayoutPanel1.Controls.Add(this.label7, 1, 9);
this.tableLayoutPanel1.Controls.Add(this.label4, 0, 7);
this.tableLayoutPanel1.Controls.Add(this.label15, 0, 5);
this.tableLayoutPanel1.Controls.Add(this.label16, 1, 4);
this.tableLayoutPanel1.Controls.Add(this.label8, 1, 7);
this.tableLayoutPanel1.Controls.Add(this.label14, 1, 5);
this.tableLayoutPanel1.Controls.Add(this.label28, 1, 13);
this.tableLayoutPanel1.Controls.Add(this.label29, 1, 12);
this.tableLayoutPanel1.Controls.Add(this.label25, 0, 13);
this.tableLayoutPanel1.Controls.Add(this.label27, 1, 14);
this.tableLayoutPanel1.Controls.Add(this.label26, 0, 14);
this.tableLayoutPanel1.Controls.Add(this.label30, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.label31, 1, 0);
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 31);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 15;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.142857F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(513, 299);
this.tableLayoutPanel1.TabIndex = 19;
//
// label30
//
this.label30.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label30.AutoSize = true;
this.label30.Location = new System.Drawing.Point(3, 9);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(100, 13);
this.label30.TabIndex = 14;
this.label30.Text = "Hide DS4 Controller";
//
// label31
//
this.label31.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label31.AutoSize = true;
this.label31.Location = new System.Drawing.Point(193, 3);
this.label31.Name = "label31";
this.label31.Size = new System.Drawing.Size(324, 26);
this.label31.TabIndex = 14;
this.label31.Text = "Hides the DS4\'s regular input (Dinput) from other progrmas\r\ncheck if you are gett" +
"ing double input in games or R2 pauses games";
//
// Hotkeys
//
this.AcceptButton = this.button1;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.button1;
this.ClientSize = new System.Drawing.Size(520, 413);
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.linkJhebbel);
this.Controls.Add(this.linkInhexSTER);
this.Controls.Add(this.linkJays2Kings);
this.Controls.Add(this.linkElectro);
this.Controls.Add(this.label23);
this.Controls.Add(this.label2);
this.Controls.Add(this.button1);
this.Controls.Add(this.lbAbout);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Hotkeys";
this.Text = "Help";
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.LinkLabel linkElectro;
private System.Windows.Forms.LinkLabel linkJays2Kings;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lbAbout;
private System.Windows.Forms.LinkLabel linkInhexSTER;
private System.Windows.Forms.LinkLabel linkJhebbel;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.Label label31;
}
}