aktueller stand

This commit is contained in:
Meik
2026-01-28 12:24:39 +01:00
parent 8b7c4ce480
commit 82984f769b
48 changed files with 1122 additions and 495 deletions

View File

@@ -28,13 +28,59 @@
/// </summary>
private void InitializeComponent()
{
this.ctrlProtocolBox1 = new C4IT_DataHistoryProvider_Test.ctrlProtocolBox();
this.buttonCheckConnection = new System.Windows.Forms.Button();
this.btnGetUsers = new System.Windows.Forms.Button();
this.btnGetSessions = new System.Windows.Forms.Button();
this.btnScanUsers = new System.Windows.Forms.Button();
this.ctrlProtocolBox1 = new C4IT_DataHistoryProvider_Test.ctrlProtocolBox();
this.SuspendLayout();
//
// buttonCheckConnection
//
this.buttonCheckConnection.Location = new System.Drawing.Point(22, 38);
this.buttonCheckConnection.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.buttonCheckConnection.Name = "buttonCheckConnection";
this.buttonCheckConnection.Size = new System.Drawing.Size(210, 46);
this.buttonCheckConnection.TabIndex = 14;
this.buttonCheckConnection.Text = "Check connection";
this.buttonCheckConnection.UseVisualStyleBackColor = true;
this.buttonCheckConnection.Click += new System.EventHandler(this.buttonCheckConnection_Click);
//
// btnGetUsers
//
this.btnGetUsers.Location = new System.Drawing.Point(462, 38);
this.btnGetUsers.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.btnGetUsers.Name = "btnGetUsers";
this.btnGetUsers.Size = new System.Drawing.Size(210, 46);
this.btnGetUsers.TabIndex = 15;
this.btnGetUsers.Text = "Get users";
this.btnGetUsers.UseVisualStyleBackColor = true;
this.btnGetUsers.Visible = false;
this.btnGetUsers.Click += new System.EventHandler(this.btnGetUsers_Click);
//
// btnGetSessions
//
this.btnGetSessions.Location = new System.Drawing.Point(682, 38);
this.btnGetSessions.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.btnGetSessions.Name = "btnGetSessions";
this.btnGetSessions.Size = new System.Drawing.Size(210, 46);
this.btnGetSessions.TabIndex = 16;
this.btnGetSessions.Text = "Get sessions";
this.btnGetSessions.UseVisualStyleBackColor = true;
this.btnGetSessions.Visible = false;
this.btnGetSessions.Click += new System.EventHandler(this.btnGetSessions_Click);
//
// btnScanUsers
//
this.btnScanUsers.Location = new System.Drawing.Point(242, 38);
this.btnScanUsers.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.btnScanUsers.Name = "btnScanUsers";
this.btnScanUsers.Size = new System.Drawing.Size(210, 46);
this.btnScanUsers.TabIndex = 17;
this.btnScanUsers.Text = "Scan";
this.btnScanUsers.UseVisualStyleBackColor = true;
this.btnScanUsers.Click += new System.EventHandler(this.btnScanUsers_Click);
//
// ctrlProtocolBox1
//
this.ctrlProtocolBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
@@ -46,50 +92,6 @@
this.ctrlProtocolBox1.Size = new System.Drawing.Size(1057, 418);
this.ctrlProtocolBox1.TabIndex = 13;
//
// buttonCheckConnection
//
this.buttonCheckConnection.Location = new System.Drawing.Point(22, 38);
this.buttonCheckConnection.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.buttonCheckConnection.Name = "buttonCheckConnection";
this.buttonCheckConnection.Size = new System.Drawing.Size(210, 46);
this.buttonCheckConnection.TabIndex = 14;
this.buttonCheckConnection.Text = "Check Citrix connection";
this.buttonCheckConnection.UseVisualStyleBackColor = true;
this.buttonCheckConnection.Click += new System.EventHandler(this.buttonCheckConnection_Click);
//
// btnGetUsers
//
this.btnGetUsers.Location = new System.Drawing.Point(242, 38);
this.btnGetUsers.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.btnGetUsers.Name = "btnGetUsers";
this.btnGetUsers.Size = new System.Drawing.Size(210, 46);
this.btnGetUsers.TabIndex = 15;
this.btnGetUsers.Text = "Get users";
this.btnGetUsers.UseVisualStyleBackColor = true;
this.btnGetUsers.Click += new System.EventHandler(this.btnGetUsers_Click);
//
// btnGetSessions
//
this.btnGetSessions.Location = new System.Drawing.Point(462, 38);
this.btnGetSessions.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.btnGetSessions.Name = "btnGetSessions";
this.btnGetSessions.Size = new System.Drawing.Size(210, 46);
this.btnGetSessions.TabIndex = 16;
this.btnGetSessions.Text = "Get sessions";
this.btnGetSessions.UseVisualStyleBackColor = true;
this.btnGetSessions.Click += new System.EventHandler(this.btnGetSessions_Click);
//
// btnScanUsers
//
this.btnScanUsers.Location = new System.Drawing.Point(682, 38);
this.btnScanUsers.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.btnScanUsers.Name = "btnScanUsers";
this.btnScanUsers.Size = new System.Drawing.Size(210, 46);
this.btnScanUsers.TabIndex = 17;
this.btnScanUsers.Text = "Scan Users";
this.btnScanUsers.UseVisualStyleBackColor = true;
this.btnScanUsers.Click += new System.EventHandler(this.btnScanUsers_Click);
//
// ctrlCitrix
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);