117 lines
5.5 KiB
C#
117 lines
5.5 KiB
C#
namespace C4IT_DataHistoryProvider_Test
|
|
{
|
|
partial class ctrlCitrix
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.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.SuspendLayout();
|
|
//
|
|
// ctrlProtocolBox1
|
|
//
|
|
this.ctrlProtocolBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ctrlProtocolBox1.Location = new System.Drawing.Point(22, 119);
|
|
this.ctrlProtocolBox1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.ctrlProtocolBox1.Name = "ctrlProtocolBox1";
|
|
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);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.btnScanUsers);
|
|
this.Controls.Add(this.btnGetSessions);
|
|
this.Controls.Add(this.btnGetUsers);
|
|
this.Controls.Add(this.buttonCheckConnection);
|
|
this.Controls.Add(this.ctrlProtocolBox1);
|
|
this.Name = "ctrlCitrix";
|
|
this.Size = new System.Drawing.Size(1137, 596);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private ctrlProtocolBox ctrlProtocolBox1;
|
|
private System.Windows.Forms.Button buttonCheckConnection;
|
|
private System.Windows.Forms.Button btnGetUsers;
|
|
private System.Windows.Forms.Button btnGetSessions;
|
|
private System.Windows.Forms.Button btnScanUsers;
|
|
}
|
|
}
|