first commit
This commit is contained in:
236
C4IT_DataHistoryProvider_Test/ctrlTestFunctions.Designer.cs
generated
Normal file
236
C4IT_DataHistoryProvider_Test/ctrlTestFunctions.Designer.cs
generated
Normal file
@@ -0,0 +1,236 @@
|
||||
|
||||
namespace C4IT_DataHistoryProvider_Test
|
||||
{
|
||||
partial class ctrlTestFunctions
|
||||
{
|
||||
/// <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.buttonGetUserComputerActivities = new System.Windows.Forms.Button();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.comboBoxUserSelect = new System.Windows.Forms.ComboBox();
|
||||
this.comboBoxComputerSelect = new System.Windows.Forms.ComboBox();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.buttonComputerUserActivities = new System.Windows.Forms.Button();
|
||||
this.comboBoxTable = new System.Windows.Forms.ComboBox();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.buttonGetRawValues = new System.Windows.Forms.Button();
|
||||
this.comboBoxTickets = new System.Windows.Forms.ComboBox();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.buttonClear = new System.Windows.Forms.Button();
|
||||
this.checkBoxFiltered = new System.Windows.Forms.CheckBox();
|
||||
this.ctrlProtocolBox1 = new C4IT_DataHistoryProvider_Test.ctrlProtocolBox();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// buttonGetUserComputerActivities
|
||||
//
|
||||
this.buttonGetUserComputerActivities.Location = new System.Drawing.Point(554, 17);
|
||||
this.buttonGetUserComputerActivities.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.buttonGetUserComputerActivities.Name = "buttonGetUserComputerActivities";
|
||||
this.buttonGetUserComputerActivities.Size = new System.Drawing.Size(164, 32);
|
||||
this.buttonGetUserComputerActivities.TabIndex = 1;
|
||||
this.buttonGetUserComputerActivities.Text = "get related objects";
|
||||
this.buttonGetUserComputerActivities.UseVisualStyleBackColor = true;
|
||||
this.buttonGetUserComputerActivities.Click += new System.EventHandler(this.buttonGetUserComputerActivities_Click);
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(34, 22);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(47, 20);
|
||||
this.label1.TabIndex = 3;
|
||||
this.label1.Text = "User:";
|
||||
//
|
||||
// comboBoxUserSelect
|
||||
//
|
||||
this.comboBoxUserSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.comboBoxUserSelect.FormattingEnabled = true;
|
||||
this.comboBoxUserSelect.Location = new System.Drawing.Point(106, 20);
|
||||
this.comboBoxUserSelect.Name = "comboBoxUserSelect";
|
||||
this.comboBoxUserSelect.Size = new System.Drawing.Size(430, 28);
|
||||
this.comboBoxUserSelect.TabIndex = 4;
|
||||
this.comboBoxUserSelect.SelectedValueChanged += new System.EventHandler(this.comboBoxUserSelect_SelectedValueChanged);
|
||||
//
|
||||
// comboBoxComputerSelect
|
||||
//
|
||||
this.comboBoxComputerSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.comboBoxComputerSelect.FormattingEnabled = true;
|
||||
this.comboBoxComputerSelect.Location = new System.Drawing.Point(106, 68);
|
||||
this.comboBoxComputerSelect.Name = "comboBoxComputerSelect";
|
||||
this.comboBoxComputerSelect.Size = new System.Drawing.Size(430, 28);
|
||||
this.comboBoxComputerSelect.TabIndex = 7;
|
||||
this.comboBoxComputerSelect.SelectedValueChanged += new System.EventHandler(this.comboBoxComputerSelect_SelectedValueChanged);
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(16, 71);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(83, 20);
|
||||
this.label2.TabIndex = 6;
|
||||
this.label2.Text = "Computer:";
|
||||
//
|
||||
// buttonComputerUserActivities
|
||||
//
|
||||
this.buttonComputerUserActivities.Location = new System.Drawing.Point(554, 65);
|
||||
this.buttonComputerUserActivities.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.buttonComputerUserActivities.Name = "buttonComputerUserActivities";
|
||||
this.buttonComputerUserActivities.Size = new System.Drawing.Size(164, 32);
|
||||
this.buttonComputerUserActivities.TabIndex = 5;
|
||||
this.buttonComputerUserActivities.Text = "get related users";
|
||||
this.buttonComputerUserActivities.UseVisualStyleBackColor = true;
|
||||
this.buttonComputerUserActivities.Click += new System.EventHandler(this.buttonComputerUserActivities_Click);
|
||||
//
|
||||
// comboBoxTable
|
||||
//
|
||||
this.comboBoxTable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.comboBoxTable.Enabled = false;
|
||||
this.comboBoxTable.FormattingEnabled = true;
|
||||
this.comboBoxTable.Location = new System.Drawing.Point(104, 120);
|
||||
this.comboBoxTable.Name = "comboBoxTable";
|
||||
this.comboBoxTable.Size = new System.Drawing.Size(430, 28);
|
||||
this.comboBoxTable.TabIndex = 11;
|
||||
this.comboBoxTable.SelectedValueChanged += new System.EventHandler(this.comboBoxTable_SelectedValueChanged);
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new System.Drawing.Point(44, 123);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(52, 20);
|
||||
this.label3.TabIndex = 10;
|
||||
this.label3.Text = "Table:";
|
||||
//
|
||||
// buttonGetRawValues
|
||||
//
|
||||
this.buttonGetRawValues.Enabled = false;
|
||||
this.buttonGetRawValues.Location = new System.Drawing.Point(554, 118);
|
||||
this.buttonGetRawValues.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.buttonGetRawValues.Name = "buttonGetRawValues";
|
||||
this.buttonGetRawValues.Size = new System.Drawing.Size(164, 32);
|
||||
this.buttonGetRawValues.TabIndex = 9;
|
||||
this.buttonGetRawValues.Text = "get raw values";
|
||||
this.buttonGetRawValues.UseVisualStyleBackColor = true;
|
||||
this.buttonGetRawValues.Click += new System.EventHandler(this.buttonGetRawValues_Click);
|
||||
//
|
||||
// comboBoxTickets
|
||||
//
|
||||
this.comboBoxTickets.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.comboBoxTickets.FormattingEnabled = true;
|
||||
this.comboBoxTickets.Location = new System.Drawing.Point(834, 17);
|
||||
this.comboBoxTickets.Name = "comboBoxTickets";
|
||||
this.comboBoxTickets.Size = new System.Drawing.Size(236, 28);
|
||||
this.comboBoxTickets.TabIndex = 13;
|
||||
this.comboBoxTickets.SelectedValueChanged += new System.EventHandler(this.comboBoxTickets_SelectedValueChanged);
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.AutoSize = true;
|
||||
this.label4.Location = new System.Drawing.Point(760, 22);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(63, 20);
|
||||
this.label4.TabIndex = 12;
|
||||
this.label4.Text = "Tickets:";
|
||||
//
|
||||
// buttonClear
|
||||
//
|
||||
this.buttonClear.Location = new System.Drawing.Point(834, 115);
|
||||
this.buttonClear.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.buttonClear.Name = "buttonClear";
|
||||
this.buttonClear.Size = new System.Drawing.Size(112, 35);
|
||||
this.buttonClear.TabIndex = 14;
|
||||
this.buttonClear.Text = "Clear";
|
||||
this.buttonClear.UseVisualStyleBackColor = true;
|
||||
this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
|
||||
//
|
||||
// checkBoxFiltered
|
||||
//
|
||||
this.checkBoxFiltered.AutoSize = true;
|
||||
this.checkBoxFiltered.Checked = true;
|
||||
this.checkBoxFiltered.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.checkBoxFiltered.Location = new System.Drawing.Point(840, 67);
|
||||
this.checkBoxFiltered.Name = "checkBoxFiltered";
|
||||
this.checkBoxFiltered.Size = new System.Drawing.Size(175, 24);
|
||||
this.checkBoxFiltered.TabIndex = 15;
|
||||
this.checkBoxFiltered.Text = "Only with current use";
|
||||
this.checkBoxFiltered.UseVisualStyleBackColor = true;
|
||||
this.checkBoxFiltered.CheckedChanged += new System.EventHandler(this.checkBoxFiltered_CheckedChanged);
|
||||
//
|
||||
// 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(9, 169);
|
||||
this.ctrlProtocolBox1.Name = "ctrlProtocolBox1";
|
||||
this.ctrlProtocolBox1.Size = new System.Drawing.Size(1068, 79);
|
||||
this.ctrlProtocolBox1.TabIndex = 16;
|
||||
//
|
||||
// ctrlTestFunctions
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.checkBoxFiltered);
|
||||
this.Controls.Add(this.buttonClear);
|
||||
this.Controls.Add(this.comboBoxTickets);
|
||||
this.Controls.Add(this.label4);
|
||||
this.Controls.Add(this.comboBoxTable);
|
||||
this.Controls.Add(this.label3);
|
||||
this.Controls.Add(this.buttonGetRawValues);
|
||||
this.Controls.Add(this.comboBoxComputerSelect);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.buttonComputerUserActivities);
|
||||
this.Controls.Add(this.comboBoxUserSelect);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.buttonGetUserComputerActivities);
|
||||
this.Controls.Add(this.ctrlProtocolBox1);
|
||||
this.Name = "ctrlTestFunctions";
|
||||
this.Size = new System.Drawing.Size(1088, 268);
|
||||
this.Load += new System.EventHandler(this.ctrlTestFunctions_Load);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Button buttonGetUserComputerActivities;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.ComboBox comboBoxUserSelect;
|
||||
private System.Windows.Forms.ComboBox comboBoxComputerSelect;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.Button buttonComputerUserActivities;
|
||||
private System.Windows.Forms.ComboBox comboBoxTable;
|
||||
private System.Windows.Forms.Label label3;
|
||||
private System.Windows.Forms.Button buttonGetRawValues;
|
||||
private System.Windows.Forms.ComboBox comboBoxTickets;
|
||||
private System.Windows.Forms.Label label4;
|
||||
private System.Windows.Forms.Button buttonClear;
|
||||
private System.Windows.Forms.CheckBox checkBoxFiltered;
|
||||
private ctrlProtocolBox ctrlProtocolBox1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user