107 lines
4.9 KiB
C#
107 lines
4.9 KiB
C#
|
|
namespace C4IT_DataHistoryProvider_Test
|
|
{
|
|
partial class ctrlMainFunction
|
|
{
|
|
/// <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.buttonLoad = new System.Windows.Forms.Button();
|
|
this.buttonCheckDatabase = new System.Windows.Forms.Button();
|
|
this.buttonValidateAgentDb = new System.Windows.Forms.Button();
|
|
this.ctrlProtocolBox1 = new C4IT_DataHistoryProvider_Test.ctrlProtocolBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// buttonLoad
|
|
//
|
|
this.buttonLoad.Location = new System.Drawing.Point(16, 12);
|
|
this.buttonLoad.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonLoad.Name = "buttonLoad";
|
|
this.buttonLoad.Size = new System.Drawing.Size(162, 33);
|
|
this.buttonLoad.TabIndex = 0;
|
|
this.buttonLoad.Text = "Load configuration";
|
|
this.buttonLoad.UseVisualStyleBackColor = true;
|
|
this.buttonLoad.Click += new System.EventHandler(this.buttonLoad_Click);
|
|
//
|
|
// buttonCheckDatabase
|
|
//
|
|
this.buttonCheckDatabase.Enabled = false;
|
|
this.buttonCheckDatabase.Location = new System.Drawing.Point(182, 12);
|
|
this.buttonCheckDatabase.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonCheckDatabase.Name = "buttonCheckDatabase";
|
|
this.buttonCheckDatabase.Size = new System.Drawing.Size(162, 33);
|
|
this.buttonCheckDatabase.TabIndex = 2;
|
|
this.buttonCheckDatabase.Text = "Check database";
|
|
this.buttonCheckDatabase.UseVisualStyleBackColor = true;
|
|
this.buttonCheckDatabase.Click += new System.EventHandler(this.buttonCheckDatabase_Click);
|
|
//
|
|
// buttonValidateAgentDb
|
|
//
|
|
this.buttonValidateAgentDb.Enabled = false;
|
|
this.buttonValidateAgentDb.Location = new System.Drawing.Point(348, 12);
|
|
this.buttonValidateAgentDb.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonValidateAgentDb.Name = "buttonValidateAgentDb";
|
|
this.buttonValidateAgentDb.Size = new System.Drawing.Size(162, 33);
|
|
this.buttonValidateAgentDb.TabIndex = 3;
|
|
this.buttonValidateAgentDb.Text = "Validate Agent DB";
|
|
this.buttonValidateAgentDb.UseVisualStyleBackColor = true;
|
|
this.buttonValidateAgentDb.Click += new System.EventHandler(this.buttonValidateAgentDb_Click);
|
|
//
|
|
// 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(16, 58);
|
|
this.ctrlProtocolBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.ctrlProtocolBox1.Name = "ctrlProtocolBox1";
|
|
this.ctrlProtocolBox1.Size = new System.Drawing.Size(728, 274);
|
|
this.ctrlProtocolBox1.TabIndex = 4;
|
|
//
|
|
// ctrlMainFunction
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.Controls.Add(this.buttonValidateAgentDb);
|
|
this.Controls.Add(this.buttonCheckDatabase);
|
|
this.Controls.Add(this.buttonLoad);
|
|
this.Controls.Add(this.ctrlProtocolBox1);
|
|
this.Margin = new System.Windows.Forms.Padding(2);
|
|
this.Name = "ctrlMainFunction";
|
|
this.Size = new System.Drawing.Size(761, 349);
|
|
this.Load += new System.EventHandler(this.ctrlMainFunction_Load);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button buttonLoad;
|
|
private System.Windows.Forms.Button buttonCheckDatabase;
|
|
private System.Windows.Forms.Button buttonValidateAgentDb;
|
|
private ctrlProtocolBox ctrlProtocolBox1;
|
|
}
|
|
}
|