UI Slice 4: Launcher-Live-Widgets + VS-Re-Serialisierungs-Regressionen behoben

Slice 4 - Launcher-Live-Ueberblick (LauncherWidgetsPanel, isoliertes UserControl, rechts angedockt,
30s-Refresh; minimaler Eingriff ins von Richard bearbeitete Launcher-Designer):
- Modul-PnL/Winrate-Kacheln (je Modul + Gesamt: Heute/7T/30T, gruen/rot) via TradeAnalytics.
- Supervisor-KI-Kurzfassung (letzter sup_report).
- Warnungen & Fehler (heutige JSONL-Logs, Error/Warning).
- Auffaellige Trades (24h, nach |PnL| sortiert).

Regressionen aus VS-Re-Serialisierung behoben (VS liess hand-erstellte DataGridView-Spalten fallen
-> col* null -> NRE beim Oeffnen):
- DashboardView (dgvTrades): Spalten-Instanziierung + AutoGenerateColumns=false + Columns.AddRange
  + Spalten-Konfig wiederhergestellt.
- JobsView (dgvJobs): dito (nur Button-Spalte hatte ueberlebt).
- Smoke-UI dauerhaft um JobsView/TerminalView/SettingsView erweitert -> faengt diese Regressionsklasse
  kuenftig ab.

Enthaelt ausserdem Richards zwischenzeitliche UI-Arbeit (Launcher-Icons cross_reference/emotion_batman/
file_start_workflow, Designer-Re-Serialisierungen, .ico-Sammlung, Modul-Form-.resx). Persoenliche
Notizdatei bewusst NICHT committet.

Build 0 Fehler, 396 Tests gruen, --smoke-ui alle 9 Views/Forms gruen.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Richard
2026-07-23 09:31:59 +02:00
co-authored by Claude Opus 4.8
parent 936144c318
commit 3c8ea3534e
52 changed files with 3860 additions and 2217 deletions
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,202 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="toolStripLedger.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="toolStripStatus.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>206, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
AABJRU5ErkJggg==
</value>
</data>
</root>
@@ -17,127 +17,139 @@ namespace PolyTrader.Modules.CopyTrading.Ui
private void InitializeComponent()
{
this.tabControl = new System.Windows.Forms.TabControl();
this.tabMasters = new System.Windows.Forms.TabPage();
this.tabOpen = new System.Windows.Forms.TabPage();
this.tabClosed = new System.Windows.Forms.TabPage();
this.tabSettings = new System.Windows.Forms.TabPage();
this.masterTradersView = new PolyTrader.Modules.CopyTrading.Ui.MasterTradersView();
this.openTradesView = new PolyTrader.Modules.CopyTrading.Ui.OpenTradesView();
this.closedTradesView = new PolyTrader.Modules.CopyTrading.Ui.ClosedTradesView();
this.accountSettingsView = new PolyTrader.Modules.CopyTrading.Ui.AccountSettingsView();
this.tabControl.SuspendLayout();
this.tabMasters.SuspendLayout();
this.tabOpen.SuspendLayout();
this.tabClosed.SuspendLayout();
this.tabSettings.SuspendLayout();
this.SuspendLayout();
//
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CopyTradingMainForm));
tabControl = new TabControl();
tabMasters = new TabPage();
masterTradersView = new MasterTradersView();
tabOpen = new TabPage();
openTradesView = new OpenTradesView();
tabClosed = new TabPage();
closedTradesView = new ClosedTradesView();
tabSettings = new TabPage();
accountSettingsView = new AccountSettingsView();
tabControl.SuspendLayout();
tabMasters.SuspendLayout();
tabOpen.SuspendLayout();
tabClosed.SuspendLayout();
tabSettings.SuspendLayout();
SuspendLayout();
//
// tabControl
//
this.tabControl.Controls.Add(this.tabMasters);
this.tabControl.Controls.Add(this.tabOpen);
this.tabControl.Controls.Add(this.tabClosed);
this.tabControl.Controls.Add(this.tabSettings);
this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl.Location = new System.Drawing.Point(0, 0);
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0;
this.tabControl.Size = new System.Drawing.Size(1200, 700);
this.tabControl.TabIndex = 0;
//
//
tabControl.Controls.Add(tabMasters);
tabControl.Controls.Add(tabOpen);
tabControl.Controls.Add(tabClosed);
tabControl.Controls.Add(tabSettings);
tabControl.Dock = DockStyle.Fill;
tabControl.Location = new Point(0, 0);
tabControl.Margin = new Padding(4, 5, 4, 5);
tabControl.Name = "tabControl";
tabControl.SelectedIndex = 0;
tabControl.Size = new Size(1714, 1167);
tabControl.TabIndex = 0;
//
// tabMasters
//
this.tabMasters.Controls.Add(this.masterTradersView);
this.tabMasters.Location = new System.Drawing.Point(4, 24);
this.tabMasters.Name = "tabMasters";
this.tabMasters.Padding = new System.Windows.Forms.Padding(3);
this.tabMasters.Size = new System.Drawing.Size(1192, 672);
this.tabMasters.TabIndex = 0;
this.tabMasters.Text = "Master-Trader";
this.tabMasters.UseVisualStyleBackColor = true;
//
// tabOpen
//
this.tabOpen.Controls.Add(this.openTradesView);
this.tabOpen.Location = new System.Drawing.Point(4, 24);
this.tabOpen.Name = "tabOpen";
this.tabOpen.Padding = new System.Windows.Forms.Padding(3);
this.tabOpen.Size = new System.Drawing.Size(1192, 672);
this.tabOpen.TabIndex = 3;
this.tabOpen.Text = "Offene Trades";
this.tabOpen.UseVisualStyleBackColor = true;
//
// openTradesView
//
this.openTradesView.Dock = System.Windows.Forms.DockStyle.Fill;
this.openTradesView.Location = new System.Drawing.Point(3, 3);
this.openTradesView.Name = "openTradesView";
this.openTradesView.Size = new System.Drawing.Size(1186, 666);
this.openTradesView.TabIndex = 0;
//
// tabClosed
//
this.tabClosed.Controls.Add(this.closedTradesView);
this.tabClosed.Location = new System.Drawing.Point(4, 24);
this.tabClosed.Name = "tabClosed";
this.tabClosed.Padding = new System.Windows.Forms.Padding(3);
this.tabClosed.Size = new System.Drawing.Size(1192, 672);
this.tabClosed.TabIndex = 1;
this.tabClosed.Text = "Geschlossene Trades";
this.tabClosed.UseVisualStyleBackColor = true;
//
// tabSettings
//
this.tabSettings.Controls.Add(this.accountSettingsView);
this.tabSettings.Location = new System.Drawing.Point(4, 24);
this.tabSettings.Name = "tabSettings";
this.tabSettings.Padding = new System.Windows.Forms.Padding(3);
this.tabSettings.Size = new System.Drawing.Size(1192, 672);
this.tabSettings.TabIndex = 2;
this.tabSettings.Text = "Account-Einstellungen";
this.tabSettings.UseVisualStyleBackColor = true;
//
//
tabMasters.Controls.Add(masterTradersView);
tabMasters.Location = new Point(4, 34);
tabMasters.Margin = new Padding(4, 5, 4, 5);
tabMasters.Name = "tabMasters";
tabMasters.Padding = new Padding(4, 5, 4, 5);
tabMasters.Size = new Size(1706, 1129);
tabMasters.TabIndex = 0;
tabMasters.Text = "Master-Trader";
tabMasters.UseVisualStyleBackColor = true;
//
// masterTradersView
//
this.masterTradersView.Dock = System.Windows.Forms.DockStyle.Fill;
this.masterTradersView.Location = new System.Drawing.Point(3, 3);
this.masterTradersView.Name = "masterTradersView";
this.masterTradersView.Size = new System.Drawing.Size(1186, 666);
this.masterTradersView.TabIndex = 0;
//
//
masterTradersView.Dock = DockStyle.Fill;
masterTradersView.Location = new Point(4, 5);
masterTradersView.Margin = new Padding(6, 8, 6, 8);
masterTradersView.Name = "masterTradersView";
masterTradersView.Size = new Size(1698, 1119);
masterTradersView.TabIndex = 0;
//
// tabOpen
//
tabOpen.Controls.Add(openTradesView);
tabOpen.Location = new Point(4, 34);
tabOpen.Margin = new Padding(4, 5, 4, 5);
tabOpen.Name = "tabOpen";
tabOpen.Padding = new Padding(4, 5, 4, 5);
tabOpen.Size = new Size(1706, 1129);
tabOpen.TabIndex = 3;
tabOpen.Text = "Offene Trades";
tabOpen.UseVisualStyleBackColor = true;
//
// openTradesView
//
openTradesView.Dock = DockStyle.Fill;
openTradesView.Location = new Point(4, 5);
openTradesView.Margin = new Padding(6, 8, 6, 8);
openTradesView.Name = "openTradesView";
openTradesView.Size = new Size(1698, 1119);
openTradesView.TabIndex = 0;
//
// tabClosed
//
tabClosed.Controls.Add(closedTradesView);
tabClosed.Location = new Point(4, 34);
tabClosed.Margin = new Padding(4, 5, 4, 5);
tabClosed.Name = "tabClosed";
tabClosed.Padding = new Padding(4, 5, 4, 5);
tabClosed.Size = new Size(1706, 1129);
tabClosed.TabIndex = 1;
tabClosed.Text = "Geschlossene Trades";
tabClosed.UseVisualStyleBackColor = true;
//
// closedTradesView
//
this.closedTradesView.Dock = System.Windows.Forms.DockStyle.Fill;
this.closedTradesView.Location = new System.Drawing.Point(3, 3);
this.closedTradesView.Name = "closedTradesView";
this.closedTradesView.Size = new System.Drawing.Size(1186, 666);
this.closedTradesView.TabIndex = 0;
//
//
closedTradesView.Dock = DockStyle.Fill;
closedTradesView.Location = new Point(4, 5);
closedTradesView.Margin = new Padding(6, 8, 6, 8);
closedTradesView.Name = "closedTradesView";
closedTradesView.Size = new Size(1698, 1119);
closedTradesView.TabIndex = 0;
//
// tabSettings
//
tabSettings.Controls.Add(accountSettingsView);
tabSettings.Location = new Point(4, 34);
tabSettings.Margin = new Padding(4, 5, 4, 5);
tabSettings.Name = "tabSettings";
tabSettings.Padding = new Padding(4, 5, 4, 5);
tabSettings.Size = new Size(1706, 1129);
tabSettings.TabIndex = 2;
tabSettings.Text = "Account-Einstellungen";
tabSettings.UseVisualStyleBackColor = true;
//
// accountSettingsView
//
this.accountSettingsView.Dock = System.Windows.Forms.DockStyle.Fill;
this.accountSettingsView.Location = new System.Drawing.Point(3, 3);
this.accountSettingsView.Name = "accountSettingsView";
this.accountSettingsView.Size = new System.Drawing.Size(1186, 666);
this.accountSettingsView.TabIndex = 0;
//
//
accountSettingsView.Dock = DockStyle.Fill;
accountSettingsView.Location = new Point(4, 5);
accountSettingsView.Margin = new Padding(6, 8, 6, 8);
accountSettingsView.Name = "accountSettingsView";
accountSettingsView.Size = new Size(1698, 1119);
accountSettingsView.TabIndex = 0;
//
// CopyTradingMainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1200, 700);
this.Controls.Add(this.tabControl);
this.MinimumSize = new System.Drawing.Size(820, 480);
this.Name = "CopyTradingMainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Copytrading";
this.tabControl.ResumeLayout(false);
this.tabMasters.ResumeLayout(false);
this.tabOpen.ResumeLayout(false);
this.tabClosed.ResumeLayout(false);
this.tabSettings.ResumeLayout(false);
this.ResumeLayout(false);
//
AutoScaleDimensions = new SizeF(10F, 25F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1714, 1167);
Controls.Add(tabControl);
Icon = (Icon)resources.GetObject("$this.Icon");
Margin = new Padding(4, 5, 4, 5);
MinimumSize = new Size(1162, 763);
Name = "CopyTradingMainForm";
StartPosition = FormStartPosition.CenterScreen;
Text = "Copytrading";
tabControl.ResumeLayout(false);
tabMasters.ResumeLayout(false);
tabOpen.ResumeLayout(false);
tabClosed.ResumeLayout(false);
tabSettings.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
@@ -26,36 +26,36 @@
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
@@ -117,4 +117,60 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
YII=
</value>
</data>
</root>
@@ -17,310 +17,337 @@ namespace PolyTrader.Modules.ResolutionFarming.Ui
private void InitializeComponent()
{
this.tabControlRf = new System.Windows.Forms.TabControl();
this.tabKandidaten = new System.Windows.Forms.TabPage();
this.dgvCandidates = new System.Windows.Forms.DataGridView();
this.pnlCandTop = new System.Windows.Forms.Panel();
this.lblCandKonto = new System.Windows.Forms.Label();
this.cbCandAccount = new System.Windows.Forms.ComboBox();
this.btnCandRefresh = new System.Windows.Forms.Button();
this.tabPositionen = new System.Windows.Forms.TabPage();
this.dgvPositions = new System.Windows.Forms.DataGridView();
this.pnlPosTop = new System.Windows.Forms.Panel();
this.btnPosRefresh = new System.Windows.Forms.Button();
this.tabHistorie = new System.Windows.Forms.TabPage();
this.dgvHistory = new System.Windows.Forms.DataGridView();
this.lblHistSummary = new System.Windows.Forms.Label();
this.pnlHistTop = new System.Windows.Forms.Panel();
this.btnHistRefresh = new System.Windows.Forms.Button();
this.tabSettings = new System.Windows.Forms.TabPage();
this.pgSettings = new System.Windows.Forms.PropertyGrid();
this.pnlSetTop = new System.Windows.Forms.Panel();
this.lblSetKonto = new System.Windows.Forms.Label();
this.cbSettingsAccount = new System.Windows.Forms.ComboBox();
this.btnSettingsSave = new System.Windows.Forms.Button();
this.lblRfStatus = new System.Windows.Forms.Label();
this.tabControlRf.SuspendLayout();
this.tabKandidaten.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvCandidates)).BeginInit();
this.pnlCandTop.SuspendLayout();
this.tabPositionen.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvPositions)).BeginInit();
this.pnlPosTop.SuspendLayout();
this.tabHistorie.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvHistory)).BeginInit();
this.pnlHistTop.SuspendLayout();
this.tabSettings.SuspendLayout();
this.pnlSetTop.SuspendLayout();
this.SuspendLayout();
//
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ResolutionFarmingMainForm));
tabControlRf = new TabControl();
tabKandidaten = new TabPage();
dgvCandidates = new DataGridView();
pnlCandTop = new Panel();
btnCandRefresh = new Button();
cbCandAccount = new ComboBox();
lblCandKonto = new Label();
tabPositionen = new TabPage();
dgvPositions = new DataGridView();
pnlPosTop = new Panel();
btnPosRefresh = new Button();
tabHistorie = new TabPage();
dgvHistory = new DataGridView();
lblHistSummary = new Label();
pnlHistTop = new Panel();
btnHistRefresh = new Button();
tabSettings = new TabPage();
pgSettings = new PropertyGrid();
pnlSetTop = new Panel();
btnSettingsSave = new Button();
cbSettingsAccount = new ComboBox();
lblSetKonto = new Label();
lblRfStatus = new Label();
tabControlRf.SuspendLayout();
tabKandidaten.SuspendLayout();
((System.ComponentModel.ISupportInitialize)dgvCandidates).BeginInit();
pnlCandTop.SuspendLayout();
tabPositionen.SuspendLayout();
((System.ComponentModel.ISupportInitialize)dgvPositions).BeginInit();
pnlPosTop.SuspendLayout();
tabHistorie.SuspendLayout();
((System.ComponentModel.ISupportInitialize)dgvHistory).BeginInit();
pnlHistTop.SuspendLayout();
tabSettings.SuspendLayout();
pnlSetTop.SuspendLayout();
SuspendLayout();
//
// tabControlRf
//
this.tabControlRf.Controls.Add(this.tabKandidaten);
this.tabControlRf.Controls.Add(this.tabPositionen);
this.tabControlRf.Controls.Add(this.tabHistorie);
this.tabControlRf.Controls.Add(this.tabSettings);
this.tabControlRf.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControlRf.Location = new System.Drawing.Point(0, 0);
this.tabControlRf.Name = "tabControlRf";
this.tabControlRf.SelectedIndex = 0;
this.tabControlRf.Size = new System.Drawing.Size(1000, 596);
this.tabControlRf.TabIndex = 0;
//
//
tabControlRf.Controls.Add(tabKandidaten);
tabControlRf.Controls.Add(tabPositionen);
tabControlRf.Controls.Add(tabHistorie);
tabControlRf.Controls.Add(tabSettings);
tabControlRf.Dock = DockStyle.Fill;
tabControlRf.Location = new Point(0, 0);
tabControlRf.Margin = new Padding(4, 5, 4, 5);
tabControlRf.Name = "tabControlRf";
tabControlRf.SelectedIndex = 0;
tabControlRf.Size = new Size(1429, 993);
tabControlRf.TabIndex = 0;
//
// tabKandidaten
//
this.tabKandidaten.Controls.Add(this.dgvCandidates);
this.tabKandidaten.Controls.Add(this.pnlCandTop);
this.tabKandidaten.Location = new System.Drawing.Point(4, 24);
this.tabKandidaten.Name = "tabKandidaten";
this.tabKandidaten.Padding = new System.Windows.Forms.Padding(3);
this.tabKandidaten.Size = new System.Drawing.Size(992, 568);
this.tabKandidaten.TabIndex = 0;
this.tabKandidaten.Text = "Kandidaten";
this.tabKandidaten.UseVisualStyleBackColor = true;
//
//
tabKandidaten.Controls.Add(dgvCandidates);
tabKandidaten.Controls.Add(pnlCandTop);
tabKandidaten.Location = new Point(4, 34);
tabKandidaten.Margin = new Padding(4, 5, 4, 5);
tabKandidaten.Name = "tabKandidaten";
tabKandidaten.Padding = new Padding(4, 5, 4, 5);
tabKandidaten.Size = new Size(1421, 955);
tabKandidaten.TabIndex = 0;
tabKandidaten.Text = "Kandidaten";
tabKandidaten.UseVisualStyleBackColor = true;
//
// dgvCandidates
//
this.dgvCandidates.AllowUserToAddRows = false;
this.dgvCandidates.AllowUserToDeleteRows = false;
this.dgvCandidates.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvCandidates.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvCandidates.Location = new System.Drawing.Point(3, 37);
this.dgvCandidates.Name = "dgvCandidates";
this.dgvCandidates.ReadOnly = true;
this.dgvCandidates.RowHeadersVisible = false;
this.dgvCandidates.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvCandidates.Size = new System.Drawing.Size(986, 528);
this.dgvCandidates.TabIndex = 1;
//
//
dgvCandidates.AllowUserToAddRows = false;
dgvCandidates.AllowUserToDeleteRows = false;
dgvCandidates.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dgvCandidates.Dock = DockStyle.Fill;
dgvCandidates.Location = new Point(4, 62);
dgvCandidates.Margin = new Padding(4, 5, 4, 5);
dgvCandidates.Name = "dgvCandidates";
dgvCandidates.ReadOnly = true;
dgvCandidates.RowHeadersVisible = false;
dgvCandidates.RowHeadersWidth = 62;
dgvCandidates.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
dgvCandidates.Size = new Size(1413, 888);
dgvCandidates.TabIndex = 1;
//
// pnlCandTop
//
this.pnlCandTop.Controls.Add(this.btnCandRefresh);
this.pnlCandTop.Controls.Add(this.cbCandAccount);
this.pnlCandTop.Controls.Add(this.lblCandKonto);
this.pnlCandTop.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlCandTop.Location = new System.Drawing.Point(3, 3);
this.pnlCandTop.Name = "pnlCandTop";
this.pnlCandTop.Size = new System.Drawing.Size(986, 34);
this.pnlCandTop.TabIndex = 0;
//
// lblCandKonto
//
this.lblCandKonto.AutoSize = true;
this.lblCandKonto.Location = new System.Drawing.Point(6, 9);
this.lblCandKonto.Name = "lblCandKonto";
this.lblCandKonto.Size = new System.Drawing.Size(43, 15);
this.lblCandKonto.TabIndex = 0;
this.lblCandKonto.Text = "Konto:";
//
// cbCandAccount
//
this.cbCandAccount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbCandAccount.Location = new System.Drawing.Point(55, 5);
this.cbCandAccount.Name = "cbCandAccount";
this.cbCandAccount.Size = new System.Drawing.Size(260, 23);
this.cbCandAccount.TabIndex = 1;
//
//
pnlCandTop.Controls.Add(btnCandRefresh);
pnlCandTop.Controls.Add(cbCandAccount);
pnlCandTop.Controls.Add(lblCandKonto);
pnlCandTop.Dock = DockStyle.Top;
pnlCandTop.Location = new Point(4, 5);
pnlCandTop.Margin = new Padding(4, 5, 4, 5);
pnlCandTop.Name = "pnlCandTop";
pnlCandTop.Size = new Size(1413, 57);
pnlCandTop.TabIndex = 0;
//
// btnCandRefresh
//
this.btnCandRefresh.Location = new System.Drawing.Point(325, 4);
this.btnCandRefresh.Name = "btnCandRefresh";
this.btnCandRefresh.Size = new System.Drawing.Size(110, 26);
this.btnCandRefresh.TabIndex = 2;
this.btnCandRefresh.Text = "Aktualisieren";
this.btnCandRefresh.UseVisualStyleBackColor = true;
//
//
btnCandRefresh.Location = new Point(464, 7);
btnCandRefresh.Margin = new Padding(4, 5, 4, 5);
btnCandRefresh.Name = "btnCandRefresh";
btnCandRefresh.Size = new Size(157, 43);
btnCandRefresh.TabIndex = 2;
btnCandRefresh.Text = "Aktualisieren";
btnCandRefresh.UseVisualStyleBackColor = true;
//
// cbCandAccount
//
cbCandAccount.DropDownStyle = ComboBoxStyle.DropDownList;
cbCandAccount.Location = new Point(79, 8);
cbCandAccount.Margin = new Padding(4, 5, 4, 5);
cbCandAccount.Name = "cbCandAccount";
cbCandAccount.Size = new Size(370, 33);
cbCandAccount.TabIndex = 1;
//
// lblCandKonto
//
lblCandKonto.AutoSize = true;
lblCandKonto.Location = new Point(9, 15);
lblCandKonto.Margin = new Padding(4, 0, 4, 0);
lblCandKonto.Name = "lblCandKonto";
lblCandKonto.Size = new Size(64, 25);
lblCandKonto.TabIndex = 0;
lblCandKonto.Text = "Konto:";
//
// tabPositionen
//
this.tabPositionen.Controls.Add(this.dgvPositions);
this.tabPositionen.Controls.Add(this.pnlPosTop);
this.tabPositionen.Location = new System.Drawing.Point(4, 24);
this.tabPositionen.Name = "tabPositionen";
this.tabPositionen.Padding = new System.Windows.Forms.Padding(3);
this.tabPositionen.Size = new System.Drawing.Size(992, 568);
this.tabPositionen.TabIndex = 1;
this.tabPositionen.Text = "Positionen";
this.tabPositionen.UseVisualStyleBackColor = true;
//
//
tabPositionen.Controls.Add(dgvPositions);
tabPositionen.Controls.Add(pnlPosTop);
tabPositionen.Location = new Point(4, 34);
tabPositionen.Margin = new Padding(4, 5, 4, 5);
tabPositionen.Name = "tabPositionen";
tabPositionen.Padding = new Padding(4, 5, 4, 5);
tabPositionen.Size = new Size(1421, 955);
tabPositionen.TabIndex = 1;
tabPositionen.Text = "Positionen";
tabPositionen.UseVisualStyleBackColor = true;
//
// dgvPositions
//
this.dgvPositions.AllowUserToAddRows = false;
this.dgvPositions.AllowUserToDeleteRows = false;
this.dgvPositions.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvPositions.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvPositions.Location = new System.Drawing.Point(3, 37);
this.dgvPositions.Name = "dgvPositions";
this.dgvPositions.ReadOnly = true;
this.dgvPositions.RowHeadersVisible = false;
this.dgvPositions.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvPositions.Size = new System.Drawing.Size(986, 528);
this.dgvPositions.TabIndex = 1;
//
//
dgvPositions.AllowUserToAddRows = false;
dgvPositions.AllowUserToDeleteRows = false;
dgvPositions.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dgvPositions.Dock = DockStyle.Fill;
dgvPositions.Location = new Point(4, 62);
dgvPositions.Margin = new Padding(4, 5, 4, 5);
dgvPositions.Name = "dgvPositions";
dgvPositions.ReadOnly = true;
dgvPositions.RowHeadersVisible = false;
dgvPositions.RowHeadersWidth = 62;
dgvPositions.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
dgvPositions.Size = new Size(1413, 888);
dgvPositions.TabIndex = 1;
//
// pnlPosTop
//
this.pnlPosTop.Controls.Add(this.btnPosRefresh);
this.pnlPosTop.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlPosTop.Location = new System.Drawing.Point(3, 3);
this.pnlPosTop.Name = "pnlPosTop";
this.pnlPosTop.Size = new System.Drawing.Size(986, 34);
this.pnlPosTop.TabIndex = 0;
//
//
pnlPosTop.Controls.Add(btnPosRefresh);
pnlPosTop.Dock = DockStyle.Top;
pnlPosTop.Location = new Point(4, 5);
pnlPosTop.Margin = new Padding(4, 5, 4, 5);
pnlPosTop.Name = "pnlPosTop";
pnlPosTop.Size = new Size(1413, 57);
pnlPosTop.TabIndex = 0;
//
// btnPosRefresh
//
this.btnPosRefresh.Location = new System.Drawing.Point(6, 4);
this.btnPosRefresh.Name = "btnPosRefresh";
this.btnPosRefresh.Size = new System.Drawing.Size(110, 26);
this.btnPosRefresh.TabIndex = 0;
this.btnPosRefresh.Text = "Aktualisieren";
this.btnPosRefresh.UseVisualStyleBackColor = true;
//
//
btnPosRefresh.Location = new Point(9, 7);
btnPosRefresh.Margin = new Padding(4, 5, 4, 5);
btnPosRefresh.Name = "btnPosRefresh";
btnPosRefresh.Size = new Size(157, 43);
btnPosRefresh.TabIndex = 0;
btnPosRefresh.Text = "Aktualisieren";
btnPosRefresh.UseVisualStyleBackColor = true;
//
// tabHistorie
//
this.tabHistorie.Controls.Add(this.dgvHistory);
this.tabHistorie.Controls.Add(this.lblHistSummary);
this.tabHistorie.Controls.Add(this.pnlHistTop);
this.tabHistorie.Location = new System.Drawing.Point(4, 24);
this.tabHistorie.Name = "tabHistorie";
this.tabHistorie.Padding = new System.Windows.Forms.Padding(3);
this.tabHistorie.Size = new System.Drawing.Size(992, 568);
this.tabHistorie.TabIndex = 2;
this.tabHistorie.Text = "Historie / Statistik";
this.tabHistorie.UseVisualStyleBackColor = true;
//
//
tabHistorie.Controls.Add(dgvHistory);
tabHistorie.Controls.Add(lblHistSummary);
tabHistorie.Controls.Add(pnlHistTop);
tabHistorie.Location = new Point(4, 34);
tabHistorie.Margin = new Padding(4, 5, 4, 5);
tabHistorie.Name = "tabHistorie";
tabHistorie.Padding = new Padding(4, 5, 4, 5);
tabHistorie.Size = new Size(1421, 955);
tabHistorie.TabIndex = 2;
tabHistorie.Text = "Historie / Statistik";
tabHistorie.UseVisualStyleBackColor = true;
//
// dgvHistory
//
this.dgvHistory.AllowUserToAddRows = false;
this.dgvHistory.AllowUserToDeleteRows = false;
this.dgvHistory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvHistory.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvHistory.Location = new System.Drawing.Point(3, 85);
this.dgvHistory.Name = "dgvHistory";
this.dgvHistory.ReadOnly = true;
this.dgvHistory.RowHeadersVisible = false;
this.dgvHistory.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvHistory.Size = new System.Drawing.Size(986, 480);
this.dgvHistory.TabIndex = 2;
//
//
dgvHistory.AllowUserToAddRows = false;
dgvHistory.AllowUserToDeleteRows = false;
dgvHistory.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dgvHistory.Dock = DockStyle.Fill;
dgvHistory.Location = new Point(4, 142);
dgvHistory.Margin = new Padding(4, 5, 4, 5);
dgvHistory.Name = "dgvHistory";
dgvHistory.ReadOnly = true;
dgvHistory.RowHeadersVisible = false;
dgvHistory.RowHeadersWidth = 62;
dgvHistory.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
dgvHistory.Size = new Size(1413, 808);
dgvHistory.TabIndex = 2;
//
// lblHistSummary
//
this.lblHistSummary.Dock = System.Windows.Forms.DockStyle.Top;
this.lblHistSummary.Location = new System.Drawing.Point(3, 37);
this.lblHistSummary.Name = "lblHistSummary";
this.lblHistSummary.Padding = new System.Windows.Forms.Padding(6);
this.lblHistSummary.Size = new System.Drawing.Size(986, 48);
this.lblHistSummary.TabIndex = 1;
this.lblHistSummary.Text = "";
//
//
lblHistSummary.Dock = DockStyle.Top;
lblHistSummary.Location = new Point(4, 62);
lblHistSummary.Margin = new Padding(4, 0, 4, 0);
lblHistSummary.Name = "lblHistSummary";
lblHistSummary.Padding = new Padding(9, 10, 9, 10);
lblHistSummary.Size = new Size(1413, 80);
lblHistSummary.TabIndex = 1;
//
// pnlHistTop
//
this.pnlHistTop.Controls.Add(this.btnHistRefresh);
this.pnlHistTop.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlHistTop.Location = new System.Drawing.Point(3, 3);
this.pnlHistTop.Name = "pnlHistTop";
this.pnlHistTop.Size = new System.Drawing.Size(986, 34);
this.pnlHistTop.TabIndex = 0;
//
//
pnlHistTop.Controls.Add(btnHistRefresh);
pnlHistTop.Dock = DockStyle.Top;
pnlHistTop.Location = new Point(4, 5);
pnlHistTop.Margin = new Padding(4, 5, 4, 5);
pnlHistTop.Name = "pnlHistTop";
pnlHistTop.Size = new Size(1413, 57);
pnlHistTop.TabIndex = 0;
//
// btnHistRefresh
//
this.btnHistRefresh.Location = new System.Drawing.Point(6, 4);
this.btnHistRefresh.Name = "btnHistRefresh";
this.btnHistRefresh.Size = new System.Drawing.Size(110, 26);
this.btnHistRefresh.TabIndex = 0;
this.btnHistRefresh.Text = "Aktualisieren";
this.btnHistRefresh.UseVisualStyleBackColor = true;
//
//
btnHistRefresh.Location = new Point(9, 7);
btnHistRefresh.Margin = new Padding(4, 5, 4, 5);
btnHistRefresh.Name = "btnHistRefresh";
btnHistRefresh.Size = new Size(157, 43);
btnHistRefresh.TabIndex = 0;
btnHistRefresh.Text = "Aktualisieren";
btnHistRefresh.UseVisualStyleBackColor = true;
//
// tabSettings
//
this.tabSettings.Controls.Add(this.pgSettings);
this.tabSettings.Controls.Add(this.pnlSetTop);
this.tabSettings.Location = new System.Drawing.Point(4, 24);
this.tabSettings.Name = "tabSettings";
this.tabSettings.Padding = new System.Windows.Forms.Padding(3);
this.tabSettings.Size = new System.Drawing.Size(992, 568);
this.tabSettings.TabIndex = 3;
this.tabSettings.Text = "Settings";
this.tabSettings.UseVisualStyleBackColor = true;
//
//
tabSettings.Controls.Add(pgSettings);
tabSettings.Controls.Add(pnlSetTop);
tabSettings.Location = new Point(4, 34);
tabSettings.Margin = new Padding(4, 5, 4, 5);
tabSettings.Name = "tabSettings";
tabSettings.Padding = new Padding(4, 5, 4, 5);
tabSettings.Size = new Size(1421, 955);
tabSettings.TabIndex = 3;
tabSettings.Text = "Settings";
tabSettings.UseVisualStyleBackColor = true;
//
// pgSettings
//
this.pgSettings.Dock = System.Windows.Forms.DockStyle.Fill;
this.pgSettings.Location = new System.Drawing.Point(3, 37);
this.pgSettings.Name = "pgSettings";
this.pgSettings.Size = new System.Drawing.Size(986, 528);
this.pgSettings.TabIndex = 1;
//
//
pgSettings.Dock = DockStyle.Fill;
pgSettings.Location = new Point(4, 62);
pgSettings.Margin = new Padding(4, 5, 4, 5);
pgSettings.Name = "pgSettings";
pgSettings.Size = new Size(1413, 888);
pgSettings.TabIndex = 1;
//
// pnlSetTop
//
this.pnlSetTop.Controls.Add(this.btnSettingsSave);
this.pnlSetTop.Controls.Add(this.cbSettingsAccount);
this.pnlSetTop.Controls.Add(this.lblSetKonto);
this.pnlSetTop.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlSetTop.Location = new System.Drawing.Point(3, 3);
this.pnlSetTop.Name = "pnlSetTop";
this.pnlSetTop.Size = new System.Drawing.Size(986, 34);
this.pnlSetTop.TabIndex = 0;
//
// lblSetKonto
//
this.lblSetKonto.AutoSize = true;
this.lblSetKonto.Location = new System.Drawing.Point(6, 9);
this.lblSetKonto.Name = "lblSetKonto";
this.lblSetKonto.Size = new System.Drawing.Size(43, 15);
this.lblSetKonto.TabIndex = 0;
this.lblSetKonto.Text = "Konto:";
//
// cbSettingsAccount
//
this.cbSettingsAccount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbSettingsAccount.Location = new System.Drawing.Point(55, 5);
this.cbSettingsAccount.Name = "cbSettingsAccount";
this.cbSettingsAccount.Size = new System.Drawing.Size(260, 23);
this.cbSettingsAccount.TabIndex = 1;
//
//
pnlSetTop.Controls.Add(btnSettingsSave);
pnlSetTop.Controls.Add(cbSettingsAccount);
pnlSetTop.Controls.Add(lblSetKonto);
pnlSetTop.Dock = DockStyle.Top;
pnlSetTop.Location = new Point(4, 5);
pnlSetTop.Margin = new Padding(4, 5, 4, 5);
pnlSetTop.Name = "pnlSetTop";
pnlSetTop.Size = new Size(1413, 57);
pnlSetTop.TabIndex = 0;
//
// btnSettingsSave
//
this.btnSettingsSave.Location = new System.Drawing.Point(325, 4);
this.btnSettingsSave.Name = "btnSettingsSave";
this.btnSettingsSave.Size = new System.Drawing.Size(110, 26);
this.btnSettingsSave.TabIndex = 2;
this.btnSettingsSave.Text = "Speichern";
this.btnSettingsSave.UseVisualStyleBackColor = true;
//
//
btnSettingsSave.Location = new Point(464, 7);
btnSettingsSave.Margin = new Padding(4, 5, 4, 5);
btnSettingsSave.Name = "btnSettingsSave";
btnSettingsSave.Size = new Size(157, 43);
btnSettingsSave.TabIndex = 2;
btnSettingsSave.Text = "Speichern";
btnSettingsSave.UseVisualStyleBackColor = true;
//
// cbSettingsAccount
//
cbSettingsAccount.DropDownStyle = ComboBoxStyle.DropDownList;
cbSettingsAccount.Location = new Point(79, 8);
cbSettingsAccount.Margin = new Padding(4, 5, 4, 5);
cbSettingsAccount.Name = "cbSettingsAccount";
cbSettingsAccount.Size = new Size(370, 33);
cbSettingsAccount.TabIndex = 1;
//
// lblSetKonto
//
lblSetKonto.AutoSize = true;
lblSetKonto.Location = new Point(9, 15);
lblSetKonto.Margin = new Padding(4, 0, 4, 0);
lblSetKonto.Name = "lblSetKonto";
lblSetKonto.Size = new Size(64, 25);
lblSetKonto.TabIndex = 0;
lblSetKonto.Text = "Konto:";
//
// lblRfStatus
//
this.lblRfStatus.Dock = System.Windows.Forms.DockStyle.Bottom;
this.lblRfStatus.Location = new System.Drawing.Point(0, 596);
this.lblRfStatus.Name = "lblRfStatus";
this.lblRfStatus.Padding = new System.Windows.Forms.Padding(6, 2, 6, 2);
this.lblRfStatus.Size = new System.Drawing.Size(1000, 22);
this.lblRfStatus.TabIndex = 1;
this.lblRfStatus.Text = "";
//
//
lblRfStatus.Dock = DockStyle.Bottom;
lblRfStatus.Location = new Point(0, 993);
lblRfStatus.Margin = new Padding(4, 0, 4, 0);
lblRfStatus.Name = "lblRfStatus";
lblRfStatus.Padding = new Padding(9, 3, 9, 3);
lblRfStatus.Size = new Size(1429, 37);
lblRfStatus.TabIndex = 1;
//
// ResolutionFarmingMainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1000, 618);
this.Controls.Add(this.tabControlRf);
this.Controls.Add(this.lblRfStatus);
this.Name = "ResolutionFarmingMainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ResolutionFarming";
this.tabControlRf.ResumeLayout(false);
this.tabKandidaten.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvCandidates)).EndInit();
this.pnlCandTop.ResumeLayout(false);
this.pnlCandTop.PerformLayout();
this.tabPositionen.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvPositions)).EndInit();
this.pnlPosTop.ResumeLayout(false);
this.tabHistorie.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvHistory)).EndInit();
this.pnlHistTop.ResumeLayout(false);
this.tabSettings.ResumeLayout(false);
this.pnlSetTop.ResumeLayout(false);
this.pnlSetTop.PerformLayout();
this.ResumeLayout(false);
//
AutoScaleDimensions = new SizeF(10F, 25F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1429, 1030);
Controls.Add(tabControlRf);
Controls.Add(lblRfStatus);
Icon = (Icon)resources.GetObject("$this.Icon");
Margin = new Padding(4, 5, 4, 5);
Name = "ResolutionFarmingMainForm";
StartPosition = FormStartPosition.CenterScreen;
Text = "ResolutionFarming";
tabControlRf.ResumeLayout(false);
tabKandidaten.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dgvCandidates).EndInit();
pnlCandTop.ResumeLayout(false);
pnlCandTop.PerformLayout();
tabPositionen.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dgvPositions).EndInit();
pnlPosTop.ResumeLayout(false);
tabHistorie.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dgvHistory).EndInit();
pnlHistTop.ResumeLayout(false);
tabSettings.ResumeLayout(false);
pnlSetTop.ResumeLayout(false);
pnlSetTop.PerformLayout();
ResumeLayout(false);
}
#endregion
@@ -0,0 +1,208 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAABAAMAEBAAAAAAIACjAwAANgAAABgYAAAAACAADAcAANkDAAAgIAAAAAAgAFgIAADlCgAAiVBORw0K
GgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAADaklEQVR4nGVTbUyTVxQ+96WUlQmEVtpBhdIXGKXa
0eQNVhOxwJYQptbPNku1QnQs/hHxi2mmvuL+mWxhAbMtC9E4l8U2aqyJLsOauCAiWFu1UIpftIiOSkdb
sG+Kr73LJZbU7f455577nCf3nOccgJTDsiyFMUbJe1PTjmmz2bI/BbLw9r8Ay7JUe3t7gvgMwyxXKJQN
cnnBkfJylcDjefjbvVu9hxQq1UubzUYw+D0C9l1yWZlau3Ztw0n5Evln4lwxGvZ6IRQK8VXLqwQOh2Pg
gvX8CqvJRJlSSJDRaEyz2WxvV66srmtoqL8klcmy3fdc8GzsmStXLNZ8IBIJJsYDvQPP/27Reh88ugkw
m1oCZbVaEzRNS2vr9L8uysrKtl+2j13v6zO5BvobeZ4Pvwz4O3t6/qy5WpQhPXd4l693zWoDJr0CoBZY
mpubj3Wd+hFvMX0xBflFDCEmcW2xvJLYno31a4IHdvK4zYKftmznAOBD0mwMgAgwUy4vNAYnJ3EgNP2d
e9lHOf6ju1/c+Lx6vXts4n7P5vr1leoSe97rUNrk6JPE79f/ajE2fvl9k6XJjAAwBZmZ2fG5ePE/0Sie
u+90izXLLhUtEsrUn6jPOyybOzSqMlseF6GmojE463veeEWrT1g2Gb5KE6Yvne+BIi8PZmdfY1F6OuJL
VBMXb97eF/QMgwy/EdZpK/bI+JjgVSgMp9yPW9u8gXPVUoluLDCe4Dju7TwBx3GY47g5sUSCmFJFYavT
2901OLw3OB0BiITeENvV/7Dl+NDTH0gCzhDSkWgUxePxeRmpYDA4HQ5HBiSLJThHIm0mwW9H/B2/3HLt
842/iP/U52o94Qt0CigEDKNbJc8vqJ6ZmQG/P3BnQQWGqTK3fX0Ynz5zFhsMhoPJeBbAxymS0yzb7iGY
DRs2DQKAiCghIMPkdA5ezMnJtucXFBjMW7edVCpp3d3+293O0cBQea5Io9ZUfrpKv3p/sZJecsVu50dG
hr8BACInIqOMEEIYY5yv19f+rK+pWafTrYBoJAyxWIwHhNKkUikKRyLwx7Vrk3cH7xzy+Xxn3q3BwuYl
SbJounRrRUXFlpLSkqp0oTADAUpMvQpOeDwex9CQp5vjOPL9+eT/rmeShPgSAFACACmRnDAAjAJAgtRN
cMmkfwF7L4JfRi8mgQAAAABJRU5ErkJggolQTkcNChoKAAAADUlIRFIAAAAYAAAAGAgGAAAA4Hc9+AAA
BtNJREFUeJydVn1QU9kVP/e9fEBICCQKm6wdljVAIBLCwgopYBLJFlTWtetEULojq2zrtrWd3W2n/9hN
wrRT6yxqZ2e27o7KuDu1rTidFhdhuyqELxH5UEHDRyK4GhI+DMtHEpK8927nRdyi7Y6dnpk3797z7vud
e37vd895AM+wgwcP8nU6HaekZMvh8vIKrNHkbH38zGw2E/B/GsIYo9UOlSqz5tSpU/jQofepjRvzjwMA
938CetphMpnI+vp6emUaW1BQtFscH2fENK2VyeTywqJCCIfCqKmpaWBqyr2nq6trBKEIDH5mADZlq9XK
JImT4pIyk36SlpH+C4UiJU4mk4FUKoGWllZwOp1QUFAQlskSuRcuNIJ70m2y2a6cZ2m02WzU0wE4q3du
tVrprKyXNWlpKR/pDUVaqVQK7kkP9Pf3g9frjawTCoW4p6eHK5FKYWFh8crc0vx9QAj0AGD7tgzYnVss
FpydnZ2eodrQWlb26trZ2dlQX18fb2Zmhlny+dpIBPwXXlTkIsDc+YX50OjwSO3g4M2PAeDBOwC8Y4AC
5wCTuwAe0xuxiApYWhBCZEpK6kfbtm1d63Q6Qzabjef2eG7fH5/Y39Z6ZRefzx8RREdzp6c8vQM9vVUP
B2/WAsC9nu2FJ98+UOE9AljNgptXMJ/gnb0bjSU/r609hn9/5ANqV8UeXLJlayOXG6MCgBh2gV5fXFn8
SslpANgAANHsO5eM2jP46CEc/OBX+N7PquYupsuLsdlM4NVBVuTIq65+a7Cu7gzz5r5qZqep/G58QkIm
AJC1LNgjlbCgfJNOJ2QnrSX5p/HHv8PzFYbQwmu5fvyXP+ILKWuPsorCOTnfSJhACOFNmwxlaWnKlDGH
A2OE4CvPpHVuenqwb4f+5LYDu73HMVYDIgItJhO33mZb6jDmntTtfP3NQE/HMiBMiKSJ0eeOHP3HHs/y
b7fv2PnX8vXKfY/ZiaQSEyPIFotj+X6/n/D5ffbrd11d3WWGupcM+qq03Jeidrxb3XYKM3mG+vqlLw35
nxXs3r0/0NtJ4XCYGysSk2dvjDSX94+9s+21nce+ZyzexYvifZ/FValUKBKAy+dHLSwsAofDARpxbse5
7obi5QlVEBsLi/WfUkmKZLH23bcufvldVbvxjYofBPu6GQ7GjEAoJs8PDF+s7HeYcjUapXZj7hsqVTrD
0NSaFenjSAAOQcCS3w/8KD7E8jj4a4Cpww3NJmfD3/2i7Jc5gWsddPq65yTG935ZSPV3UyytXIGQ96dr
t5pN10cOEAgtKZTKdX6/H3de7SYAAfPEQWM/tM/nA5FICMJYEZ/113nmG5i2vh/+miQ/WZ+WGh12jFB4
ZAhxhGLEwQz5aUvnP/cOOKtLFYrZvMpK4u7EVwn+gB8FgyFA+N8qigyoUCgQDAaBQ3JAEhevBgBJi07H
nHno+9tPv7j6o0H7KMNNTOTw5OvCBEmQ52zdn+8dcFZdLFXMNo2NhaxWKxbFCAok8VIIhcNAUfQSi2ux
WB4FmJ6dvj7n9fr40dGMRCpNLtTpSgw2G2XWJeHmxeX631yy7R0fHvMBRUV9drmtsbxv9O0/lJZ6r+VV
hlm60tPTNaJYsVEoEoLf54P5eW/LSgDMYelBCF1+Tva8fXZqKlelUmFNpubw2PDwJavt3vhoaSk/tbm5
Prb1apT2xlDRfvuD9xUKxYw3EKBrampYrvlqtebDrCw1d2x0DC8uLPrb29vPR+oQQpg9B+zYP+lyffLA
NQner+donW6TpLCw6GyCOOHF1ObmIIFQ6KR7/s/77Q9+XJaTM+twOIJWm43CGAv0+s0fGouLtWGKDk3N
zKBJt+uMz+cbX8H9plyzVMVv3lx8OkO1YbtWqw3FCAS8xsbPH3Z2Xn1v/I7jsh8CLoLVw6P1kkRpolr/
iuH4li1bs6TSNeH2jk7u7aFBR+/1azs8Hs+dxxk86hQYI4vFgk6cOJGRlaU5m5qWlpmXn0/L5XLS6XDA
rZuDY/dd93tJRAQwZkipdI1SqVTmZarVsBxapjs7usgRu31udHR4n91ubzCbzZEC+kTDWWk2hFgsztSo
sy3Pf2fdq5lZGqRSZeAYQQzicklgGAYIggCaZiAYCjEOp5O40T8A9ybGB4aGbtW43e4mVpSwqmQ/3TJZ
qthCJctQZry+NjGxSiaXr09KShLESSRA0zSQJAkBnx8mJsbpSZdrwuv1NvT399YBgEOn04Wf7mr/0ZNX
fCQACABAmpycbBAJRRtpBsewhRJjQASBwhQVvGO3j3zBNhwA8GGMI5L9L3jfZhgpFAr2VLNlmi3R4lUX
O49mnz/r1+Vf7rQL5bqTXasAAAAASUVORK5CYIKJUE5HDQoaCgAAAA1JSERSAAAAIAAAACAIBgAAAHN6
evQAAAgfSURBVHicnVd5bFTHGf+9Y/ftYZv4wGtDggGfOGC7FRjXwBrb+GIxFaUqTQKV0qipItE/qrRq
i9KKtIW2ULVJSAtKK5KqiqJEaZNSDEEma2zsxWBEwBw+sFnWeH3u+mC99773qu/xHBZnKYaRRjPvzcz3
+818x3zDyLIMhmHwmEVrsdQHZVke9/l8pWfOWPsByI8rhLBZPFkxiqIIi6VuYVxc/M1Nm6pfBZ5MFvuE
BDSSJMGUasJLL72I1NTUg1VVNVYA/OMKYuapAqaionI5z2t+JsvyGlmWi2RJQvyCBSguXoOSkhK0NLeg
ra0NoiiutVpPd8xHJQr2IwgwlRWb1nI8/058Qvyq7Oxs5ObmYunSDDAMi08++RROpxNpaWmorq7C1PQU
Go434O703Q9OnmzYBUB8FAH+/4xzNbWbDyfEx/9g/YZ1KCgohGf6Lm7Z7Thx4jNEIhFMT09DEAS43W58
/PG/sHLVSrAsj5Ak6wEIAHyPPFo59gloNlvqB5Yvz0yrr7fA7Xaho+MihodHIEYiiEgSIIpIeOqpe0IY
Bj6fT6m3HI6f3+i8/CmAO48i8LAT0GzZsvXOs/n5pqqaarSebUNP301IoRBC4TCBXHI6B49lZ+fs5Xge
oiRhxuNBIOC3H//vsRcBDAEYBxDEPAo/55uzWOqPZGdnmaprqvGfY8eV3YcCAfj9/itN1tN7/H7/GG06
L2/FXjoNn9eL4aGhI21tZ98F4AQwAUBqLl0RARiU2W6QKkLzIcBUVdeUJiUlfb+6pgbHGhowNTWJYCgE
x+Dg7y622/4NYBTAXQAJLMfB6/VOn28/98qdOwOdAEbUMaZpbU6wdM+vFKHW3+wNVpzveSgJJsoGhG3b
tl+qq6vLH3e50N/fD6/PB7vDse+CrfV9FWAGQBhAIoClFBFVUi5V33xTcU7Q/Ov9mPrLflIyEnfvQevr
v4T5XPdXSETbALNu3YbcxMTE/IULU3Cho4P8Gf5A8JIKPgjAS0erzqe+Xe37VFIaAi/b93tMHz4IRjCA
lSUwPA9OVkKCMdYpsLOqWGgyvbp69Wpc+uIy6HjDERGNp07sVnceainJE898Y4Ws7poETamV+hrrmuzg
xn0H4fn7G2B0evA6PbTGOJx97RdY195TQhjf2fm9z3Z894Xd0RGYVVtB0GqrkpOSMOZygcKsx+dt9Pt8
tPNg8+rMwIb9B1C27w8gIJXEbNHSv/IDf4L3vbfACDrwgg6CTsDFPifM7d1m2sS2Hc//LdEYVwMGL6gx
4gECWp7n0wOhAHiWVQjcnZk5DcBvW5vjNR98E/6jb8F/9BDKD7yBz++T0FKf/vnffRuMVgCv1SnBqb3L
DrPtOoEPbH9u56Gilfnf3LXzefAcVxJNgJ9teZ7H2KgLHMdRZCH36lYuHWVUC1ZngAwGwX8eRsUfD6Hx
x68ofk794D/eBiPowfIcNByPli+uobxNASc78el4rr6yfCNuOwbAssqeNV9xQ4ZhIMqiMkEQtNBrBYrj
4vrzvSVNP/lR+8aSryMsSZAjIsLvH8GmP/9VWUd9OnaW56HhOTRduIyK++Bj680bC0ypqWiztSMcCd/b
IAWIuQRkUcTYuAvxC+KhD4YhSxFJdTtn+fkes5XjWspLiyFyEUiRCMIfHlWVpwNFRKpWWwcqbffBAUQ0
PJciaLXwzHjg8/khiQ/eT+xsRyKf5Dj4vH4Y44wwGuMyVfciQfYK2w2z1XYBnP6ehZNKqFKf/tHYHHDy
Dk7Q6bN4DQ+/P0B6Vnw/JoFwODwWCoUUFWQ8swTkFSRAFaSQqCQSZ9rAGPTgBEGp1Kd/NDYHnApHcnKy
cxS5JJ9wYhGIeGZmWsNEgOOgjzPAYDBsXZKxdIE6fp/EuRvmpsYmQKdXqrWxCfQvBjhovcFg3Ko3Gu7F
llAIhEN4c20gdLO3552EhIRvJSYmwu2aQHFxMbwzMx8NOG5vUlUxSwIV57rMLSzbQv3Kc10xwcnSiwqL
PqKMye1yQ8NxmJiYAOFEz2PVNtjb29Pl9Xr7KckYcDhQWFgAk8lkrq3dvDNq3pcnYW67XkL1IeAsraP1
JIfkkVySTzjRVzU7qwIAHvut/tdHRkfBcBy6unvw7e3bSRVHa2vrdsUg0avWGOB1u2gdrSc5JI/kknzC
iVYBq7Zkmr6rVztb3ePjxxx2O+hG9Hi9ePmHLyMtLf292trNnxcVfS0+isSkWr8Ep3GaR/NpHa0nOSSP
5JJ89fKSY13HDAACWFZXZ7GmmkxJmVlZyH92BZ5Z/DSam5uVzDcUDH0oQz4uy3I3y7KMJEkywzB5DJgt
WkG7w1xmRllZGe44B3Hjehf6+/owNjo6cfJkQ4WqLs8sgVhZMbldMoDlNTV1DckpKUm5eXlIT0/HqpUr
wXEsrly5gs7OTgT8ATBgIEOGTq9DQUEBCgsLIYoSrl67huHhYfR0d8Ptck2cOnXSAuAWAHd0pvywtJzi
dAqAjA3rza8lJSdbMpYtI4PE04sXkzqwaFEa5hZKWIdHRjDodGJ0ZEQ59gm3u+Fsa8tvATjUpIW8aV7v
Ao2a9aRnZWWXZmQs/anRaFy2JCMDRqMRicnJD0Q0Wj85MYHpyUkMDQ2RtdsdjtsH+/pu2oibaisPgD+K
wKw6jKpKFqanL8rJzMx8Tq/TF7MclzKXgCRJLr/fd6G/v/+D4eGhXjUzdqvZk/jELyPcu/cNqoHSQ4Ba
us+jFxEb8m0yMMqSqCVrJw956BNtPgSiiVDUJGAiFOs9Qb5NgESE+vN6G/4P5QHt7NyXt0wAAAAASUVO
RK5CYII=
</value>
</data>
</root>
@@ -17,418 +17,471 @@ namespace PolyTrader.Modules.Supervisor.Ui
private void InitializeComponent()
{
this.tabControlSup = new System.Windows.Forms.TabControl();
this.tabAnalyse = new System.Windows.Forms.TabPage();
this.rtbChat = new System.Windows.Forms.RichTextBox();
this.pnlChatInput = new System.Windows.Forms.Panel();
this.tbChatInput = new System.Windows.Forms.TextBox();
this.btnSend = new System.Windows.Forms.Button();
this.toolStripChat = new System.Windows.Forms.ToolStrip();
this.lblProfil = new System.Windows.Forms.ToolStripLabel();
this.cbProfile = new System.Windows.Forms.ToolStripComboBox();
this.lblModel = new System.Windows.Forms.ToolStripLabel();
this.tbModel = new System.Windows.Forms.ToolStripTextBox();
this.sepChat = new System.Windows.Forms.ToolStripSeparator();
this.btnClearChat = new System.Windows.Forms.ToolStripButton();
this.tabDossiers = new System.Windows.Forms.TabPage();
this.splitDossiers = new System.Windows.Forms.SplitContainer();
this.dgvSignals = new System.Windows.Forms.DataGridView();
this.tbDossier = new System.Windows.Forms.TextBox();
this.toolStripDossier = new System.Windows.Forms.ToolStrip();
this.btnDossierRefresh = new System.Windows.Forms.ToolStripButton();
this.sepDossier = new System.Windows.Forms.ToolStripSeparator();
this.lblSignal = new System.Windows.Forms.ToolStripLabel();
this.tbSignalId = new System.Windows.Forms.ToolStripTextBox();
this.btnDossierOpen = new System.Windows.Forms.ToolStripButton();
this.tabBerichte = new System.Windows.Forms.TabPage();
this.splitReports = new System.Windows.Forms.SplitContainer();
this.dgvReports = new System.Windows.Forms.DataGridView();
this.tbReport = new System.Windows.Forms.TextBox();
this.toolStripReports = new System.Windows.Forms.ToolStrip();
this.btnReportsRefresh = new System.Windows.Forms.ToolStripButton();
this.tabCounterfactual = new System.Windows.Forms.TabPage();
this.dgvCounterfactuals = new System.Windows.Forms.DataGridView();
this.toolStripCf = new System.Windows.Forms.ToolStrip();
this.btnCfRefresh = new System.Windows.Forms.ToolStripButton();
this.lblStatus = new System.Windows.Forms.Label();
this.tabControlSup.SuspendLayout();
this.tabAnalyse.SuspendLayout();
this.pnlChatInput.SuspendLayout();
this.toolStripChat.SuspendLayout();
this.tabDossiers.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitDossiers)).BeginInit();
this.splitDossiers.Panel1.SuspendLayout();
this.splitDossiers.Panel2.SuspendLayout();
this.splitDossiers.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvSignals)).BeginInit();
this.toolStripDossier.SuspendLayout();
this.tabBerichte.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitReports)).BeginInit();
this.splitReports.Panel1.SuspendLayout();
this.splitReports.Panel2.SuspendLayout();
this.splitReports.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvReports)).BeginInit();
this.toolStripReports.SuspendLayout();
this.tabCounterfactual.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvCounterfactuals)).BeginInit();
this.toolStripCf.SuspendLayout();
this.SuspendLayout();
//
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SupervisorMainForm));
tabControlSup = new TabControl();
tabAnalyse = new TabPage();
rtbChat = new RichTextBox();
pnlChatInput = new Panel();
tbChatInput = new TextBox();
btnSend = new Button();
toolStripChat = new ToolStrip();
lblProfil = new ToolStripLabel();
cbProfile = new ToolStripComboBox();
lblModel = new ToolStripLabel();
tbModel = new ToolStripTextBox();
sepChat = new ToolStripSeparator();
btnClearChat = new ToolStripButton();
tabDossiers = new TabPage();
splitDossiers = new SplitContainer();
dgvSignals = new DataGridView();
tbDossier = new TextBox();
toolStripDossier = new ToolStrip();
btnDossierRefresh = new ToolStripButton();
sepDossier = new ToolStripSeparator();
lblSignal = new ToolStripLabel();
tbSignalId = new ToolStripTextBox();
btnDossierOpen = new ToolStripButton();
tabBerichte = new TabPage();
splitReports = new SplitContainer();
dgvReports = new DataGridView();
tbReport = new TextBox();
toolStripReports = new ToolStrip();
btnReportsRefresh = new ToolStripButton();
tabCounterfactual = new TabPage();
dgvCounterfactuals = new DataGridView();
toolStripCf = new ToolStrip();
btnCfRefresh = new ToolStripButton();
lblStatus = new Label();
tabControlSup.SuspendLayout();
tabAnalyse.SuspendLayout();
pnlChatInput.SuspendLayout();
toolStripChat.SuspendLayout();
tabDossiers.SuspendLayout();
((System.ComponentModel.ISupportInitialize)splitDossiers).BeginInit();
splitDossiers.Panel1.SuspendLayout();
splitDossiers.Panel2.SuspendLayout();
splitDossiers.SuspendLayout();
((System.ComponentModel.ISupportInitialize)dgvSignals).BeginInit();
toolStripDossier.SuspendLayout();
tabBerichte.SuspendLayout();
((System.ComponentModel.ISupportInitialize)splitReports).BeginInit();
splitReports.Panel1.SuspendLayout();
splitReports.Panel2.SuspendLayout();
splitReports.SuspendLayout();
((System.ComponentModel.ISupportInitialize)dgvReports).BeginInit();
toolStripReports.SuspendLayout();
tabCounterfactual.SuspendLayout();
((System.ComponentModel.ISupportInitialize)dgvCounterfactuals).BeginInit();
toolStripCf.SuspendLayout();
SuspendLayout();
//
// tabControlSup
//
this.tabControlSup.Controls.Add(this.tabAnalyse);
this.tabControlSup.Controls.Add(this.tabDossiers);
this.tabControlSup.Controls.Add(this.tabBerichte);
this.tabControlSup.Controls.Add(this.tabCounterfactual);
this.tabControlSup.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControlSup.Location = new System.Drawing.Point(0, 0);
this.tabControlSup.Name = "tabControlSup";
this.tabControlSup.SelectedIndex = 0;
this.tabControlSup.Size = new System.Drawing.Size(1250, 676);
this.tabControlSup.TabIndex = 0;
//
//
tabControlSup.Controls.Add(tabAnalyse);
tabControlSup.Controls.Add(tabDossiers);
tabControlSup.Controls.Add(tabBerichte);
tabControlSup.Controls.Add(tabCounterfactual);
tabControlSup.Dock = DockStyle.Fill;
tabControlSup.Location = new Point(0, 0);
tabControlSup.Margin = new Padding(4, 5, 4, 5);
tabControlSup.Name = "tabControlSup";
tabControlSup.SelectedIndex = 0;
tabControlSup.Size = new Size(1786, 1126);
tabControlSup.TabIndex = 0;
//
// tabAnalyse
//
this.tabAnalyse.Controls.Add(this.rtbChat);
this.tabAnalyse.Controls.Add(this.pnlChatInput);
this.tabAnalyse.Controls.Add(this.toolStripChat);
this.tabAnalyse.Location = new System.Drawing.Point(4, 24);
this.tabAnalyse.Name = "tabAnalyse";
this.tabAnalyse.Padding = new System.Windows.Forms.Padding(3);
this.tabAnalyse.Size = new System.Drawing.Size(1242, 648);
this.tabAnalyse.TabIndex = 0;
this.tabAnalyse.Text = "Analyse";
this.tabAnalyse.UseVisualStyleBackColor = true;
//
//
tabAnalyse.Controls.Add(rtbChat);
tabAnalyse.Controls.Add(pnlChatInput);
tabAnalyse.Controls.Add(toolStripChat);
tabAnalyse.Location = new Point(4, 34);
tabAnalyse.Margin = new Padding(4, 5, 4, 5);
tabAnalyse.Name = "tabAnalyse";
tabAnalyse.Padding = new Padding(4, 5, 4, 5);
tabAnalyse.Size = new Size(1778, 1088);
tabAnalyse.TabIndex = 0;
tabAnalyse.Text = "Analyse";
tabAnalyse.UseVisualStyleBackColor = true;
//
// rtbChat
//
this.rtbChat.BackColor = System.Drawing.Color.White;
this.rtbChat.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtbChat.Font = new System.Drawing.Font("Segoe UI", 9.5F);
this.rtbChat.Location = new System.Drawing.Point(3, 28);
this.rtbChat.Name = "rtbChat";
this.rtbChat.ReadOnly = true;
this.rtbChat.Size = new System.Drawing.Size(1236, 557);
this.rtbChat.TabIndex = 1;
this.rtbChat.Text = "";
//
//
rtbChat.BackColor = Color.White;
rtbChat.Dock = DockStyle.Fill;
rtbChat.Font = new Font("Segoe UI", 9.5F);
rtbChat.Location = new Point(4, 39);
rtbChat.Margin = new Padding(4, 5, 4, 5);
rtbChat.Name = "rtbChat";
rtbChat.ReadOnly = true;
rtbChat.Size = new Size(1770, 944);
rtbChat.TabIndex = 1;
rtbChat.Text = "";
//
// pnlChatInput
//
this.pnlChatInput.Controls.Add(this.tbChatInput);
this.pnlChatInput.Controls.Add(this.btnSend);
this.pnlChatInput.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlChatInput.Location = new System.Drawing.Point(3, 585);
this.pnlChatInput.Name = "pnlChatInput";
this.pnlChatInput.Padding = new System.Windows.Forms.Padding(4);
this.pnlChatInput.Size = new System.Drawing.Size(1236, 60);
this.pnlChatInput.TabIndex = 2;
//
//
pnlChatInput.Controls.Add(tbChatInput);
pnlChatInput.Controls.Add(btnSend);
pnlChatInput.Dock = DockStyle.Bottom;
pnlChatInput.Location = new Point(4, 983);
pnlChatInput.Margin = new Padding(4, 5, 4, 5);
pnlChatInput.Name = "pnlChatInput";
pnlChatInput.Padding = new Padding(6, 7, 6, 7);
pnlChatInput.Size = new Size(1770, 100);
pnlChatInput.TabIndex = 2;
//
// tbChatInput
//
this.tbChatInput.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbChatInput.Location = new System.Drawing.Point(4, 4);
this.tbChatInput.Multiline = true;
this.tbChatInput.Name = "tbChatInput";
this.tbChatInput.PlaceholderText = "Analyse-Frage stellen … (Strg+Enter zum Senden)";
this.tbChatInput.Size = new System.Drawing.Size(1118, 52);
this.tbChatInput.TabIndex = 0;
//
//
tbChatInput.Dock = DockStyle.Fill;
tbChatInput.Location = new Point(6, 7);
tbChatInput.Margin = new Padding(4, 5, 4, 5);
tbChatInput.Multiline = true;
tbChatInput.Name = "tbChatInput";
tbChatInput.PlaceholderText = "Analyse-Frage stellen … (Strg+Enter zum Senden)";
tbChatInput.Size = new Size(1601, 86);
tbChatInput.TabIndex = 0;
//
// btnSend
//
this.btnSend.Dock = System.Windows.Forms.DockStyle.Right;
this.btnSend.Location = new System.Drawing.Point(1122, 4);
this.btnSend.Name = "btnSend";
this.btnSend.Size = new System.Drawing.Size(110, 52);
this.btnSend.TabIndex = 1;
this.btnSend.Text = "Senden";
this.btnSend.UseVisualStyleBackColor = true;
//
//
btnSend.Dock = DockStyle.Right;
btnSend.Location = new Point(1607, 7);
btnSend.Margin = new Padding(4, 5, 4, 5);
btnSend.Name = "btnSend";
btnSend.Size = new Size(157, 86);
btnSend.TabIndex = 1;
btnSend.Text = "Senden";
btnSend.UseVisualStyleBackColor = true;
//
// toolStripChat
//
this.toolStripChat.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lblProfil, this.cbProfile, this.lblModel, this.tbModel, this.sepChat, this.btnClearChat});
this.toolStripChat.Location = new System.Drawing.Point(3, 3);
this.toolStripChat.Name = "toolStripChat";
this.toolStripChat.Size = new System.Drawing.Size(1236, 25);
this.toolStripChat.TabIndex = 0;
//
//
toolStripChat.ImageScalingSize = new Size(24, 24);
toolStripChat.Items.AddRange(new ToolStripItem[] { lblProfil, cbProfile, lblModel, tbModel, sepChat, btnClearChat });
toolStripChat.Location = new Point(4, 5);
toolStripChat.Name = "toolStripChat";
toolStripChat.Padding = new Padding(0, 0, 3, 0);
toolStripChat.Size = new Size(1770, 34);
toolStripChat.TabIndex = 0;
//
// lblProfil
//
this.lblProfil.Name = "lblProfil";
this.lblProfil.Text = "Profil:";
//
//
lblProfil.Name = "lblProfil";
lblProfil.Size = new Size(57, 29);
lblProfil.Text = "Profil:";
//
// cbProfile
//
this.cbProfile.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbProfile.Name = "cbProfile";
this.cbProfile.Size = new System.Drawing.Size(160, 25);
//
//
cbProfile.DropDownStyle = ComboBoxStyle.DropDownList;
cbProfile.Name = "cbProfile";
cbProfile.Size = new Size(227, 34);
//
// lblModel
//
this.lblModel.Name = "lblModel";
this.lblModel.Text = "Modell:";
//
//
lblModel.Name = "lblModel";
lblModel.Size = new Size(71, 29);
lblModel.Text = "Modell:";
//
// tbModel
//
this.tbModel.AutoSize = false;
this.tbModel.Name = "tbModel";
this.tbModel.Size = new System.Drawing.Size(220, 25);
this.tbModel.Text = "openrouter/auto";
//
//
tbModel.AutoSize = false;
tbModel.Name = "tbModel";
tbModel.Size = new Size(313, 31);
tbModel.Text = "openrouter/auto";
//
// sepChat
//
this.sepChat.Name = "sepChat";
//
//
sepChat.Name = "sepChat";
sepChat.Size = new Size(6, 34);
//
// btnClearChat
//
this.btnClearChat.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.btnClearChat.Name = "btnClearChat";
this.btnClearChat.Text = "Verlauf leeren";
//
//
btnClearChat.DisplayStyle = ToolStripItemDisplayStyle.Text;
btnClearChat.Name = "btnClearChat";
btnClearChat.Size = new Size(122, 29);
btnClearChat.Text = "Verlauf leeren";
//
// tabDossiers
//
this.tabDossiers.Controls.Add(this.splitDossiers);
this.tabDossiers.Controls.Add(this.toolStripDossier);
this.tabDossiers.Location = new System.Drawing.Point(4, 24);
this.tabDossiers.Name = "tabDossiers";
this.tabDossiers.Padding = new System.Windows.Forms.Padding(3);
this.tabDossiers.Size = new System.Drawing.Size(1242, 648);
this.tabDossiers.TabIndex = 1;
this.tabDossiers.Text = "Dossiers";
this.tabDossiers.UseVisualStyleBackColor = true;
//
//
tabDossiers.Controls.Add(splitDossiers);
tabDossiers.Controls.Add(toolStripDossier);
tabDossiers.Location = new Point(4, 34);
tabDossiers.Margin = new Padding(4, 5, 4, 5);
tabDossiers.Name = "tabDossiers";
tabDossiers.Padding = new Padding(4, 5, 4, 5);
tabDossiers.Size = new Size(1778, 1088);
tabDossiers.TabIndex = 1;
tabDossiers.Text = "Dossiers";
tabDossiers.UseVisualStyleBackColor = true;
//
// splitDossiers
//
this.splitDossiers.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitDossiers.Location = new System.Drawing.Point(3, 28);
this.splitDossiers.Name = "splitDossiers";
this.splitDossiers.Panel1.Controls.Add(this.dgvSignals);
this.splitDossiers.Panel2.Controls.Add(this.tbDossier);
this.splitDossiers.Size = new System.Drawing.Size(1236, 617);
this.splitDossiers.SplitterDistance = 420;
this.splitDossiers.TabIndex = 1;
//
//
splitDossiers.Dock = DockStyle.Fill;
splitDossiers.Location = new Point(4, 39);
splitDossiers.Margin = new Padding(4, 5, 4, 5);
splitDossiers.Name = "splitDossiers";
//
// splitDossiers.Panel1
//
splitDossiers.Panel1.Controls.Add(dgvSignals);
//
// splitDossiers.Panel2
//
splitDossiers.Panel2.Controls.Add(tbDossier);
splitDossiers.Size = new Size(1770, 1044);
splitDossiers.SplitterDistance = 601;
splitDossiers.SplitterWidth = 6;
splitDossiers.TabIndex = 1;
//
// dgvSignals
//
this.dgvSignals.AllowUserToAddRows = false;
this.dgvSignals.AllowUserToDeleteRows = false;
this.dgvSignals.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvSignals.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvSignals.Location = new System.Drawing.Point(0, 0);
this.dgvSignals.MultiSelect = false;
this.dgvSignals.Name = "dgvSignals";
this.dgvSignals.ReadOnly = true;
this.dgvSignals.RowHeadersVisible = false;
this.dgvSignals.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvSignals.Size = new System.Drawing.Size(420, 617);
this.dgvSignals.TabIndex = 0;
//
//
dgvSignals.AllowUserToAddRows = false;
dgvSignals.AllowUserToDeleteRows = false;
dgvSignals.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dgvSignals.Dock = DockStyle.Fill;
dgvSignals.Location = new Point(0, 0);
dgvSignals.Margin = new Padding(4, 5, 4, 5);
dgvSignals.MultiSelect = false;
dgvSignals.Name = "dgvSignals";
dgvSignals.ReadOnly = true;
dgvSignals.RowHeadersVisible = false;
dgvSignals.RowHeadersWidth = 62;
dgvSignals.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
dgvSignals.Size = new Size(601, 1044);
dgvSignals.TabIndex = 0;
//
// tbDossier
//
this.tbDossier.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbDossier.Font = new System.Drawing.Font("Consolas", 9.5F);
this.tbDossier.Location = new System.Drawing.Point(0, 0);
this.tbDossier.Multiline = true;
this.tbDossier.Name = "tbDossier";
this.tbDossier.ReadOnly = true;
this.tbDossier.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.tbDossier.Size = new System.Drawing.Size(812, 617);
this.tbDossier.TabIndex = 0;
this.tbDossier.WordWrap = false;
//
//
tbDossier.Dock = DockStyle.Fill;
tbDossier.Font = new Font("Consolas", 9.5F);
tbDossier.Location = new Point(0, 0);
tbDossier.Margin = new Padding(4, 5, 4, 5);
tbDossier.Multiline = true;
tbDossier.Name = "tbDossier";
tbDossier.ReadOnly = true;
tbDossier.ScrollBars = ScrollBars.Both;
tbDossier.Size = new Size(1163, 1044);
tbDossier.TabIndex = 0;
tbDossier.WordWrap = false;
//
// toolStripDossier
//
this.toolStripDossier.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnDossierRefresh, this.sepDossier, this.lblSignal, this.tbSignalId, this.btnDossierOpen});
this.toolStripDossier.Location = new System.Drawing.Point(3, 3);
this.toolStripDossier.Name = "toolStripDossier";
this.toolStripDossier.Size = new System.Drawing.Size(1236, 25);
this.toolStripDossier.TabIndex = 0;
//
//
toolStripDossier.ImageScalingSize = new Size(24, 24);
toolStripDossier.Items.AddRange(new ToolStripItem[] { btnDossierRefresh, sepDossier, lblSignal, tbSignalId, btnDossierOpen });
toolStripDossier.Location = new Point(4, 5);
toolStripDossier.Name = "toolStripDossier";
toolStripDossier.Padding = new Padding(0, 0, 3, 0);
toolStripDossier.Size = new Size(1770, 34);
toolStripDossier.TabIndex = 0;
//
// btnDossierRefresh
//
this.btnDossierRefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.btnDossierRefresh.Name = "btnDossierRefresh";
this.btnDossierRefresh.Text = "Aktualisieren";
//
//
btnDossierRefresh.DisplayStyle = ToolStripItemDisplayStyle.Text;
btnDossierRefresh.Name = "btnDossierRefresh";
btnDossierRefresh.Size = new Size(116, 29);
btnDossierRefresh.Text = "Aktualisieren";
//
// sepDossier
//
this.sepDossier.Name = "sepDossier";
//
//
sepDossier.Name = "sepDossier";
sepDossier.Size = new Size(6, 34);
//
// lblSignal
//
this.lblSignal.Name = "lblSignal";
this.lblSignal.Text = "SignalId:";
//
//
lblSignal.Name = "lblSignal";
lblSignal.Size = new Size(80, 29);
lblSignal.Text = "SignalId:";
//
// tbSignalId
//
this.tbSignalId.AutoSize = false;
this.tbSignalId.Name = "tbSignalId";
this.tbSignalId.Size = new System.Drawing.Size(220, 25);
//
//
tbSignalId.AutoSize = false;
tbSignalId.Name = "tbSignalId";
tbSignalId.Size = new Size(313, 31);
//
// btnDossierOpen
//
this.btnDossierOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.btnDossierOpen.Name = "btnDossierOpen";
this.btnDossierOpen.Text = "Dossier öffnen";
//
//
btnDossierOpen.DisplayStyle = ToolStripItemDisplayStyle.Text;
btnDossierOpen.Name = "btnDossierOpen";
btnDossierOpen.Size = new Size(132, 29);
btnDossierOpen.Text = "Dossier öffnen";
//
// tabBerichte
//
this.tabBerichte.Controls.Add(this.splitReports);
this.tabBerichte.Controls.Add(this.toolStripReports);
this.tabBerichte.Location = new System.Drawing.Point(4, 24);
this.tabBerichte.Name = "tabBerichte";
this.tabBerichte.Padding = new System.Windows.Forms.Padding(3);
this.tabBerichte.Size = new System.Drawing.Size(1242, 648);
this.tabBerichte.TabIndex = 2;
this.tabBerichte.Text = "Berichte";
this.tabBerichte.UseVisualStyleBackColor = true;
//
//
tabBerichte.Controls.Add(splitReports);
tabBerichte.Controls.Add(toolStripReports);
tabBerichte.Location = new Point(4, 34);
tabBerichte.Margin = new Padding(4, 5, 4, 5);
tabBerichte.Name = "tabBerichte";
tabBerichte.Padding = new Padding(4, 5, 4, 5);
tabBerichte.Size = new Size(1778, 1089);
tabBerichte.TabIndex = 2;
tabBerichte.Text = "Berichte";
tabBerichte.UseVisualStyleBackColor = true;
//
// splitReports
//
this.splitReports.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitReports.Location = new System.Drawing.Point(3, 28);
this.splitReports.Name = "splitReports";
this.splitReports.Panel1.Controls.Add(this.dgvReports);
this.splitReports.Panel2.Controls.Add(this.tbReport);
this.splitReports.Size = new System.Drawing.Size(1236, 617);
this.splitReports.SplitterDistance = 520;
this.splitReports.TabIndex = 1;
//
//
splitReports.Dock = DockStyle.Fill;
splitReports.Location = new Point(4, 39);
splitReports.Margin = new Padding(4, 5, 4, 5);
splitReports.Name = "splitReports";
//
// splitReports.Panel1
//
splitReports.Panel1.Controls.Add(dgvReports);
//
// splitReports.Panel2
//
splitReports.Panel2.Controls.Add(tbReport);
splitReports.Size = new Size(1770, 1045);
splitReports.SplitterDistance = 744;
splitReports.SplitterWidth = 6;
splitReports.TabIndex = 1;
//
// dgvReports
//
this.dgvReports.AllowUserToAddRows = false;
this.dgvReports.AllowUserToDeleteRows = false;
this.dgvReports.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvReports.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvReports.Location = new System.Drawing.Point(0, 0);
this.dgvReports.MultiSelect = false;
this.dgvReports.Name = "dgvReports";
this.dgvReports.ReadOnly = true;
this.dgvReports.RowHeadersVisible = false;
this.dgvReports.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvReports.Size = new System.Drawing.Size(520, 617);
this.dgvReports.TabIndex = 0;
//
//
dgvReports.AllowUserToAddRows = false;
dgvReports.AllowUserToDeleteRows = false;
dgvReports.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dgvReports.Dock = DockStyle.Fill;
dgvReports.Location = new Point(0, 0);
dgvReports.Margin = new Padding(4, 5, 4, 5);
dgvReports.MultiSelect = false;
dgvReports.Name = "dgvReports";
dgvReports.ReadOnly = true;
dgvReports.RowHeadersVisible = false;
dgvReports.RowHeadersWidth = 62;
dgvReports.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
dgvReports.Size = new Size(744, 1045);
dgvReports.TabIndex = 0;
//
// tbReport
//
this.tbReport.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbReport.Font = new System.Drawing.Font("Segoe UI", 9.5F);
this.tbReport.Location = new System.Drawing.Point(0, 0);
this.tbReport.Multiline = true;
this.tbReport.Name = "tbReport";
this.tbReport.ReadOnly = true;
this.tbReport.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.tbReport.Size = new System.Drawing.Size(712, 617);
this.tbReport.TabIndex = 0;
//
//
tbReport.Dock = DockStyle.Fill;
tbReport.Font = new Font("Segoe UI", 9.5F);
tbReport.Location = new Point(0, 0);
tbReport.Margin = new Padding(4, 5, 4, 5);
tbReport.Multiline = true;
tbReport.Name = "tbReport";
tbReport.ReadOnly = true;
tbReport.ScrollBars = ScrollBars.Both;
tbReport.Size = new Size(1020, 1045);
tbReport.TabIndex = 0;
//
// toolStripReports
//
this.toolStripReports.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnReportsRefresh});
this.toolStripReports.Location = new System.Drawing.Point(3, 3);
this.toolStripReports.Name = "toolStripReports";
this.toolStripReports.Size = new System.Drawing.Size(1236, 25);
this.toolStripReports.TabIndex = 0;
//
//
toolStripReports.ImageScalingSize = new Size(24, 24);
toolStripReports.Items.AddRange(new ToolStripItem[] { btnReportsRefresh });
toolStripReports.Location = new Point(4, 5);
toolStripReports.Name = "toolStripReports";
toolStripReports.Padding = new Padding(0, 0, 3, 0);
toolStripReports.Size = new Size(1770, 34);
toolStripReports.TabIndex = 0;
//
// btnReportsRefresh
//
this.btnReportsRefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.btnReportsRefresh.Name = "btnReportsRefresh";
this.btnReportsRefresh.Text = "Aktualisieren";
//
//
btnReportsRefresh.DisplayStyle = ToolStripItemDisplayStyle.Text;
btnReportsRefresh.Name = "btnReportsRefresh";
btnReportsRefresh.Size = new Size(116, 29);
btnReportsRefresh.Text = "Aktualisieren";
//
// tabCounterfactual
//
this.tabCounterfactual.Controls.Add(this.dgvCounterfactuals);
this.tabCounterfactual.Controls.Add(this.toolStripCf);
this.tabCounterfactual.Location = new System.Drawing.Point(4, 24);
this.tabCounterfactual.Name = "tabCounterfactual";
this.tabCounterfactual.Padding = new System.Windows.Forms.Padding(3);
this.tabCounterfactual.Size = new System.Drawing.Size(1242, 648);
this.tabCounterfactual.TabIndex = 3;
this.tabCounterfactual.Text = "Counterfactual";
this.tabCounterfactual.UseVisualStyleBackColor = true;
//
//
tabCounterfactual.Controls.Add(dgvCounterfactuals);
tabCounterfactual.Controls.Add(toolStripCf);
tabCounterfactual.Location = new Point(4, 34);
tabCounterfactual.Margin = new Padding(4, 5, 4, 5);
tabCounterfactual.Name = "tabCounterfactual";
tabCounterfactual.Padding = new Padding(4, 5, 4, 5);
tabCounterfactual.Size = new Size(1778, 1089);
tabCounterfactual.TabIndex = 3;
tabCounterfactual.Text = "Counterfactual";
tabCounterfactual.UseVisualStyleBackColor = true;
//
// dgvCounterfactuals
//
this.dgvCounterfactuals.AllowUserToAddRows = false;
this.dgvCounterfactuals.AllowUserToDeleteRows = false;
this.dgvCounterfactuals.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvCounterfactuals.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvCounterfactuals.Location = new System.Drawing.Point(3, 28);
this.dgvCounterfactuals.MultiSelect = false;
this.dgvCounterfactuals.Name = "dgvCounterfactuals";
this.dgvCounterfactuals.ReadOnly = true;
this.dgvCounterfactuals.RowHeadersVisible = false;
this.dgvCounterfactuals.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvCounterfactuals.Size = new System.Drawing.Size(1236, 617);
this.dgvCounterfactuals.TabIndex = 1;
//
//
dgvCounterfactuals.AllowUserToAddRows = false;
dgvCounterfactuals.AllowUserToDeleteRows = false;
dgvCounterfactuals.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dgvCounterfactuals.Dock = DockStyle.Fill;
dgvCounterfactuals.Location = new Point(4, 39);
dgvCounterfactuals.Margin = new Padding(4, 5, 4, 5);
dgvCounterfactuals.MultiSelect = false;
dgvCounterfactuals.Name = "dgvCounterfactuals";
dgvCounterfactuals.ReadOnly = true;
dgvCounterfactuals.RowHeadersVisible = false;
dgvCounterfactuals.RowHeadersWidth = 62;
dgvCounterfactuals.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
dgvCounterfactuals.Size = new Size(1770, 1045);
dgvCounterfactuals.TabIndex = 1;
//
// toolStripCf
//
this.toolStripCf.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnCfRefresh});
this.toolStripCf.Location = new System.Drawing.Point(3, 3);
this.toolStripCf.Name = "toolStripCf";
this.toolStripCf.Size = new System.Drawing.Size(1236, 25);
this.toolStripCf.TabIndex = 0;
//
//
toolStripCf.ImageScalingSize = new Size(24, 24);
toolStripCf.Items.AddRange(new ToolStripItem[] { btnCfRefresh });
toolStripCf.Location = new Point(4, 5);
toolStripCf.Name = "toolStripCf";
toolStripCf.Padding = new Padding(0, 0, 3, 0);
toolStripCf.Size = new Size(1770, 34);
toolStripCf.TabIndex = 0;
//
// btnCfRefresh
//
this.btnCfRefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.btnCfRefresh.Name = "btnCfRefresh";
this.btnCfRefresh.Text = "Aktualisieren";
//
//
btnCfRefresh.DisplayStyle = ToolStripItemDisplayStyle.Text;
btnCfRefresh.Name = "btnCfRefresh";
btnCfRefresh.Size = new Size(116, 29);
btnCfRefresh.Text = "Aktualisieren";
//
// lblStatus
//
this.lblStatus.Dock = System.Windows.Forms.DockStyle.Bottom;
this.lblStatus.Location = new System.Drawing.Point(0, 676);
this.lblStatus.Name = "lblStatus";
this.lblStatus.Padding = new System.Windows.Forms.Padding(6, 2, 6, 2);
this.lblStatus.Size = new System.Drawing.Size(1250, 22);
this.lblStatus.TabIndex = 1;
this.lblStatus.Text = "";
//
//
lblStatus.Dock = DockStyle.Bottom;
lblStatus.Location = new Point(0, 1126);
lblStatus.Margin = new Padding(4, 0, 4, 0);
lblStatus.Name = "lblStatus";
lblStatus.Padding = new Padding(9, 3, 9, 3);
lblStatus.Size = new Size(1786, 37);
lblStatus.TabIndex = 1;
//
// SupervisorMainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1250, 698);
this.Controls.Add(this.tabControlSup);
this.Controls.Add(this.lblStatus);
this.Name = "SupervisorMainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Supervisor";
this.tabControlSup.ResumeLayout(false);
this.tabAnalyse.ResumeLayout(false);
this.pnlChatInput.ResumeLayout(false);
this.pnlChatInput.PerformLayout();
this.toolStripChat.ResumeLayout(false);
this.toolStripChat.PerformLayout();
this.tabDossiers.ResumeLayout(false);
this.splitDossiers.Panel1.ResumeLayout(false);
this.splitDossiers.Panel2.ResumeLayout(false);
this.splitDossiers.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitDossiers)).EndInit();
this.splitDossiers.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvSignals)).EndInit();
this.toolStripDossier.ResumeLayout(false);
this.toolStripDossier.PerformLayout();
this.tabBerichte.ResumeLayout(false);
this.splitReports.Panel1.ResumeLayout(false);
this.splitReports.Panel2.ResumeLayout(false);
this.splitReports.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitReports)).EndInit();
this.splitReports.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvReports)).EndInit();
this.toolStripReports.ResumeLayout(false);
this.toolStripReports.PerformLayout();
this.tabCounterfactual.ResumeLayout(false);
this.tabCounterfactual.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvCounterfactuals)).EndInit();
this.toolStripCf.ResumeLayout(false);
this.toolStripCf.PerformLayout();
this.ResumeLayout(false);
//
AutoScaleDimensions = new SizeF(10F, 25F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1786, 1163);
Controls.Add(tabControlSup);
Controls.Add(lblStatus);
Icon = (Icon)resources.GetObject("$this.Icon");
Margin = new Padding(4, 5, 4, 5);
Name = "SupervisorMainForm";
StartPosition = FormStartPosition.CenterScreen;
Text = "Supervisor";
tabControlSup.ResumeLayout(false);
tabAnalyse.ResumeLayout(false);
tabAnalyse.PerformLayout();
pnlChatInput.ResumeLayout(false);
pnlChatInput.PerformLayout();
toolStripChat.ResumeLayout(false);
toolStripChat.PerformLayout();
tabDossiers.ResumeLayout(false);
tabDossiers.PerformLayout();
splitDossiers.Panel1.ResumeLayout(false);
splitDossiers.Panel2.ResumeLayout(false);
splitDossiers.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)splitDossiers).EndInit();
splitDossiers.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dgvSignals).EndInit();
toolStripDossier.ResumeLayout(false);
toolStripDossier.PerformLayout();
tabBerichte.ResumeLayout(false);
tabBerichte.PerformLayout();
splitReports.Panel1.ResumeLayout(false);
splitReports.Panel2.ResumeLayout(false);
splitReports.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)splitReports).EndInit();
splitReports.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dgvReports).EndInit();
toolStripReports.ResumeLayout(false);
toolStripReports.PerformLayout();
tabCounterfactual.ResumeLayout(false);
tabCounterfactual.PerformLayout();
((System.ComponentModel.ISupportInitialize)dgvCounterfactuals).EndInit();
toolStripCf.ResumeLayout(false);
toolStripCf.PerformLayout();
ResumeLayout(false);
}
#endregion
@@ -0,0 +1,210 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="toolStripChat.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="toolStripDossier.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>188, 17</value>
</metadata>
<metadata name="toolStripReports.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>382, 17</value>
</metadata>
<metadata name="toolStripCf.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>578, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAABAAMAEBAAAAAAIABMAwAANgAAABgYAAAAACAAMwYAAIIDAAAgIAAAAAAgAFEHAAC1CQAAiVBORw0K
GgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAADE0lEQVR4nG1TTWhUVxT+7l8mb/6nGc3YOBkJCTFG
Y22GxBiipUGpi6jgShG6KJJdU3Xvwm1Azaagdlm6E/pDaaGh0E3FUgRbnRijkjTGxJDJ/P+8effdW+6b
+Aeey4F3zz3f98757rmku7t7plarPVhZWbkFAPF4/HhfX9+5SCR8knMRMDEpnUqhUPxhbm7u242NjV9M
rKOj47xlWXu53+/n6XT65uzs7Eoqlfy0t3fPxfi2bcTnawVn3ORCujJg2/WzyWTnmfn5zNWlpeXfx8bG
bmYyma85Y6wRi0YxOjr6cyLxIShjaG21XCEEI4R4BJRREELcSDTG0unhS8lk6lIsFoPBciYEzWY3oVzt
FEslFgkFab1aZVWt8dq0NgSMaI1isaxAqJvbzAnGGOVQCkJwrK4ViRCCIhJFrV5HrVoFowzaW0AgFEbD
tuE0bJrP5lUy1dGsTkODc45SIY8DQ0OYODaOwtMMPp+cRL5YQC6XwxdfTsFZf47R/XswODKCXC7bJNfN
9uDzcTiNCtoifiTiIXwyfhjdO7ejXsmjYZfQ+YEfH+3rRXp4EGGLQzpVtLRQMOKC7B08cr1zZ9fU/fsP
pBCcB4JhWIEAsusvvd6NGTHbtrejUi6jWinDcRw5MNDPnyw+muETvausfxAY71oGF8IcQrmu900p9QiU
UpDOY++GhBCQjoP2pB8P/95k/FD7s/nP9pfBD64xuEaVLX+fqS1nYLJG8evy+jzZBaRuzyTu9fRUouVS
mZh6bVtDm8S3jHhaEdOWDoaCemEhkD89tfYxXQSW/vk3e4M7Fm3lRDaqCusvNJYX33UTkzUFSxBpcg3G
YLmZkShxpuNthUNHR0JH4C+7oZQLRt9txFVQBAwWDYrf/iz88dU3zrQ3X9pUR0xh2HH7Ar8x3M8nYmGJ
mm0EeWOWjyFX5Lj7UP50+pqcJASryhB4k/qGJHD5BM4O7aanEm0Y8XH4zLktYa9lceevR+r7Kz/iO0JQ
2QLr5mt5pROBVs2rD3VG0NPC0GI2DReN/wpYAFCiBDDg5n+B/wES01Pdhr/66QAAAABJRU5ErkJggolQ
TkcNChoKAAAADUlIRFIAAAAYAAAAGAgGAAAA4Hc9+AAABfpJREFUeJylVWtsVMcV/mbu3L13n96HwXmY
x5oQJ+A62BSXBiVrUUIgDZWaihRUVVSIOj/yIz+itP9i+W+iqGqlVCJVE6WiSgQJUl4FQgKxIosUikWI
X5BiGwXc+LFee3e93rv3zkx07tqWTdpfPdKR7p055zvnfHPODGtsbNxfqVQOjoyMPLV161azoaFBnThx
QqIqOxrua9ibSqQO27Z9NwC9sM7K5fJ/srns68P/Hj4FoIcW9+/fbwwPD/PLly+76XT6ZCAQeItFo9G9
TU1N/8jn86/19/c/wxiDEKK1vr7+hebm5gOrV6+GZduwrCCWi+PMwymXMTExgatXr75969atl13X7aW9
zZs3H43FYh19fX1PiEKhYKXTaZVKpTpyudz8+Pj4+ba2bX/dtq0tpTWTUkoYwjQY4+AL4AqAIQKwLCbX
r29AOp0+cOnSxccuXfrXkdra2szOnTs7stmsunDhgiWobMYY10o5ra2tz0npPdeypRW3x771ApYlVq2q
pYrA+SL8QhCl4HmeMTk5hYrjeJlMeyoajb0rhOCccQcMFmFTABiGgdGRUUOYAd30g2Y2eO26SiaTorY2
iUql4lOxSP6iMFLOQTYTE5NiYOi62tLSwr++/rUeHR01auI1vp0fgMQ0TUzncqx/YBBBy+I10SiK+QK0
UuBCQEkJrath6Jy4YQBaY35Ogmzzs3k+OHgNxUKBJWpiS7ZieUrkqDwP3A5i5MYNCNNEMBzBXGEW0Wis
CurTI5HPzYBxhnAsThWAcwbP9ap9xqm+qvjEamgwMHhSwnUrCIZD+PkvD6ClbTuEO49Hdu+G6ynMzc35
6lQ8tO/bh/a9PwNzStjx8I8QT6ZQqZThehUfa0UAimoIKhnIZqewc/fj2PXow+g58SbGh77EoSNHsPa+
jZiemsJ0dgrrNmzErw8fxlefvIeB7jN4cs9jyOza5e8rqVc0hE8R8WUFLJ/vQr6AH25pRjwaQePGDahb
sw5xYWB9/V04O5PznRrW3oM4B+rrapHc+wTWrFmHCjNRKBZh22G/65YCEKu2JZDPF+F5ZdTEIvjjKy9j
y9YWtO77BbRU+POrf8K5c+chRLX0M6c+glspoeHHGTpnvHHsb7jSe8X39dwSPM+BLWwQtqA7YdaxMD1b
xNiURCQcxnun/oljx8+ChszPQggkEgkEQyH/f+zKTXx8/g80B1hsc2qCeLwGxWIRkSRDLBEAeYv7U2Ab
EjncFZxFRBVg2S4Mg4PzxNJRaQDS86D0TPXgGIch4iv2afCknPFnZu26GURsDsIWz++Ae/DRi4g2ljjK
E9UJ+n9EE+d5XrgWwvqbcMW7Q7iR7i8MbK9ZtcmZn5JaamMxCPG7qP9NmD/Oy9peA8xg0gomjS/6JwcI
W3x8nQ0dup3tsdTqTdIIKKnKBjmSWhZgCoAbALsjiGaAkgDNllOuJk5qGJayFDMmb2d7CFsQUO8oPnjw
q7GD9zfXBSulm9rgYI4LjAwD09NA2VnIdnkATd0HJBNAfT0gOCAVtB2q4/1Xx4qEST5Cvag568LpB+6d
feeeu4O/sSJxzy3NCJrGaFiDOpOyvPNoKFuqLkjPhGKQnkYgFJfFSUdc7p9955WzOK07dZW9zgzEq71I
v/5bfvKR7bVNHitJ5RQN06QJX3G1rBClqbuAigsYVkQKHTI+/2Kq7/Bf1FPPtmKkqxue76o12NNPwxzs
xgMvHeJ/b3so2qRMT8tySSupqRifoaX3cvFbQzODaWGHGHcFu/hloe93b6pfPZjB0PHjcBmD9i8N+ji+
CV7fBAZ/f0wdOtMz+/6337g6GLB4KGQygzHJGDy+oPRNa7QXClicbMmHfAmDsAhzMZkl6ewE7+qCCaDu
mXY8+dNW1rEqgfo1dTyViDD/qSShrHJFjW/GVXYyh1sf9erXjn6GDwGMd3bC7epaMv3+WBFd7QxGN0D3
QnRPE9p+0oRM2ERK0r1OrcjA5lxkP+1D9+k+XARQyAClzzSo0v8xNXcIkX60w6/GBhAGQG/gcqU1m2zu
bOHl8h262pYvryzyJgAAAABJRU5ErkJggolQTkcNChoKAAAADUlIRFIAAAAgAAAAIAgGAAAAc3p69AAA
BxhJREFUeJy1l2lsXFcVx39vG49nvMV2NmcZO3Ed2U1LKKJt7JBIjRNFiaryBb4ggbAgjYrUIhBQCnxi
UeknUKWqqvgCUlUJWgpEaULSFDW08JVmcSIn8cx4SWzHmfHYM2/mzdvQuZ5xvYYUKVe6mnnvnnP+/3uW
e+7TgEhXV5czNDRUA5RZY2zdurXBNM1vhWH4jTAMH5V3YRiqNU3Tqr8XNU37ved5vxsbG5tdy9ZiTA1Y
19nZmRFjN2/eXE5C2759+w5N0/5imubunp4etmxpEzJYVmSJRdctMzY2xvj4LQYHB/E873IYhl8eGRkZ
Fq6LwXfu3OkI6Rs3bjQLgQ0dHR2Thw8f5syZM6TT6SoJo729/TXDMI7v37+frq4uZmZyZGdy5PMFPM9f
QsA0Derq4qxraqSpqZGhoSEuXLiA7/tvpFKp5wBRiCQSCefIkSOcPXuWZDK50RTlIAjYtWsXruty/vx5
J51OxxOJxLVEYvs2ITY1dZdPLl6mtraWlpYW2traiNbUSAwqftIoOQ75fJ6pO9OkR0bZuGEDAwPfFKDj
YRgeTafTuxKJROHgwYMKSzariFdjKSQy09P09/dz+vTpQl9fH93dPVy7doNiqURHezuxeEzJ+r5PwbZX
BDYWixGPx7ELNslUikwmS3//Ya5eHdzqum5WbGczWfzAX8gfcyHYmsbwcJK6hkYGBgbQdYP/fHIR0zTp
7OwAdEql0oLiWkPsGKahdJLJtLLxcE83O3Z0REZGxkilUvT29X4aOhYNXdO4fes2kUgNmZkZwsBn86ZN
lB1XeeizDF3XWd/ayujoKBcvXaF1fTMTE1OKYLVqVhCQWIpiLpfDK5dpamxScXbuY+ereUJmfV092Zks
c7N5dF3jU+jVCDCv6DiOlBE1NTXYEmsBX2AtRJbuQr0Nw9XOBWVDcsYuFObfL9Mzl4BXDAm4hCOfn8Mt
l9F0HcM01brvy5qOaVnKWzIkPJ5bxvf8BVmhEvg+pmFgGAZlsbOKp/TlL0TR88qKdffn9vDWu+/w/A9e
4onH9uDdTvLG23/i0Se/RCGfV0kpU/7Lu9fefYdnv/9jvvj5PQQTKd56+4/KhpDzPFfZvGcIzEhEsZYd
2a6NlKKcd7/69leIxupwnBJR4PHeXv5x6s/UxuJKr2gXePzJXuTpleNfJRavwy2VlPG9fX38/dTfiFg1
BFqIbhhreyAeiyn3C9OibdN/YN+8i+WduLjsUAsc2vsYtl1UuSLTLhY51PcFRQB/XtZzHaV76MA+ZUts
Svhqo9GVHggryWMXHSzLrDzr/Pvjf7G3r5ezV1NLlD7850e4nqfcL8N1PT688BEH9u9bISs2xJZyvyS4
660k0NDQoB5836WSV+psf/bECXU8zxNSKaqMRCxLZbesUVl5/jvPUV5F1rIsotEoQTDfOzzfXUnALjoE
oUbZDQgJlGIYaphWFMOU3rR0yLofagTevOfCUMewokTXkg00gkqZum6gsGQuELg7FzBXssjOgmFWa3y1
ollr3J+sOMf3YM6xmC3N578m7fjSz5ncfewoOO8t7dwPYghizVEun3qPR36GasfhxBzXW0cmH6qvayFw
7z5QfN1qYW5yEsEUbCHg3bzDyW1TE9+L1W/Ef8AEjMhGclMTCKZgS86XXj3Hm3fHx9G1JgggXD4lLNVZ
8eJqU42KnOgstyO2BUOwBFOwhUD5yhiTczbDmfEJMNsIfRamUgrB0MDUwfofU2REVnTUZhbbMtsQDMES
TMGWEMhS4dVzvPBS7fDJ7iceAe4QVurVcSGVhuEkZDIwm1/R0BaG7LqhDpqboaMDursqOxcPGRZoLYxd
vyS7f0EwBbtqSo78zW+e4LcPPxR/ZnvXJvzCzfnGK7vR52e1m65VdMr7FffL/UWm6uQS+/hORoYmuHK9
8Nevva4I3BYPVG3Jbx3Qcf5FPkjsaG5Ztz6Kb99aqMrFu74XgcXeqMoasTayd0qkhzN3D77MU0ASyIvY
YlvSplqAHe//iJOJjsbWda1RfGea0F96Bb/focldoKaV7HSJdDI33f9rngbkO0FKzV9tMxbQKp54/0VO
tjZbzZsT9eDZhG7pvs8oVRVWFMwYt9NzTGfcTP/LClx2Pi39a7Esa5BI/OEEP+3cwLFNbVHqGg2VmNKa
JbjLyShDuo4uNyfDIp/zmbhV4sYUp77+Or8A0svBF/TWILEO2PRUD7t/eIxfNsRob2zUicU0amt15F6x
6LsEiVKxGGDbIblcwKxN6pVT/OSDQS4DE0B2Ofi9CFRzIlbJi/Xbmtn43SM83bOFQ/VR5ENhxZgrkRwc
59xvznByNKPq/E4l3vIV4/8/bUyreEOIyIVHLg6NoC5Gy++TUvFFIAfIl7HUuQDLrtdMn8/Sc8Ujcl7I
nUoOsOW66j4rx2vl4/a+Sue/FWVwQfGabmUAAAAASUVORK5CYII=
</value>
</data>
</root>